commit | cbc34ed1ac36690f75fd272e19e7b4fc29aae5a2 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <peterz@infradead.org> | Wed Dec 10 08:08:22 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Dec 12 12:08:26 2008 +0100 |
tree | be0c1e0d4ed4eab1c9385198372dc64de50c9f1b | |
parent | f3134de60624829a57741c1f3796847d4de165f6 [diff] |
sched: fix tracepoints in scheduler The trace point only caught one of many places where a task changes cpu, put it in the right place to we get all of them. Change the signature while we're at it. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>