Anas Nashif
390537bf68
tracing: trace mutex/semaphore using dedicated calls
...
Instead of using generic trace calls, use dedicated functions for
tracing sempahores and mutexes.
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2020-08-24 13:21:12 +02:00
Anas Nashif
ffe032e757
tracing: ctf: capture thread names in ctf payload
...
Add thread name to the payload where applicable.
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2020-08-24 13:21:12 +02:00
Anas Nashif
5c31d00a6a
tracing: trace k_sleep
...
Trace when k_sleep is called.
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2020-08-24 13:21:12 +02:00
Anas Nashif
41abcc57c1
tracing: move tracing under subsys/
...
Tracing subsystem is growing and although related to debugging, it does
deserve to belong into its own subsystem.
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2020-02-07 15:58:05 -05:00