summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
/tools/perf/util/hist.c?h=master&id=c40aa8d98db64ee2144bf6cc55eddb4f7625d728'>perf report: Fix sample number stats for branch entry modeThomas Falcon 2025-02-18perf report: Add latency output fieldDmitry Vyukov 2025-02-18perf report: Add parallelism filterDmitry Vyukov 2025-02-18perf report: Switch filtered from u8 to u16Dmitry Vyukov 2025-02-17perf report: Add parallelism sort keyDmitry Vyukov 2025-01-16perf hist: Fix bogus profiles when filters are enabledDmitry Vyukov 2025-01-16perf hist: Deduplicate cmp/sort/collapse codeDmitry Vyukov 2024-10-10perf report: Display columns Predicted/Abort/Cycles in --branch-historyThomas Falcon 2024-08-28perf report: Fix segfault when 'sym' sort key is not usedNamhyung Kim 2024-08-28perf tools: Print lost samples due to BPF filterNamhyung Kim 2024-08-15perf hist: Update hist symbol when updating mapsMatt Fleming 2024-08-14perf annotate: Save branch counters for each blockKan Liang 2024-08-08perf hist: Fix reference counting of branch_infoIan Rogers 2024-08-01perf hist: Correct hist_entry->mem_info refcountsNamhyung Kim 2024-06-15perf hist: Add symbol_conf.skip_emptyNamhyung Kim 2024-05-07perf hist: Avoid 'struct hist_entry_iter' mem_info memory leakIan Rogers 2024-05-07perf mem-info: Add reference count checkingIan Rogers 2024-05-07perf mem-info: Move mem-info out of mem-events and symbolIan Rogers 2024-05-07perf block-info: Remove unused refcountIan Rogers 2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers 2024-04-17perf hist: Add weight fields to hist entry statsNamhyung Kim 2024-01-26perf tools: Fix calloc() arguments to address error introduced in gcc-14Sun Haiyong