commit | d9abde2138e0a00a0d7e44676928efa0ef629d48 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Tue Oct 19 13:17:08 2010 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed Oct 20 15:17:57 2010 -0400 |
tree | 29b75afdf39664debd21c50af5d882856f7fa2a9 | |
parent | 140ff89127c74b1b1c1b0152a36ea3720ccf6bc3 [diff] |
ring-buffer: Micro-optimize with some strategic inlining By using inline and noinline, we are able to make the fast path of recording an event 4% faster. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>