Lines Matching refs:evlist
50 struct perf_evlist *evlist; member
84 if (!session->evlist->nr_mmaps) in intel_bts_info_fill()
87 pc = session->evlist->mmap[0].base; in intel_bts_info_fill()
112 struct perf_evlist *evlist, in intel_bts_recording_options() argument
119 const struct cpu_map *cpus = evlist->cpus; in intel_bts_recording_options()
122 btsr->evlist = evlist; in intel_bts_recording_options()
125 evlist__for_each(evlist, evsel) { in intel_bts_recording_options()
222 perf_evlist__to_front(evlist, intel_bts_evsel); in intel_bts_recording_options()
236 err = parse_events(evlist, "dummy:u", NULL); in intel_bts_recording_options()
240 tracking_evsel = perf_evlist__last(evlist); in intel_bts_recording_options()
242 perf_evlist__set_tracking_event(evlist, tracking_evsel); in intel_bts_recording_options()
328 evlist__for_each(btsr->evlist, evsel) { in intel_bts_snapshot_start()
330 return perf_evlist__disable_event(btsr->evlist, evsel); in intel_bts_snapshot_start()
341 evlist__for_each(btsr->evlist, evsel) { in intel_bts_snapshot_finish()
343 return perf_evlist__enable_event(btsr->evlist, evsel); in intel_bts_snapshot_finish()
423 evlist__for_each(btsr->evlist, evsel) { in intel_bts_read_finish()
425 return perf_evlist__enable_event_idx(btsr->evlist, in intel_bts_read_finish()