Searched refs:tb_softc (Results 1 – 1 of 1) sorted by relevance
99 tprof_backend_softc_t tb_softc; member225 shouldstop = (tb == NULL || tb->tb_softc.sc_ctr_running_mask == 0); in tprof_worker()348 runmask &= ~tb->tb_softc.sc_ctr_running_mask; in tprof_start()349 runmask &= tb->tb_softc.sc_ctr_configured_mask; in tprof_start()359 firstrun = (tb->tb_softc.sc_ctr_running_mask == 0); in tprof_start()362 error = tb->tb_ops->tbo_establish(&tb->tb_softc); in tprof_start()373 tb->tb_ops->tbo_disestablish(&tb->tb_softc); in tprof_start()392 runmask &= tb->tb_softc.sc_ctr_configured_mask; in tprof_start()396 tb->tb_softc.sc_ctr_running_mask |= runmask; in tprof_start()426 stopmask &= tb->tb_softc.sc_ctr_running_mask; in tprof_stop()[all …]