fix: version range for overflow_callback
[lttng-modules.git] / lttng-context-perf-counters.c
index 6b04d12342f061c0a0b9187ec536524d98095a14..9887c6d208a27917d6f467ec3234811722d8cba1 100644 (file)
@@ -59,7 +59,7 @@ void perf_counter_record(struct lttng_ctx_field *field,
        chan->ops->event_write(ctx, &value, sizeof(value));
 }
 
-#if defined(CONFIG_PERF_EVENTS) && (LINUX_VERSION_CODE >= KERNEL_VERSION(3,0,99))
+#if defined(CONFIG_PERF_EVENTS) && (LINUX_VERSION_CODE >= KERNEL_VERSION(3,1,0))
 static
 void overflow_callback(struct perf_event *event,
                       struct perf_sample_data *data,
This page took 0.023451 seconds and 4 git commands to generate.