3 #include <minix/config.h>
7 /*===========================================================================*
9 *===========================================================================*/
10 PUBLIC
int sys_profbuf(ctl_ptr
, mem_ptr
)
11 void *ctl_ptr
; /* pointer to control structure */
12 void *mem_ptr
; /* pointer to profiling table */
16 m
.PROF_CTL_PTR
= ctl_ptr
;
17 m
.PROF_MEM_PTR
= mem_ptr
;
19 return(_taskcall(SYSTASK
, SYS_PROFBUF
, &m
));