Searched defs:intel_pt_state (Results 1 – 2 of 2) sorted by relevance
228 struct intel_pt_state { struct229 enum intel_pt_sample_type type;230 bool from_nr;231 bool to_nr;232 bool from_iflag;233 bool to_iflag;234 int err;235 uint64_t from_ip;236 uint64_t to_ip;237 uint64_t tot_insn_cnt;[all …]
201 struct intel_pt_state { struct202 enum intel_pt_sample_type type;203 int err;204 uint64_t from_ip;205 uint64_t to_ip;206 uint64_t cr3;207 uint64_t tot_insn_cnt;208 uint64_t tot_cyc_cnt;209 uint64_t timestamp;210 uint64_t est_timestamp;[all …]