Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Dds.c1377 u64 pebs_data_cfg = cpuc->pebs_data_cfg; in adaptive_pebs_record_size_update() local
1380 if (pebs_data_cfg & PEBS_DATACFG_MEMINFO) in adaptive_pebs_record_size_update()
1382 if (pebs_data_cfg & PEBS_DATACFG_GP) in adaptive_pebs_record_size_update()
1384 if (pebs_data_cfg & PEBS_DATACFG_XMMS) in adaptive_pebs_record_size_update()
1386 if (pebs_data_cfg & PEBS_DATACFG_LBRS) in adaptive_pebs_record_size_update()
1388 if (pebs_data_cfg & (PEBS_DATACFG_METRICS | PEBS_DATACFG_CNTR)) { in adaptive_pebs_record_size_update()
1392 if (pebs_data_cfg & PEBS_DATACFG_METRICS) in adaptive_pebs_record_size_update()
1395 if (pebs_data_cfg & PEBS_DATACFG_CNTR) { in adaptive_pebs_record_size_update()
1396 sz += (hweight64(PEBS_DATACFG_CNTRS(pebs_data_cfg)) + in adaptive_pebs_record_size_update()
1397 hweight64(PEBS_DATACFG_FIX(pebs_data_cfg))) * in adaptive_pebs_record_size_update()
[all …]
H A Dcore.c2995 u64 pebs_data_cfg = intel_get_arch_pebs_data_config(event); in intel_pmu_enable_event_ext() local
3001 if (pebs_data_cfg && cap.caps) { in intel_pmu_enable_event_ext()
3002 if (pebs_data_cfg & PEBS_DATACFG_MEMINFO) in intel_pmu_enable_event_ext()
3005 if (pebs_data_cfg & PEBS_DATACFG_GP) in intel_pmu_enable_event_ext()
3008 if (pebs_data_cfg & PEBS_DATACFG_XMMS) in intel_pmu_enable_event_ext()
3011 if (pebs_data_cfg & PEBS_DATACFG_LBRS) in intel_pmu_enable_event_ext()
3014 if (pebs_data_cfg & in intel_pmu_enable_event_ext()
3018 if (pebs_data_cfg & in intel_pmu_enable_event_ext()
3022 if (pebs_data_cfg & PEBS_DATACFG_METRICS) in intel_pmu_enable_event_ext()
4776 .guest = kvm_pmu->pebs_data_cfg, in intel_guest_get_msrs()
/linux/arch/x86/kvm/vmx/
H A Dpmu_intel.c357 msr_info->data = pmu->pebs_data_cfg; in intel_pmu_get_msr()
419 pmu->pebs_data_cfg = data; in intel_pmu_set_msr()
/linux/arch/x86/include/asm/
H A Dkvm_host.h589 u64 pebs_data_cfg; member