Searched refs:show_addr (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/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() argument 853 if (!show_addr) in __get_srcline() 906 bool show_sym, bool show_addr, u64 ip) in get_srcline() argument 908 return __get_srcline(dso, addr, sym, show_sym, show_addr, false, ip); in get_srcline()
|
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 | 2303 bool show_addr = callchain_param.key == CCKEY_ADDRESS; in callchain_srcline() local 2306 ms->sym, show_sym, show_addr, ip); in callchain_srcline()
|
/openbmc/u-boot/tools/ |
H A D | fdtgrep.c | 56 int show_addr; /* Show address */ member 331 if (disp->show_addr) in display_fdt_by_regions() 392 if (disp->show_addr) in display_fdt_by_regions() 1086 disp->show_addr = 1; in scan_args()
|