Lines Matching refs:evsel
768 struct perf_evsel *evsel; in intel_bts_synth_events() local
774 evlist__for_each(evlist, evsel) { in intel_bts_synth_events()
775 if (evsel->attr.type == bts->pmu_type && evsel->ids) { in intel_bts_synth_events()
789 attr.sample_type = evsel->attr.sample_type & PERF_SAMPLE_MASK; in intel_bts_synth_events()
794 attr.exclude_user = evsel->attr.exclude_user; in intel_bts_synth_events()
795 attr.exclude_kernel = evsel->attr.exclude_kernel; in intel_bts_synth_events()
796 attr.exclude_hv = evsel->attr.exclude_hv; in intel_bts_synth_events()
797 attr.exclude_host = evsel->attr.exclude_host; in intel_bts_synth_events()
798 attr.exclude_guest = evsel->attr.exclude_guest; in intel_bts_synth_events()
799 attr.sample_id_all = evsel->attr.sample_id_all; in intel_bts_synth_events()
800 attr.read_format = evsel->attr.read_format; in intel_bts_synth_events()
802 id = evsel->id[0] + 1000000000; in intel_bts_synth_events()
829 bts->synth_needs_swap = evsel->needs_swap; in intel_bts_synth_events()