Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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() argument
555 if (!show_addr) in __get_srcline()
603 bool show_sym, bool show_addr, u64 ip) in get_srcline() argument
605 return __get_srcline(dso, addr, sym, show_sym, show_addr, false, ip); in get_srcline()
H A Dcallchain.c1150 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 Dmachine.c2069 bool show_addr = callchain_param.key == CCKEY_ADDRESS; in callchain_srcline() local
2072 ms->sym, show_sym, show_addr, ip); in callchain_srcline()
/OK3568_Linux_fs/u-boot/tools/
H A Dfdtgrep.c57 int show_addr; /* Show address */ member
329 if (disp->show_addr) in display_fdt_by_regions()
390 if (disp->show_addr) in display_fdt_by_regions()
1081 disp->show_addr = 1; in scan_args()