Re: [PATCH v2 0/3] trace: Fix flyrecord alignment issue

2023-09-21 Thread Michal Simek




On 9/15/23 14:12, Michal Simek wrote:

Hi,

sandbox is getting bigger and bigger and I have reached the case that
adding some more functions ends up in CI loop failure. After some
investigation I found that flyrecord header have incorrect information
about data offset which is caused by incorrect alignment calculation.
That's why this series is fixing alignment calculation.
I have done it via 3 patches where the first two are just preparing code
for actual fixup.

Thanks,
Michal

Changes in v2:
- s/start_addr/start_ofs/g'

Michal Simek (3):
   trace: Use 64bit variable for start and len
   trace: Move trace_clocks description above record offset calculation
   trace: Fix alignment logic in flyrecord header

  tools/proftool.c | 39 ++-
  1 file changed, 34 insertions(+), 5 deletions(-)



Applied.
M


[PATCH v2 0/3] trace: Fix flyrecord alignment issue

2023-09-15 Thread Michal Simek
Hi,

sandbox is getting bigger and bigger and I have reached the case that
adding some more functions ends up in CI loop failure. After some
investigation I found that flyrecord header have incorrect information
about data offset which is caused by incorrect alignment calculation.
That's why this series is fixing alignment calculation.
I have done it via 3 patches where the first two are just preparing code
for actual fixup.

Thanks,
Michal

Changes in v2:
- s/start_addr/start_ofs/g'

Michal Simek (3):
  trace: Use 64bit variable for start and len
  trace: Move trace_clocks description above record offset calculation
  trace: Fix alignment logic in flyrecord header

 tools/proftool.c | 39 ++-
 1 file changed, 34 insertions(+), 5 deletions(-)

-- 
2.36.1