Searched refs:tprof_buf (Results 1 – 2 of 2) sorted by relevance
912 char *tprof_buf, *p, *errmsg; in tprof_top() local1000 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()
73 typedef struct tprof_buf { struct78 STAILQ_ENTRY(tprof_buf) b_list; argument109 static STAILQ_HEAD(, tprof_buf) tprof_list; /* L: global buffer list */