zephyr/subsys/tracing/user
Andrew Jackson e7e827a0d2 kernel: Use mask rather than boolean to update events
Although there is nothing wrong with the existing code,
it doesn't permit individual bits to be set (or cleared).
This makes further changes slightly awkward.

Use a mask to restrict the bits set in an event.

Signed-off-by: Andrew Jackson <andrew.jackson@amd.com>
2022-07-25 15:24:32 -04:00
..
CMakeLists.txt tracing: Add user-definable tracing interface 2021-09-02 06:54:35 -04:00
tracing_user.c different subsystems: use unsigned int for irq_lock() 2022-07-14 14:37:13 -05:00
tracing_user.h kernel: Use mask rather than boolean to update events 2022-07-25 15:24:32 -04:00