aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-28perf build: Fix in-tree build due to symbolic linkLuca Ceresoli1-1/+1
2025-02-28tools/x86: Fix linux/unaligned.h include path in lib/insn.cIan Rogers1-1/+1
2025-02-28perf arm-spe: Report error if set frequencyLeo Yan1-0/+21
2025-02-28perf lock: Report owner stack in usermodeChun-Tse Shao4-11/+94
2025-02-28perf lock: Make rb_tree helper functions genericChun-Tse Shao1-11/+23
2025-02-28perf lock: Retrieve owner callstack in bpf programChun-Tse Shao1-9/+203
2025-02-28perf lock: Add bpf maps for owner stack tracingChun-Tse Shao3-2/+52
2025-02-27perf cpumap: Reduce cpu size from int to int16_tIan Rogers4-27/+54
2025-02-27perf trace: Add missing perf_tool__init()Athira Rajeev1-0/+1
2025-02-26perf list: Document -v option deduplication featureJames Clark2-2/+2
2025-02-26perf pmu: Don't double count common sysfs and json eventsJames Clark2-3/+9
2025-02-26perf pmu: Dynamically allocate tool PMUJames Clark3-14/+13
2025-02-26perf probe: Pick the correct dwarf die while adding probe pointsAthira Rajeev2-3/+19
2025-02-26perf ftrace latency: allow to hide empty bucketsGabriele Monaco2-3/+12
2025-02-26perf ftrace latency: variable histogram bucketsGabriele Monaco4-20/+51
2025-02-26perf annotate-data: Handle direct use of stack pointer without fbregNamhyung Kim2-11/+26
2025-02-24perf report: Fix sample number stats for branch entry modeThomas Falcon1-2/+6
2025-02-24perf machine: Reuse module path bufferIan Rogers1-11/+23
2025-02-24perf hwmon_pmu: Switch event discovery to io_dir__readdirIan Rogers1-25/+17
2025-02-24perf parse-events: Switch tracepoints to io_dir__readdirIan Rogers1-13/+19
2025-02-24perf events: Remove scandir in thread synthesisIan Rogers1-10/+12
2025-02-24perf header: Switch mem topology to io_dir__readdirIan Rogers1-15/+16
2025-02-24perf pmu: Switch to io_dir__readdirIan Rogers2-46/+30
2025-02-24perf maps: Switch modules tree walk to io_dir__readdirIan Rogers1-17/+8
2025-02-24tools lib api: Add io_dir an allocation free readdir alternativeIan Rogers2-1/+105
2025-02-20perf parse-events: Tidy name token matchingIan Rogers1-19/+32
2025-02-19perf tools: Improve startup time by reducing unnecessary stat() callsKrzysztof Ɓopatowski1-6/+12
2025-02-19perf report: Fix input reload/switch with symbol sort keyDmitry Vyukov1-14/+16
2025-02-19perf report: Support switching data w/ and w/o callchainsNamhyung Kim1-0/+5
2025-02-19perf report: Switch data file correctly in TUINamhyung Kim1-1/+1
2025-02-19perf tools: Fix up some comments and code to properly use the event_source busGreg Kroah-Hartman6-12/+12
2025-02-19perf list: Also append PMU name in verbose modeJames Clark1-5/+4
2025-02-19perf vendor events arm64: Fix incorrect CPU_CYCLE in metrics exprYangyu Chen2-6/+6
2025-02-18perf script: Fix hangup in offline flamegraph reportNamhyung Kim1-1/+1
2025-02-18perf hist: Shrink struct hist_entry sizeDmitry Vyukov2-5/+5
2025-02-18perf test: Add tests for latency and parallelism profilingDmitry Vyukov2-1/+69
2025-02-18perf report: Add latency and parallelism profiling documentationDmitry Vyukov4-19/+124
2025-02-18perf report: Add --latency flagDmitry Vyukov9-20/+135
2025-02-18perf report: Add latency output fieldDmitry Vyukov8-55/+120
2025-02-18perf report: Add parallelism filterDmitry Vyukov7-2/+91
2025-02-18perf report: Switch filtered from u8 to u16Dmitry Vyukov3-3/+5
2025-02-17perf report: Add parallelism sort keyDmitry Vyukov7-0/+53
2025-02-17perf report: Add machine parallelismDmitry Vyukov6-0/+20
2025-02-14perf tools: Fix compile error on sample->user_regsNamhyung Kim8-8/+8
2025-02-14perf tools: Fix compilation error on arm64Leo Yan2-2/+2
2025-02-12tools build: Fix a number of Wconversion warningsIan Rogers8-8/+8
2025-02-12perf sample: Make user_regs and intr_regs optionalIan Rogers34-193/+450
2025-02-12perf test stat_all_metrics: Ensure missing events fail testIan Rogers1-1/+7
2025-02-12perf vendor events: Update Tigerlake events/metricsIan Rogers10-373/+513
2025-02-12perf vendor events: Update SkylakeX events/metricsIan Rogers5-357/+465