OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 02 10:09:58 GMT 2025