Searched refs:tb_ops (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/tprof/
H A Dtprof.c102 const tprof_backend_ops_t *tb_ops; member in struct:tprof_backend
296 info->ti_ident = tb->tb_ops->tbo_ident();
308 *ncounters = tb->tb_ops->tbo_ncounters();
318 tb->tb_ops->tbo_start(runmask);
327 tb->tb_ops->tbo_stop(stopmask);
361 if (tb->tb_ops->tbo_establish != NULL) {
362 error = tb->tb_ops->tbo_establish(&tb->tb_softc);
372 if (tb->tb_ops->tbo_disestablish != NULL)
373 tb->tb_ops->tbo_disestablish(&tb->tb_softc);
448 if (tb->tb_ops
[all...]

Completed in 74 milliseconds