Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.c107 op = INTEL_PT_OP_INT; in intel_pt_insn_decoder()
243 [INTEL_PT_OP_INT] = "Int",
296 case INTEL_PT_OP_INT: in intel_pt_insn_type()
H A Dintel-pt-insn-decoder.h24 INTEL_PT_OP_INT, enumerator
/openbmc/linux/tools/perf/arch/x86/tests/
H A Dinsn-x86.c50 {"int", INTEL_PT_OP_INT}, in get_op()