Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/
Dbuiltin-mem.c16 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()
Dbuiltin-report.c48 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/
Dcallchain.h202 bool hide_unresolved);
Dcallchain.c732 bool hide_unresolved) in fill_callchain_info() argument
742 if (hide_unresolved) in fill_callchain_info()
Dhist.h93 bool hide_unresolved; member
Dhist.c637 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/
Dhists_filter.c70 .hide_unresolved = false, in add_hist_entries()
Dhists_cumulate.c92 .hide_unresolved = false, in add_hist_entries()
Dhists_output.c63 .hide_unresolved = false, in add_hist_entries()