Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dsymbol_conf.h37 hide_unresolved, member
A Dcallchain.h257 bool hide_unresolved);
A Dhist.h149 bool hide_unresolved; member
A Dcallchain.c1142 bool hide_unresolved) in fill_callchain_info() argument
1155 if (hide_unresolved) in fill_callchain_info()
A Dhist.c957 if (iter->hide_unresolved && !(bi[i].from.ms.sym && bi[i].to.ms.sym)) in iter_add_next_branch_entry()
1111 return fill_callchain_info(al, node, iter->hide_unresolved); in iter_next_cumulative_entry()
A Dmachine.c2120 if (symbol_conf.hide_unresolved && al.sym == NULL) in add_callchain_ip()
2898 if (symbol_conf.hide_unresolved && entry->ms.sym == NULL) in unwind_entry()
/linux/tools/perf/
A Dbuiltin-mem.c34 bool hide_unresolved; member
196 if (al.filtered || (mem->hide_unresolved && al.sym == NULL)) in dump_raw_samples()
504 OPT_BOOLEAN('U', "hide-unresolved", &mem.hide_unresolved, in cmd_mem()
A Dbuiltin-report.c277 .hide_unresolved = symbol_conf.hide_unresolved, in process_sample_event()
301 if (symbol_conf.hide_unresolved && al.sym == NULL) in process_sample_event()
1384 OPT_BOOLEAN('U', "hide-unresolved", &symbol_conf.hide_unresolved, in cmd_report()
A Dbuiltin-annotate.c204 .hide_unresolved = symbol_conf.hide_unresolved, in process_branch_callback()
/linux/tools/perf/tests/
A Dhists_filter.c69 .hide_unresolved = false, in add_hist_entries()
A Dhists_cumulate.c92 .hide_unresolved = false, in add_hist_entries()
A Dhists_output.c63 .hide_unresolved = false, in add_hist_entries()

Completed in 38 milliseconds