zephyr/subsys/tracing
Peter Mitsis ae394bff7c kernel: add support for event objects
Threads may wait on an event object such that any events posted to
that event object may wake a waiting thread if the posting satisfies
the waiting threads' event conditions.

The configuration option CONFIG_EVENTS is used to control the inclusion
of events in a system as their use increases the size of
'struct k_thread'.

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
2021-10-16 06:27:10 -04:00
..
ctf kernel: add support for event objects 2021-10-16 06:27:10 -04:00
include toolchain: migrate iterable sections calls to the external API 2021-08-12 17:47:04 -04:00
sysview tracing: Add k_work_queue_init info 2021-08-25 22:07:04 -04:00
test kernel: add support for event objects 2021-10-16 06:27:10 -04:00
user kernel: add support for event objects 2021-10-16 06:27:10 -04:00
CMakeLists.txt tracing: Add user-definable tracing interface 2021-09-02 06:54:35 -04:00
Kconfig kernel: add support for event objects 2021-10-16 06:27:10 -04:00
tracing_backend_posix.c
tracing_backend_ram.c
tracing_backend_uart.c
tracing_backend_usb.c usb: use new USB framework header 2021-08-03 13:20:07 +02:00
tracing_buffer.c
tracing_core.c
tracing_format_async.c
tracing_format_common.c
tracing_format_sync.c
tracing_none.c Tracing: TRACING_NONE Compilation Fix 2021-05-27 14:39:40 -05:00