Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/
Dbuiltin-mem.c32 bool hide_unresolved; member
209 if (al.filtered || (mem->hide_unresolved && al.sym == NULL)) in dump_raw_samples()
475 OPT_BOOLEAN('U', "hide-unresolved", &mem.hide_unresolved, in cmd_mem()
Dbuiltin-annotate.c195 .hide_unresolved = symbol_conf.hide_unresolved, in process_branch_callback()
Dbuiltin-report.c266 .hide_unresolved = symbol_conf.hide_unresolved, in process_sample_event()
288 if (symbol_conf.hide_unresolved && al.sym == NULL) in process_sample_event()
1303 OPT_BOOLEAN('U', "hide-unresolved", &symbol_conf.hide_unresolved, in cmd_report()
/Linux-v6.1/tools/perf/util/
Dsymbol_conf.h39 hide_unresolved, member
Dcallchain.h255 bool hide_unresolved);
Dhist.h129 bool hide_unresolved; member
Dcallchain.c1113 bool hide_unresolved) in fill_callchain_info() argument
1122 if (hide_unresolved) in fill_callchain_info()
Dhist.c942 if (iter->hide_unresolved && !(bi[i].from.ms.sym && bi[i].to.ms.sym)) in iter_add_next_branch_entry()
1081 return fill_callchain_info(al, node, iter->hide_unresolved); in iter_next_cumulative_entry()
Dmachine.c2314 if (symbol_conf.hide_unresolved && al.sym == NULL) in add_callchain_ip()
3056 if (symbol_conf.hide_unresolved && entry->ms.sym == NULL) in unwind_entry()
/Linux-v6.1/tools/perf/tests/
Dhists_filter.c67 .hide_unresolved = false, in add_hist_entries()
Dhists_cumulate.c91 .hide_unresolved = false, in add_hist_entries()
Dhists_output.c62 .hide_unresolved = false, in add_hist_entries()