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

  /src/sys/dev/tprof/
tprof.h 48 u_int sc_ncounters; member in struct:tprof_backend_softc
tprof.c 498 if (c >= tb->tb_softc.sc_ncounters) {
613 for (c = 0; c < sc->sc_ncounters; c++) {
645 counts->c_ncounters = tb->tb_softc.sc_ncounters;
768 tb->tb_softc.sc_ncounters = tb->tb_ops->tbo_ncounters();
770 sizeof(uint64_t) * tb->tb_softc.sc_ncounters;

Completed in 13 milliseconds