HomeSort by: relevance | last modified time | path
    Searched defs:counter_bitwidth (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/tprof/
tprof_armv8.c 45 static u_int counter_bitwidth; variable in typeref:typename:u_int
119 return counter_bitwidth;
157 counter_bitwidth != 64) {
292 counter_bitwidth = 64;
294 counter_bitwidth = 32;
tprof_x86_intel.c 82 static u_int counter_bitwidth; variable in typeref:typename:u_int
118 return counter_bitwidth;
194 if ((ctr & __BIT(counter_bitwidth - 1)) != 0)
215 counters_offset[bit] += __BIT(counter_bitwidth);
252 counter_bitwidth = __SHIFTOUT(descs[0], CPUID_PERF_NBWGPPC);

Completed in 52 milliseconds