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 "$@"
of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds 2017-11-12/proc/module: use the same logic as /proc/kallsyms for address exposureLinus Torvalds 2017-11-08stop using '%pK' for /proc/kallsyms pointer valuesLinus Torvalds 2017-10-05ftrace/kallsyms: Have /proc/kallsyms show saved mod init functionsSteven Rostedt (VMware) 2017-10-05ftrace: Save module init functions kallsyms symbols for tracingSteven Rostedt (VMware) 2017-07-10kernel/kallsyms.c: replace all_var with IS_ENABLED(CONFIG_KALLSYMS_ALL)Masahiro Yamada 2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann 2016-03-15kallsyms: add support for relative offsets in kallsyms address tableArd Biesheuvel 2014-10-14kernel/kallsyms.c: use __seq_open_private()Rob Jones 2014-08-08kernel/kallsyms.c: fix %pB when there's no symbol at the addressNamhyung Kim 2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza 2013-04-15kernel: kallsyms: memory override issue, need check destination buffer lengthChen Gang 2012-05-29vsprintf: fix %ps on non symbols when using kallsymsStephen Boyd