Searched refs:hide_unresolved (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-mem.c | 36 bool hide_unresolved; member 200 if (al.filtered || (mem->hide_unresolved && al.sym == NULL)) in dump_raw_samples() 508 OPT_BOOLEAN('U', "hide-unresolved", &mem.hide_unresolved, in cmd_mem()
|
| H A D | builtin-report.c | 275 .hide_unresolved = symbol_conf.hide_unresolved, in process_sample_event() 299 if (symbol_conf.hide_unresolved && al.sym == NULL) in process_sample_event() 1412 OPT_BOOLEAN('U', "hide-unresolved", &symbol_conf.hide_unresolved, in cmd_report()
|
| H A D | builtin-annotate.c | 204 .hide_unresolved = symbol_conf.hide_unresolved, in process_branch_callback()
|
| /linux/tools/perf/util/ |
| H A D | symbol_conf.h | 48 hide_unresolved, member
|
| H A D | callchain.h | 252 bool hide_unresolved);
|
| H A D | callchain.c | 1196 bool hide_unresolved) in callchain_list__sym_name() 1210 if (hide_unresolved) in callchain_list__sym_name() 1149 fill_callchain_info(struct addr_location * al,struct callchain_cursor_node * node,bool hide_unresolved) fill_callchain_info() argument
|
| H A D | hist.h | 172 bool hide_unresolved; 171 bool hide_unresolved; global() member
|
| H A D | hist.c | 1048 if (iter->hide_unresolved && !(bi[i].from.ms.sym && bi[i].to.ms.sym)) in iter_add_next_branch_entry() 1206 return fill_callchain_info(al, node, iter->hide_unresolved);
|
| H A D | machine.c | 2215 if (symbol_conf.hide_unresolved && al.sym == NULL) in add_callchain_ip() 2968 if (symbol_conf.hide_unresolved && entry->ms.sym == NULL) in unwind_entry()
|
| /linux/tools/perf/tests/ |
| H A D | hists_filter.c | 69 .hide_unresolved = false, in add_hist_entries()
|
| H A D | hists_cumulate.c | 92 .hide_unresolved = false, in add_hist_entries()
|
| H A D | hists_output.c | 63 .hide_unresolved = false, in add_hist_entries()
|