summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2025-12-02perf python: Correct copying of metric_leader in an evselIan Rogers2-21/+60
2025-12-02perf jitdump: Add sym/str-tables to build-ID generationNamhyung Kim1-2/+30
2025-12-02perf tools: Remove a trailing newline in the event termsNamhyung Kim1-0/+2
2025-11-26perf tools: Don't read build-ids from non-regular filesJames Clark10-24/+33
2025-11-26perf pmu: fix duplicate conditional statementAnubhav Shelat1-2/+0
2025-11-24perf tools: Add support for perf_event_attr::config4James Clark5-0/+22
2025-11-20perf: replace strcpy() with strncpy() in util/jitdump.cHrishikesh Suresh1-1/+2
2025-11-19perf evsel: Skip store_evsel_ids for non-perf-event PMUsIan Rogers1-0/+3
2025-11-19perf pmu: Add PMU kind to simplify differentiatingIan Rogers1-0/+34
2025-11-19perf header: Switch "cpu" for find_core_pmu in caps feature writingIan Rogers1-1/+1
2025-11-19perf maps: Avoid RC_CHK use after freeIan Rogers1-2/+20
2025-11-18perf arm_spe: Synthesize memory samples for SIMD operationsLeo Yan1-8/+8
2025-11-18perf arm_spe: Expose SIMD information in other operationsLeo Yan2-1/+21
2025-11-18perf arm_spe: Report GCS in recordLeo Yan2-0/+6
2025-11-18perf arm_spe: Report memset and memcpy in recordsLeo Yan2-0/+6
2025-11-18perf arm_spe: Report associated info for SVE / SME operationsLeo Yan2-0/+6
2025-11-18perf arm_spe: Report extended memory operations in recordsLeo Yan1-0/+7
2025-11-18perf arm_spe: Report MTE allocation tag in recordLeo Yan2-0/+3
2025-11-18perf arm_spe: Report register access in recordLeo Yan1-1/+12
2025-11-18perf arm_spe: Introduce data processing macro for SVE operationsLeo Yan3-8/+5
2025-11-18perf arm_spe: Consolidate operation typesLeo Yan1-20/+22
2025-11-18perf arm_spe: Remove unused operation typesLeo Yan1-4/+0
2025-11-18perf arm_spe: Decode SME data processing packetLeo Yan2-0/+20
2025-11-18perf arm_spe: Decode ASE and FP fields in other operationLeo Yan2-1/+9
2025-11-18perf arm_spe: Rename SPE_OP_PKT_IS_OTHER_SVE_OP macroLeo Yan3-3/+3
2025-11-18perf arm_spe: Decode GCS operationLeo Yan2-0/+8
2025-11-18perf arm_spe: Unify operation namingLeo Yan3-14/+13
2025-11-18perf arm_spe: Fix memset subclass in operationLeo Yan2-26/+14
2025-11-17perf tool_pmu: More accurately set the cpus for tool eventsIan Rogers3-2/+27
2025-11-17perf stat: Reduce scope of walltime_nsecs_statsIan Rogers3-9/+2
2025-11-17perf stat: Reduce scope of ru_statsIan Rogers3-24/+0
2025-11-17perf stat-shadow: Read tool events directlyIan Rogers1-82/+65
2025-11-17perf tool_pmu: Use old_count when computing count values for time eventsIan Rogers1-26/+33
2025-11-17perf pmu: perf_cpu_map__new_int to avoid parsing a stringIan Rogers2-2/+2
2025-11-17perf stat: Display metric-only for 0 countersIan Rogers1-0/+3
2025-11-16perf parse-events: Add debug logging to perf_eventIan Rogers1-0/+2
2025-11-16perf sample: Fix the wrong format specifierliujing1-1/+1
2025-11-13perf auxtrace: Remove errno.h from auxtrace.h and fix transitive dependenciesIan Rogers16-3/+17
2025-11-13perf 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-11perf stat: Align metric output without eventsNamhyung Kim1-5/+5
2025-11-11perf tool_pmu: Make core_wide and target_cpu json eventsIan Rogers4-11/+35
2025-11-11perf stat: Remove "unit" workarounds for metric-onlyIan Rogers1-39/+8
2025-11-11perf stat: Fix default metricgroup display on hybridIan Rogers1-5/+3
2025-11-11perf stat: Remove hard coded shadow metricsIan Rogers3-392/+6
2025-11-11perf jevents: Add metric DefaultShowEventsIan Rogers4-3/+17
2025-11-11perf jevents: Add set of common metrics based on default onesIan Rogers1-10/+21
2025-11-11perf expr: Add #target_cpu literalIan Rogers1-0/+3
2025-11-11perf metricgroup: Add care to picking the evsel for displaying a metricIan Rogers1-1/+47