Searched refs:die_is_func_def (Results 1 - 3 of 3) sorted by path

/linux-master/tools/perf/util/
H A Ddwarf-aux.c337 * die_is_func_def - Ensure that this DIE is a subprogram and definition
343 bool die_is_func_def(Dwarf_Die *dw_die) function
H A Ddwarf-aux.h36 bool die_is_func_def(Dwarf_Die *dw_die);
H A Dprobe-finder.c585 if (!die_is_func_def(sc_die)) {
949 if (!die_is_func_def(sp_die) ||
1752 if (die_match_name(sp_die, lr->function) && die_is_func_def(sp_die)) {

Completed in 361 milliseconds