summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
8 daysperf synthetic-events: Fix stale build ID in module MMAP2 recordsChuck Lever1-0/+5
8 daysperf annotate: Fix hashmap__new() error checkingChen Ni1-1/+4
8 daysperf disasm: Fix off-by-one bug in outside checkPeter Collingbourne1-1/+1
2026-03-04perf test: Fix test case perftool-testsuite_report for s390Thomas Richter1-2/+2
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-30perf parse-events: Fix evsel allocation failureFaisal Bukhari1-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 jitdump: Add sym/str-tables to build-ID generationNamhyung Kim1-2/+30
2025-12-18perf arm_spe: Fix memset subclass in operationLeo Yan2-26/+14
2025-12-18perf tools: Fix missing feature check for inherit + SAMPLE_READNamhyung Kim1-1/+1
2025-12-18perf lock contention: Load kernel map before lookupNamhyung Kim1-3/+3
2025-12-18perf hwmon_pmu: Fix uninitialized variable warningMichal Suchanek1-2/+1
2025-12-18perf annotate: Check return value of evsel__get_arch() properlyTianyou Li1-1/+1
2025-12-18perf parse-events: Make X modifier more respectful of groupsIan Rogers1-6/+10
2025-12-18perf parse-events: Fix legacy cache events if event is duplicated in a PMUIan Rogers3-3/+30
2025-12-18perf bpf_counter: Fix opening of "any"(-1) CPU eventsIan Rogers1-1/+6
2025-11-13perf libbfd: Ensure libbfd is initialized prior to useIan Rogers3-4/+50
2025-11-13perf header: Write bpf_prog (infos|btfs)_cnt to data fileThomas Falcon1-8/+2
2025-11-03perf symbols: Handle '1' symbols in /proc/kallsymsArnaldo Carvalho de Melo1-1/+5
2025-10-09Merge tag 'perf-tools-for-v6.18-1-2025-10-08' of git://git.kernel.org/pub/scm...Linus Torvalds79-2477/+4349
2025-10-06perf build: Disable thread safety analysis for perl headerLeo Yan1-1/+1
2025-10-06perf python: split Clang options when invoking PopenLeo Yan1-1/+4
2025-10-06perf disasm: Remove unused evsel from 'struct annotate_args'Ian Rogers2-2/+0
2025-10-06perf srcline: Fallback between addr2line implementationsIan Rogers8-481/+485
2025-10-06perf disasm: Make ins__scnprintf() and ins__is_nop() staticIan Rogers2-6/+3
2025-10-06perf dso: Clean up read_symbol() error handlingIan Rogers3-5/+16
2025-10-06perf dso: Support BPF programs in dso__read_symbol()Ian Rogers4-42/+80
2025-10-06perf dso: Move read_symbol() from llvm/capstone to dsoIan Rogers4-128/+97
2025-10-06perf llvm: Reduce LLVM initializationIan Rogers1-12/+21
2025-10-04perf parse-events: Fix parsing of >30kb event stringsIan Rogers1-14/+3
2025-10-03perf record: Add ratio-to-prev termThomas Falcon7-2/+105
2025-10-03perf bpf-event: Use libbpf version rather than feature checkIan Rogers2-2/+5
2025-10-03perf annotate: Rename TSR_KIND_POINTER to TSR_KIND_PERCPU_POINTERZecheng Li2-4/+4
2025-10-03perf stat: Refactor retry/skip/fatal error handlingIan Rogers2-16/+25
2025-10-03perf stat: Move create_perf_stat_counter() to builtin-stat.cIan Rogers2-60/+0
2025-10-03perf namespaces: Avoid get_current_dir_name dependencyIan Rogers4-31/+3
2025-10-02perf capstone: Remove open_capstone_handleIan Rogers1-28/+6
2025-10-02perf libbfd: Move libbfd functionality to its own fileIan Rogers10-659/+717
2025-10-02perf llvm: Move llvm functionality into its own fileIan Rogers7-311/+373
2025-10-02perf capstone: Move capstone functionality into its own fileIan Rogers5-465/+569