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 "$@"
7b01953a29bca98112d9e2507a84'>perf tools: Support PERF_SAMPLE_WEIGHT_STRUCTKan Liang 2021-01-20perf record: Add support for PERF_SAMPLE_CODE_PAGE_SIZEKan Liang 2020-12-28perf record: Add --buildid-mmap option to enable PERF_RECORD_MMAP2's build idJiri Olsa 2020-12-17perf record: Support new sample type for data page sizeKan Liang 2020-07-10perf tools: Add support for PERF_RECORD_TEXT_POKEAdrian Hunter 2020-04-03perf tools: Basic support for CGROUP eventNamhyung Kim 2020-03-09perf evsel: Support PERF_SAMPLE_BRANCH_HW_INDEXKan Liang 2019-11-21perf tools: Add kernel AUX area sampling definitionsAdrian Hunter 2019-09-25perf evsel: Introduce evsel_fprintf.hArnaldo Carvalho de Melo