Re: [PATCH] tracing: Fix number of entries in trace header

From: Joel Fernandes
Date: Thu Feb 14 2019 - 10:13:06 EST


On Thu, Feb 14, 2019 at 10:01 AM Quentin Perret <quentin.perret@xxxxxxx> wrote:
>
> The following commit
>
> 441dae8f2f29 ("tracing: Add support for display of tgid in trace output")
>
> removed the call to print_event_info() from print_func_help_header_irq()
> which results in the ftrace header not reporting the number of entries
> written in the buffer. As this wasn't the original intent of the patch,
> re-introduce the call to print_event_info() to restore the orginal
> behaviour.

Needs a "Fixes:" tag, and a CC to stable.

Acked-by: Joel Fernandes <joelaf@xxxxxxxxxx>

Thanks a lot Quentin!

- Joel