On Fri, 3 Jul 2020 08:31:07 -0300 Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> wrote: > Em Thu, Jul 02, 2020 at 02:53:45PM -0400, Steven Rostedt escreveu: > > From: "Steven Rostedt (Red Hat)" <rostedt@xxxxxxxxxxx> > > > > Add the functions kbuffer_subbuf_timestamp() and kbuffer_ptr_delta() to get > > the timing data stored in the ring buffer that is used to produced the time > > stamps of the records. > > > > This is useful for tools like trace-cmd to be able to display the content of > > the read data to understand why the records show the time stamps that they > > do. > > > > Link: http://lore.kernel.org/linux-trace-devel/20200625100516.365338-2-tz.stoyanov@xxxxxxxxx > > > > Signed-off-by: Steven Rostedt <rostedt@xxxxxxxxxxx> > > [ Ported from trace-cmd.git ] > > Signed-off-by: Tzvetomir Stoyanov (VMware) <tz.stoyanov@xxxxxxxxx> > > Signed-off-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> > > Humm, is that intentional, i.e. two signed-off-by you? > Yes. It was originally written by me at Red Hat (thus the "From: Steven Rostedt (Red Hat)"), and that signed-off-by is from Red Hat Steven. Then Tzvetomir ported it over to libtraceveent in the kernel tree, which requires his signed-off-by, and then I pull Tzvetomir's work and the VMware Steven Rostedt signed it off. ;-) As Signed-off-by does have some legal meaning for "right to use this code" I feel it's more than prudent to include both the Red Hat Steven's signed-off-by as well as the VMware Steven's signed-off-by. Make sense? -- Steve