Home
last modified time | relevance | path

Searched refs:sym_filter_entry (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/tools/perf/
Dbuiltin-top.c151 top->sym_filter_entry = he; in perf_top__parse_source()
206 (top->sym_filter_entry == NULL || in perf_top__record_precise_ip()
207 top->sym_filter_entry->ms.sym != sym))) in perf_top__record_precise_ip()
240 struct hist_entry *he = top->sym_filter_entry; in perf_top__show_details()
343 if (top->sym_filter_entry) { in perf_top__print_sym_table()
394 struct hist_entry *syme = top->sym_filter_entry, *n, *found = NULL; in perf_top__prompt_symbol()
402 top->sym_filter_entry = NULL; in perf_top__prompt_symbol()
437 if (top->sym_filter_entry) { in perf_top__print_mapped_keys()
438 struct symbol *sym = top->sym_filter_entry->ms.sym; in perf_top__print_mapped_keys()
571 if (!top->sym_filter_entry) in perf_top__handle_keypress()
[all …]
/linux-6.1.9/tools/perf/util/
Dtop.h44 struct hist_entry *sym_filter_entry; member