Lines Matching refs:sym_evsel

234 	printf("Showing %s for %s\n", perf_evsel__name(top->sym_evsel), symbol->name);  in perf_top__show_details()
237 more = symbol__annotate_printf(symbol, he->ms.map, top->sym_evsel, in perf_top__show_details()
242 symbol__annotate_zero_histogram(symbol, top->sym_evsel->idx); in perf_top__show_details()
244 symbol__annotate_decay_histogram(symbol, top->sym_evsel->idx); in perf_top__show_details()
257 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__print_sym_table()
340 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__prompt_symbol()
392 …stdout, "\t[E] active event counter. \t(%s)\n", perf_evsel__name(top->sym_evsel)); in perf_top__print_mapped_keys()
482 evlist__for_each(top->evlist, top->sym_evsel) in perf_top__handle_keypress()
483 fprintf(stderr, "\n\t%d %s", top->sym_evsel->idx, perf_evsel__name(top->sym_evsel)); in perf_top__handle_keypress()
488 top->sym_evsel = perf_evlist__first(top->evlist); in perf_top__handle_keypress()
489 fprintf(stderr, "Sorry, no such event, using %s.\n", perf_evsel__name(top->sym_evsel)); in perf_top__handle_keypress()
493 evlist__for_each(top->evlist, top->sym_evsel) in perf_top__handle_keypress()
494 if (top->sym_evsel->idx == counter) in perf_top__handle_keypress()
497 top->sym_evsel = perf_evlist__first(top->evlist); in perf_top__handle_keypress()
550 t->sym_evsel = t->evlist->selected; in perf_top__sort_new_samples()
552 hists = evsel__hists(t->sym_evsel); in perf_top__sort_new_samples()
1301 top.sym_evsel = perf_evlist__first(top.evlist); in cmd_top()