Searched refs:sym_evsel (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/tools/perf/ |
D | builtin-top.c | 245 printf("Showing %s for %s\n", perf_evsel__name(top->sym_evsel), symbol->name); in perf_top__show_details() 248 more = symbol__annotate_printf(symbol, he->ms.map, top->sym_evsel, &top->annotation_opts); in perf_top__show_details() 252 symbol__annotate_zero_histogram(symbol, top->sym_evsel->idx); in perf_top__show_details() 254 symbol__annotate_decay_histogram(symbol, top->sym_evsel->idx); in perf_top__show_details() 267 struct perf_evsel *evsel = top->sym_evsel; in perf_top__print_sym_table() 352 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__prompt_symbol() 404 …stdout, "\t[E] active event counter. \t(%s)\n", perf_evsel__name(top->sym_evsel)); in perf_top__print_mapped_keys() 490 evlist__for_each_entry(top->evlist, top->sym_evsel) in perf_top__handle_keypress() 491 fprintf(stderr, "\n\t%d %s", top->sym_evsel->idx, perf_evsel__name(top->sym_evsel)); in perf_top__handle_keypress() 496 top->sym_evsel = perf_evlist__first(top->evlist); in perf_top__handle_keypress() [all …]
|
/Linux-v4.19/tools/perf/util/ |
D | top.h | 36 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()
|