sym_evsel         256 tools/perf/builtin-top.c 	printf("Showing %s for %s\n", perf_evsel__name(top->sym_evsel), symbol->name);
sym_evsel         259 tools/perf/builtin-top.c 	more = symbol__annotate_printf(symbol, he->ms.map, top->sym_evsel, &top->annotation_opts);
sym_evsel         263 tools/perf/builtin-top.c 			symbol__annotate_zero_histogram(symbol, top->sym_evsel->idx);
sym_evsel         265 tools/perf/builtin-top.c 			symbol__annotate_decay_histogram(symbol, top->sym_evsel->idx);
sym_evsel         318 tools/perf/builtin-top.c 	struct evsel *evsel = top->sym_evsel;
sym_evsel         391 tools/perf/builtin-top.c 	struct hists *hists = evsel__hists(top->sym_evsel);
sym_evsel         443 tools/perf/builtin-top.c 		fprintf(stdout, "\t[E]     active event counter.              \t(%s)\n", perf_evsel__name(top->sym_evsel));
sym_evsel         529 tools/perf/builtin-top.c 				evlist__for_each_entry(top->evlist, top->sym_evsel)
sym_evsel         530 tools/perf/builtin-top.c 					fprintf(stderr, "\n\t%d %s", top->sym_evsel->idx, perf_evsel__name(top->sym_evsel));
sym_evsel         535 tools/perf/builtin-top.c 					top->sym_evsel = evlist__first(top->evlist);
sym_evsel         536 tools/perf/builtin-top.c 					fprintf(stderr, "Sorry, no such event, using %s.\n", perf_evsel__name(top->sym_evsel));
sym_evsel         540 tools/perf/builtin-top.c 				evlist__for_each_entry(top->evlist, top->sym_evsel)
sym_evsel         541 tools/perf/builtin-top.c 					if (top->sym_evsel->idx == counter)
sym_evsel         544 tools/perf/builtin-top.c 				top->sym_evsel = evlist__first(top->evlist);
sym_evsel         594 tools/perf/builtin-top.c 		t->sym_evsel = t->evlist->selected;
sym_evsel        1648 tools/perf/builtin-top.c 	top.sym_evsel = evlist__first(top.evlist);
sym_evsel          80 tools/perf/util/top.c 	ret += SNPRINTF(bf + ret, size - ret, "%s", perf_evsel__name(top->sym_evsel));
sym_evsel          40 tools/perf/util/top.h 	struct evsel 	   *sym_evsel;