Home
last modified time | relevance | path

Searched refs:tprof_stat (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/tprof/
H A Dtprof.c128 static struct tprof_stat tprof_stat; /* L: */ variable
233 tprof_stat.ts_emptybuf++; in tprof_worker()
235 tprof_stat.ts_sample += buf->b_used; in tprof_worker()
236 tprof_stat.ts_overflow += buf->b_overflow; in tprof_worker()
237 tprof_stat.ts_buf++; in tprof_worker()
244 tprof_stat.ts_dropbuf_sample += buf->b_used; in tprof_worker()
245 tprof_stat.ts_dropbuf++; in tprof_worker()
676 memset(&tprof_stat, 0, sizeof(tprof_stat)); in tprof_clear()
1036 memcpy(data, &tprof_stat, sizeof(tprof_stat)); in tprof_ioctl()
H A Dtprof_ioctl.h47 struct tprof_stat { struct
59 #define TPROF_IOC_GETSTAT _IOR('T', 4, struct tprof_stat) argument
/netbsd-src/usr.sbin/tprof/
H A Dtprof.c391 struct tprof_stat ts; in tprof_monitor_common()
H A Dtprof_top.c545 static struct tprof_stat tsbuf[2], *ts0, *ts; in show_tprof_stat()