Lines Matching defs:arm_spe
39 struct arm_spe { struct
40 struct auxtrace auxtrace;
41 struct auxtrace_queues queues;
42 struct auxtrace_heap heap;
43 struct itrace_synth_opts synth_opts;
44 u32 auxtrace_type;
45 struct perf_session *session;
46 struct machine *machine;
47 u32 pmu_type;
49 struct perf_tsc_conversion tc;
51 u8 timeless_decoding;
52 u8 data_queued;
77 struct arm_spe *spe; argument