Home
last modified time | relevance | path

Searched refs:INTEL_PT_OP_OTHER (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c34 enum intel_pt_insn_op op = INTEL_PT_OP_OTHER; in intel_pt_insn_decoder()
39 intel_pt_insn->op = INTEL_PT_OP_OTHER; in intel_pt_insn_decoder()
177 [INTEL_PT_OP_OTHER] = "Other",
222 case INTEL_PT_OP_OTHER: in intel_pt_insn_type()
Dintel-pt-insn-decoder.h26 INTEL_PT_OP_OTHER, enumerator
/linux-4.4.14/tools/perf/arch/x86/tests/
Dinsn-x86.c39 {"other", INTEL_PT_OP_OTHER}, in get_op()