Searched refs:sym_filter_entry (Results 1 – 2 of 2) sorted by relevance
154 top->sym_filter_entry = he; in perf_top__parse_source()203 ((top->sym_filter_entry == NULL || in perf_top__record_precise_ip()204 top->sym_filter_entry->ms.sym != he->ms.sym) && use_browser != 1)) in perf_top__record_precise_ip()232 struct hist_entry *he = top->sym_filter_entry; in perf_top__show_details()304 if (top->sym_filter_entry) { in perf_top__print_sym_table()359 struct hist_entry *syme = top->sym_filter_entry, *n, *found = NULL; in perf_top__prompt_symbol()366 top->sym_filter_entry = NULL; in perf_top__prompt_symbol()401 if (top->sym_filter_entry) { in perf_top__print_mapped_keys()402 struct symbol *sym = top->sym_filter_entry->ms.sym; in perf_top__print_mapped_keys()542 if (!top->sym_filter_entry) in perf_top__handle_keypress()[all …]
41 struct hist_entry *sym_filter_entry; member