Re: [PATCH v2 2/3] trace: Move trace_clocks description above record offset calculation

2023-09-23 Thread Simon Glass
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 Reviewed-by: Simon Glass --- (no changes since

[PATCH v2 2/3] trace: Move trace_clocks description above record offset calculation

2023-09-15 Thread Michal Simek
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 Reviewed-by: Simon Glass --- (no changes since