commit | 58e5ad1de3d6ad931c84f0cc8ef0655c922f30ad | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Fri Nov 20 22:19:53 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Nov 21 14:11:39 2009 +0100 |
tree | f3b018f0f8ceaf21747b5e1d912ad30b40d00779 | |
parent | 3dbebf15c5d3e265f751eec72c1538a00da4be27 [diff] |
perf: Simplify __perf_event_read cpuctx is always active, task context is always active for current the previous condition verifies that if its a task context its for current, hence we can assume ctx->is_active. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Paul Mackerras <paulus@samba.org> LKML-Reference: <20091120212509.000272254@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>