summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2025-03-05perf maps: Add missing map__set_kmap_maps() when replacing a kernel mapArnaldo Carvalho de Melo1-0/+2
2025-03-05perf maps: Fixup maps_by_name when modifying maps_by_addressNamhyung Kim1-1/+23
2025-03-05perf machine: Fixup kernel maps ends after adding extra mapsNamhyung Kim1-2/+2
2025-03-05perf maps: Set the kmaps for newly created/added kernel mapsArnaldo Carvalho de Melo1-0/+3
2025-03-05perf maps: Introduce map__set_kmap_maps() for kernel mapsArnaldo Carvalho de Melo1-8/+21
2025-03-05perf script: Fix output type for dynamically allocated core PMU'sThomas Falcon1-3/+13
2025-03-05perf bench: Fix perf bench syscall loop countThomas Richter1-9/+13
2025-03-05perf test: Simplify data symbol testNamhyung Kim1-13/+2
2025-03-05perf test: Add timeout to datasym workloadNamhyung Kim1-2/+21
2025-03-05perf test: Add trace record and replay testNamhyung Kim1-0/+21
2025-03-05perf test: Skip perf trace tests when running as non-rootNamhyung Kim4-0/+4
2025-03-05perf test: Skip perf probe tests when running as non-rootNamhyung Kim5-6/+9
2025-03-05perf test: Add --metric-only to perf stat output testsNamhyung Kim5-0/+34
2025-03-05perf arm-spe: Support previous branch target (PBT) addressLeo Yan3-50/+70
2025-03-05perf arm-spe: Add branch stackLeo Yan1-0/+99
2025-03-05perf arm-spe: Set sample flags with supplement infoLeo Yan1-0/+20
2025-03-05perf arm-spe: Fill branch operations and events to recordLeo Yan2-2/+26
2025-03-05perf arm-spe: Decode transactional eventLeo Yan2-0/+3
2025-03-05perf arm-spe: Extend branch operationsLeo Yan2-6/+17
2025-03-05perf arm-spe: Fix load-store operation checkingLeo Yan1-1/+7
2025-03-05perf script: Add not taken event for branch stackLeo Yan2-8/+15
2025-03-05perf script: Add not taken event for branchesLeo Yan2-2/+5
2025-03-05perf script: Separate events from branch typesLeo Yan2-4/+37
2025-03-05perf script: Refactor sample_flags_to_name() functionLeo Yan2-31/+59
2025-03-05perf script: Make printing flags reliableLeo Yan2-2/+9
2025-03-03perf stat: Fix non-uniquified hybrid legacy eventsJames Clark1-6/+6
2025-03-02perf tools: Skip BPF sideband event for userspace profilingNamhyung Kim4-0/+21
2025-02-28perf test: Fix spelling mistake "sythesizing" -> "synthesizing"Colin Ian King1-2/+2
2025-02-28perf build: Fix in-tree build due to symbolic linkLuca Ceresoli1-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 Rogers2-22/+48
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-25Merge tag 'perf-tools-fixes-for-v6.14-2-2025-02-25' of git://git.kernel.org/p...Linus Torvalds1-41/+0
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