summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2025-12-03perf python: Correct copying of metric_leader in an evselIan Rogers2-22/+61
2025-12-03perf test: Add python JIT dump testNamhyung Kim1-0/+81
2025-12-03perf jitdump: Add sym/str-tables to build-ID generationNamhyung Kim1-2/+30
2025-12-03perf test: Fix hybrid testing of event fallback testIan Rogers1-17/+2
2025-12-03perf tools: Remove a trailing newline in the event termsNamhyung Kim1-0/+2
2025-12-02Merge tag 'objtool-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2025-11-29perf trace: Skip internal syscall argumentsNamhyung Kim1-0/+21
2025-11-26perf tools: Don't read build-ids from non-regular filesJames Clark15-34/+43
2025-11-26perf vendor events riscv: add T-HEAD C920V2 JSON supportInochi Amaoto1-0/+1
2025-11-26perf pmu: fix duplicate conditional statementAnubhav Shelat1-2/+0
2025-11-24perf docs: arm-spe: Document new SPE filtering featuresJames Clark1-9/+95
2025-11-24perf tools: Add support for perf_event_attr::config4James Clark6-1/+34
2025-11-20perf: replace strcpy() with strncpy() in util/jitdump.cHrishikesh Suresh1-1/+2
2025-11-20perf list: Support filtering in JSON outputNamhyung Kim1-0/+24
2025-11-20perf list: Share print state with JSON outputNamhyung Kim1-62/+65
2025-11-20perf list: Print matching PMU events for --unitNamhyung Kim1-3/+5
2025-11-20perf test all metrics: Fully ignore Default metric failuresIan Rogers1-10/+17
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-20/+65
2025-11-20perf evsel: Skip store_evsel_ids for non-perf-event PMUsIan Rogers1-0/+3
2025-11-20perf pmu: Add PMU kind to simplify differentiatingIan Rogers1-0/+34
2025-11-20perf header: Switch "cpu" for find_core_pmu in caps feature writingIan Rogers1-1/+1
2025-11-20perf test maps: Additional maps__fixup_overlap_and_insert testsIan Rogers3-3/+83
2025-11-20perf maps: Avoid RC_CHK use after freeIan Rogers1-2/+20
2025-11-19perf stat: Read tool events lastIan Rogers1-6/+39
2025-11-19perf arm_spe: Synthesize memory samples for SIMD operationsLeo Yan1-8/+8
2025-11-19perf arm_spe: Expose SIMD information in other operationsLeo Yan2-1/+21
2025-11-19perf arm_spe: Report GCS in recordLeo Yan2-0/+6
2025-11-19perf arm_spe: Report memset and memcpy in recordsLeo Yan2-0/+6
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 Rogers6-21/+10
2025-11-18perf stat: Reduce scope of ru_statsIan Rogers4-25/+18
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 Rogers2-29/+46
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 test: Don't fail if user rdpmc returns 0 when disabledIan Rogers1-1/+1
2025-11-17perf parse-events: Add debug logging to perf_eventIan Rogers1-0/+2