Lines Matching refs:intel_cap
326 if (x86_pmu.intel_cap.pebs_format < 2) { in alloc_pebs_buffer()
991 if (!x86_pmu.intel_cap.pebs_trap) in intel_pmu_pebs_fixup_ip()
1193 if (event->attr.precise_ip > 1 && x86_pmu.intel_cap.pebs_format >= 2) { in setup_pebs_sample_data()
1202 x86_pmu.intel_cap.pebs_format >= 1) in setup_pebs_sample_data()
1205 if (x86_pmu.intel_cap.pebs_format >= 2) { in setup_pebs_sample_data()
1220 if (x86_pmu.intel_cap.pebs_format >= 3 && in setup_pebs_sample_data()
1239 if (x86_pmu.intel_cap.pebs_format < 1) in get_next_pebs_record_by_bit()
1250 if (x86_pmu.intel_cap.pebs_format >= 3) in get_next_pebs_record_by_bit()
1363 if (x86_pmu.intel_cap.pebs_format >= 3) { in intel_pmu_drain_pebs_nhm()
1455 char pebs_type = x86_pmu.intel_cap.pebs_trap ? '+' : '-'; in intel_ds_init()
1456 int format = x86_pmu.intel_cap.pebs_format; in intel_ds_init()