Searched refs:tb_ops (Results 1 – 1 of 1) sorted by relevance
102 const tprof_backend_ops_t *tb_ops; member296 info->ti_ident = tb->tb_ops->tbo_ident(); in tprof_getinfo()308 *ncounters = tb->tb_ops->tbo_ncounters(); in tprof_getncounters()318 tb->tb_ops->tbo_start(runmask); in tprof_start_cpu()327 tb->tb_ops->tbo_stop(stopmask); in tprof_stop_cpu()361 if (tb->tb_ops->tbo_establish != NULL) { in tprof_start()362 error = tb->tb_ops->tbo_establish(&tb->tb_softc); in tprof_start()372 if (tb->tb_ops->tbo_disestablish != NULL) in tprof_start()373 tb->tb_ops->tbo_disestablish(&tb->tb_softc); in tprof_start()448 if (tb->tb_ops->tbo_disestablish != NULL) in tprof_stop()[all …]