Searched refs:rt_die (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/util/
H A Ddwarf-aux.h77 Dwarf_Die *die_find_child(Dwarf_Die *rt_die,
109 int die_walk_lines(Dwarf_Die *rt_die, line_walk_callback_t callback, void *data);
H A Ddwarf-aux.c519 * @rt_die: a root DIE
524 * Trace DIE tree from @rt_die and call @callback for each child DIE.
532 Dwarf_Die *die_find_child(Dwarf_Die *rt_die, argument
539 ret = dwarf_child(rt_die, die_mem);
856 * @rt_die: a root DIE (CU, subprogram or inlined_subroutine)
860 * Walk on all lines inside given @rt_die and call @callback on each line.
861 * If the @rt_die is a function, walk only on the lines inside the function,
862 * otherwise @rt_die must be a CU DIE.
866 int die_walk_lines(Dwarf_Die *rt_die, line_walk_callback_t callback, void *data) argument
879 if (dwarf_tag(rt_die) !
[all...]

Completed in 125 milliseconds