Fix: eliminate timestamp overlap between packets
[lttng-modules.git] / lib / ringbuffer / frontend_api.h
index c36ec3dc2e3f0e3e8436a54ebee50b0be26d77a4..31ccbfad020c5a1afa1b8570f1e6be0dd28438fa 100644 (file)
@@ -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.
This page took 0.02524 seconds and 4 git commands to generate.