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 "$@"
sume_user_mode: Move to resume_user_mode.hEric W. Biederman 2021-12-21um: kill unused cpu()Al Viro 2021-12-21um: stop polluting the namespace with registers.h contentsAl Viro 2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook 2021-06-18sched: Introduce task_is_running()Peter Zijlstra 2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe 2021-01-26Revert "um: allocate a guard page to helper threads"Johannes Berg 2020-12-13um: allocate a guard page to helper threadsJohannes Berg 2020-12-13um: Support suspend to RAMJohannes Berg 2020-12-13um: Simplify os_idle_sleep() and sleep longerJohannes Berg 2020-12-13um: Add support for TIF_NOTIFY_SIGNALJens Axboe 2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra 2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe 2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner 2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport 2020-03-29um: time-travel: Rewrite as an event schedulerJohannes Berg 2020-03-29um: Move timer-internal.h to non-sharedJohannes Berg 2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan 2020-01-07um: Implement copy_thread_tlsAmanieu d'Antras