commit | 64ce312618ef0e11d88def80effcefd1b59fdb1e | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Sat Apr 09 21:17:48 2011 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Sat May 28 18:01:23 2011 +0200 |
tree | 884c247a013b8d13fa7a1f90dfa5bc01e16d62d6 | |
parent | e03a9a55b4e45377af9ca3d464135f9ea280b8f8 [diff] |
perf: De-schedule a task context when removing the last event Since perf_install_in_context() will now install a context when we add the first event, we can de-schedule the context when the last event is removed. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/20110409192142.090431763@chello.nl Signed-off-by: Ingo Molnar <mingo@elte.hu>