Searched refs:die_get_cfa (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/perf/util/ |
D | dwarf-aux.h | 222 int die_get_cfa(Dwarf *dwarf, u64 pc, int *preg, int *poffset); 226 static inline int die_get_cfa(Dwarf *dwarf __maybe_unused, u64 pc __maybe_unused, in die_get_cfa() function
|
D | annotate-data.c | 822 if (die_get_cfa(dloc->di->dbg, addr, &fbreg, &fb_offset) < 0) in update_var_state() 1170 if (die_get_cfa(dloc->di->dbg, pc, &fbreg, &fboff) < 0) in check_matching_type() 1475 if (die_get_cfa(dloc->di->dbg, pc, &fbreg, in find_data_type_die()
|
D | dwarf-aux.c | 1715 int die_get_cfa(Dwarf *dwarf, u64 pc, int *preg, int *poffset) in die_get_cfa() function
|
/linux-6.12.1/tools/perf/arch/x86/annotate/ |
D | instructions.c | 320 if (die_get_cfa(dloc->di->dbg, pc, &fbreg, &fboff) < 0) in update_insn_state_x86()
|