/src/sys/dev/tprof/ |
tprof.c | 73 typedef struct tprof_buf { struct 78 STAILQ_ENTRY(tprof_buf) b_list; 109 static STAILQ_HEAD(, tprof_buf) tprof_list; /* L: global buffer list */
|
tprof.c | 73 typedef struct tprof_buf { struct 78 STAILQ_ENTRY(tprof_buf) b_list; 109 static STAILQ_HEAD(, tprof_buf) tprof_list; /* L: global buffer list */
|
/src/usr.sbin/tprof/ |
tprof_top.c | 912 char *tprof_buf, *p, *errmsg; local in function:tprof_top 1000 tprof_buf = emalloc(tprof_bufsize); 1053 len = read(devfd, tprof_buf, tprof_bufsize); 1058 (tprof_sample_t *)tprof_buf; 1060 (tprof_sample_t *)(tprof_buf + len))
|
tprof_top.c | 912 char *tprof_buf, *p, *errmsg; local in function:tprof_top 1000 tprof_buf = emalloc(tprof_bufsize); 1053 len = read(devfd, tprof_buf, tprof_bufsize); 1058 (tprof_sample_t *)tprof_buf; 1060 (tprof_sample_t *)(tprof_buf + len))
|