Searched refs:cs_etm_evsel (Results 1 – 1 of 1) sorted by relevance
324 struct evsel *evsel, *cs_etm_evsel = NULL; in cs_etm_recording_options() local331 if (cs_etm_evsel) { in cs_etm_recording_options()336 cs_etm_evsel = evsel; in cs_etm_recording_options()341 if (!cs_etm_evsel) in cs_etm_recording_options()351 cs_etm_evsel->needs_auxtrace_mmap = true; in cs_etm_recording_options()354 ret = cs_etm_set_sink_attr(cs_etm_pmu, cs_etm_evsel); in cs_etm_recording_options()442 evlist__to_front(evlist, cs_etm_evsel); in cs_etm_recording_options()448 evsel__set_sample_bit(cs_etm_evsel, CPU); in cs_etm_recording_options()455 evsel__set_config_if_unset(cs_etm_evsel, "timestamp", 1); in cs_etm_recording_options()456 evsel__set_config_if_unset(cs_etm_evsel, "contextid", 1); in cs_etm_recording_options()[all …]