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 -- "$@"
=d000e073ca2a08ab70accc28e93dee8d70e89d2f'>convert do_select()Al Viro 2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds 2024-09-22Merge branch 'address-masking'Linus Torvalds 2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds 2024-08-30fs/select: Annotate struct poll_list with __counted_by()Thorsten Blum 2024-08-23hrtimer: Use and report correct timerslack values for realtime tasksFelix Moessbauer 2024-08-19x86: support user address masking instead of non-speculative conditionalLinus Torvalds 2024-08-12introduce fd_file(), convert all accessors to it.Al Viro