Searched defs:intel_pt_state (Results 1 – 1 of 1) sorted by relevance
212 struct intel_pt_state { struct213 enum intel_pt_sample_type type;214 bool from_nr;215 bool to_nr;216 int err;217 uint64_t from_ip;218 uint64_t to_ip;219 uint64_t tot_insn_cnt;220 uint64_t tot_cyc_cnt;221 uint64_t timestamp;[all …]