OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tprof_buf
(Results
1 - 2
of
2
) 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 */
/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))
Completed in 12 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025