Home
last modified time | relevance | path

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

/tools/perf/util/
Dauxtrace.c720 struct evsel *aux_evsel; in auxtrace_parse_sample_options() local
756 aux_evsel = NULL; in auxtrace_parse_sample_options()
760 aux_evsel = evsel; in auxtrace_parse_sample_options()
766 if (aux_evsel && evsel->core.attr.aux_sample_size) in auxtrace_parse_sample_options()
767 evlist__regroup(evlist, aux_evsel, evsel); in auxtrace_parse_sample_options()
784 struct evsel *evsel, *aux_evsel = NULL; in auxtrace_regroup_aux_output() local
789 aux_evsel = evsel; in auxtrace_regroup_aux_output()
792 if (term && aux_evsel) in auxtrace_regroup_aux_output()
793 evlist__regroup(evlist, aux_evsel, evsel); in auxtrace_regroup_aux_output()