monitor.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013 #ifndef __CPU_RESERVE_SERVER_SRC_MONITOR_H_
00014 #define __CPU_RESERVE_SERVER_SRC_MONITOR_H_
00015 #include <l4/sys/types.h>
00016 #include <l4/rt_mon/histogram.h>
00017 #include "sched.h"
00018
00019 extern int monitor_enable;
00020 int monitor_start(const sched_t *sched, const l4_threadid_t *thread);
00021 void monitor_thread_dl(l4_threadid_t *thread, l4_cpu_time_t time);
00022
00023 #endif