Searched refs:sym_evsel (Results 1 – 3 of 3) sorted by relevance
267 symbol__annotate_zero_histogram(symbol, top->sym_evsel->core.idx); in perf_top__show_details()321 struct evsel *evsel = top->sym_evsel; in perf_top__print_sym_table()394 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__prompt_symbol()532 evlist__for_each_entry(top->evlist, top->sym_evsel) in perf_top__handle_keypress()533 fprintf(stderr, "\n\t%d %s", top->sym_evsel->core.idx, evsel__name(top->sym_evsel)); in perf_top__handle_keypress()538 top->sym_evsel = evlist__first(top->evlist); in perf_top__handle_keypress()543 evlist__for_each_entry(top->evlist, top->sym_evsel) in perf_top__handle_keypress()544 if (top->sym_evsel->core.idx == counter) in perf_top__handle_keypress()547 top->sym_evsel = evlist__first(top->evlist); in perf_top__handle_keypress()597 t->sym_evsel = t->evlist->selected; in perf_top__sort_new_samples()[all …]
41 struct evsel *sym_evsel; member
80 ret += SNPRINTF(bf + ret, size - ret, "%s", evsel__name(top->sym_evsel)); in perf_top__header_snprintf()
Completed in 6 milliseconds