#include "syslib.h"
-#if CPROFILE
-
/*===========================================================================*
* sys_cprof *
*===========================================================================*/
return(_taskcall(SYSTASK, SYS_CPROF, &m));
}
-#endif
-
#include <minix/config.h>
-#if CPROFILE
-
/*===========================================================================*
* sys_profbuf *
*===========================================================================*/
return(_taskcall(SYSTASK, SYS_PROFBUF, &m));
}
-#endif
-
#include <lib.h>
-#if CPROFILE
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
}
}
-#endif /* CPROFILE */
-
#include <lib.h>
-#if CPROFILE
-
#include <minix/profile.h>
#include <minix/syslib.h>
sys_profbuf(ctl_ptr, tbl_ptr);
}
-#endif /* CPROFILE */
-