Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dannotate.h515 INSN_OP_SOURCE = 0, enumerator
541 for (i = INSN_OP_SOURCE, op_loc = &(insn_loc)->ops[i]; \
/linux-6.15/tools/perf/arch/powerpc/annotate/
H A Dinstructions.c264 struct annotated_op_loc *src = &loc.ops[INSN_OP_SOURCE]; in update_insn_state_powerpc()
/linux-6.15/tools/perf/arch/x86/annotate/
H A Dinstructions.c217 struct annotated_op_loc *src = &loc.ops[INSN_OP_SOURCE]; in update_insn_state_x86()