Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/events/intel/
H A Dds.c1313 u64 pebs_data_cfg = cpuc->pebs_data_cfg; in adaptive_pebs_record_size_update() local
1362 u64 pebs_data_cfg = 0; in intel_pmu_late_setup() local
1372 if (pebs_data_cfg & ~cpuc->pebs_data_cfg) in intel_pmu_late_setup()
1373 cpuc->pebs_data_cfg |= pebs_data_cfg | PEBS_UPDATE_DS_SW; in intel_pmu_late_setup()
1386 u64 pebs_data_cfg = 0; in pebs_update_adaptive_cfg() local
1427 return pebs_data_cfg; in pebs_update_adaptive_cfg()
1458 u64 pebs_data_cfg; in pebs_update_state() local
1464 if (pebs_data_cfg & ~cpuc->pebs_data_cfg) in pebs_update_state()
1465 cpuc->pebs_data_cfg |= pebs_data_cfg | PEBS_UPDATE_DS_SW; in pebs_update_state()
1533 u64 pebs_data_cfg = cpuc->pebs_data_cfg & ~PEBS_UPDATE_DS_SW; in intel_pmu_pebs_enable() local
[all …]
H A Dcore.c4390 .guest = kvm_pmu->pebs_data_cfg, in intel_guest_get_msrs()
/linux-6.15/arch/x86/kvm/vmx/
H A Dpmu_intel.c315 msr_info->data = pmu->pebs_data_cfg; in intel_pmu_get_msr()
377 pmu->pebs_data_cfg = data; in intel_pmu_set_msr()
/linux-6.15/arch/x86/events/
H A Dperf_event.h288 u64 pebs_data_cfg; member
/linux-6.15/arch/x86/include/asm/
H A Dkvm_host.h583 u64 pebs_data_cfg; member