From: Daniel Bristot de Oliveira <bristot@kernel.org> Date: 2023-03-24 17:52:55
timerlat is not reporting a new tracing_max_latency for the thread
latency. Also, the tracer is reporting new max latency on instances
where the tracing is off, creating inconsistencies between the max
reported values in the trace and in the tracing_max_latency. Thus
only report new tracing_max_latency on active tracing instances.
Fixes: dae181349f1e ("tracing/osnoise: Support a list of trace_array *tr")
Cc: Daniel Bristot de Oliveira <bristot@kernel.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Daniel Bristot de Oliveira <bristot@kernel.org>
---
kernel/trace/trace_osnoise.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
From: Steven Rostedt <rostedt@goodmis.org> Date: 2023-03-28 23:16:23
On Fri, 24 Mar 2023 18:51:35 +0100
Daniel Bristot de Oliveira [off-list ref] wrote:
timerlat is not reporting a new tracing_max_latency for the thread
latency. Also, the tracer is reporting new max latency on instances
where the tracing is off, creating inconsistencies between the max
reported values in the trace and in the tracing_max_latency. Thus
only report new tracing_max_latency on active tracing instances.
Sounds to me this patch fixes two different bugs. If so, can you please
break it up into two different patches?
Thanks!
-- Steve
quoted hunk
Fixes: dae181349f1e ("tracing/osnoise: Support a list of trace_array *tr")
Cc: Daniel Bristot de Oliveira <bristot@kernel.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Daniel Bristot de Oliveira <bristot@kernel.org>
---
kernel/trace/trace_osnoise.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
From: Daniel Bristot de Oliveira <bristot@kernel.org> Date: 2023-03-29 06:31:44
On 3/29/23 01:16, Steven Rostedt wrote:
On Fri, 24 Mar 2023 18:51:35 +0100
Daniel Bristot de Oliveira [off-list ref] wrote:
quoted
timerlat is not reporting a new tracing_max_latency for the thread
latency. Also, the tracer is reporting new max latency on instances
where the tracing is off, creating inconsistencies between the max
reported values in the trace and in the tracing_max_latency. Thus
only report new tracing_max_latency on active tracing instances.
Sounds to me this patch fixes two different bugs. If so, can you please
break it up into two different patches?
Yeah, I was dubious about sending one or two patches when I sent this one... But
it makes sense making two of them... so I will do.
Thanks!
-- Daniel
Thanks!
-- Steve
quoted
Fixes: dae181349f1e ("tracing/osnoise: Support a list of trace_array *tr")
Cc: Daniel Bristot de Oliveira <bristot@kernel.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Daniel Bristot de Oliveira <bristot@kernel.org>
---
kernel/trace/trace_osnoise.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)