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

/linux-4.4.14/tools/perf/
H A Dbuiltin-mem.c16 bool hide_unresolved; member in struct:perf_mem
76 if (al.filtered || (mem->hide_unresolved && al.sym == NULL)) dump_raw_samples()
282 OPT_BOOLEAN('U', "hide-unresolved", &mem.hide_unresolved, cmd_mem()
H A Dbuiltin-report.c48 bool hide_unresolved; member in struct:report
149 .hide_unresolved = rep->hide_unresolved, process_sample_event()
160 if (rep->hide_unresolved && al.sym == NULL) process_sample_event()
743 OPT_BOOLEAN('U', "hide-unresolved", &report.hide_unresolved, cmd_report()
/linux-4.4.14/tools/perf/util/
H A Dcallchain.h202 bool hide_unresolved);
H A Dcallchain.c732 bool hide_unresolved) fill_callchain_info()
742 if (hide_unresolved) fill_callchain_info()
731 fill_callchain_info(struct addr_location *al, struct callchain_cursor_node *node, bool hide_unresolved) fill_callchain_info() argument
H A Dhist.h93 bool hide_unresolved; member in struct:hist_entry_iter
H A Dhist.c637 if (iter->hide_unresolved && !(bi[i].from.sym && bi[i].to.sym)) iter_add_next_branch_entry()
776 return fill_callchain_info(al, node, iter->hide_unresolved); iter_next_cumulative_entry()
/linux-4.4.14/tools/perf/tests/
H A Dhists_filter.c70 .hide_unresolved = false, evlist__for_each()
H A Dhists_cumulate.c92 .hide_unresolved = false, add_hist_entries()
H A Dhists_output.c63 .hide_unresolved = false, add_hist_entries()

Completed in 172 milliseconds