summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
blob: 9d8f9f0f3a17c1e9c4042ce535e4853e64575b4e (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

#
# stackcollapse.py can cover all type of perf samples including
# the tracepoints, so no special record requirements, just record what
# you want to analyze.
#
perf record "$@"
stro/kernel/commit/fs/fscache?id=08c2e3d087840cd1e7141b62d92f3dc897147984'>fscache: Add more tracepointsDavid Howells 2018-04-04fscache: Add tracepointsDavid Howells 2018-04-04fscache: Fix hanging wait on page discarded by writebackDavid Howells 2018-04-04fscache: Detect multiple relinquishment of a cookieDavid Howells 2018-04-04fscache: Pass the correct cancelled indications to fscache_op_complete()David Howells 2018-04-04fscache, cachefiles: Fix checker warningsDavid Howells 2018-03-20sched/wait, fs/fscache: Convert wait_on_atomic_t() usage to the new wait_var_...Peter Zijlstra 2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman 2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-10-12FS-Cache: fix dereference of NULL user_key_payloadEric Biggers 2017-09-13fscache: fix fscache_objlist_show format processingArnd Bergmann 2017-09-06mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara 2017-09-06mm: make pagevec_lookup() update indexJan Kara