commit | 94fa07e3bd9709515a91dfd62f0c75f91a9a2079 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@amd.com> | Fri Sep 15 14:12:04 2023 +0200 |
committer | Simon Glass <sjg@chromium.org> | Sat Sep 23 09:00:37 2023 -0600 |
tree | f14c4ec28b768faa60026dbfb463cc5b700126c7 | |
parent | dba3718ddf2359c69ddc00e74560d1dcb1354ac3 [diff] |
trace: Move trace_clocks description above record offset calculation Flyrecord tracing data are page aligned that's why it is necessary to calculate alignment properly. Because trace_clocks description is the part of record length it is necessary to have information about length earlier. Signed-off-by: Michal Simek <michal.simek@amd.com> Reviewed-by: Simon Glass <sjg@chromium.org>