Home
last modified time | relevance | path

Searched refs:show_sym (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dsrcline.h14 bool show_sym, bool show_addr, u64 ip);
16 bool show_sym, bool show_addr, bool unwind_inlines,
H A Dsrcline.c520 bool show_sym, bool show_addr, bool unwind_inlines, in __get_srcline()
556 return (show_sym && sym) ? in __get_srcline()
560 if (asprintf(&srcline, "%s+%" PRIu64, show_sym ? sym->name : "", in __get_srcline()
603 bool show_sym, bool show_addr, u64 ip) in get_srcline()
605 return __get_srcline(dso, addr, sym, show_sym, show_addr, false, ip); in get_srcline()
519 __get_srcline(struct dso *dso, u64 addr, struct symbol *sym, bool show_sym, bool show_addr, bool unwind_inlines, u64 ip) __get_srcline() argument
602 get_srcline(struct dso *dso, u64 addr, struct symbol *sym, bool show_sym, bool show_addr, u64 ip) get_srcline() argument
H A Dmachine.c2068 bool show_sym = false; in callchain_srcline() local
2072 ms->sym, show_sym, show_addr, ip); in callchain_srcline()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsrcline.h15 bool show_sym, bool show_addr, u64 ip);
17 bool show_sym, bool show_addr, bool unwind_inlines,
H A Dsrcline.c818 bool show_sym, bool show_addr, bool unwind_inlines, in __get_srcline()
854 return (show_sym && sym) ? in __get_srcline()
858 if (asprintf(&srcline, "%s+%" PRIu64, show_sym ? sym->name : "", in __get_srcline()
906 bool show_sym, bool show_addr, u64 ip) in get_srcline()
908 return __get_srcline(dso, addr, sym, show_sym, show_addr, false, ip); in get_srcline()
817 __get_srcline(struct dso *dso, u64 addr, struct symbol *sym, bool show_sym, bool show_addr, bool unwind_inlines, u64 ip) __get_srcline() argument
905 get_srcline(struct dso *dso, u64 addr, struct symbol *sym, bool show_sym, bool show_addr, u64 ip) get_srcline() argument
H A Dmachine.c2298 bool show_sym = false; in callchain_srcline() local
2302 ms->sym, show_sym, show_addr, ip); in callchain_srcline()

Completed in 11 milliseconds