Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.h212 struct intel_pt_state { struct
213 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 …]