Lines Matching refs:sym_evsel
259 printf("Showing %s for %s\n", evsel__name(top->sym_evsel), symbol->name); in perf_top__show_details()
262 more = symbol__annotate_printf(&he->ms, top->sym_evsel, &top->annotation_opts); in perf_top__show_details()
266 symbol__annotate_zero_histogram(symbol, top->sym_evsel->idx); in perf_top__show_details()
268 symbol__annotate_decay_histogram(symbol, top->sym_evsel->idx); in perf_top__show_details()
320 struct evsel *evsel = top->sym_evsel; in perf_top__print_sym_table()
393 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__prompt_symbol()
445 …intf(stdout, "\t[E] active event counter. \t(%s)\n", evsel__name(top->sym_evsel)); in perf_top__print_mapped_keys()
531 evlist__for_each_entry(top->evlist, top->sym_evsel) in perf_top__handle_keypress()
532 fprintf(stderr, "\n\t%d %s", top->sym_evsel->idx, evsel__name(top->sym_evsel)); in perf_top__handle_keypress()
537 top->sym_evsel = evlist__first(top->evlist); in perf_top__handle_keypress()
538 fprintf(stderr, "Sorry, no such event, using %s.\n", evsel__name(top->sym_evsel)); in perf_top__handle_keypress()
542 evlist__for_each_entry(top->evlist, top->sym_evsel) in perf_top__handle_keypress()
543 if (top->sym_evsel->idx == counter) in perf_top__handle_keypress()
546 top->sym_evsel = evlist__first(top->evlist); in perf_top__handle_keypress()
596 t->sym_evsel = t->evlist->selected; in perf_top__sort_new_samples()
1714 top.sym_evsel = evlist__first(top.evlist); in cmd_top()