Home
last modified time | relevance | path

Searched refs:annotated_op_loc (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/tools/perf/util/include/
H A Ddwarf-regs.h115 void get_powerpc_regs(u32 raw_insn, int is_source, struct annotated_op_loc *op_loc);
127 struct annotated_op_loc *op_loc __maybe_unused) in get_powerpc_regs()
/linux-6.15/tools/perf/util/
H A Dannotate-data.h16 struct annotated_op_loc;
125 struct annotated_op_loc *op;
H A Ddwarf-regs-powerpc.c48 struct annotated_op_loc *op_loc) in get_powerpc_regs()
H A Dannotate.h504 struct annotated_op_loc { struct
537 struct annotated_op_loc ops[INSN_OP_MAX];
H A Dannotate.c2381 struct annotated_op_loc *op_loc) in extract_reg_offset()
2465 struct annotated_op_loc *op_loc; in annotate_get_insn_location()
2609 static bool is_stack_canary(struct arch *arch, struct annotated_op_loc *loc) in is_stack_canary()
2706 struct annotated_op_loc *op_loc; in __hist_entry__get_data_type()
H A Dannotate-data.c1433 struct annotated_op_loc *loc = dloc->op; in find_data_type_die()
/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()
265 struct annotated_op_loc *dst = &loc.ops[INSN_OP_TARGET]; 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()
218 struct annotated_op_loc *dst = &loc.ops[INSN_OP_TARGET]; in update_insn_state_x86()