public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/3] trace: Fix flyrecord alignment issue
@ 2023-09-11 12:32 Michal Simek
  2023-09-11 12:32 ` [PATCH 1/3] trace: Use 64bit variable for start and len Michal Simek
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Michal Simek @ 2023-09-11 12:32 UTC (permalink / raw)
  To: u-boot, git, Simon Glass, Tom Rini

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


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-09-14 14:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-11 12:32 [PATCH 0/3] trace: Fix flyrecord alignment issue Michal Simek
2023-09-11 12:32 ` [PATCH 1/3] trace: Use 64bit variable for start and len Michal Simek
2023-09-12 19:26   ` Simon Glass
2023-09-14 14:54     ` Michal Simek
2023-09-11 12:32 ` [PATCH 2/3] trace: Move trace_clocks description above record offset calculation Michal Simek
2023-09-12 19:26   ` Simon Glass
2023-09-11 12:32 ` [PATCH 3/3] trace: Fix alignment logic in flyrecord header Michal Simek
2023-09-12 19:26   ` Simon Glass
2023-09-14 14:58     ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox