diff options
| author | Zelin Tong <ztong@ludwig.cs.unc.edu> | 2020-07-02 00:58:09 -0400 |
|---|---|---|
| committer | Zelin Tong <ztong@ludwig.cs.unc.edu> | 2020-07-02 00:58:09 -0400 |
| commit | 098a298ef73dd8dbacf0d697eef2a6f2daa2081c (patch) | |
| tree | 546de13acc94765ec9c116b8d8b42632139179a5 /include/litmus | |
| parent | e4c5fa6df346a78dfb683d601fd5ad34e6de3375 (diff) | |
FINAL BUG FIXED VERSION
Diffstat (limited to 'include/litmus')
| -rw-r--r-- | include/litmus/rt_param.h | 1 | ||||
| -rw-r--r-- | include/litmus/trace.h | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h index 22ce3da19245..fd8410aaabbf 100644 --- a/include/litmus/rt_param.h +++ b/include/litmus/rt_param.h | |||
| @@ -122,7 +122,6 @@ struct edfsc_params { | |||
| 122 | cont_domain_t *domain; | 122 | cont_domain_t *domain; |
| 123 | struct task_struct *container_task; | 123 | struct task_struct *container_task; |
| 124 | int id; | 124 | int id; |
| 125 | int can_release; //only used for containers | ||
| 126 | // Moved these to the struct task_struct in include/linux/sched.h so that | 125 | // Moved these to the struct task_struct in include/linux/sched.h so that |
| 127 | // the runtime can build | 126 | // the runtime can build |
| 128 | //struct list_head qnode; | 127 | //struct list_head qnode; |
diff --git a/include/litmus/trace.h b/include/litmus/trace.h index 2646136e3881..dbbd817d2bd1 100644 --- a/include/litmus/trace.h +++ b/include/litmus/trace.h | |||
| @@ -140,8 +140,8 @@ feather_callback void save_cpu_task_latency(unsigned long event, unsigned long w | |||
| 140 | #define TS_PLUGIN_SCHED_START /* TIMESTAMP(120) */ /* currently unused */ | 140 | #define TS_PLUGIN_SCHED_START /* TIMESTAMP(120) */ /* currently unused */ |
| 141 | #define TS_PLUGIN_SCHED_END /* TIMESTAMP(121) */ | 141 | #define TS_PLUGIN_SCHED_END /* TIMESTAMP(121) */ |
| 142 | 142 | ||
| 143 | #define TS_PLUGIN_TICK_START /* TIMESTAMP(130) */ | 143 | #define TS_PLUGIN_TICK_START /* CPU_TIMESTAMP(130) */ |
| 144 | #define TS_PLUGIN_TICK_END /* TIMESTAMP(131) */ | 144 | #define TS_PLUGIN_TICK_END /* CPU_TIMESTAMP(131) */ |
| 145 | 145 | ||
| 146 | #define TS_ENTER_NP_START CPU_TIMESTAMP(140) | 146 | #define TS_ENTER_NP_START CPU_TIMESTAMP(140) |
| 147 | #define TS_ENTER_NP_END CPU_TIMESTAMP(141) | 147 | #define TS_ENTER_NP_END CPU_TIMESTAMP(141) |
