Re: [yocto] [PATCH] perf: reproducibility fixes for pmu-events.c

2021-03-11 Thread Bruce Ashfield
Ignore this. I reused an old git-send-email and sent it to the wrong list. I've re-send to oe-core :D Bruce On Thu, Mar 11, 2021 at 8:56 AM Bruce Ashfield via lists.yoctoproject.org wrote: > > From: Bruce Ashfield > > perf generates pmu-events.c as part of the build process. The > code that

[yocto] [PATCH] perf: reproducibility fixes for pmu-events.c

2021-03-11 Thread Bruce Ashfield
From: Bruce Ashfield perf generates pmu-events.c as part of the build process. The code that generates the events is doing tree walks and potentially other non-determinstic things. We'd rather not mess with that implementation, so we add a script that knows how to read the pmu-events.c, sort