sym_hist_filter    53 tools/perf/builtin-annotate.c 	const char *sym_hist_filter;
sym_hist_filter   226 tools/perf/builtin-annotate.c 	    ann->sym_hist_filter != NULL &&
sym_hist_filter   228 tools/perf/builtin-annotate.c 	     strcmp(ann->sym_hist_filter, al->sym->name) != 0)) {
sym_hist_filter   323 tools/perf/builtin-annotate.c 		if (ann->sym_hist_filter &&
sym_hist_filter   324 tools/perf/builtin-annotate.c 		    (strcmp(he->ms.sym->name, ann->sym_hist_filter) != 0))
sym_hist_filter   501 tools/perf/builtin-annotate.c 	OPT_STRING('s', "symbol", &annotate.sym_hist_filter, "symbol",
sym_hist_filter   574 tools/perf/builtin-annotate.c 		annotate.sym_hist_filter = argv[0];