summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2025-11-11perf tools: Fix missing feature check for inherit + SAMPLE_READNamhyung Kim1-1/+1
2025-11-10perf symbol: Remove unneeded semicolonChen Ni1-1/+1
2025-11-09perf pmu: Make pmu_alias_terms weak againIan Rogers1-0/+8
2025-11-07perf tool: Add a delegate_tool that just delegates actions to another toolIan Rogers2-0/+180
2025-11-07perf tool: Add the perf_tool argument to all callbacksIan Rogers11-57/+85
2025-11-06perf record: Make sure to update build-ID cacheNamhyung Kim1-1/+0
2025-11-03perf metricgroup: When copy metrics copy default informationIan Rogers1-0/+2
2025-11-03perf metricgroup: Missed free on error pathIan Rogers1-0/+1
2025-11-03perf metricgroup: Update comment on location of metric_event listIan Rogers1-1/+1
2025-11-03perf evsel: Remove unused metric_events variableIan Rogers2-3/+0
2025-11-03perf symbols: Handle '1' symbols in /proc/kallsymsArnaldo Carvalho de Melo1-1/+5
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-25perf auxtrace: Add auxtrace_synth_id_range_start() helpertanze7-17/+22
2025-10-25perf stat: Add/fix bperf cgroup max events workaroundsIan Rogers3-33/+79
2025-10-23perf cs-etm: Mute enumeration value warningLeo Yan1-33/+11
2025-10-23tools: 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-7/+18
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-08Merge tag 'perf-tools-for-v6.18-1-2025-10-08' of git://git.kernel.org/pub/scm...Linus Torvalds79-2476/+4348
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