commit | 88eb0125362f2ab272cbaf84252cf101ddc2dec9 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Mon May 11 16:28:23 2009 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Mon May 11 23:14:03 2009 -0400 |
tree | acf8bac454d61874f35bf5e20cd30b448811608a | |
parent | 0f0c85fc80adbbd2265d89867d743f929d516805 [diff] |
ring-buffer: use internal time stamp function The ring_buffer_time_stamp that is exported adds a little more overhead than is needed for using it internally. This patch adds an internal timestamp function that can be inlined (a single line function) and used internally for the ring buffer. [ Impact: a little less overhead to the ring buffer ] Signed-off-by: Steven Rostedt <rostedt@goodmis.org>