Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/arch/arm/util/
H A Dcs-etm.c260 struct evsel *evsel, *cs_etm_evsel = NULL; in cs_etm_recording_options() local
274 if (cs_etm_evsel) { in cs_etm_recording_options()
281 cs_etm_evsel = evsel; in cs_etm_recording_options()
287 if (!cs_etm_evsel) in cs_etm_recording_options()
290 ret = cs_etm_set_sink_attr(cs_etm_pmu, cs_etm_evsel); in cs_etm_recording_options()
398 perf_evlist__to_front(evlist, cs_etm_evsel); in cs_etm_recording_options()
406 evsel__set_sample_bit(cs_etm_evsel, CPU); in cs_etm_recording_options()
408 err = cs_etm_set_option(itr, cs_etm_evsel, in cs_etm_recording_options()