Home
last modified time | relevance | path

Searched refs:tprof_buf (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.sbin/tprof/
H A Dtprof_top.c912 char *tprof_buf, *p, *errmsg; in tprof_top() local
1000 tprof_buf = emalloc(tprof_bufsize); in tprof_top()
1053 len = read(devfd, tprof_buf, tprof_bufsize); in tprof_top()
1058 (tprof_sample_t *)tprof_buf; in tprof_top()
1060 (tprof_sample_t *)(tprof_buf + len)) in tprof_top()
/netbsd-src/sys/dev/tprof/
H A Dtprof.c73 typedef struct tprof_buf { struct
78 STAILQ_ENTRY(tprof_buf) b_list; argument
109 static STAILQ_HEAD(, tprof_buf) tprof_list; /* L: global buffer list */