Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c31 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()
236 [INTEL_PT_OP_OTHER] = "Other",
279 case INTEL_PT_OP_OTHER: in intel_pt_insn_type()
Dintel-pt-insn-decoder.h17 INTEL_PT_OP_OTHER, enumerator
Dintel-pt-decoder.c1122 decoder->state.insn_op = INTEL_PT_OP_OTHER; in intel_pt_sample_fup_insn()
/linux-6.6.21/tools/perf/arch/x86/tests/
Dinsn-x86.c43 {"other", INTEL_PT_OP_OTHER}, in get_op()