Searched refs:sym_filter_entry (Results 1 – 2 of 2) sorted by relevance
39 struct hist_entry *sym_filter_entry; member
147 top->sym_filter_entry = he; in perf_top__parse_source()201 (top->sym_filter_entry == NULL || in perf_top__record_precise_ip()202 top->sym_filter_entry->ms.sym != sym))) in perf_top__record_precise_ip()235 struct hist_entry *he = top->sym_filter_entry; in perf_top__show_details()339 if (top->sym_filter_entry) { in perf_top__print_sym_table()390 struct hist_entry *syme = top->sym_filter_entry, *n, *found = NULL; in perf_top__prompt_symbol()398 top->sym_filter_entry = NULL; in perf_top__prompt_symbol()433 if (top->sym_filter_entry) { in perf_top__print_mapped_keys()434 struct symbol *sym = top->sym_filter_entry->ms.sym; in perf_top__print_mapped_keys()567 if (!top->sym_filter_entry) in perf_top__handle_keypress()[all …]