diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-03-30 11:21:59 -0400 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-03-30 11:21:59 -0400 |
commit | b2ecb9f8d20baa3edfb305d263a7f0902ac019f3 (patch) | |
tree | 77af90862b09542fa6fbcae7117b41b19086e552 /include/trace/events/litmus.h | |
parent | c31763ecf41cbcdb61e8960f0354d8b2e39a8645 (diff) |
Removed ARM-specific hacks which disabled less common mixed-criticality features.wip-mc
Diffstat (limited to 'include/trace/events/litmus.h')
-rw-r--r-- | include/trace/events/litmus.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/include/trace/events/litmus.h b/include/trace/events/litmus.h index 95aae9460cbc..c2dbdc34eb42 100644 --- a/include/trace/events/litmus.h +++ b/include/trace/events/litmus.h | |||
@@ -278,28 +278,6 @@ TRACE_EVENT(litmus_sys_release, | |||
278 | ); | 278 | ); |
279 | 279 | ||
280 | /* | 280 | /* |
281 | * Trace task exit | ||
282 | */ | ||
283 | TRACE_EVENT(litmus_task_exit, | ||
284 | |||
285 | TP_PROTO(struct task_struct *t), | ||
286 | |||
287 | TP_ARGS(t), | ||
288 | |||
289 | TP_STRUCT__entry( | ||
290 | __field( pid_t, pid ) | ||
291 | __field( unsigned long long, max_exec_time ) | ||
292 | ), | ||
293 | |||
294 | TP_fast_assign( | ||
295 | __entry->pid = t ? t->pid : 0; | ||
296 | __entry->max_exec_time = t ? t->rt_param.max_exec_time : 0; | ||
297 | ), | ||
298 | |||
299 | TP_printk("(%u) exit\n", __entry->pid) | ||
300 | ); | ||
301 | |||
302 | /* | ||
303 | * Containers | 281 | * Containers |
304 | */ | 282 | */ |
305 | TRACE_EVENT(litmus_container_param, | 283 | TRACE_EVENT(litmus_container_param, |