Searched refs:hide_unresolved (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/tools/perf/ |
D | builtin-mem.c | 32 bool hide_unresolved; member 210 if (al.filtered || (mem->hide_unresolved && al.sym == NULL)) in dump_raw_samples() 479 OPT_BOOLEAN('U', "hide-unresolved", &mem.hide_unresolved, in cmd_mem()
|
D | builtin-annotate.c | 195 .hide_unresolved = symbol_conf.hide_unresolved, in process_branch_callback()
|
D | builtin-report.c | 275 .hide_unresolved = symbol_conf.hide_unresolved, in process_sample_event() 299 if (symbol_conf.hide_unresolved && al.sym == NULL) in process_sample_event() 1320 OPT_BOOLEAN('U', "hide-unresolved", &symbol_conf.hide_unresolved, in cmd_report()
|
/linux-6.6.21/tools/perf/util/ |
D | symbol_conf.h | 37 hide_unresolved, member
|
D | callchain.h | 257 bool hide_unresolved);
|
D | hist.h | 131 bool hide_unresolved; member
|
D | callchain.c | 1127 bool hide_unresolved) in fill_callchain_info() argument 1140 if (hide_unresolved) in fill_callchain_info()
|
D | hist.c | 953 if (iter->hide_unresolved && !(bi[i].from.ms.sym && bi[i].to.ms.sym)) in iter_add_next_branch_entry() 1096 return fill_callchain_info(al, node, iter->hide_unresolved); in iter_next_cumulative_entry()
|
D | machine.c | 2378 if (symbol_conf.hide_unresolved && al.sym == NULL) in add_callchain_ip() 3134 if (symbol_conf.hide_unresolved && entry->ms.sym == NULL) in unwind_entry()
|
/linux-6.6.21/tools/perf/tests/ |
D | hists_filter.c | 69 .hide_unresolved = false, in add_hist_entries()
|
D | hists_cumulate.c | 92 .hide_unresolved = false, in add_hist_entries()
|
D | hists_output.c | 63 .hide_unresolved = false, in add_hist_entries()
|