Searched refs:ctr_start_val (Results 1 – 1 of 1) sorted by relevance
21 static u64 ctr_start_val; variable223 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()