Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dauxtrace.c751 struct evsel *aux_evsel; in auxtrace_parse_sample_options() local
787 aux_evsel = NULL; in auxtrace_parse_sample_options()
791 aux_evsel = evsel; in auxtrace_parse_sample_options()
797 if (aux_evsel && evsel->core.attr.aux_sample_size) in auxtrace_parse_sample_options()
798 evlist__regroup(evlist, aux_evsel, evsel); in auxtrace_parse_sample_options()
841 struct evsel *aux_evsel = NULL; in auxtrace_parse_aux_action() local
849 aux_evsel = evsel; in auxtrace_parse_aux_action()
874 if (aux_evsel) in auxtrace_parse_aux_action()
875 evlist__regroup(evlist, aux_evsel, evsel); in auxtrace_parse_aux_action()