Searched refs:sym_evsel (Results 1 – 3 of 3) sorted by relevance
/tools/perf/ |
D | builtin-top.c | 234 printf("Showing %s for %s\n", perf_evsel__name(top->sym_evsel), symbol->name); in perf_top__show_details() 237 more = symbol__annotate_printf(symbol, he->ms.map, top->sym_evsel, in perf_top__show_details() 240 symbol__annotate_zero_histogram(symbol, top->sym_evsel->idx); in perf_top__show_details() 242 symbol__annotate_decay_histogram(symbol, top->sym_evsel->idx); in perf_top__show_details() 254 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__print_sym_table() 335 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__prompt_symbol() 387 …stdout, "\t[E] active event counter. \t(%s)\n", perf_evsel__name(top->sym_evsel)); in perf_top__print_mapped_keys() 477 evlist__for_each(top->evlist, top->sym_evsel) in perf_top__handle_keypress() 478 fprintf(stderr, "\n\t%d %s", top->sym_evsel->idx, perf_evsel__name(top->sym_evsel)); in perf_top__handle_keypress() 483 top->sym_evsel = perf_evlist__first(top->evlist); in perf_top__handle_keypress() [all …]
|
/tools/perf/util/ |
D | top.h | 34 struct perf_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()
|