summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2025-10-31perf tools: Cache counter names for raw samples on s390Ian Rogers1-5/+50
2025-10-31perf trace: Increase syscall handler map size to 1024Namhyung Kim1-2/+2
2025-10-31perf lock contention: Load kernel map before lookupNamhyung Kim1-3/+3
2025-10-27perf hwmon_pmu: Fix uninitialized variable warningMichal Suchanek1-2/+1
2025-10-26perf auxtrace: Add auxtrace_synth_id_range_start() helpertanze7-17/+22
2025-10-26perf stat: Add/fix bperf cgroup max events workaroundsIan Rogers3-33/+79
2025-10-24perf cs-etm: Mute enumeration value warningLeo Yan1-33/+11
2025-10-24tools: arm64: Add Cortex-A720AE definitionsKuninori Morimoto1-0/+1
2025-10-21perf annotate: Save pointer offset in stack stateZecheng Li2-7/+12
2025-10-21perf annotate: Track arithmetic instructions on pointersZecheng Li2-6/+17
2025-10-21perf annotate: Track address registers via TSR_KIND_POINTERZecheng Li2-7/+57
2025-10-21perf annotate: Skip annotating data types to lea instructionsZecheng Li1-0/+20
2025-10-21perf annotate: Check return value of evsel__get_arch() properlyTianyou Li1-1/+1
2025-10-21perf annotate: fix a crash when annotate the same symbol with 's' and 'T'Tianyou Li2-1/+3
2025-10-21perf annotate: Fix build with NO_SLANG=1Namhyung Kim1-4/+6
2025-10-20perf parse-events: Make X modifier more respectful of groupsIan Rogers1-6/+10
2025-10-19perf c2c annotate: Start from the contention lineTianyou Li1-2/+4
2025-10-19perf stat bperf cgroup: Increase MAX_EVENTS from 32 to 1024Ian Rogers1-1/+1
2025-10-19perf python: Add PMU argument to parse_metricsIan Rogers1-3/+3
2025-10-15perf evsel: Improvements to __evsel__matchIan Rogers1-9/+12
2025-10-15perf evlist: Avoid scanning all PMUs for evlist__new_defaultIan Rogers1-5/+13
2025-10-15perf parse-events: Remove hard coded legacy hardware and cache parsingIan Rogers5-362/+17
2025-10-15perf print-events: Remove print_symbol_eventsIan Rogers4-104/+0
2025-10-15perf print-events: Remove print_hwcache_eventsIan Rogers2-56/+0
2025-10-15perf pmu: Add and use legacy_terms in alias informationIan Rogers1-20/+117
2025-10-15perf parse-events: Add terms for legacy hardware and cache config valuesIan Rogers4-1/+105
2025-10-15perf pmu: Factor term parsing into a perf_event_attr into a helperIan Rogers1-14/+19
2025-10-15perf pmu: Use fd rather than FILE from new_aliasIan Rogers1-13/+10
2025-10-15perf parse-events: Remove unused FILE input argument to scannerIan Rogers3-17/+10
2025-10-15perf pmu: Don't eagerly parse event termsIan Rogers3-47/+68
2025-10-15perf perf_api_probe: Avoid scanning all PMUs, try software PMU firstIan Rogers1-8/+19
2025-10-15perf parse-events: Fix legacy cache events if event is duplicated in a PMUIan Rogers3-3/+30
2025-10-13perf bpf_counter: Fix opening of "any"(-1) CPU eventsIan Rogers1-1/+6
2025-10-13perf build python: Don't leave a.out file when building with clangIan Rogers1-3/+10
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