summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
blob: 21a356bd27f6c797208fae48addf15670bc3f606 (plain)
1
2
3
#!/bin/sh
# description: produce callgraphs in short form for scripting use
perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py "$@"
'>2024-12-09perf cpumap: Reduce transitive dependencies on libperf MAX_NR_CPUSIan Rogers 2024-10-18perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORTIan Rogers 2024-10-18perf libdw: Remove unnecessary definesIan Rogers 2024-08-14perf annotate: Display the branch counter histogramKan Liang 2024-08-14perf annotate: Save branch counters for each blockKan Liang 2024-08-12perf annotate: Use perf_tool__init()Ian Rogers 2024-08-12perf tool: Constify tool pointersIan Rogers 2024-08-09perf annotate: Fix --group behavior when leader has no samplesNamhyung Kim 2024-08-05perf annotate: Add --skip-empty optionNamhyung Kim 2024-07-31perf annotate: Set instruction name to be used with insn-stat when using raw ...Athira Rajeev 2024-06-15perf hist: Add symbol_conf.skip_emptyNamhyung Kim 2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers 2024-04-26perf annotate: Fix data type profiling on stdioNamhyung Kim 2024-04-12perf annotate-data: Add hist_entry__annotate_data_tui()Namhyung Kim 2024-04-12perf annotate-data: Add hist_entry__annotate_data_tty()Namhyung Kim 2024-04-12perf annotate: Show progress of sample processingNamhyung Kim 2024-04-03perf annotate: Honor output options with --data-typeNamhyung Kim 2024-04-03perf annotate: Get rid of duplicate --group option itemNamhyung Kim 2024-03-21perf annotate-data: Implement instruction trackingNamhyung Kim