Searched refs:hide_unresolved (Results 1 – 11 of 11) sorted by relevance
/tools/perf/ |
D | builtin-mem.c | 18 bool hide_unresolved; member 153 if (al.filtered || (mem->hide_unresolved && al.sym == NULL)) in dump_raw_samples() 359 OPT_BOOLEAN('U', "hide-unresolved", &mem.hide_unresolved, in cmd_mem()
|
D | builtin-report.c | 156 .hide_unresolved = symbol_conf.hide_unresolved, in process_sample_event() 167 if (symbol_conf.hide_unresolved && al.sym == NULL) in process_sample_event() 776 OPT_BOOLEAN('U', "hide-unresolved", &symbol_conf.hide_unresolved, in cmd_report()
|
/tools/perf/util/ |
D | callchain.h | 231 bool hide_unresolved);
|
D | symbol.h | 117 hide_unresolved, member
|
D | callchain.c | 818 bool hide_unresolved) in fill_callchain_info() argument 828 if (hide_unresolved) in fill_callchain_info()
|
D | hist.h | 104 bool hide_unresolved; member
|
D | machine.c | 1669 if (symbol_conf.hide_unresolved && al.sym == NULL) in add_callchain_ip() 1919 if (symbol_conf.hide_unresolved && entry->sym == NULL) in unwind_entry()
|
D | hist.c | 781 if (iter->hide_unresolved && !(bi[i].from.sym && bi[i].to.sym)) in iter_add_next_branch_entry() 920 return fill_callchain_info(al, node, iter->hide_unresolved); in iter_next_cumulative_entry()
|
/tools/perf/tests/ |
D | hists_filter.c | 65 .hide_unresolved = false, in add_hist_entries()
|
D | hists_cumulate.c | 87 .hide_unresolved = false, in add_hist_entries()
|
D | hists_output.c | 58 .hide_unresolved = false, in add_hist_entries()
|