commit | 3dbebf15c5d3e265f751eec72c1538a00da4be27 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Fri Nov 20 22:19:52 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Nov 21 14:11:39 2009 +0100 |
tree | 66aa74aee095f2031b7c79a3762e22ca2a765174 | |
parent | f6f83785222b0ee037f7be90731f62a649292b5e [diff] |
perf: Simplify __perf_event_sync_stat Removes constraints from __perf_event_read() by leaving it with a single callsite; this callsite had ctx->lock held, the other one does not. Removes some superfluous code from __perf_event_sync_stat(). Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Paul Mackerras <paulus@samba.org> LKML-Reference: <20091120212508.918544317@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>