Re: [PATCH 1/5] perf parse-events: Set numeric term config

From: Arnaldo Carvalho de Melo
Date: Tue Sep 28 2021 - 15:16:58 EST


Em Tue, Sep 28, 2021 at 10:59:42AM -0700, Ian Rogers escreveu:
> On Thu, Sep 16, 2021 at 5:39 AM John Garry <john.garry@xxxxxxxxxx> wrote:
> >
> > For numeric terms, the config field may be NULL as it is not set from the
> > l+y parsing.
> >
> > Fix by setting the term config from the term type name.
> >
> > Also fix up the pmu-events test to set the alias strings to set the period
> > term properly, and fix up parse-events test to check the term config
> > string.
> >
> > Signed-off-by: John Garry <john.garry@xxxxxxxxxx>
>
> Acked-by: Ian Rogers <irogers@xxxxxxxxxx>
>
> Having this would be very useful with an issue I'm looking into.

Thanks, applied the series.

- Arnaldo