zephyr/subsys/tracing/ctf
Jukka Rissanen 0b985acbd7 net: tracing: Add TX time tracing
TX time tracing tells how long it took from network packet
creation to when the stack got rid of it.
So the network stack allocates net packet, this is the
start time. The end time is when the packet is fully processed (sent)
by the network device driver.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-08-19 21:50:21 -04:00
..
tsdl net: tracing: Add TX time tracing 2024-08-19 21:50:21 -04:00
CMakeLists.txt
ctf_map.h
ctf_top.c net: tracing: Add TX time tracing 2024-08-19 21:50:21 -04:00
ctf_top.h net: tracing: Add TX time tracing 2024-08-19 21:50:21 -04:00
tracing_ctf.h net: tracing: Add TX time tracing 2024-08-19 21:50:21 -04:00