summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
46 hoursperf parse-events: Expose/rename config_term_nameIan Rogers2-9/+13
46 hoursRevert "perf tool_pmu: Factor tool events into their own PMU"Sasha Levin17-518/+390
46 hoursRevert "perf python: Add parse_events function"Sasha Levin4-75/+9
46 hoursRevert "perf tool_pmu: Fix aggregation on duration_time"Sasha Levin1-7/+1
46 hoursRevert "perf cgroup: Update metric leader in evlist__expand_cgroup"Sasha Levin1-23/+7
11 daysperf tool_pmu: Fix aggregation on duration_timeIan Rogers1-1/+7
11 daysperf util: Kill die() prototype, dead for a long timeArnaldo Carvalho de Melo1-1/+0
11 daysperf maps: Fix copy_from that can break sorted by name orderIan Rogers1-10/+3
11 daysperf cgroup: Update metric leader in evlist__expand_cgroupIan Rogers1-7/+23
11 daysperf python: Add parse_events functionIan Rogers4-9/+75
11 daysperf tool_pmu: Factor tool events into their own PMUIan Rogers17-390/+518
11 daysperf evsel: Add alternate_hw_config and use in evsel__matchIan Rogers7-43/+74
11 daysperf expr: Return -EINVAL for syntax error in expr__find_ids()Leo Yan1-1/+2
11 daysperf tools: Fix module symbol resolution for non-zero .text sh_addrChuck Lever1-2/+6
11 daysperf: tools: cs-etm: Fix print issue for Coresight debug in ETE/TRBE traceMike Leach1-38/+13
11 daysperf branch: Avoid incrementing NULLIan Rogers1-0/+3
2026-05-07perf annotate: Use jump__delete when freeing LoongArch jumpsRong Bao1-0/+1
2026-03-25perf annotate: Fix hashmap__new() error checkingChen Ni1-1/+4
2026-03-25perf disasm: Fix off-by-one bug in outside checkPeter Collingbourne1-1/+1
2026-03-04perf annotate: Fix memcpy size in arch__grow_instructions()Suchit Karunakaran1-1/+1
2026-03-04perf maps: Fix reference count leak in maps__find_ams()Ian Rogers1-0/+1
2026-03-04perf callchain: Fix srcline printing with inlinesIan Rogers1-2/+6
2026-03-04perf unwind-libdw: Fix invalid reference countsIan Rogers1-2/+5
2025-12-18perf hist: In init, ensure mem_info is put on error pathsIan Rogers1-4/+2
2025-12-18perf tools: Fix split kallsyms DSO countingNamhyung Kim1-2/+2
2025-12-18perf tools: Mark split kallsyms DSOs as loadedNamhyung Kim1-0/+1
2025-12-18perf arm_spe: Fix memset subclass in operationLeo Yan2-26/+14
2025-12-18perf arm-spe: Extend branch operationsLeo Yan2-6/+17
2025-12-18perf lock contention: Load kernel map before lookupNamhyung Kim1-3/+3
2025-12-18perf annotate: Check return value of evsel__get_arch() properlyTianyou Li1-1/+1
2025-10-19perf python: split Clang options when invoking PopenLeo Yan1-1/+4
2025-10-19perf evsel: Ensure the fallback message is always written toIan Rogers1-5/+7
2025-10-19perf tools: Add fallback for exclude_guestNamhyung Kim1-0/+21
2025-10-19perf session: Fix handling when buffer exceeds 2 GiBLeo Yan1-1/+1
2025-10-19perf arm_spe: Correct memory level for remote accessLeo Yan1-2/+2
2025-10-19perf arm-spe: Rename the common data source encodingLeo Yan2-23/+23
2025-10-19perf arm_spe: Correct setting remote accessLeo Yan1-1/+1
2025-10-19perf util: Fix compression checks returning -1 as boolYunseong Kim2-2/+2
2025-10-19perf evsel: Avoid container_of on a NULL leaderIan Rogers1-0/+2
2025-10-19perf disasm: Avoid undefined behavior in incrementing NULLIan Rogers1-2/+5
2025-09-09perf bpf-utils: Harden get_bpf_prog_info_linearIan Rogers1-10/+33
2025-09-09perf bpf-utils: Constify bpil_array_descIan Rogers1-12/+6
2025-09-09perf bpf-event: Fix use-after-free in synthesisIan Rogers1-12/+27
2025-09-04perf symbol-minimal: Fix ehdr reading in filename__read_build_idIan Rogers1-28/+27
2025-08-15perf record: Cache build-ID of hit DSOs onlyNamhyung Kim1-1/+1
2025-08-15perf sched: Fix memory leaks for evsel->priv in timehistNamhyung Kim2-0/+13
2025-08-15perf dso: Add missed dso__put to dso__load_kcoreIan Rogers1-0/+1
2025-06-27perf evsel: Missed close() when probing hybrid core PMUsIan Rogers1-0/+1
2025-06-19perf callchain: Always populate the addr_location map when adding IPIan Rogers3-5/+11
2025-06-19perf symbol: Fix use-after-free in filename__read_build_idIan Rogers1-98/+70