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

/external/linux-tools-perf/src/tools/perf/util/
H A Ddwarf-aux.c360 * @rt_die: a root DIE
365 * Trace DIE tree from @rt_die and call @callback for each child DIE.
373 Dwarf_Die *die_find_child(Dwarf_Die *rt_die, argument
380 ret = dwarf_child(rt_die, die_mem);
654 * @rt_die: a root DIE (CU, subprogram or inlined_subroutine)
658 * Walk on all lines inside given @rt_die and call @callback on each line.
659 * If the @rt_die is a function, walk only on the lines inside the function,
660 * otherwise @rt_die must be a CU DIE.
664 int die_walk_lines(Dwarf_Die *rt_die, line_walk_callback_t callback, void *data) argument
675 if (dwarf_tag(rt_die) !
[all...]

Completed in 93 milliseconds