simpleperf: Relax auxtrace offset requirements.
The offset of the AuxTraceRecord comes from the kernel unmodified, but
its size is aligned and padded by simpleperf. This padding can cause
the offset of a record to be smaller than the previous
record's (offset + size), despite everything being correct.
Relax the check so that it does not add the size to the offset, and
only checks that the records are sorted by offset.
Test: simpleperf_unit_test
Change-Id: I5813010cf7f1843e469b4a477d7a5e937a1828ca
1 file changed