Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Dpmu_pebs.c206 u64 adaptive_ctrl = 0, fixed_ctr_ctrl = 0; in pebs_enable() local
222 adaptive_ctrl = BIT(FIXED_CNT_INDEX + idx * 4); in pebs_enable()
224 fixed_ctr_ctrl |= (0xbULL << (idx * 4) | adaptive_ctrl); in pebs_enable()
233 adaptive_ctrl = ICL_EVENTSEL_ADAPTIVE; in pebs_enable()
235 intel_arch_events[idx] | adaptive_ctrl); in pebs_enable()