doc: tracing: Include events in the documentation

Updates the tracing documentation to include a mention about the
event tracking list.

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
This commit is contained in:
Peter Mitsis 2023-01-27 12:22:38 -05:00 committed by Stephanos Ioannidis
parent cbc3e5c999
commit 04daf752b9
1 changed files with 1 additions and 0 deletions

View File

@ -368,6 +368,7 @@ their usage. Currently, the following lists can be enabled::
struct k_mbox *_track_list_k_mbox;
struct k_pipe *_track_list_k_pipe;
struct k_queue *_track_list_k_queue;
struct k_event *_track_list_k_event;
Those global variables are the head of each list - they can be traversed
with the help of macro ``SYS_PORT_TRACK_NEXT``. For instance, to traverse