Lines Matching refs:it
24 which extracts useful information from it. The resulting trace output
32 Sandbox is a build of U-Boot that can run under Linux so it is a convenient
33 way of trying out tracing before you use it on your actual board. To do
102 Finally run pytimechart to display it:
131 it doesn't have a proper trace buffer. On many boards
145 This is kept as a separate option so that it is easy to enable/disable
153 When you run U-Boot on your board it will collect trace data up to the
165 best time to stop tracing is right at the end. In practice it is hard
169 that it captures most of the board init process, missing only the
170 early architecture-specific init. However, it also misses the entire
176 data after bootm has finished processing, but just before it jumps to
179 collects the trace data and writes it somewhere.
186 that you mark this timer (and anything it calls) with
188 use it without causing an infinite loop.
254 to transmit it to the host. Notably you can use tftput to send the data
262 a trace log to address 10000000 and sends it to a host machine using
271 here. To convert it into something useful, you can use proftool.
308 2. Build U-Boot with tracing and run it. Note the difference in boot time
309 (it is common for tracing to add 10% to the time)
314 4. Take a look at that code and see if you can optimise it. Perhaps it is