Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/tprof/
H A Dtprof_top.c909 ssize_t tprof_bufsize, len; in tprof_top() local
999 tprof_bufsize = sizeof(tprof_sample_t) * 1024 * 32; in tprof_top()
1000 tprof_buf = emalloc(tprof_bufsize); in tprof_top()
1053 len = read(devfd, tprof_buf, tprof_bufsize); in tprof_top()