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

  /src/usr.sbin/tprof/
tprof_top.c 909 ssize_t tprof_bufsize, len; local in function:tprof_top
999 tprof_bufsize = sizeof(tprof_sample_t) * 1024 * 32;
1000 tprof_buf = emalloc(tprof_bufsize);
1053 len = read(devfd, tprof_buf, tprof_bufsize);

Completed in 11 milliseconds