Commit 04daf752 authored by Peter Mitsis's avatar Peter Mitsis Committed by Stephanos Ioannidis
Browse files

doc: tracing: Include events in the documentation



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

Signed-off-by: default avatarPeter Mitsis <peter.mitsis@intel.com>
parent cbc3e5c9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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