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 "$@"
63cc6fed62cf0ed'>libperf: Add NULL pointer check for cpu_map iteration and NULL assignment for...He Zhe 2020-04-22perf evlist: Remove duplicate headersJagadeesh Pagadala 2020-04-03perf tools: Basic support for CGROUP eventNamhyung Kim 2020-03-04libperf: Add counting exampleMichael Petlan 2020-01-14libperf: Setup initial evlist::all_cpus valueJiri Olsa 2020-01-06libperf: Add man pagesJiri Olsa 2020-01-06libperf: Move to tools/lib/perfJiri Olsa