On Fri, 2023-02-03 at 11:39 -0500, Bruce Ashfield wrote:
> On Fri, Feb 3, 2023 at 11:34 AM Richard Purdie
> wrote:
> >
> > On Fri, 2023-02-03 at 11:02 -0500, Bruce Ashfield wrote:
> > > On Fri, Feb 3, 2023 at 10:47 AM Richard Purdie
> > > wrote:
> > > >
> > > > The pmu-events.c file is generate
On Fri, Feb 3, 2023 at 11:34 AM Richard Purdie
wrote:
>
> On Fri, 2023-02-03 at 11:02 -0500, Bruce Ashfield wrote:
> > On Fri, Feb 3, 2023 at 10:47 AM Richard Purdie
> > wrote:
> > >
> > > The pmu-events.c file is generated by a python script making os.scandir()
> > > calls. The return value is "
On Fri, 2023-02-03 at 11:02 -0500, Bruce Ashfield wrote:
> On Fri, Feb 3, 2023 at 10:47 AM Richard Purdie
> wrote:
> >
> > The pmu-events.c file is generated by a python script making os.scandir()
> > calls. The return value is "order on disk" which can cary between machines.
> >
> > Add in a se
On Fri, Feb 3, 2023 at 10:47 AM Richard Purdie
wrote:
>
> The pmu-events.c file is generated by a python script making os.scandir()
> calls. The return value is "order on disk" which can cary between machines.
>
> Add in a sed to fix the perf source to sort this data which makes
> the pmu-events.c
The pmu-events.c file is generated by a python script making os.scandir()
calls. The return value is "order on disk" which can cary between machines.
Add in a sed to fix the perf source to sort this data which makes
the pmu-events.c file deterministic.
We should try and upstream this change but w