Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/
H A Dbuiltin-top.c266 more = hist_entry__annotate_printf(he, top->sym_evsel); 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()
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()
541 top->sym_evsel = evlist__first(top->evlist); in perf_top__handle_keypress()
546 evlist__for_each_entry(top->evlist, top->sym_evsel) in perf_top__handle_keypress()
547 if (top->sym_evsel->core.idx == counter) in perf_top__handle_keypress()
550 top->sym_evsel = evlist__first(top->evlist); in perf_top__handle_keypress()
600 t->sym_evsel = t->evlist->selected; in perf_top__sort_new_samples()
[all …]
/linux-6.15/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()