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 "$@"
ov 2019-06-29signal: remove the wrong signal_pending() check in restore_user_sigmask()Oleg Nesterov 2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann 2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds 2018-12-06pselect6: use __kernel_timespecDeepa Dinamani 2018-12-06ppoll: use __kernel_timespecDeepa Dinamani 2018-12-06signal: Add restore_user_sigmask()Deepa Dinamani 2018-12-06signal: Add set_user_sigmask()Deepa Dinamani 2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann