Searched refs:tprof_stat (Results 1 – 4 of 4) sorted by relevance
128 static struct tprof_stat tprof_stat; /* L: */ variable233 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()
47 struct tprof_stat { struct59 #define TPROF_IOC_GETSTAT _IOR('T', 4, struct tprof_stat) argument
391 struct tprof_stat ts; in tprof_monitor_common()
545 static struct tprof_stat tsbuf[2], *ts0, *ts; in show_tprof_stat()