summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2025-11-17perf stat-shadow: Read tool events directlyIan Rogers
2025-11-17perf tool_pmu: Use old_count when computing count values for time eventsIan Rogers
2025-11-17perf pmu: perf_cpu_map__new_int to avoid parsing a stringIan Rogers
2025-11-17perf stat: Display metric-only for 0 countersIan Rogers
2025-11-16perf parse-events: Add debug logging to perf_eventIan Rogers
2025-11-16perf sample: Fix the wrong format specifierliujing
2025-11-13perf auxtrace: Remove errno.h from auxtrace.h and fix transitive dependenciesIan Rogers
2025-11-13perf build: Remove NO_AUXTRACE build optionIan Rogers
2025-11-13perf libbfd: Ensure libbfd is initialized prior to useIan Rogers
2025-11-13perf header: Write bpf_prog (infos|btfs)_cnt to data fileThomas Falcon
2025-11-11perf stat: Align metric output without eventsNamhyung Kim
2025-11-11perf tool_pmu: Make core_wide and target_cpu json eventsIan Rogers
2025-11-11perf stat: Remove "unit" workarounds for metric-onlyIan Rogers
2025-11-11perf stat: Fix default metricgroup display on hybridIan Rogers
2025-11-11perf stat: Remove hard coded shadow metricsIan Rogers
2025-11-11perf jevents: Add metric DefaultShowEventsIan Rogers
2025-11-11perf jevents: Add set of common metrics based on default onesIan Rogers
2025-11-11perf expr: Add #target_cpu literalIan Rogers
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