Lines Matching refs:sym_evsel
263 printf("Showing %s for %s\n", evsel__name(top->sym_evsel), symbol->name);
266 more = symbol__annotate_printf(&he->ms, top->sym_evsel, &top->annotation_opts);
270 symbol__annotate_zero_histogram(symbol, top->sym_evsel->core.idx);
272 symbol__annotate_decay_histogram(symbol, top->sym_evsel->core.idx);
324 struct evsel *evsel = top->sym_evsel;
397 struct hists *hists = evsel__hists(top->sym_evsel);
449 fprintf(stdout, "\t[E] active event counter. \t(%s)\n", evsel__name(top->sym_evsel));
535 evlist__for_each_entry(top->evlist, top->sym_evsel)
536 fprintf(stderr, "\n\t%d %s", top->sym_evsel->core.idx, evsel__name(top->sym_evsel));
541 top->sym_evsel = evlist__first(top->evlist);
542 fprintf(stderr, "Sorry, no such event, using %s.\n", evsel__name(top->sym_evsel));
546 evlist__for_each_entry(top->evlist, top->sym_evsel)
547 if (top->sym_evsel->core.idx == counter)
550 top->sym_evsel = evlist__first(top->evlist);
600 t->sym_evsel = t->evlist->selected;
1777 top.sym_evsel = evlist__first(top.evlist);