Home
last modified time | relevance | path

Searched refs:insn_get_opcode (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dinsn.h102 extern void insn_get_opcode(struct insn *insn);
Dinsn.c203 void insn_get_opcode(struct insn *insn) in insn_get_opcode() function
261 insn_get_opcode(insn); in insn_get_modrm()
/linux-4.4.14/arch/x86/include/asm/
Dinsn.h102 extern void insn_get_opcode(struct insn *insn);
/linux-4.4.14/arch/x86/lib/
Dinsn.c203 void insn_get_opcode(struct insn *insn) in insn_get_opcode() function
261 insn_get_opcode(insn); in insn_get_modrm()
/linux-4.4.14/arch/x86/mm/
Dmpx.c209 insn_get_opcode(insn); in mpx_insn_decode()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c712 insn_get_opcode(&insn); in branch_type()