Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/arch/powerpc/annotate/
Dinstructions.c265 struct annotated_op_loc *dst = &loc.ops[INSN_OP_TARGET]; in update_insn_state_powerpc()
/linux-6.12.1/tools/perf/util/
Dannotate.h501 INSN_OP_TARGET = 1, enumerator
Dannotate.c2360 if (i == INSN_OP_TARGET) { in annotate_get_insn_location()
/linux-6.12.1/tools/perf/arch/x86/annotate/
Dinstructions.c217 struct annotated_op_loc *dst = &loc.ops[INSN_OP_TARGET]; in update_insn_state_x86()