Lines Matching defs:arm_spe
40 struct arm_spe { struct
41 struct auxtrace auxtrace;
42 struct auxtrace_queues queues;
43 struct auxtrace_heap heap;
44 struct itrace_synth_opts synth_opts;
45 u32 auxtrace_type;
46 struct perf_session *session;
47 struct machine *machine;
48 u32 pmu_type;
49 u64 midr;
51 struct perf_tsc_conversion tc;
53 u8 timeless_decoding;
54 u8 data_queued;
56 u64 sample_type;
57 u8 sample_flc;
58 u8 sample_llc;
59 u8 sample_tlb;
83 struct arm_spe_queue { argument
84 struct arm_spe *spe; argument