fix: Add missing 'pselect6_time32' and 'ppoll_time32' syscall overrides
[lttng-modules.git] / src / lttng-calibrate.c
index 38863194672aafbc6c88d2b1f6d67758fe5e54bb..a545ce8a968ed6bfe0d1687c7546cb8da3775680 100644 (file)
@@ -9,17 +9,18 @@
 
 #include <lttng/abi.h>
 #include <lttng/events.h>
+#include <lttng/events-internal.h>
 
-noinline
+static noinline
 void lttng_calibrate_kretprobe(void)
 {
        asm volatile ("");
 }
 
-int lttng_calibrate(struct lttng_kernel_calibrate *calibrate)
+int lttng_calibrate(struct lttng_kernel_abi_calibrate *calibrate)
 {
        switch (calibrate->type) {
-       case LTTNG_KERNEL_CALIBRATE_KRETPROBE:
+       case LTTNG_KERNEL_ABI_CALIBRATE_KRETPROBE:
                lttng_calibrate_kretprobe();
                break;
        default:
This page took 0.023166 seconds and 4 git commands to generate.