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

/linux-4.4.14/tools/perf/util/
H A Ddwarf-aux.h85 extern Dwarf_Die *die_find_realfunc(Dwarf_Die *cu_die, Dwarf_Addr addr,
H A Ddwarf-aux.c119 for (sc_die = die_find_realfunc(cu_die, addr, &die_mem); cu_walk_functions_at()
491 * die_find_realfunc - Search a non-inlined function at given address
499 Dwarf_Die *die_find_realfunc(Dwarf_Die *cu_die, Dwarf_Addr addr, die_find_realfunc() function
H A Dprobe-finder.c667 if (!die_find_realfunc(&pf->cu_die, pf->addr, &pf->sp_die)) { call_probe_finder()
1484 if (die_find_realfunc(&cudie, (Dwarf_Addr)addr, &spdie)) { debuginfo__find_probe_point()

Completed in 99 milliseconds