Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-mem.c35 bool hide_unresolved;
197 if (al.filtered || (mem->hide_unresolved && al.sym == NULL)) in dump_raw_samples()
505 OPT_BOOLEAN('U', "hide-unresolved", &mem.hide_unresolved, in cmd_mem()
34 bool hide_unresolved; global() member
/linux/tools/perf/util/
H A Dsymbol_conf.h37 hide_unresolved, member
H A Dcallchain.h257 bool hide_unresolved);
H A Dcallchain.c1142 bool hide_unresolved) in fill_callchain_info() argument
1155 if (hide_unresolved) in fill_callchain_info()
H A Dmachine.c2124 if (symbol_conf.hide_unresolved && al.sym == NULL) in add_callchain_ip()
2902 if (symbol_conf.hide_unresolved && entry->ms.sym == NULL) in unwind_entry()
/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()