Home
last modified time | relevance | path

Searched refs:hide_unresolved (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/tools/perf/
Dbuiltin-mem.c16 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()
Dbuiltin-report.c46 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/
Dcallchain.h173 bool hide_unresolved);
Dcallchain.c783 bool hide_unresolved) in fill_callchain_info() argument
793 if (hide_unresolved) in fill_callchain_info()
Dhist.h87 bool hide_unresolved; member
Dhist.c621 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/
Dhists_filter.c67 .hide_unresolved = false, in add_hist_entries()
Dhists_cumulate.c90 .hide_unresolved = false, in add_hist_entries()
Dhists_output.c61 .hide_unresolved = false, in add_hist_entries()