Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/
H A Dbuiltin-mem.c32 bool hide_unresolved; member
210 if (al.filtered || (mem->hide_unresolved && al.sym == NULL)) in dump_raw_samples()
480 OPT_BOOLEAN('U', "hide-unresolved", &mem.hide_unresolved, in cmd_mem()
H A Dbuiltin-annotate.c194 .hide_unresolved = symbol_conf.hide_unresolved, in process_branch_callback()
H A Dbuiltin-report.c274 .hide_unresolved = symbol_conf.hide_unresolved, in process_sample_event()
298 if (symbol_conf.hide_unresolved && al.sym == NULL) in process_sample_event()
1318 OPT_BOOLEAN('U', "hide-unresolved", &symbol_conf.hide_unresolved, in cmd_report()
/openbmc/linux/tools/perf/util/
H A Dsymbol_conf.h37 hide_unresolved, member
H A Dcallchain.h257 bool hide_unresolved);
H A Dhist.h131 bool hide_unresolved; member
H A Dcallchain.c1127 bool hide_unresolved) in fill_callchain_info() argument
1140 if (hide_unresolved) in fill_callchain_info()
H A Dhist.c958 if (iter->hide_unresolved && !(bi[i].from.ms.sym && bi[i].to.ms.sym)) in iter_add_next_branch_entry()
1101 return fill_callchain_info(al, node, iter->hide_unresolved); in iter_next_cumulative_entry()
H A Dmachine.c2382 if (symbol_conf.hide_unresolved && al.sym == NULL) in add_callchain_ip()
3138 if (symbol_conf.hide_unresolved && entry->ms.sym == NULL) in unwind_entry()
/openbmc/linux/tools/perf/tests/
H A Dhists_filter.c69 .hide_unresolved = false, in add_hist_entries()
H A Dhists_cumulate.c92 .hide_unresolved = false, in add_hist_entries()
H A Dhists_output.c63 .hide_unresolved = false, in add_hist_entries()