Re: [PATCH v7 2/5] perf/jevents: Add new structure to pass json fields.

From: Namhyung Kim
Date: Thu Sep 03 2020 - 10:55:29 EST


Hello,

On Thu, Sep 3, 2020 at 1:05 AM Kajol Jain <kjain@xxxxxxxxxxxxx> wrote:
>
> This patch adds new structure called 'json_event' inside jevents.h

jevents.c ?

Thanks
Namhyung

> file to improve the callback prototype inside jevent files.
> Initially, whenever user want to add new field, they need to update
> in all function callback which make it more and more complex with
> increased number of parmeters.
> With this change, we just need to add it in new structure 'json_event'.
>
> Signed-off-by: Kajol Jain <kjain@xxxxxxxxxxxxx>
> Reviewed-by: Andi Kleen <ak@xxxxxxxxxxxxxxx>