Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-top.c265 printf("Showing %s for %s\n", evsel__name(top->sym_evsel), symbol->name); in perf_top__show_details()
268 more = hist_entry__annotate_printf(he, top->sym_evsel); in perf_top__show_details()
272 symbol__annotate_zero_histogram(symbol, top->sym_evsel); in perf_top__show_details()
274 symbol__annotate_decay_histogram(symbol, top->sym_evsel); in perf_top__show_details()
326 struct evsel *evsel = top->sym_evsel; in perf_top__print_sym_table()
399 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__prompt_symbol()
451 fprintf(stdout, "\t[E] active event counter. \t(%s)\n", evsel__name(top->sym_evsel)); in perf_top__print_mapped_keys()
537 evlist__for_each_entry(top->evlist, top->sym_evsel) in perf_top__handle_keypress()
538 fprintf(stderr, "\n\t%d %s", top->sym_evsel->core.idx, evsel__name(top->sym_evsel)); in perf_top__handle_keypress()
[all...]
/linux/tools/perf/util/
H A Dtop.h44 struct evsel *sym_evsel; member
H A Dtop.c81 ret += SNPRINTF(bf + ret, size - ret, "%s", evsel__name(top->sym_evsel)); in perf_top__header_snprintf()