Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dsrcline.c271 bool show_sym, bool unwind_inlines) in __get_srcline() argument
313 if (asprintf(&srcline, "%s+%" PRIu64, show_sym ? sym->name : "", in __get_srcline()
328 bool show_sym) in get_srcline() argument
330 return __get_srcline(dso, addr, sym, show_sym, false); in get_srcline()
Dutil.h317 bool show_sym);
319 bool show_sym, bool unwind_inlines);