Searched refs:hide_unresolved (Results 1 – 12 of 12) sorted by relevance
| /Linux-v4.19/tools/perf/ |
| D | builtin-mem.c | 24 bool hide_unresolved; member 164 if (al.filtered || (mem->hide_unresolved && al.sym == NULL)) in dump_raw_samples() 413 OPT_BOOLEAN('U', "hide-unresolved", &mem.hide_unresolved, in cmd_mem()
|
| D | builtin-annotate.c | 185 .hide_unresolved = symbol_conf.hide_unresolved, in process_branch_callback()
|
| D | builtin-report.c | 239 .hide_unresolved = symbol_conf.hide_unresolved, in process_sample_event() 255 if (symbol_conf.hide_unresolved && al.sym == NULL) in process_sample_event() 1073 OPT_BOOLEAN('U', "hide-unresolved", &symbol_conf.hide_unresolved, in cmd_report()
|
| /Linux-v4.19/tools/perf/util/ |
| D | callchain.h | 255 bool hide_unresolved);
|
| D | symbol.h | 119 hide_unresolved, member
|
| D | hist.h | 111 bool hide_unresolved; member
|
| D | callchain.c | 1100 bool hide_unresolved) in fill_callchain_info() argument 1108 if (hide_unresolved) in fill_callchain_info()
|
| D | hist.c | 801 if (iter->hide_unresolved && !(bi[i].from.sym && bi[i].to.sym)) in iter_add_next_branch_entry() 940 return fill_callchain_info(al, node, iter->hide_unresolved); in iter_next_cumulative_entry()
|
| D | machine.c | 1954 if (symbol_conf.hide_unresolved && al.sym == NULL) in add_callchain_ip() 2318 if (symbol_conf.hide_unresolved && entry->sym == NULL) in unwind_entry()
|
| /Linux-v4.19/tools/perf/tests/ |
| D | hists_filter.c | 68 .hide_unresolved = false, in add_hist_entries()
|
| D | hists_cumulate.c | 90 .hide_unresolved = false, in add_hist_entries()
|
| D | hists_output.c | 61 .hide_unresolved = false, in add_hist_entries()
|