Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/tprof/
H A Dtprof.h52 tprof_countermask_t sc_ctr_prof_mask; /* profiled */ member
H A Dtprof_armv8.c209 if (ISSET(sc->sc_ctr_prof_mask, __BIT(bit))) { in armv8_pmu_intr()
H A Dtprof_armv7.c237 if (ISSET(sc->sc_ctr_prof_mask, __BIT(bit))) { in armv7_pmu_intr()
H A Dtprof_x86_amd.c204 if (ISSET(sc->sc_ctr_prof_mask, __BIT(bit))) { in tprof_amd_nmi()
H A Dtprof_x86_intel.c197 if (ISSET(sc->sc_ctr_prof_mask, __BIT(bit))) { in tprof_intel_nmi()
H A Dtprof.c584 CLR(tb->tb_softc.sc_ctr_prof_mask, __BIT(c)); in tprof_configure_event()
588 SET(tb->tb_softc.sc_ctr_prof_mask, __BIT(c)); in tprof_configure_event()
852 tb->tb_softc.sc_ctr_prof_mask = 0; in tprof_close()