Re: [PATCH 2/3] tracing: Use pr_crit() instead of long fancy messages
From: Steven Rostedt
Date: Wed Mar 31 2021 - 09:41:00 EST
On Wed, 31 Mar 2021 11:31:03 +0200
Geert Uytterhoeven <geert+renesas@xxxxxxxxx> wrote:
> This reduces kernel size by ca. 0.5 KiB.
If you are worried about size, disable tracing and it will go away
entirely. 0.5KiB is a drop in the bucket compared to what tracing adds in
size overhead.
Sorry, but NAK.
This has been very successful in stopping people from adding trace_printk()
to the kernel, and I like to keep it that way.
-- Steve