Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/tprof/
Dtprof.h53 percpu_t *sc_ctr_offset_percpu; member
Dtprof.c572 percpu_foreach(tb->tb_softc.sc_ctr_offset_percpu, in tprof_configure_event()
612 counters_offset = percpu_getref(sc->sc_ctr_offset_percpu); in tprof_getcounts_cpu()
622 percpu_putref(sc->sc_ctr_offset_percpu); in tprof_getcounts_cpu()
771 tb->tb_softc.sc_ctr_offset_percpu = in tprof_backend_register()
806 percpu_free(tb->tb_softc.sc_ctr_offset_percpu, in tprof_backend_unregister()
Dtprof_x86_amd.c193 percpu_getptr_remote(sc->sc_ctr_offset_percpu, curcpu()); in tprof_amd_nmi()
Dtprof_armv7.c231 percpu_getptr_remote(sc->sc_ctr_offset_percpu, curcpu()); in armv7_pmu_intr()
Dtprof_armv8.c203 percpu_getptr_remote(sc->sc_ctr_offset_percpu, curcpu()); in armv8_pmu_intr()
Dtprof_x86_intel.c186 percpu_getptr_remote(sc->sc_ctr_offset_percpu, curcpu()); in tprof_intel_nmi()