HomeSort by: relevance | last modified time | path
    Searched refs:tbo_ncounters (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/tprof/
tprof.h 60 u_int (*tbo_ncounters)(void); member in struct:tprof_backend_ops
tprof_x86.c 74 ncounters = ops->tbo_ncounters();
tprof_armv7.c 269 .tbo_ncounters = armv7_pmu_ncounters,
tprof_armv8.c 241 .tbo_ncounters = armv8_pmu_ncounters,
tprof_x86_amd.c 303 .tbo_ncounters = tprof_amd_ncounters,
tprof_x86_intel.c 306 .tbo_ncounters = tprof_intel_ncounters,
tprof.c 308 *ncounters = tb->tb_ops->tbo_ncounters();
768 tb->tb_softc.sc_ncounters = tb->tb_ops->tbo_ncounters();

Completed in 14 milliseconds