summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2025-11-19perf arm_spe: Report associated info for SVE / SME operationsLeo Yan2-0/+6
2025-11-19perf arm_spe: Report extended memory operations in recordsLeo Yan1-0/+7
2025-11-19perf arm_spe: Report MTE allocation tag in recordLeo Yan2-0/+3
2025-11-19perf arm_spe: Report register access in recordLeo Yan1-1/+12
2025-11-19perf arm_spe: Introduce data processing macro for SVE operationsLeo Yan3-8/+5
2025-11-19perf arm_spe: Consolidate operation typesLeo Yan1-22/+24
2025-11-19perf arm_spe: Remove unused operation typesLeo Yan1-4/+0
2025-11-19perf arm_spe: Decode SME data processing packetLeo Yan2-0/+20
2025-11-19perf arm_spe: Decode ASE and FP fields in other operationLeo Yan2-1/+9
2025-11-19perf arm_spe: Rename SPE_OP_PKT_IS_OTHER_SVE_OP macroLeo Yan3-3/+3
2025-11-19perf arm_spe: Decode GCS operationLeo Yan2-0/+8
2025-11-19perf arm_spe: Unify operation namingLeo Yan3-14/+13
2025-11-19perf arm_spe: Fix memset subclass in operationLeo Yan2-26/+14
2025-11-18perf tool_pmu: More accurately set the cpus for tool eventsIan Rogers3-2/+27
2025-11-18perf stat: Reduce scope of walltime_nsecs_statsIan Rogers3-9/+2
2025-11-18perf stat: Reduce scope of ru_statsIan Rogers3-24/+0
2025-11-18perf stat-shadow: Read tool events directlyIan Rogers1-83/+66
2025-11-18perf tool_pmu: Use old_count when computing count values for time eventsIan Rogers1-26/+33
2025-11-18perf pmu: perf_cpu_map__new_int to avoid parsing a stringIan Rogers2-2/+2
2025-11-18perf stat: Display metric-only for 0 countersIan Rogers1-0/+3
2025-11-17perf parse-events: Add debug logging to perf_eventIan Rogers1-0/+2
2025-11-17perf sample: Fix the wrong format specifierliujing1-1/+1
2025-11-14perf auxtrace: Remove errno.h from auxtrace.h and fix transitive dependenciesIan Rogers16-3/+17
2025-11-14perf build: Remove NO_AUXTRACE build optionIan Rogers7-255/+18
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-12perf stat: Align metric output without eventsNamhyung Kim1-5/+5
2025-11-12perf tool_pmu: Make core_wide and target_cpu json eventsIan Rogers4-11/+35
2025-11-12perf stat: Remove "unit" workarounds for metric-onlyIan Rogers1-39/+8
2025-11-12perf stat: Fix default metricgroup display on hybridIan Rogers1-5/+3
2025-11-12perf stat: Remove hard coded shadow metricsIan Rogers3-392/+6
2025-11-12perf jevents: Add metric DefaultShowEventsIan Rogers4-3/+17
2025-11-12perf jevents: Add set of common metrics based on default onesIan Rogers1-10/+21
2025-11-12perf expr: Add #target_cpu literalIan Rogers1-0/+3
2025-11-12perf metricgroup: Add care to picking the evsel for displaying a metricIan Rogers1-1/+47
2025-11-12perf tools: Fix missing feature check for inherit + SAMPLE_READNamhyung Kim1-1/+1
2025-11-11perf symbol: Remove unneeded semicolonChen Ni1-1/+1
2025-11-10perf pmu: Make pmu_alias_terms weak againIan Rogers1-0/+8
2025-11-08perf tool: Add a delegate_tool that just delegates actions to another toolIan Rogers2-0/+180
2025-11-08perf tool: Add the perf_tool argument to all callbacksIan Rogers11-57/+85
2025-11-07perf record: Make sure to update build-ID cacheNamhyung Kim1-1/+0
2025-11-04perf metricgroup: When copy metrics copy default informationIan Rogers1-0/+2
2025-11-04perf metricgroup: Missed free on error pathIan Rogers1-0/+1
2025-11-04perf metricgroup: Update comment on location of metric_event listIan Rogers1-1/+1
2025-11-04perf 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