Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.h45 struct intel_pt_insn { struct
46 enum intel_pt_insn_op op; argument
47 enum intel_pt_insn_branch branch; argument
54 struct intel_pt_insn *intel_pt_insn); argument
Dintel-pt-insn-decoder.c32 struct intel_pt_insn *intel_pt_insn) in intel_pt_insn_decoder()
160 struct intel_pt_insn *intel_pt_insn) in intel_pt_get_insn()
194 int intel_pt_insn_desc(const struct intel_pt_insn *intel_pt_insn, char *buf, in intel_pt_insn_desc()
Dintel-pt-log.c114 void __intel_pt_log_insn(struct intel_pt_insn *intel_pt_insn, uint64_t ip) in __intel_pt_log_insn()
131 void __intel_pt_log_insn_no_data(struct intel_pt_insn *intel_pt_insn, in __intel_pt_log_insn_no_data()
Dintel-pt-decoder.c854 struct intel_pt_insn *intel_pt_insn, uint64_t ip) in intel_pt_walk_insn()
961 struct intel_pt_insn intel_pt_insn; in intel_pt_walk_fup() local
1007 struct intel_pt_insn intel_pt_insn; in intel_pt_walk_tip() local
1050 struct intel_pt_insn intel_pt_insn; in intel_pt_walk_tnt() local
/linux-4.4.14/tools/perf/arch/x86/tests/
Dinsn-x86.c95 struct intel_pt_insn intel_pt_insn; in test_data_item() local
/linux-4.4.14/tools/perf/util/
Dintel-pt.c371 struct intel_pt_insn *intel_pt_insn) in intel_pt_cache_add()
409 static int intel_pt_walk_next_insn(struct intel_pt_insn *intel_pt_insn, in intel_pt_walk_next_insn()
Dintel-bts.c81 struct intel_pt_insn intel_pt_insn; member