commit | 75b21c6dfa2d816bcabac24a530d9cffc12092b8 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Tue Jun 30 09:04:35 2020 -0400 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Tue Jun 30 17:18:56 2020 -0400 |
tree | 6c12e434fe28cf3fa11b1ce13f2f42b33a42d833 | |
parent | b23d7a5f4a07af02343cdd28fe1f7488bac3afda [diff] |
ring-buffer: Mark the !tail (crossing a page) as unlikely It is the uncommon case where an event crosses a sub buffer boundary (page) mark that check at the end of reserving an event as unlikely. Suggested-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>