Home
last modified time | relevance | path

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

/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.c75 op = INTEL_PT_OP_SYSCALL; in intel_pt_insn_decoder()
254 [INTEL_PT_OP_SYSCALL] = "Syscall",
309 case INTEL_PT_OP_SYSCALL: in intel_pt_insn_type()
H A Dintel-pt-insn-decoder.h25 INTEL_PT_OP_SYSCALL, enumerator
/linux/tools/perf/arch/x86/tests/
H A Dinsn-x86.c51 {"syscall", INTEL_PT_OP_SYSCALL}, in get_op()