Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.h228 struct intel_pt_state { struct
229 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 …]
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.h201 struct intel_pt_state { struct
202 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 …]