Move debug related pages from Guides to a separate top level page. This way all pages related to debugging will be in one place which is more user friendly. Related Github issue: https://github.com/apache/nuttx/issues/15667 Signed-off-by: raiden00pl <raiden00@railab.me>
20 lines
425 B
ReStructuredText
20 lines
425 B
ReStructuredText
==========
|
|
Task Trace
|
|
==========
|
|
|
|
Task Trace is the tool to collect the various events in the NuttX kernel and display the result graphically.
|
|
|
|
It can collect the following events.
|
|
|
|
- Task execution, termination, switching
|
|
- System call enter/leave
|
|
- Interrupt handler enter/leave
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Contents:
|
|
|
|
tasktraceuser.rst
|
|
tasktraceinternal.rst
|
|
|
|
.. image:: image/task-trace-overview.png
|