mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
trace: Use notrace for short
The attribute syntax is quite verbose. Use the macro provided for this purpose. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
5b958dea5c
commit
33c60a38bb
9 changed files with 22 additions and 25 deletions
|
@ -185,7 +185,7 @@ this produces sensible results for your board. Suitable sources for
|
|||
this timer include high resolution timers, PWMs or profile timers if
|
||||
available. Most modern SOCs have a suitable timer for this. Make sure
|
||||
that you mark this timer (and anything it calls) with
|
||||
__attribute__((no_instrument_function)) so that the trace library can
|
||||
notrace so that the trace library can
|
||||
use it without causing an infinite loop.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue