commit | 74e879373b377f15d4ecb45bf8316b77e8badc49 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Tue Jun 30 12:47:56 2020 -0400 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Wed Jul 01 22:12:06 2020 -0400 |
tree | 87e567609725b0841ab0504ebd4c25d1151fc305 | |
parent | 58fbc3c63275c6255a10ae151cc3882d9190c4e0 [diff] |
ring-buffer: Move the add_timestamp into its own function Make a helper function rb_add_timestamp() that moves the adding of the extended time stamps into its own function. Also, remove the noinline and inline for the functions it calls, as recent benchmarks appear they do not make a difference (just let gcc decide). Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>