Home
last modified time | relevance | path

Searched defs:intel_pt_state (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.h200 struct intel_pt_state { struct
201 enum intel_pt_sample_type type;
202 int err;
203 uint64_t from_ip;
204 uint64_t to_ip;
205 uint64_t cr3;
206 uint64_t tot_insn_cnt;
207 uint64_t tot_cyc_cnt;
208 uint64_t timestamp;
209 uint64_t est_timestamp;
[all …]