X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lib%2Fringbuffer%2Ffrontend_api.h;h=31ccbfad020c5a1afa1b8570f1e6be0dd28438fa;hb=510f66d17bb0cddb209ac01db1ed5be3da49a567;hp=c36ec3dc2e3f0e3e8436a54ebee50b0be26d77a4;hpb=3a7a6c1de98a27d628e07d4a2ad61c1cf15dd6b1;p=lttng-modules.git diff --git a/lib/ringbuffer/frontend_api.h b/lib/ringbuffer/frontend_api.h index c36ec3dc..31ccbfad 100644 --- a/lib/ringbuffer/frontend_api.h +++ b/lib/ringbuffer/frontend_api.h @@ -292,7 +292,7 @@ void lib_ring_buffer_commit(const struct lib_ring_buffer_config *config, commit_count = v_read(config, &buf->commit_hot[endidx].cc); lib_ring_buffer_check_deliver(config, buf, chan, offset_end - 1, - commit_count, endidx); + commit_count, endidx, ctx->tsc); /* * Update used size at each commit. It's needed only for extracting * ring_buffer buffers from vmcore, after crash.