Searched refs:pebs_data_cfg (Results 1 – 4 of 4) sorted by relevance
1641 u64 pebs_data_cfg = cpuc->pebs_data_cfg; in adaptive_pebs_record_size_update() local1644 if (pebs_data_cfg & PEBS_DATACFG_MEMINFO) in adaptive_pebs_record_size_update()1646 if (pebs_data_cfg & PEBS_DATACFG_GP) in adaptive_pebs_record_size_update()1648 if (pebs_data_cfg & PEBS_DATACFG_XMMS) in adaptive_pebs_record_size_update()1650 if (pebs_data_cfg & PEBS_DATACFG_LBRS) in adaptive_pebs_record_size_update()1652 if (pebs_data_cfg & (PEBS_DATACFG_METRICS | PEBS_DATACFG_CNTR)) { in adaptive_pebs_record_size_update()1656 if (pebs_data_cfg & PEBS_DATACFG_METRICS) in adaptive_pebs_record_size_update()1659 if (pebs_data_cfg & PEBS_DATACFG_CNTR) { in adaptive_pebs_record_size_update()1660 sz += (hweight64(PEBS_DATACFG_CNTRS(pebs_data_cfg)) + in adaptive_pebs_record_size_update()1661 hweight64(PEBS_DATACFG_FIX(pebs_data_cfg))) * in adaptive_pebs_record_size_update()[all …]
3208 u64 pebs_data_cfg = intel_get_arch_pebs_data_config(event); in intel_pmu_enable_event_ext() local3214 if (pebs_data_cfg && cap.caps) { in intel_pmu_enable_event_ext()3215 if (pebs_data_cfg & PEBS_DATACFG_MEMINFO) in intel_pmu_enable_event_ext()3218 if (pebs_data_cfg & PEBS_DATACFG_GP) in intel_pmu_enable_event_ext()3221 if (pebs_data_cfg & PEBS_DATACFG_XMMS) in intel_pmu_enable_event_ext()3224 if (pebs_data_cfg & PEBS_DATACFG_LBRS) in intel_pmu_enable_event_ext()3227 if (pebs_data_cfg & in intel_pmu_enable_event_ext()3231 if (pebs_data_cfg & in intel_pmu_enable_event_ext()3235 if (pebs_data_cfg & PEBS_DATACFG_METRICS) in intel_pmu_enable_event_ext()5077 .guest = kvm_pmu->pebs_data_cfg, in intel_guest_get_msrs()
317 u64 pebs_data_cfg; member
600 u64 pebs_data_cfg; member