Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c103 op = INTEL_PT_OP_JMP; in intel_pt_insn_decoder()
107 op = INTEL_PT_OP_JMP; in intel_pt_insn_decoder()
120 op = INTEL_PT_OP_JMP; in intel_pt_insn_decoder()
181 [INTEL_PT_OP_JMP] = "Jmp",
230 case INTEL_PT_OP_JMP: in intel_pt_insn_type()
Dintel-pt-insn-decoder.h30 INTEL_PT_OP_JMP, enumerator
/linux-4.4.14/tools/perf/arch/x86/tests/
Dinsn-x86.c43 {"jmp", INTEL_PT_OP_JMP}, in get_op()