commit | d57e34fdd60be7ffd0b1d86bfa1a553df86b7172 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Fri May 28 19:41:35 2010 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jun 09 11:12:35 2010 +0200 |
tree | f6044a0b2c2a757d56ad47e88cfa662bfc5bf424 | |
parent | ca5135e6b4a3cbc7e187737520fbc4b508f6f7a2 [diff] |
perf: Simplify the ring-buffer logic: make perf_buffer_alloc() do everything needed Currently there are perf_buffer_alloc() + perf_buffer_init() + some separate bits, fold it all into a single perf_buffer_alloc() and only leave the attachment to the event separate. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> LKML-Reference: <new-submission> Signed-off-by: Ingo Molnar <mingo@elte.hu>