Refactoring: struct lttng_channel
[lttng-modules.git] / src / lttng-context-perf-counters.c
index 72e920afbba137fa138caa4a1b5ae9e5bb6bbc28..0b466363235b2a91e307645dbd1b2cef107e9419 100644 (file)
@@ -33,7 +33,7 @@ size_t perf_counter_get_size(void *priv, struct lttng_kernel_probe_ctx *probe_ct
 static
 void perf_counter_record(void *priv, struct lttng_kernel_probe_ctx *probe_ctx,
                         struct lttng_kernel_ring_buffer_ctx *ctx,
-                        struct lttng_channel *chan)
+                        struct lttng_kernel_channel_buffer *chan)
 {
        struct lttng_perf_counter_field *perf_field = (struct lttng_perf_counter_field *) priv;
        struct perf_event *event;
This page took 0.023418 seconds and 4 git commands to generate.