diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-03-10 20:52:14 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-12 15:35:08 +0000 |
commit | 6bb1621815f41fd09c971a0e26fb4bcd0963ab8a (patch) | |
tree | 1dfdf4e199902136d2821277340d23f4643aaa73 /scripts/oe-git-proxy | |
parent | cca5433bafb2d7efc7d93a43bdf02e4f53534fd5 (diff) | |
download | poky-6bb1621815f41fd09c971a0e26fb4bcd0963ab8a.tar.gz |
perf: reproducibility fixes for pmu-events.c
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 the entries and then
copy it over the generated one.
With this, we should always have events in the same order, improving
reproducibility.
(From OE-Core rev: 5281b2a6e16b6d24b66172b8269478356c0ce6c9)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/oe-git-proxy')
0 files changed, 0 insertions, 0 deletions