X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;ds=sidebyside;f=include%2Ftrace%2Fsched.h;h=0d81098ee9fce3b4ce9d7bc8b3a7280a6a41f95a;hb=1292211058aaf872eeb2a0e2677d237916b4501f;hp=f4549d506b16b6a5eca75dbb5393dd09a9aba992;hpb=cbc34ed1ac36690f75fd272e19e7b4fc29aae5a2;p=safe%2Fjmp%2Flinux-2.6 diff --git a/include/trace/sched.h b/include/trace/sched.h index f4549d5..0d81098 100644 --- a/include/trace/sched.h +++ b/include/trace/sched.h @@ -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,