diff options
Diffstat (limited to 'include/trace/events')
-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, |