Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c96 op = INTEL_PT_OP_CALL; in intel_pt_insn_decoder()
100 op = INTEL_PT_OP_CALL; in intel_pt_insn_decoder()
125 op = INTEL_PT_OP_CALL; in intel_pt_insn_decoder()
222 [INTEL_PT_OP_CALL] = "Call",
264 case INTEL_PT_OP_CALL: in intel_pt_insn_type()
Dintel-pt-insn-decoder.h18 INTEL_PT_OP_CALL, enumerator
Dintel-pt-decoder.c1204 if (intel_pt_insn->op == INTEL_PT_OP_CALL) { in intel_pt_walk_insn()
/linux-5.19.10/tools/perf/arch/x86/tests/
Dinsn-x86.c42 {"call", INTEL_PT_OP_CALL}, in get_op()