summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
blob: 356b9656393db5a59bb3083d79d0ab0c35e1200a (plain)
1
2
3
#!/bin/sh
# description: produce callgraphs in short form for scripting use
perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py -- "$@"
;id=2374c09b1c8a883bb9b4b2fc3756703eeb618f4a'>sysctl: remove all extern declaration from sysctl.cChristoph Hellwig 2020-03-20io_uring: make sure openat/openat2 honor rlimit nofileJens Axboe 2020-01-13vfs, fdtable: Add fget_task helperSargun Dhillon 2019-02-28fs: add fget_many() and fput_many()Jens Axboe 2018-07-12make alloc_file() staticAl Viro 2018-07-12new helper: alloc_file_clone()Al Viro 2018-07-12new wrapper: alloc_file_pseudo()Al Viro 2018-07-12fold put_filp() into fput()Al Viro 2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro