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 "$@"
Rogers 2025-06-20perf record: collect BPF metadata from existing BPF programsBlake Jones 2025-05-21libperf threadmap: Add perf_thread_map__idx()Ian Rogers 2025-05-16perf record: Add 8-byte aligned event type PERF_RECORD_COMPRESSED2Chun-Tse Shao 2025-05-12libperf cpumap: Add ability to create CPU from a single CPU numberIan Rogers 2025-02-27perf cpumap: Reduce cpu size from int to int16_tIan Rogers 2024-12-09libperf cpumap: Remove perf_cpu_map__read()Ian Rogers 2024-12-09libperf cpumap: Refactor perf_cpu_map__merge()Leo Yan 2024-06-13perf record: Ensure space for lost samplesIan Rogers 2024-03-21libperf cpumap: Add any, empty and min helpersIan Rogers 2023-12-18libperf cpumap: Document perf_cpu_map__nr()'s behaviorIan Rogers 2023-12-12libperf cpumap: Add for_each_cpu() that skips the "any CPU" caseIan Rogers 2023-12-12libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers 2023-12-12libperf cpumap: Rename perf_cpu_map__default_new() to perf_cpu_map__new_onlin...Ian Rogers 2023-12-12libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()Ian Rogers 2023-08-29libperf: Get rid of attr.id fieldNamhyung Kim 2023-08-29libperf: Add perf_record_header_attr_id()Namhyung Kim 2023-05-27libperf cpumap: Add "any CPU"/dummy test functionIan Rogers 2023-05-27perf cpumap: Add equal functionIan Rogers 2023-05-26perf cpumap: Add intersect functionIan Rogers 2023-05-23perf stat record: Save cache level informationK Prateek Nayak 2023-05-23perf stat: Setup the foundation to allow aggregation based on cache topologyK Prateek Nayak 2023-03-15perf record: Record dropped sample countNamhyung Kim 2023-03-13perf evlist: Remove nr_groupsIan Rogers 2022-11-16libperf: Add missing 'struct perf_cpu_map' forward declaration to perf/cpumap.hArnaldo Carvalho de Melo 2022-11-16libperf: Remove recursive perf/cpumap.h include from perf/cpumap.hArnaldo Carvalho de Melo