genode/repos/os/include/trace
Johannes Schlatow c38b71146b trace_buffer: only iterate after initialization
There is a race between the trace subject doing the buffer
initialization and the monitor trying to iterate the buffer entries. If
the monitor tries to iterate entries of an uninitialized buffer, it will
read the very first entry twice. The monitor should therefore only start
iteration when the buffer has been initialised.

genodelabs/genode#4513
2022-05-25 12:23:04 +02:00
..
policy.h trace: extend policy with log_output 2020-04-17 12:47:19 +02:00
trace_buffer.h trace_buffer: only iterate after initialization 2022-05-25 12:23:04 +02:00