Home
last modified time | relevance | path

Searched refs:sym_evsel (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/tools/perf/
Dbuiltin-top.c233 printf("Showing %s for %s\n", perf_evsel__name(top->sym_evsel), symbol->name); in perf_top__show_details()
236 more = symbol__annotate_printf(symbol, he->ms.map, top->sym_evsel, in perf_top__show_details()
239 symbol__annotate_zero_histogram(symbol, top->sym_evsel->idx); in perf_top__show_details()
241 symbol__annotate_decay_histogram(symbol, top->sym_evsel->idx); in perf_top__show_details()
253 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__print_sym_table()
334 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__prompt_symbol()
386 …stdout, "\t[E] active event counter. \t(%s)\n", perf_evsel__name(top->sym_evsel)); in perf_top__print_mapped_keys()
476 evlist__for_each(top->evlist, top->sym_evsel) in perf_top__handle_keypress()
477 fprintf(stderr, "\n\t%d %s", top->sym_evsel->idx, perf_evsel__name(top->sym_evsel)); in perf_top__handle_keypress()
482 top->sym_evsel = perf_evlist__first(top->evlist); in perf_top__handle_keypress()
[all …]
/linux-4.1.27/tools/perf/util/
Dtop.h34 struct perf_evsel *sym_evsel; member
Dtop.c80 ret += SNPRINTF(bf + ret, size - ret, "%s", perf_evsel__name(top->sym_evsel)); in perf_top__header_snprintf()