Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/intel/
H A Dds.c1165 u64 pebs_data_cfg = cpuc->pebs_data_cfg; in adaptive_pebs_record_size_update() local
1168 if (pebs_data_cfg & PEBS_DATACFG_MEMINFO) in adaptive_pebs_record_size_update()
1170 if (pebs_data_cfg & PEBS_DATACFG_GP) in adaptive_pebs_record_size_update()
1172 if (pebs_data_cfg & PEBS_DATACFG_XMMS) in adaptive_pebs_record_size_update()
1174 if (pebs_data_cfg & PEBS_DATACFG_LBRS) in adaptive_pebs_record_size_update()
1190 u64 pebs_data_cfg = 0; in pebs_update_adaptive_cfg() local
1195 return pebs_data_cfg; in pebs_update_adaptive_cfg()
1198 pebs_data_cfg |= PEBS_DATACFG_MEMINFO; in pebs_update_adaptive_cfg()
1214 pebs_data_cfg |= PEBS_DATACFG_GP; in pebs_update_adaptive_cfg()
1218 pebs_data_cfg |= PEBS_DATACFG_XMMS; in pebs_update_adaptive_cfg()
[all …]
H A Dcore.c4196 .guest = kvm_pmu->pebs_data_cfg, in intel_guest_get_msrs()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dpmu_intel.c365 msr_info->data = pmu->pebs_data_cfg; in intel_pmu_get_msr()
427 pmu->pebs_data_cfg = data; in intel_pmu_set_msr()
/openbmc/linux/arch/x86/events/
H A Dperf_event.h271 u64 pebs_data_cfg; member
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h547 u64 pebs_data_cfg; member