Searched refs:hide_unresolved (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/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() 285 OPT_BOOLEAN('U', "hide-unresolved", &mem.hide_unresolved, in cmd_mem()
|
D | builtin-report.c | 46 bool hide_unresolved; member 140 .hide_unresolved = rep->hide_unresolved, in process_sample_event() 151 if (rep->hide_unresolved && al.sym == NULL) in process_sample_event() 686 OPT_BOOLEAN('U', "hide-unresolved", &report.hide_unresolved, in cmd_report()
|
/linux-4.1.27/tools/perf/util/ |
D | callchain.h | 173 bool hide_unresolved);
|
D | callchain.c | 783 bool hide_unresolved) in fill_callchain_info() argument 793 if (hide_unresolved) in fill_callchain_info()
|
D | hist.h | 87 bool hide_unresolved; member
|
D | hist.c | 621 if (iter->hide_unresolved && !(bi[i].from.sym && bi[i].to.sym)) in iter_add_next_branch_entry() 759 return fill_callchain_info(al, node, iter->hide_unresolved); in iter_next_cumulative_entry()
|
/linux-4.1.27/tools/perf/tests/ |
D | hists_filter.c | 67 .hide_unresolved = false, in add_hist_entries()
|
D | hists_cumulate.c | 90 .hide_unresolved = false, in add_hist_entries()
|
D | hists_output.c | 61 .hide_unresolved = false, in add_hist_entries()
|