index
:
pub/scm/linux/kernel/git/modules/linux.git
master
mcgrof's fork of linux.git
Modules Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
arm-spe.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-03
perf arm-spe: Reject zero nr_cpu in metadata to prevent division by zero
Arnaldo Carvalho de Melo
1
-0
/
+4
2026-05-29
perf tools: Fix event_contains() macro to verify full field extent
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-05-20
perf event: Fix size of synthesized sample with branch stacks
Ian Rogers
1
-4
/
+24
2026-05-05
perf arm_spe: Store MIDR in arm_spe_pkt
James Clark
1
-6
/
+15
2026-05-05
perf arm_spe: Handle missing CPU IDs
James Clark
1
-1
/
+8
2026-05-05
perf arm_spe: Make a function to get the MIDR
James Clark
1
-14
/
+22
2026-04-10
perf arm_spe: Improve SIMD flags setting
Leo Yan
1
-5
/
+19
2025-12-23
perf arm-spe: Add NVIDIA Olympus to neoverse list
Besar Wicaksono
1
-0
/
+1
2025-12-03
perf arm_spe: Add CPU variants supporting common data source packet
Leo Yan
1
-0
/
+5
2025-11-18
perf arm_spe: Synthesize memory samples for SIMD operations
Leo Yan
1
-8
/
+8
2025-11-18
perf arm_spe: Introduce data processing macro for SVE operations
Leo Yan
1
-4
/
+1
2025-10-25
perf auxtrace: Add auxtrace_synth_id_range_start() helper
tanze
1
-4
/
+1
2025-10-23
tools: arm64: Add Cortex-A720AE definitions
Kuninori Morimoto
1
-0
/
+1
2025-09-19
perf arm_spe: Allow parsing both data source and events
Leo Yan
1
-29
/
+44
2025-09-19
perf arm_spe: Set HITM flag
Leo Yan
1
-2
/
+24
2025-09-19
perf arm_spe: Refactor arm_spe__get_metadata_by_cpu()
Leo Yan
1
-18
/
+16
2025-09-19
perf arm_spe: Fill memory levels for FEAT_SPEv1p4
Leo Yan
1
-0
/
+14
2025-09-19
perf arm_spe: Separate setting of memory levels for loads and stores
Leo Yan
1
-2
/
+43
2025-09-19
perf arm_spe: Refine memory level filling
Leo Yan
1
-11
/
+21
2025-09-19
perf arm_spe: Add "event_filter" entry in meta data
Leo Yan
1
-0
/
+1
2025-09-19
perf arm_spe: Use full type for data_src
James Clark
1
-11
/
+14
2025-09-19
perf arm_spe: Correct memory level for remote access
Leo Yan
1
-2
/
+2
2025-09-19
perf arm_spe: Correct setting remote access
Leo Yan
1
-1
/
+1
2025-09-09
perf arm-spe: Display --itrace period warnings for all sample types
James Clark
1
-9
/
+9
2025-09-09
perf arm-spe: Downsample all sample types equally
James Clark
1
-15
/
+12
2025-09-09
perf arm-spe: Show instruction sample types by default
James Clark
1
-2
/
+6
2025-07-25
perf evlist: Change env variable to session
Ian Rogers
1
-1
/
+1
2025-05-27
perf arm-spe: Add support for SPE Data Source packet on HiSilicon HIP12
Yicong Yang
1
-0
/
+96
2025-03-05
perf arm-spe: Support previous branch target (PBT) address
Leo Yan
1
-49
/
+65
2025-03-05
perf arm-spe: Add branch stack
Leo Yan
1
-0
/
+99
2025-03-05
perf arm-spe: Set sample flags with supplement info
Leo Yan
1
-0
/
+20
2025-03-05
perf arm-spe: Fix load-store operation checking
Leo Yan
1
-1
/
+7
2025-02-12
perf sample: Make user_regs and intr_regs optional
Ian Rogers
1
-6
/
+18
2024-12-09
perf arm-spe: Add support for SPE Data Source packet on AmpereOne
Ilkka Koskinen
1
-0
/
+44
2024-12-09
perf arm-spe: Prepare for adding data source packet implementations for other...
Ilkka Koskinen
1
-12
/
+30
2024-10-30
perf arm-spe: Use old behavior when opening old SPE files
James Clark
1
-26
/
+24
2024-10-29
perf arm-spe: Correctly set sample flags
Graham Woodward
1
-0
/
+17
2024-10-29
perf arm-spe: Use ARM_SPE_OP_BRANCH_ERET when synthesizing branches
Graham Woodward
1
-6
/
+6
2024-10-29
perf arm-spe: Set sample.addr to target address for instruction sample
Graham Woodward
1
-1
/
+1
2024-10-17
perf color: Add printf format checking and resolve issues
Ian Rogers
1
-1
/
+1
2024-10-14
perf arm-spe: Add Cortex CPUs to common data source encoding list
Leo Yan
1
-0
/
+5
2024-10-14
perf arm-spe: Add Neoverse-V2 to common data source encoding list
Besar Wicaksono
1
-0
/
+1
2024-10-14
perf arm-spe: Remove the unused 'midr' field
Leo Yan
1
-4
/
+0
2024-10-14
perf arm-spe: Use metadata to decide the data source feature
Leo Yan
1
-3
/
+64
2024-10-14
perf arm-spe: Introduce arm_spe__is_homogeneous()
Leo Yan
1
-0
/
+26
2024-10-14
perf arm-spe: Rename the common data source encoding
Leo Yan
1
-14
/
+14
2024-10-14
perf arm-spe: Rename arm_spe__synth_data_source_generic()
Leo Yan
1
-3
/
+3
2024-10-03
perf arm-spe: Dump metadata with version 2
Leo Yan
1
-5
/
+49
2024-10-03
perf arm-spe: Support metadata version 2
Leo Yan
1
-4
/
+95
2024-10-03
perf arm-spe: Define metadata header version 2
Leo Yan
1
-1
/
+1
[next]