Searched defs:arm_spe_record (Results 1 – 1 of 1) sorted by relevance
85 struct arm_spe_record { struct86 enum arm_spe_sample_type type;87 int err;88 u32 op;89 u32 latency;90 u64 from_ip;91 u64 to_ip;92 u64 prev_br_tgt;93 u64 timestamp;117 struct arm_spe_record record; argument