summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
5 daysperf tool_pmu: Fix aggregation on duration_timeIan Rogers1-1/+7
5 daysperf util: Kill die() prototype, dead for a long timeArnaldo Carvalho de Melo1-1/+0
5 daysperf maps: Fix copy_from that can break sorted by name orderIan Rogers1-10/+3
5 daysperf cgroup: Update metric leader in evlist__expand_cgroupIan Rogers1-7/+23
5 daysperf python: Add parse_events functionIan Rogers4-9/+75
5 daysperf tool_pmu: Factor tool events into their own PMUIan Rogers19-392/+530
5 daysperf evsel: Add alternate_hw_config and use in evsel__matchIan Rogers8-46/+77
5 daysperf expr: Return -EINVAL for syntax error in expr__find_ids()Leo Yan1-1/+2
5 daysperf tools: Fix module symbol resolution for non-zero .text sh_addrChuck Lever1-2/+6
5 daysperf stat: Fix opt->value type for parse_cache_levelIan Rogers1-20/+23
5 daysperf lock: Fix option value type in parse_max_stackIan Rogers1-1/+1
5 daysperf: tools: cs-etm: Fix print issue for Coresight debug in ETE/TRBE traceMike Leach1-38/+13
5 daysperf branch: Avoid incrementing NULLIan Rogers1-0/+3
2026-05-07perf annotate: Use jump__delete when freeing LoongArch jumpsRong Bao2-0/+2
2026-03-25perf ftrace: Fix hashmap__new() error checkingChen Ni1-2/+7
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 vendor events amd: Fix Zen 5 MAB allocation eventsSandipan Das1-3/+3
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
2026-03-04perf test stat tests: Fix for virtualized machinesThomas Richter1-1/+1
2026-03-04perf test stat: Update test expectations and eventsIan Rogers1-3/+3
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 record: skip synthesize event when open evsel failedShuai Xue1-1/+1
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 test stat: Avoid hybrid assumption when virtualizedIan Rogers1-1/+5
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 Kim3-4/+37
2025-10-19perf test: Add a test for default perf stat commandJames Clark1-0/+25
2025-10-19perf test: Don't leak workload gopipe in PERF_RECORD_*Ian Rogers1-0/+4
2025-10-19perf session: Fix handling when buffer exceeds 2 GiBLeo Yan1-1/+1
2025-10-19perf test shell lbr: Avoid failures with perf event paranoiaIan Rogers1-6/+20
2025-10-19perf test: Update sysfs path for core PMU capsNamhyung Kim1-1/+2
2025-10-19perf vendor events arm64 AmpereOneX: Fix typo - should be l1d_cache_access_pr...Ilkka Koskinen1-5/+5
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 test trace_btf_enum: Skip if permissions are insufficientIan Rogers1-0/+11
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