tracing/power: move the power trace headers to a dedicated file
[safe/jmp/linux-2.6] / include / trace / sched.h
index f4549d5..0d81098 100644 (file)
@@ -17,12 +17,12 @@ 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),
-               TPARGS(rq, p));
+       TPPROTO(struct rq *rq, struct task_struct *p, int success),
+               TPARGS(rq, p, success));
 
 DECLARE_TRACE(sched_switch,
        TPPROTO(struct rq *rq, struct task_struct *prev,