Searched refs:die_get_cfa (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/util/
H A Ddwarf-aux.h219 int die_get_cfa(Dwarf *dwarf, u64 pc, int *preg, int *poffset);
223 static inline int die_get_cfa(Dwarf *dwarf __maybe_unused, u64 pc __maybe_unused, function
H A Dannotate-data.c736 if (die_get_cfa(dloc->di->dbg, addr, &fbreg, &fb_offset) < 0)
883 if (die_get_cfa(dloc->di->dbg, pc, &fbreg, &fboff) < 0)
1335 if (die_get_cfa(dloc->di->dbg, pc, &fbreg, &fboff) < 0)
1668 if (die_get_cfa(dloc->di->dbg, pc, &fbreg,
H A Ddwarf-aux.c1701 * die_get_cfa - Get frame base information
1712 int die_get_cfa(Dwarf *dwarf, u64 pc, int *preg, int *poffset) function

Completed in 183 milliseconds