OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tb_ops
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/tprof/
tprof.c
102
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
->tbo_disestablish != NULL
[
all
...]
tprof.c
102
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
->tbo_disestablish != NULL
[
all
...]
Completed in 76 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025