Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dauxtrace.c765 struct evsel *aux_evsel; in auxtrace_parse_sample_options() local
801 aux_evsel = NULL; in auxtrace_parse_sample_options()
805 aux_evsel = evsel; in auxtrace_parse_sample_options()
811 if (aux_evsel && evsel->core.attr.aux_sample_size) in auxtrace_parse_sample_options()
812 evlist__regroup(evlist, aux_evsel, evsel); in auxtrace_parse_sample_options()
855 struct evsel *aux_evsel = NULL; in auxtrace_parse_aux_action() local
863 aux_evsel = evsel; in auxtrace_parse_aux_action()
888 if (aux_evsel) in auxtrace_parse_aux_action()
889 evlist__regroup(evlist, aux_evsel, evsel); in auxtrace_parse_aux_action()