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

  /src/sys/dev/tprof/
tprof_ioctl.h 47 struct tprof_stat { struct
59 #define TPROF_IOC_GETSTAT _IOR('T', 4, struct tprof_stat)
tprof.c 128 static struct tprof_stat tprof_stat; /* L: */ variable in typeref:struct:tprof_stat
233 tprof_stat.ts_emptybuf++;
235 tprof_stat.ts_sample += buf->b_used;
236 tprof_stat.ts_overflow += buf->b_overflow;
237 tprof_stat.ts_buf++;
244 tprof_stat.ts_dropbuf_sample += buf->b_used;
245 tprof_stat.ts_dropbuf++;
676 memset(&tprof_stat, 0, sizeof(tprof_stat));
    [all...]

Completed in 49 milliseconds