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