Fix: eliminate timestamp overlap between packets
[lttng-modules.git] / lib / ringbuffer / frontend_api.h
index cc098274f4545b36a06388d582eaaaf3d6dad5f2..31ccbfad020c5a1afa1b8570f1e6be0dd28438fa 100644 (file)
@@ -31,6 +31,7 @@
 
 #include "../../wrapper/ringbuffer/frontend.h"
 #include <linux/errno.h>
+#include <linux/prefetch.h>
 
 /**
  * lib_ring_buffer_get_cpu - Precedes ring buffer reserve/commit.
@@ -291,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.024634 seconds and 4 git commands to generate.