Re: [PATCH V3 8/9] tracing: Add osnoise tracer
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2021-06-08 19:43:14
Also in:
lkml
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2021-06-08 19:43:14
Also in:
lkml
On Tue, 8 Jun 2021 21:33:31 +0200 Daniel Bristot de Oliveira [off-list ref] wrote:
cool! I created a function osnoise_taint(char *msg) that prints the msg using trace_array_printk_buf. I am using it instead of all pr_warn that could take place inside osnoise regular operation.
Make it a macro, so that _THIS_IP_ is meaningful.
I am still placing the note in the header, just in case we miss the message in the log.
+1 -- Steve