Re: [PATCH v5] lib/dynamic_debug: make better dynamic log output

From: Huang Shijie
Date: Fri Dec 20 2019 - 00:46:02 EST


On Thu, Dec 19, 2019 at 05:10:49PM -0500, Jason Baron wrote:
>
>
> On 12/19/19 2:47 AM, Huang Shijie wrote:
> > The driver strings, device name and net device name are not changed for
> > the driver's dynamic log output. But the dynamic_emit_prefix() which contains
> > the function names may change when the function names are changed.
> >
> > So the patch makes the better dynamic log output.
>
> Another point here is that currently the output precisely matches the
> non-dynamic debug counterpart strings if not prefix is emitted. So that
> changes with this patch. I think its nice to say that the output is the
> same as the non dynamic debug output except it may have an optional
> prefix....
okay. I will add it in the next version.

Thanks
Huang Shijie