Searched refs:hide_unresolved (Results 1 – 12 of 12) sorted by relevance
/linux/tools/perf/ |
A D | builtin-mem.c | 31 bool hide_unresolved; member 199 if (al.filtered || (mem->hide_unresolved && al.sym == NULL)) in dump_raw_samples() 465 OPT_BOOLEAN('U', "hide-unresolved", &mem.hide_unresolved, in cmd_mem()
|
A D | builtin-annotate.c | 188 .hide_unresolved = symbol_conf.hide_unresolved, in process_branch_callback()
|
A D | builtin-report.c | 260 .hide_unresolved = symbol_conf.hide_unresolved, in process_sample_event() 282 if (symbol_conf.hide_unresolved && al.sym == NULL) in process_sample_event() 1262 OPT_BOOLEAN('U', "hide-unresolved", &symbol_conf.hide_unresolved, in cmd_report()
|
/linux/tools/perf/util/ |
A D | symbol_conf.h | 39 hide_unresolved, member
|
A D | callchain.h | 255 bool hide_unresolved);
|
A D | hist.h | 125 bool hide_unresolved; member
|
A D | callchain.c | 1107 bool hide_unresolved) in fill_callchain_info() argument 1116 if (hide_unresolved) in fill_callchain_info()
|
A D | hist.c | 937 if (iter->hide_unresolved && !(bi[i].from.ms.sym && bi[i].to.ms.sym)) in iter_add_next_branch_entry() 1076 return fill_callchain_info(al, node, iter->hide_unresolved); in iter_next_cumulative_entry()
|
A D | machine.c | 2205 if (symbol_conf.hide_unresolved && al.sym == NULL) in add_callchain_ip() 2909 if (symbol_conf.hide_unresolved && entry->ms.sym == NULL) in unwind_entry()
|
/linux/tools/perf/tests/ |
A D | hists_filter.c | 67 .hide_unresolved = false, in add_hist_entries()
|
A D | hists_cumulate.c | 91 .hide_unresolved = false, in add_hist_entries()
|
A D | hists_output.c | 62 .hide_unresolved = false, in add_hist_entries()
|
Completed in 33 milliseconds