summaryrefslogtreecommitdiff
path: root/tools/perf/util/arm-spe.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-03perf arm-spe: Reject zero nr_cpu in metadata to prevent division by zeroArnaldo Carvalho de Melo1-0/+4
2026-05-29perf tools: Fix event_contains() macro to verify full field extentArnaldo Carvalho de Melo1-1/+1
2026-05-20perf event: Fix size of synthesized sample with branch stacksIan Rogers1-4/+24
2026-05-05perf arm_spe: Store MIDR in arm_spe_pktJames Clark1-6/+15
2026-05-05perf arm_spe: Handle missing CPU IDsJames Clark1-1/+8
2026-05-05perf arm_spe: Make a function to get the MIDRJames Clark1-14/+22
2026-04-10perf arm_spe: Improve SIMD flags settingLeo Yan1-5/+19
2025-12-23perf arm-spe: Add NVIDIA Olympus to neoverse listBesar Wicaksono1-0/+1
2025-12-03perf arm_spe: Add CPU variants supporting common data source packetLeo Yan1-0/+5
2025-11-18perf arm_spe: Synthesize memory samples for SIMD operationsLeo Yan1-8/+8
2025-11-18perf arm_spe: Introduce data processing macro for SVE operationsLeo Yan1-4/+1
2025-10-25perf auxtrace: Add auxtrace_synth_id_range_start() helpertanze1-4/+1
2025-10-23tools: arm64: Add Cortex-A720AE definitionsKuninori Morimoto1-0/+1
2025-09-19perf arm_spe: Allow parsing both data source and eventsLeo Yan1-29/+44
2025-09-19perf arm_spe: Set HITM flagLeo Yan1-2/+24
2025-09-19perf arm_spe: Refactor arm_spe__get_metadata_by_cpu()Leo Yan1-18/+16
2025-09-19perf arm_spe: Fill memory levels for FEAT_SPEv1p4Leo Yan1-0/+14
2025-09-19perf arm_spe: Separate setting of memory levels for loads and storesLeo Yan1-2/+43
2025-09-19perf arm_spe: Refine memory level fillingLeo Yan1-11/+21
2025-09-19perf arm_spe: Add "event_filter" entry in meta dataLeo Yan1-0/+1
2025-09-19perf arm_spe: Use full type for data_srcJames Clark1-11/+14
2025-09-19perf arm_spe: Correct memory level for remote accessLeo Yan1-2/+2
2025-09-19perf arm_spe: Correct setting remote accessLeo Yan1-1/+1
2025-09-09perf arm-spe: Display --itrace period warnings for all sample typesJames Clark1-9/+9
2025-09-09perf arm-spe: Downsample all sample types equallyJames Clark1-15/+12
2025-09-09perf arm-spe: Show instruction sample types by defaultJames Clark1-2/+6
2025-07-25perf evlist: Change env variable to sessionIan Rogers1-1/+1
2025-05-27perf arm-spe: Add support for SPE Data Source packet on HiSilicon HIP12Yicong Yang1-0/+96
2025-03-05perf arm-spe: Support previous branch target (PBT) addressLeo Yan1-49/+65
2025-03-05perf arm-spe: Add branch stackLeo Yan1-0/+99
2025-03-05perf arm-spe: Set sample flags with supplement infoLeo Yan1-0/+20
2025-03-05perf arm-spe: Fix load-store operation checkingLeo Yan1-1/+7
2025-02-12perf sample: Make user_regs and intr_regs optionalIan Rogers1-6/+18
2024-12-09perf arm-spe: Add support for SPE Data Source packet on AmpereOneIlkka Koskinen1-0/+44
2024-12-09perf arm-spe: Prepare for adding data source packet implementations for other...Ilkka Koskinen1-12/+30
2024-10-30perf arm-spe: Use old behavior when opening old SPE filesJames Clark1-26/+24
2024-10-29perf arm-spe: Correctly set sample flagsGraham Woodward1-0/+17
2024-10-29perf arm-spe: Use ARM_SPE_OP_BRANCH_ERET when synthesizing branchesGraham Woodward1-6/+6
2024-10-29perf arm-spe: Set sample.addr to target address for instruction sampleGraham Woodward1-1/+1
2024-10-17perf color: Add printf format checking and resolve issuesIan Rogers1-1/+1
2024-10-14perf arm-spe: Add Cortex CPUs to common data source encoding listLeo Yan1-0/+5
2024-10-14perf arm-spe: Add Neoverse-V2 to common data source encoding listBesar Wicaksono1-0/+1
2024-10-14perf arm-spe: Remove the unused 'midr' fieldLeo Yan1-4/+0
2024-10-14perf arm-spe: Use metadata to decide the data source featureLeo Yan1-3/+64
2024-10-14perf arm-spe: Introduce arm_spe__is_homogeneous()Leo Yan1-0/+26
2024-10-14perf arm-spe: Rename the common data source encodingLeo Yan1-14/+14
2024-10-14perf arm-spe: Rename arm_spe__synth_data_source_generic()Leo Yan1-3/+3
2024-10-03perf arm-spe: Dump metadata with version 2Leo Yan1-5/+49
2024-10-03perf arm-spe: Support metadata version 2Leo Yan1-4/+95
2024-10-03perf arm-spe: Define metadata header version 2Leo Yan1-1/+1