Home
last modified time | relevance | path

Searched refs:die_get_cfa (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/tools/perf/util/
Ddwarf-aux.h222 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
Dannotate-data.c822 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()
Ddwarf-aux.c1715 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/
Dinstructions.c320 if (die_get_cfa(dloc->di->dbg, pc, &fbreg, &fboff) < 0) in update_insn_state_x86()