zephyr/subsys/tracing
Chris Friedt 881dc1fa7a net: sockets: move poll implementation to zvfs
Move the implementation of zsock_poll to zvfs_poll. This allows
other types of file descriptors to also make use of poll()
functionality even when the network subsystem is not enabled.

Additionally, it partially removes a dependency cycle between
posix and networking by moving functionality into a mutual
dependency.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2024-10-14 13:01:51 +02:00
..
ctf net: sockets: move poll implementation to zvfs 2024-10-14 13:01:51 +02:00
include
sysview tracing: Fix sysview for soc families not subdivided into series 2024-10-06 20:51:27 +01:00
test net: tracing: Add TX time tracing 2024-08-19 21:50:21 -04:00
user net: tracing: Add TX time tracing 2024-08-19 21:50:21 -04:00
CMakeLists.txt
Kconfig net: tracing: Add net_recv_data function tracing 2024-08-19 21:50:21 -04:00
tracing_backend_adsp_memory_window.c style: subsys: comply with MISRA C:2012 Rule 15.6 2024-08-20 10:33:51 +02:00
tracing_backend_posix.c
tracing_backend_posix_bottom.c
tracing_backend_posix_bottom.h
tracing_backend_ram.c tracing: full reset during init 2024-04-24 17:08:24 -04:00
tracing_backend_uart.c
tracing_backend_usb.c
tracing_buffer.c
tracing_core.c
tracing_format_async.c
tracing_format_common.c
tracing_format_sync.c
tracing_none.c
tracing_tracking.c net: tracing: Add socket tracing support 2024-06-10 15:03:20 -05:00