[for-next][PATCH 05/13] ring-buffer: Move the adding of the extended timestamp out of line

2015-07-21 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" 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.

[for-next][PATCH 05/13] ring-buffer: Move the adding of the extended timestamp out of line

2015-07-21 Thread Steven Rostedt
From: Steven Rostedt (Red Hat) rost...@goodmis.org 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