Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c92 op = INTEL_PT_OP_INT; in intel_pt_insn_decoder()
228 [INTEL_PT_OP_INT] = "Int",
277 case INTEL_PT_OP_INT: in intel_pt_insn_type()
Dintel-pt-insn-decoder.h24 INTEL_PT_OP_INT, enumerator
/linux-5.19.10/tools/perf/arch/x86/tests/
Dinsn-x86.c48 {"int", INTEL_PT_OP_INT}, in get_op()