Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c84 op = INTEL_PT_OP_CALL; in intel_pt_insn_decoder()
88 op = INTEL_PT_OP_CALL; in intel_pt_insn_decoder()
113 op = INTEL_PT_OP_CALL; in intel_pt_insn_decoder()
207 [INTEL_PT_OP_CALL] = "Call",
248 case INTEL_PT_OP_CALL: in intel_pt_insn_type()
Dintel-pt-insn-decoder.h18 INTEL_PT_OP_CALL, enumerator
Dintel-pt-decoder.c1032 if (intel_pt_insn->op == INTEL_PT_OP_CALL) { in intel_pt_walk_insn()
/Linux-v5.10/tools/perf/arch/x86/tests/
Dinsn-x86.c42 {"call", INTEL_PT_OP_CALL}, in get_op()