Home
last modified time | relevance | path

Searched refs:ctr_bitwidth (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/tprof/
H A Dtprof.c513 sc->sc_count[c].ctr_bitwidth = in tprof_configure_event()
553 __BITS(sc->sc_count[c].ctr_bitwidth - 1, 0)) { in tprof_configure_event()
555 __BITS(sc->sc_count[c].ctr_bitwidth - 1, 0); in tprof_configure_event()
565 __BITS(sc->sc_count[c].ctr_bitwidth - 1, 0); in tprof_configure_event()
592 if (sc->sc_count[c].ctr_bitwidth != 64) in tprof_configure_event()
618 __BITS(sc->sc_count[c].ctr_bitwidth - 1, 0)); in tprof_getcounts_cpu()
H A Dtprof.h42 u_int ctr_bitwidth; member