commit | 04dc2dbbfe1c6f81b996d4dab255da75f9efbb4a | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Sat Apr 09 21:17:43 2011 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Sat May 28 18:01:14 2011 +0200 |
tree | a99e0c849f61d5bf7f3d9777f0e5c4bf69c61d9a | |
parent | facc43071cc0d4821c176d7d34570714eb348df9 [diff] |
perf: Remove task_ctx_sched_in() Make task_ctx_sched_*() imply EVENT_ALL, since anything less will not actually have scheduled the task in/out at all. Since there's no site that schedules all of a task in (due to the interleave with flexible cpuctx) we can remove this function. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/20110409192141.817893268@chello.nl Signed-off-by: Ingo Molnar <mingo@elte.hu>