Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c50 op = INTEL_PT_OP_SYSCALL; in intel_pt_insn_decoder()
185 [INTEL_PT_OP_SYSCALL] = "Syscall",
240 case INTEL_PT_OP_SYSCALL: in intel_pt_insn_type()
Dintel-pt-insn-decoder.h34 INTEL_PT_OP_SYSCALL, enumerator
/linux-4.4.14/tools/perf/arch/x86/tests/
Dinsn-x86.c47 {"syscall", INTEL_PT_OP_SYSCALL}, in get_op()