]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ring-buffer: Move the adding of the extended timestamp out of line
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Thu, 28 May 2015 21:36:45 +0000 (17:36 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 21 Jul 2015 02:30:47 +0000 (22:30 -0400)
commit9826b2733a4399149072058a11f611357479229d
tree58fd8df550a8742e3eb0f28cf70ead4ac0694ac6
parentfcc742eaad7cbcbbb2a96edc8f1d22adbaa804cb
ring-buffer: Move the adding of the extended timestamp out of line

Requiring a extended time stamp is an uncommon occurrence, and it is
best to do it out of line when needed.

Add a noinline function that handles the extended timestamp and
have it called with an unlikely to completely move it out of the
fast path.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/ring_buffer.c