Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Dpmu_pebs.c21 static u64 ctr_start_val; variable
223 wrmsr(MSR_PERF_FIXED_CTRx(idx), ctr_start_val); in pebs_enable()
236 wrmsr(MSR_GP_COUNTERx(idx), ctr_start_val); in pebs_enable()
341 type == FIXED ? "Extended Fixed" : "GP", idx, ctr_start_val); in check_one_counter()
424 ctr_start_val = counter_start_values[i]; in main()