Searched refs:hide_unresolved (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/tools/perf/ |
D | builtin-mem.c | 16 bool hide_unresolved; member 76 if (al.filtered || (mem->hide_unresolved && al.sym == NULL)) in dump_raw_samples() 282 OPT_BOOLEAN('U', "hide-unresolved", &mem.hide_unresolved, in cmd_mem()
|
D | builtin-report.c | 48 bool hide_unresolved; member 149 .hide_unresolved = rep->hide_unresolved, in process_sample_event() 160 if (rep->hide_unresolved && al.sym == NULL) in process_sample_event() 743 OPT_BOOLEAN('U', "hide-unresolved", &report.hide_unresolved, in cmd_report()
|
/linux-4.4.14/tools/perf/util/ |
D | callchain.h | 202 bool hide_unresolved);
|
D | callchain.c | 732 bool hide_unresolved) in fill_callchain_info() argument 742 if (hide_unresolved) in fill_callchain_info()
|
D | hist.h | 93 bool hide_unresolved; member
|
D | hist.c | 637 if (iter->hide_unresolved && !(bi[i].from.sym && bi[i].to.sym)) in iter_add_next_branch_entry() 776 return fill_callchain_info(al, node, iter->hide_unresolved); in iter_next_cumulative_entry()
|
/linux-4.4.14/tools/perf/tests/ |
D | hists_filter.c | 70 .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()
|