sym_filter_entry  147 tools/perf/builtin-top.c 		top->sym_filter_entry = he;
sym_filter_entry  201 tools/perf/builtin-top.c 			    (top->sym_filter_entry == NULL ||
sym_filter_entry  202 tools/perf/builtin-top.c 			     top->sym_filter_entry->ms.sym != sym)))
sym_filter_entry  235 tools/perf/builtin-top.c 	struct hist_entry *he = top->sym_filter_entry;
sym_filter_entry  339 tools/perf/builtin-top.c 	if (top->sym_filter_entry) {
sym_filter_entry  390 tools/perf/builtin-top.c 	struct hist_entry *syme = top->sym_filter_entry, *n, *found = NULL;
sym_filter_entry  398 tools/perf/builtin-top.c 		top->sym_filter_entry = NULL;
sym_filter_entry  433 tools/perf/builtin-top.c 	if (top->sym_filter_entry) {
sym_filter_entry  434 tools/perf/builtin-top.c 		struct symbol *sym = top->sym_filter_entry->ms.sym;
sym_filter_entry  567 tools/perf/builtin-top.c 			if (!top->sym_filter_entry)
sym_filter_entry  570 tools/perf/builtin-top.c 				struct hist_entry *syme = top->sym_filter_entry;
sym_filter_entry  572 tools/perf/builtin-top.c 				top->sym_filter_entry = NULL;
sym_filter_entry   39 tools/perf/util/top.h 	struct hist_entry  *sym_filter_entry;