Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/tprof/
H A Dtprof.h61 u_int (*tbo_counter_bitwidth)(u_int); member
H A Dtprof_armv8.c242 .tbo_counter_bitwidth = armv8_pmu_counter_bitwidth,
H A Dtprof_armv7.c270 .tbo_counter_bitwidth = armv7_pmu_counter_bitwidth,
H A Dtprof_x86_amd.c304 .tbo_counter_bitwidth = tprof_amd_counter_bitwidth,
H A Dtprof_x86_intel.c307 .tbo_counter_bitwidth = tprof_intel_counter_bitwidth,
H A Dtprof.c514 tb->tb_ops->tbo_counter_bitwidth(param->p_counter); in tprof_configure_event()