Home
last modified time | relevance | path

Searched refs:scope_die (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/util/
H A Dannotate-data.c134 static void pr_debug_scope(Dwarf_Die *scope_die) in pr_debug_scope() argument
141 pr_info("(die:%lx) ", (long)dwarf_dieoffset(scope_die)); in pr_debug_scope()
143 tag = dwarf_tag(scope_die); in pr_debug_scope()
145 pr_info("[function] %s\n", dwarf_diename(scope_die)); in pr_debug_scope()
147 pr_info("[inlined] %s\n", dwarf_diename(scope_die)); in pr_debug_scope()