Home
last modified time | relevance | path

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

/linux/tools/perf/util/include/
H A Ddwarf-regs.h131 void get_powerpc_regs(u32 raw_insn, int is_source, struct annotated_op_loc *op_loc);
143 struct annotated_op_loc *op_loc __maybe_unused) in get_powerpc_regs()
/linux/tools/perf/util/
H A Dannotate-data.h16 struct annotated_op_loc;
126 struct annotated_op_loc *op;
H A Dannotate.h507 struct annotated_op_loc { struct
540 struct annotated_op_loc ops[INSN_OP_MAX];
H A Dannotate.c2483 struct annotated_op_loc *op_loc) in extract_reg_offset()
2549 struct annotated_op_loc *op_loc; in annotate_get_insn_location()
2690 static bool is_stack_canary(const struct arch *arch, struct annotated_op_loc *loc) in is_stack_canary()
2801 struct annotated_op_loc *op_loc; in __hist_entry__get_data_type()
H A Dannotate-data.c1498 struct annotated_op_loc *loc = dloc->op; in find_data_type_die()
/linux/tools/perf/util/dwarf-regs-arch/
H A Ddwarf-regs-powerpc.c49 struct annotated_op_loc *op_loc) in get_powerpc_regs()
/linux/tools/perf/util/annotate-arch/
H A Dannotate-powerpc.c352 struct annotated_op_loc *src = &loc.ops[INSN_OP_SOURCE]; in update_insn_state_powerpc()
353 struct annotated_op_loc *dst = &loc.ops[INSN_OP_TARGET]; in update_insn_state_powerpc()
H A Dannotate-x86.c212 struct annotated_op_loc *src = &loc.ops[INSN_OP_SOURCE]; in update_insn_state_x86()
213 struct annotated_op_loc *dst = &loc.ops[INSN_OP_TARGET]; in update_insn_state_x86()