commit | 7c4b4a5164fbedc11c23e3671bd90ba0d23a5efd | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Sun Jun 28 22:52:26 2020 -0400 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Tue Jun 30 16:16:14 2020 -0400 |
tree | b0fda34b5d2451a2a738969704e16a4792a2a446 | |
parent | a389d86f7fd0902e4ce4136a5601988dbd371eb1 [diff] |
ring-buffer: Incorporate absolute timestamp into add_timestamp logic Instead of calling out the absolute test for each time to check if the ring buffer wants absolute time stamps for all its recording, incorporate it with the add_timestamp field and turn it into flags for faster processing between wanting a absolute tag and needing to force one. Link: http://lkml.kernel.org/r/20200629025259.154892368@goodmis.org Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>