Searched refs:sym_evsel (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-top.c | 259 printf("Showing %s for %s\n", evsel__name(top->sym_evsel), symbol->name); in perf_top__show_details() 262 more = symbol__annotate_printf(&he->ms, top->sym_evsel, &top->annotation_opts); in perf_top__show_details() 266 symbol__annotate_zero_histogram(symbol, top->sym_evsel->idx); in perf_top__show_details() 268 symbol__annotate_decay_histogram(symbol, top->sym_evsel->idx); in perf_top__show_details() 320 struct evsel *evsel = top->sym_evsel; in perf_top__print_sym_table() 393 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__prompt_symbol() 445 fprintf(stdout, "\t[E] active event counter. \t(%s)\n", evsel__name(top->sym_evsel)); in perf_top__print_mapped_keys() 531 evlist__for_each_entry(top->evlist, top->sym_evsel) in perf_top__handle_keypress() 532 fprintf(stderr, "\n\t%d %s", top->sym_evsel->idx, evsel__name(top->sym_evsel)); in perf_top__handle_keypress() [all...] |
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-top.c | 263 printf("Showing %s for %s\n", evsel__name(top->sym_evsel), symbol->name); in perf_top__show_details() 266 more = symbol__annotate_printf(&he->ms, top->sym_evsel, &top->annotation_opts); in perf_top__show_details() 270 symbol__annotate_zero_histogram(symbol, top->sym_evsel->core.idx); in perf_top__show_details() 272 symbol__annotate_decay_histogram(symbol, top->sym_evsel->core.idx); in perf_top__show_details() 324 struct evsel *evsel = top->sym_evsel; in perf_top__print_sym_table() 397 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__prompt_symbol() 449 fprintf(stdout, "\t[E] active event counter. \t(%s)\n", evsel__name(top->sym_evsel)); in perf_top__print_mapped_keys() 535 evlist__for_each_entry(top->evlist, top->sym_evsel) in perf_top__handle_keypress() 536 fprintf(stderr, "\n\t%d %s", top->sym_evsel->core.idx, evsel__name(top->sym_evsel)); in perf_top__handle_keypress() [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | top.h | 41 struct evsel *sym_evsel; member
|
H A D | top.c | 80 ret += SNPRINTF(bf + ret, size - ret, "%s", evsel__name(top->sym_evsel)); in perf_top__header_snprintf()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | top.h | 45 struct evsel *sym_evsel; member
|
H A D | top.c | 80 ret += SNPRINTF(bf + ret, size - ret, "%s", evsel__name(top->sym_evsel)); in perf_top__header_snprintf()
|
Completed in 4 milliseconds