/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | srcline.h | 14 bool show_sym, bool show_addr, u64 ip); 16 bool show_sym, bool show_addr, bool unwind_inlines,
|
H A D | srcline.c | 520 bool show_sym, bool show_addr, bool unwind_inlines, in __get_srcline() 555 if (!show_addr) 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 D | callchain.c | 1150 bool show_addr = callchain_param.key == CCKEY_ADDRESS; in callchain_list__sym_name() local 1151 bool show_srcline = show_addr || callchain_param.key == CCKEY_SRCLINE; in callchain_list__sym_name()
|
H A D | machine.c | 2069 bool show_addr = callchain_param.key == CCKEY_ADDRESS; 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 D | srcline.h | 15 bool show_sym, bool show_addr, u64 ip); 17 bool show_sym, bool show_addr, bool unwind_inlines,
|
H A D | srcline.c | 818 bool show_sym, bool show_addr, bool unwind_inlines, in __get_srcline() 853 if (!show_addr) 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 D | callchain.c | 1173 bool show_addr = callchain_param.key == CCKEY_ADDRESS; in callchain_list__sym_name() local 1174 bool show_srcline = show_addr || callchain_param.key == CCKEY_SRCLINE; in callchain_list__sym_name()
|
H A D | machine.c | 2299 bool show_addr = callchain_param.key == CCKEY_ADDRESS; in callchain_srcline() local 2302 ms->sym, show_sym, show_addr, ip); in callchain_srcline()
|