perf counters context: remove compatibility code
[lttng-modules.git] / lttng-context-perf-counters.c
index 096189e14d11ead2c08feaf1fbff4ba8dbfb3e67..dff5329544e68e908e3d7ffeebf2939e550fb24a 100644 (file)
@@ -58,21 +58,12 @@ 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))
 static
 void overflow_callback(struct perf_event *event,
                       struct perf_sample_data *data,
                       struct pt_regs *regs)
 {
 }
-#else
-static
-void overflow_callback(struct perf_event *event, int nmi,
-                      struct perf_sample_data *data,
-                      struct pt_regs *regs)
-{
-}
-#endif
 
 static
 void lttng_destroy_perf_counter_field(struct lttng_ctx_field *field)
This page took 0.022617 seconds and 4 git commands to generate.