X-Git-Url: http://git.liburcu.org/?p=lttng-modules.git;a=blobdiff_plain;f=lib%2Fringbuffer%2Fring_buffer_frontend.c;fp=lib%2Fringbuffer%2Fring_buffer_frontend.c;h=0029b70431e44d10ad625647ba92929e972d88c0;hp=5043105e465ffcac0633d930f8f91cb03b2272da;hb=2557ad30054ad7194dbe77f97b87bd13a8739424;hpb=c991463eb37dbbcf53c390a8db52125621153c69 diff --git a/lib/ringbuffer/ring_buffer_frontend.c b/lib/ringbuffer/ring_buffer_frontend.c index 5043105e..0029b704 100644 --- a/lib/ringbuffer/ring_buffer_frontend.c +++ b/lib/ringbuffer/ring_buffer_frontend.c @@ -1378,7 +1378,7 @@ void lib_ring_buffer_switch_new_end(struct lib_ring_buffer *buf, v_add(config, padding_size, &buf->commit_hot[endidx].cc); commit_count = v_read(config, &buf->commit_hot[endidx].cc); lib_ring_buffer_check_deliver(config, buf, chan, offsets->end - 1, - commit_count, endidx); + commit_count, endidx, tsc); lib_ring_buffer_write_commit_counter(config, buf, chan, endidx, offsets->end, commit_count, padding_size);