3 /*===========================================================================*
5 *===========================================================================*/
6 int sys_profbuf(ctl_ptr
, mem_ptr
)
7 void *ctl_ptr
; /* pointer to control structure */
8 void *mem_ptr
; /* pointer to profiling table */
12 m
.PROF_CTL_PTR
= ctl_ptr
;
13 m
.PROF_MEM_PTR
= mem_ptr
;
15 return(_kernel_call(SYS_PROFBUF
, &m
));