On Fri, Nov 27, 2020 at 11:20:52AM +0100, Patrick Delaunay wrote:
> Update _log function to drop any traces when log is yet initialized:
> vsnprintf is no more executed in this case.
>
> This patch allows to reduce the cost for the dropped early debug trace.
>
> Reviewed-by: Simon Glass
> Signe
Hi Sean,
> From: Sean Anderson
> Sent: vendredi 27 novembre 2020 15:51
>
> On 11/27/20 5:20 AM, Patrick Delaunay wrote:
> > Update _log function to drop any traces when log is yet initialized:
> > vsnprintf is no more executed in this case.
> >
> > This patch allows to reduce the cost for the dr
Hi Sean,
On Fri, 27 Nov 2020 at 07:50, Sean Anderson wrote:
>
> On 11/27/20 5:20 AM, Patrick Delaunay wrote:
> > Update _log function to drop any traces when log is yet initialized:
> > vsnprintf is no more executed in this case.
> >
> > This patch allows to reduce the cost for the dropped early
On 11/27/20 5:20 AM, Patrick Delaunay wrote:
Update _log function to drop any traces when log is yet initialized:
vsnprintf is no more executed in this case.
This patch allows to reduce the cost for the dropped early debug trace.
Reviewed-by: Simon Glass
Signed-off-by: Patrick Delaunay
---
(
Update _log function to drop any traces when log is yet initialized:
vsnprintf is no more executed in this case.
This patch allows to reduce the cost for the dropped early debug trace.
Reviewed-by: Simon Glass
Signed-off-by: Patrick Delaunay
---
(no changes since v1)
common/log.c | 13 ++
5 matches
Mail list logo