Re: [PATCH 0/7 v2] tracing: Have ring_buffer_event_time_stamp() work for all events

2021-03-16 Thread Steven Rostedt
On Tue, 16 Mar 2021 16:16:03 -0500 Tom Zanussi wrote: > This all looks fine to me. > > Reviewed-by: Tom Zanussi > Thanks! -- Steve

Re: [PATCH 0/7 v2] tracing: Have ring_buffer_event_time_stamp() work for all events

2021-03-16 Thread Tom Zanussi
Hi Steve, On Tue, 2021-03-16 at 12:41 -0400, Steven Rostedt wrote: > Yordan has been working on a patch set that will not repeat functions > in the function tracer but instead show a single event that states > that > the previous function repeated X amount of times. I recommended that > this

[PATCH 0/7 v2] tracing: Have ring_buffer_event_time_stamp() work for all events

2021-03-16 Thread Steven Rostedt
Yordan has been working on a patch set that will not repeat functions in the function tracer but instead show a single event that states that the previous function repeated X amount of times. I recommended that this should also show the time of the last function that repeated. To save on space,