• S
    ring-buffer: Add lost event count to end of sub buffer · ff0ff84a
    Steven Rostedt 提交于
    Currently, binary readers of the ring buffer only know where events were
    lost, but not how many events were lost at that location.
    This information is available, but it would require adding another
    field to the sub buffer header to include it.
    
    But when a event can not fit at the end of a sub buffer, it is written
    to the next sub buffer. This means there is a good chance that the
    buffer may have room to hold this counter. If it does, write
    the counter at the end of the sub buffer and set another flag
    in the data size field that states that this information exists.
    Signed-off-by: NSteven Rostedt <rostedt@goodmis.org>
    ff0ff84a
ring_buffer.c 99.6 KB