dynamic debug: update docs
[deliverable/linux.git] / include / trace / sched.h
index bc4c9eadc6bafef0c0255779419359fa0a81a65b..0d81098ee9fce3b4ce9d7bc8b3a7280a6a41f95a 100644 (file)
@@ -17,8 +17,8 @@ DECLARE_TRACE(sched_wait_task,
                TPARGS(rq, p));
 
 DECLARE_TRACE(sched_wakeup,
-       TPPROTO(struct rq *rq, struct task_struct *p),
-               TPARGS(rq, p));
+       TPPROTO(struct rq *rq, struct task_struct *p, int success),
+               TPARGS(rq, p, success));
 
 DECLARE_TRACE(sched_wakeup_new,
        TPPROTO(struct rq *rq, struct task_struct *p, int success),
This page took 0.028358 seconds and 5 git commands to generate.