Home
last modified time | relevance | path

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

/linux/tools/perf/util/annotate-arch/
H A Dannotate-powerpc.c353 struct annotated_op_loc *dst = &loc.ops[INSN_OP_TARGET]; in update_insn_state_powerpc()
H A Dannotate-x86.c213 struct annotated_op_loc *dst = &loc.ops[INSN_OP_TARGET]; in update_insn_state_x86()
/linux/tools/perf/util/
H A Dannotate.h519 INSN_OP_TARGET = 1, enumerator
H A Dannotate.c2567 if (i == INSN_OP_TARGET) { in annotate_get_insn_location()