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 "$@"
: Use break instead of return statementHeiko Carstens 2024-08-27s390/ftrace: Avoid calling unwinder in ftrace_return_address()Vasily Gorbik 2024-05-14s390/stackstrace: Detect vdso stack framesHeiko Carstens 2024-05-14s390/stacktrace: Improve detection of invalid instruction pointersHeiko Carstens 2024-05-14s390/stacktrace: Skip first user stack frameHeiko Carstens 2024-05-14s390/stacktrace: Merge perf_callchain_user() and arch_stack_walk_user()Heiko Carstens 2024-04-29s390/ftrace: Use unwinder instead of __builtin_return_address()Sven Schnelle 2023-11-05s390: add USER_STACKTRACE supportHeiko Carstens 2023-01-22s390/kprobes: replace kretprobe with rethookVasily Gorbik