summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
7 daysperf synthetic-events: Fix stale build ID in module MMAP2 recordsChuck Lever1-0/+5
7 daysperf annotate: Fix hashmap__new() error checkingChen Ni1-1/+4
7 daysperf disasm: Fix off-by-one bug in outside checkPeter Collingbourne1-1/+1
2026-03-04perf stat-shadow: In prepare_metric fix guard on reading NULL perf_stat_evselIan Rogers1-8/+16
2026-03-04perf stat: Ensure metrics are displayed even with failed eventsChun-Tse Shao3-40/+29
2026-03-04perf test: Fix test case perftool-testsuite_report for s390Thomas Richter1-2/+2
2026-03-04perf metricgroup: Don't early exit if no CPUID table existsIan Rogers1-13/+5
2026-03-04perf annotate: Fix BUILD_NONDISTRO=1 missing args->ms conversions to pointerArnaldo Carvalho de Melo1-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 annotate: Fix args leak of map_symbolIan Rogers5-28/+32
2026-03-04perf cs-etm: Fix decoding for sparse CPU mapsJames Clark1-1/+2
2026-03-04perf tools: Get debug info of DSO properlyNamhyung Kim2-24/+50
2026-03-04perf symbol-elf: Fix leak of ELF files with GNU debugdataIan Rogers1-1/+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-01-07perf parse-events: Fix evsel allocation failureFaisal Bukhari1-2/+5
2025-12-23perf arm-spe: Add NVIDIA Olympus to neoverse listBesar Wicaksono1-0/+1
2025-12-17perf symbol: Fix ENOENT case for filename__read_build_idIan Rogers3-3/+9
2025-12-07Merge tag 'perf-tools-for-v6.19-2025-12-06' of git://git.kernel.org/pub/scm/l...Linus Torvalds97-1801/+1923
2025-12-04perf cpumap: Add "any" CPU handling to cpu_map__snprint_maskIan Rogers1-2/+7
2025-12-03perf jitdump: Fix missed dso__putIan Rogers1-0/+2
2025-12-03perf mem-events: Don't leak online CPU mapIan Rogers1-1/+4
2025-12-03perf hist: In init, ensure mem_info is put on error pathsIan Rogers1-4/+2
2025-12-03perf probe-event: Ensure probe event nsinfo is always clearedIan Rogers1-6/+6
2025-12-03perf symbol: Add missed dso__putIan Rogers1-0/+1
2025-12-03perf symbol-elf: Add missing puts on error pathIan Rogers1-1/+4
2025-12-03perf arm_spe: Add CPU variants supporting common data source packetLeo Yan1-0/+5
2025-12-03perf auxtrace: Include sys/types.h for pid_tArnaldo Carvalho de Melo1-0/+1
2025-12-03perf tools: Use machine->root_dir to find /proc/kallsymsNamhyung Kim1-1/+7
2025-12-03perf tools: Fallback to initial kernel map properlyNamhyung Kim1-1/+2
2025-12-03perf tools: Fix split kallsyms DSO countingNamhyung Kim1-2/+2
2025-12-03perf tools: Mark split kallsyms DSOs as loadedNamhyung Kim1-0/+1
2025-12-03perf tools: Flush remaining samples w/o deferred callchainsNamhyung Kim1-0/+50
2025-12-03perf tools: Merge deferred user callchainsNamhyung Kim7-1/+122
2025-12-03perf script: Display PERF_RECORD_CALLCHAIN_DEFERREDNamhyung Kim1-1/+4
2025-12-03perf record: Add --call-graph fp,defer option for deferred callchainsNamhyung Kim4-3/+34
2025-12-03perf tools: Minimal DEFERRED_CALLCHAIN supportNamhyung Kim8-3/+60
2025-12-03perf python: Correct copying of metric_leader in an evselIan Rogers2-22/+61
2025-12-03perf jitdump: Add sym/str-tables to build-ID generationNamhyung Kim1-2/+30
2025-12-03perf tools: Remove a trailing newline in the event termsNamhyung Kim1-0/+2
2025-11-26perf tools: Don't read build-ids from non-regular filesJames Clark10-24/+33
2025-11-26perf pmu: fix duplicate conditional statementAnubhav Shelat1-2/+0
2025-11-24perf tools: Add support for perf_event_attr::config4James Clark5-0/+22
2025-11-20perf: replace strcpy() with strncpy() in util/jitdump.cHrishikesh Suresh1-1/+2
2025-11-20perf evsel: Skip store_evsel_ids for non-perf-event PMUsIan Rogers1-0/+3
2025-11-20perf pmu: Add PMU kind to simplify differentiatingIan Rogers1-0/+34
2025-11-20perf header: Switch "cpu" for find_core_pmu in caps feature writingIan Rogers1-1/+1
2025-11-20perf maps: Avoid RC_CHK use after freeIan Rogers1-2/+20
2025-11-19perf arm_spe: Synthesize memory samples for SIMD operationsLeo Yan1-8/+8