Lines Matching refs:counter
115 tprof_intel_counter_bitwidth(u_int counter)
122 tprof_intel_counter_write(u_int counter, uint64_t val)
125 wrmsr(PERFCTR(counter), val);
129 tprof_intel_counter_read(u_int counter)
132 return rdmsr(PERFCTR(counter));
136 tprof_intel_configure_event(u_int counter, const tprof_param_t *param)
146 wrmsr(PERFEVTSEL(counter), evtval);
148 /* Reset the counter */
149 tprof_intel_counter_write(counter, param->p_value);
198 /* Account for the counter, and reset */
228 tprof_intel_counter_estimate_freq(u_int counter)