HomeSort by: relevance | last modified time | path
    Searched refs:tprof_stat (Results 1 - 4 of 4) 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...]
  /src/usr.sbin/tprof/
tprof.c 391 struct tprof_stat ts;
tprof_top.c 545 static struct tprof_stat tsbuf[2], *ts0, *ts;

Completed in 13 milliseconds