mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/3 V2] ring-buffer: Restructure ftrace ring buffer time keeping to allow accurate nested timing
@ 2020-06-29  2:52 Steven Rostedt
  2020-06-29  2:52 ` [PATCH 1/3 V2] ring-buffer: Have nested events still record running time stamp Steven Rostedt
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Steven Rostedt @ 2020-06-29  2:52 UTC (permalink / raw)
  To: linux-kernel
  Cc: Ingo Molnar, Mathieu Desnoyers, Peter Zijlstra, Thomas Gleixner,
	Masami Hiramatsu, Arnaldo Carvalho de Melo, Jiri Olsa,
	Namhyung Kim, Yordan Karadzhov, Tzvetomir Stoyanov, Tom Zanussi,
	Jason Behmer, Julia Lawall, Clark Williams, bristot,
	Daniel Wagner, Darren Hart, Jonathan Corbet, Suresh E. Warrier


V1 of this patch set can be found here:

 https://lore.kernel.org/r/20200627010041.517736087@goodmis.org

Changes since V1 patch set:

 - Fixed white space issues (kernel test robot)
 - Fixed change log algorithm to match the code (Masami Hiramatsu)
 - Removed next_write useless code. (Masami Hiramatsu)


Head SHA1: 72c27b3e97be0b2fca6b5518d299bccbc714a245


Steven Rostedt (VMware) (3):
      ring-buffer: Have nested events still record running time stamp
      ring-buffer: Incorporate absolute timestamp into add_timestamp logic
      ring-buffer: Add rb_time_t 64 bit operations for speeding up 32 bit

----
 kernel/trace/ring_buffer.c | 498 ++++++++++++++++++++++++++++++++++++---------
 1 file changed, 401 insertions(+), 97 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-06-29 21:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-29  2:52 [PATCH 0/3 V2] ring-buffer: Restructure ftrace ring buffer time keeping to allow accurate nested timing Steven Rostedt
2020-06-29  2:52 ` [PATCH 1/3 V2] ring-buffer: Have nested events still record running time stamp Steven Rostedt
2020-06-29 13:49   ` Masami Hiramatsu
2020-06-29 16:25     ` Steven Rostedt
2020-06-29  2:52 ` [PATCH 2/3 V2] ring-buffer: Incorporate absolute timestamp into add_timestamp logic Steven Rostedt
2020-06-29  2:52 ` [PATCH 3/3 V2] ring-buffer: Add rb_time_t 64 bit operations for speeding up 32 bit Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome