Searched refs:annotate_get_insn_location (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/tools/perf/arch/powerpc/annotate/ |
D | instructions.c | 269 if (annotate_get_insn_location(dloc->arch, dl, &loc) < 0) in update_insn_state_powerpc()
|
/linux-6.14.4/tools/perf/util/ |
D | annotate.h | 545 int annotate_get_insn_location(struct arch *arch, struct disasm_line *dl,
|
D | annotate.c | 2408 int annotate_get_insn_location(struct arch *arch, struct disasm_line *dl, in annotate_get_insn_location() function 2724 if (annotate_get_insn_location(arch, dl, &loc) < 0) { in hist_entry__get_data_type()
|
/linux-6.14.4/tools/perf/arch/x86/annotate/ |
D | instructions.c | 225 if (annotate_get_insn_location(dloc->arch, dl, &loc) < 0) in update_insn_state_x86()
|