Searched refs:die_get_cfa (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/tools/perf/util/ |
| H A D | dwarf-aux.h | 178 int die_get_cfa(Dwarf *dwarf, u64 pc, int *preg, int *poffset);
|
| H A D | annotate-data.c | 856 if (die_get_cfa(dloc->di->dbg, addr, &fbreg, &fb_offset) < 0) in update_var_state() 1209 if (die_get_cfa(dloc->di->dbg, pc, &fbreg, &fboff) < 0) in check_matching_type() 1514 if (die_get_cfa(dloc->di->dbg, pc, &fbreg, in find_data_type_die()
|
| H A D | dwarf-aux.c | 1710 int die_get_cfa(Dwarf *dwarf, u64 pc, int *preg, int *poffset) in die_get_cfa() function
|
| /linux-6.15/tools/perf/arch/x86/annotate/ |
| H A D | instructions.c | 321 if (die_get_cfa(dloc->di->dbg, pc, &fbreg, &fboff) < 0) in update_insn_state_x86()
|