Searched refs:sym_evsel (Results 1 – 3 of 3) sorted by relevance
/tools/perf/ |
D | builtin-top.c | 256 printf("Showing %s for %s\n", perf_evsel__name(top->sym_evsel), symbol->name); in perf_top__show_details() 259 more = symbol__annotate_printf(symbol, he->ms.map, top->sym_evsel, &top->annotation_opts); in perf_top__show_details() 263 symbol__annotate_zero_histogram(symbol, top->sym_evsel->idx); in perf_top__show_details() 265 symbol__annotate_decay_histogram(symbol, top->sym_evsel->idx); in perf_top__show_details() 318 struct evsel *evsel = top->sym_evsel; in perf_top__print_sym_table() 391 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__prompt_symbol() 443 …stdout, "\t[E] active event counter. \t(%s)\n", perf_evsel__name(top->sym_evsel)); in perf_top__print_mapped_keys() 529 evlist__for_each_entry(top->evlist, top->sym_evsel) in perf_top__handle_keypress() 530 fprintf(stderr, "\n\t%d %s", top->sym_evsel->idx, perf_evsel__name(top->sym_evsel)); in perf_top__handle_keypress() 535 top->sym_evsel = evlist__first(top->evlist); in perf_top__handle_keypress() [all …]
|
/tools/perf/util/ |
D | top.h | 40 struct evsel *sym_evsel; member
|
D | top.c | 80 ret += SNPRINTF(bf + ret, size - ret, "%s", perf_evsel__name(top->sym_evsel)); in perf_top__header_snprintf()
|