summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2025-02-28perf lock: Add bpf maps for owner stack tracingChun-Tse Shao
2025-02-27perf cpumap: Reduce cpu size from int to int16_tIan Rogers
2025-02-26perf pmu: Don't double count common sysfs and json eventsJames Clark
2025-02-26perf pmu: Dynamically allocate tool PMUJames Clark
2025-02-26perf probe: Pick the correct dwarf die while adding probe pointsAthira Rajeev
2025-02-26perf ftrace latency: allow to hide empty bucketsGabriele Monaco
2025-02-26perf ftrace latency: variable histogram bucketsGabriele Monaco
2025-02-26perf annotate-data: Handle direct use of stack pointer without fbregNamhyung Kim
2025-02-24perf report: Fix sample number stats for branch entry modeThomas Falcon
2025-02-24perf machine: Reuse module path bufferIan Rogers
2025-02-24perf hwmon_pmu: Switch event discovery to io_dir__readdirIan Rogers
2025-02-24perf parse-events: Switch tracepoints to io_dir__readdirIan Rogers
2025-02-24perf events: Remove scandir in thread synthesisIan Rogers
2025-02-24perf header: Switch mem topology to io_dir__readdirIan Rogers
2025-02-24perf pmu: Switch to io_dir__readdirIan Rogers
2025-02-24perf maps: Switch modules tree walk to io_dir__readdirIan Rogers
2025-02-20perf parse-events: Tidy name token matchingIan Rogers
2025-02-19perf tools: Improve startup time by reducing unnecessary stat() callsKrzysztof Ɓopatowski
2025-02-19perf tools: Fix up some comments and code to properly use the event_source busGreg Kroah-Hartman
2025-02-18perf hist: Shrink struct hist_entry sizeDmitry Vyukov
2025-02-18perf report: Add --latency flagDmitry Vyukov
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-02-17perf report: Add machine parallelismDmitry Vyukov
2025-02-12perf sample: Make user_regs and intr_regs optionalIan Rogers
2025-02-12perf tools: Use symfs when opening debuginfo by pathNamhyung Kim
2025-02-12perf tools: Get rid of now-unused rb_resort.hNamhyung Kim
2025-02-10perf tools: Add skip check in tool_pmu__event_to_str()Kan Liang
2025-02-10perf tools: Deadcode removalDr. David Alan Gilbert
2025-02-05Merge tag 'v6.14-rc1' into perf-tools-nextNamhyung Kim
2025-02-04perf stat: Changes to event name uniquificationIan Rogers
2025-02-04perf stat: Don't merge counters purely on nameIan Rogers
2025-02-04perf pmu: Rename name matching for no suffix or wildcard variantsIan Rogers
2025-02-04perf pmus: Restructure pmu_read_sysfs to scan fewer PMUsIan Rogers
2025-02-04perf evsel: Reduce scanning core PMUs in is_hybridIan Rogers
2025-02-04perf test: Fix Hwmon PMU test endianess issueThomas Richter
2025-01-31perf: Always feature test reallocarrayJames Clark
2025-01-29perf stat: Fix find_stat for mixed legacy/non-legacy eventsIan Rogers
2025-01-29perf evsel: Add pmu_name helperIan Rogers
2025-01-28perf cpumap: Fix die and cluster IDsJames Clark
2025-01-27perf annotate: Use an array for the disassembler preferenceIan Rogers
2025-01-23perf trace: Fix BPF loading failure (-E2BIG)Howard Chu
2025-01-18perf annotate: Prefer passing evsel to evsel->core.idxIan Rogers
2025-01-16perf hist: Fix bogus profiles when filters are enabledDmitry Vyukov
2025-01-16perf hist: Deduplicate cmp/sort/collapse codeDmitry Vyukov
2025-01-14perf config: Add a function to set one variable in .perfconfigArnaldo Carvalho de Melo
2025-01-14perf probe: Rename err labelJames Clark
2025-01-14perf record: Fix segfault with --off-cpu when debuginfo is not enabledAthira Rajeev