Re: [PATCH V3 8/9] tracing: Add osnoise tracer
From: Steven Rostedt
Date: Tue Jun 08 2021 - 15:43:14 EST
On Tue, 8 Jun 2021 21:33:31 +0200
Daniel Bristot de Oliveira <bristot@xxxxxxxxxx> 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