HomeSort by: relevance | last modified time | path
    Searched defs:tprof_buf (Results 1 - 4 of 4) sorted by relevancy

  /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))

Completed in 23 milliseconds