Lines Matching refs:counter
121 tprof_amd_counter_bitwidth(u_int counter)
127 tprof_amd_counter_write(u_int counter, uint64_t val)
129 wrmsr(PERFCTR(counter), val);
133 tprof_amd_counter_read(u_int counter)
135 return rdmsr(PERFCTR(counter));
139 tprof_amd_configure_event(u_int counter, const tprof_param_t *param)
155 wrmsr(PERFEVTSEL(counter), pesr);
157 /* Reset the counter */
158 tprof_amd_counter_write(counter, param->p_value);
205 /* Account for the counter, and reset */
230 tprof_amd_counter_estimate_freq(u_int counter)