HomeSort by: relevance | last modified time | path
    Searched defs:tprof_buf_t (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/tprof/
tprof.c 80 } tprof_buf_t; typedef in typeref:struct:tprof_buf
82 (sizeof(tprof_buf_t) + (sz) * sizeof(tprof_sample_t))
86 tprof_buf_t *c_buf;
164 static tprof_buf_t *
167 tprof_buf_t *new;
178 tprof_buf_free(tprof_buf_t *buf)
184 static tprof_buf_t *
185 tprof_buf_switch(tprof_cpu_t *c, tprof_buf_t *new)
187 tprof_buf_t *old;
194 static tprof_buf_t *
    [all...]

Completed in 11 milliseconds