Calibrate namespacing
[lttng-modules.git] / lttng-calibrate.c
index 0bf413d461d18c8ab3397143f31ee48a9b07ab9a..421d027b26fc7b93af4d2f5a8ead373231dfaa78 100644 (file)
@@ -16,10 +16,10 @@ void lttng_calibrate_kretprobe(void)
        asm volatile ("");
 }
 
-int lttng_calibrate(struct lttng_calibrate *calibrate)
+int lttng_calibrate(struct lttng_kernel_calibrate *calibrate)
 {
        switch (calibrate->type) {
-       case LTTNG_CALIBRATE_KRETPROBE:
+       case LTTNG_KERNEL_CALIBRATE_KRETPROBE:
                lttng_calibrate_kretprobe();
                break;
        default:
This page took 0.023448 seconds and 4 git commands to generate.