summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2025-11-11perf metricgroup: Add care to picking the evsel for displaying a metricIan Rogers
2025-11-11perf tools: Fix missing feature check for inherit + SAMPLE_READNamhyung Kim
2025-11-10perf symbol: Remove unneeded semicolonChen Ni
2025-11-09perf pmu: Make pmu_alias_terms weak againIan Rogers
2025-11-07perf tool: Add a delegate_tool that just delegates actions to another toolIan Rogers
2025-11-07perf tool: Add the perf_tool argument to all callbacksIan Rogers
2025-11-06perf record: Make sure to update build-ID cacheNamhyung Kim
2025-11-03perf metricgroup: When copy metrics copy default informationIan Rogers
2025-11-03perf metricgroup: Missed free on error pathIan Rogers
2025-11-03perf metricgroup: Update comment on location of metric_event listIan Rogers
2025-11-03perf evsel: Remove unused metric_events variableIan Rogers
2025-11-03perf symbols: Handle '1' symbols in /proc/kallsymsArnaldo Carvalho de Melo
2025-10-31perf tools: Cache counter names for raw samples on s390Ian Rogers
2025-10-31perf trace: Increase syscall handler map size to 1024Namhyung Kim
2025-10-31perf lock contention: Load kernel map before lookupNamhyung Kim
2025-10-27perf hwmon_pmu: Fix uninitialized variable warningMichal Suchanek
2025-10-25perf auxtrace: Add auxtrace_synth_id_range_start() helpertanze
2025-10-25perf stat: Add/fix bperf cgroup max events workaroundsIan Rogers
2025-10-23perf cs-etm: Mute enumeration value warningLeo Yan
2025-10-23tools: arm64: Add Cortex-A720AE definitionsKuninori Morimoto
2025-10-21perf annotate: Save pointer offset in stack stateZecheng Li
2025-10-21perf annotate: Track arithmetic instructions on pointersZecheng Li
2025-10-21perf annotate: Track address registers via TSR_KIND_POINTERZecheng Li
2025-10-21perf annotate: Skip annotating data types to lea instructionsZecheng Li
2025-10-21perf annotate: Check return value of evsel__get_arch() properlyTianyou Li
2025-10-21perf annotate: fix a crash when annotate the same symbol with 's' and 'T'Tianyou Li
2025-10-21perf annotate: Fix build with NO_SLANG=1Namhyung Kim
2025-10-20perf parse-events: Make X modifier more respectful of groupsIan Rogers
2025-10-19perf c2c annotate: Start from the contention lineTianyou Li
2025-10-19perf stat bperf cgroup: Increase MAX_EVENTS from 32 to 1024Ian Rogers
2025-10-19perf python: Add PMU argument to parse_metricsIan Rogers
2025-10-15perf evsel: Improvements to __evsel__matchIan Rogers
2025-10-15perf evlist: Avoid scanning all PMUs for evlist__new_defaultIan Rogers
2025-10-15perf parse-events: Remove hard coded legacy hardware and cache parsingIan Rogers
2025-10-15perf print-events: Remove print_symbol_eventsIan Rogers
2025-10-15perf print-events: Remove print_hwcache_eventsIan Rogers
2025-10-15perf pmu: Add and use legacy_terms in alias informationIan Rogers
2025-10-15perf parse-events: Add terms for legacy hardware and cache config valuesIan Rogers
2025-10-15perf pmu: Factor term parsing into a perf_event_attr into a helperIan Rogers
2025-10-15perf pmu: Use fd rather than FILE from new_aliasIan Rogers
2025-10-15perf parse-events: Remove unused FILE input argument to scannerIan Rogers
2025-10-15perf pmu: Don't eagerly parse event termsIan Rogers
2025-10-15perf perf_api_probe: Avoid scanning all PMUs, try software PMU firstIan Rogers
2025-10-15perf parse-events: Fix legacy cache events if event is duplicated in a PMUIan Rogers
2025-10-13perf bpf_counter: Fix opening of "any"(-1) CPU eventsIan Rogers
2025-10-13perf build python: Don't leave a.out file when building with clangIan Rogers
2025-10-08Merge tag 'perf-tools-for-v6.18-1-2025-10-08' of git://git.kernel.org/pub/scm...Linus Torvalds
2025-10-06perf build: Disable thread safety analysis for perl headerLeo Yan
2025-10-06perf python: split Clang options when invoking PopenLeo Yan
2025-10-06perf disasm: Remove unused evsel from 'struct annotate_args'Ian Rogers