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 "$@"
2020-06-02locks: add locks_move_blocks in posix_lock_inodeyangerkun 2020-05-19proc: proc_pid_ns takes super_block as an argumentAlexey Gladkov 2020-05-08nfsd: clients don't need to break their own delegationsJ. Bruce Fields 2020-05-05docs: filesystems: convert mandatory-locking.txt to ReSTMauro Carvalho Chehab 2020-04-24Use proc_pid_ns() to get pid_namespace from the proc superblockAlexey Gladkov 2020-03-18locks: reinstate locks_delete_block optimizationLinus Torvalds 2020-03-06locks: fix a potential use-after-free problem when wakeup a waiteryangerkun 2019-12-29locks: print unsigned ino in /proc/locksAmir Goldstein 2019-09-27Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds 2019-08-20locks: fix a memory leak bug in __break_lease()Wenwen Wang 2019-08-19nfsd: convert fi_deleg_file and ls_file fields to nfsd_fileJeff Layton 2019-08-19locks: create a new notifier chain for lease attemptsJeff Layton 2019-07-25locks: Fix procfs output for file leasesPavel Begunkov 2019-07-10Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds 2019-07-03locks: Cleanup lm_compare_owner and lm_owner_keyBenjamin Coddington 2019-06-19locks: eliminate false positive conflicts for write leaseAmir Goldstein 2019-06-19locks: Add trace_leases_conflictIra Weiny 2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner 2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds 2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds 2019-04-24locks: move checks from locks_free_lock() to locks_release_private()NeilBrown 2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva 2019-03-25locks: wake any locks blocked on request before deadlock checkJeff Layton