Move event context to private structures
[lttng-ust.git] / include / lttng / ust-tracepoint-event.h
index ff46179da4269db8954a81c55edf5142108ac052..af51f9bc95cf5dae50ae9f231f5498639b9d2592 100644 (file)
@@ -852,7 +852,6 @@ void __event_probe__##_provider##___##_name(_TP_ARGS_DATA_PROTO(_args))           \
                memset(&__lttng_ctx, 0, sizeof(__lttng_ctx));                 \
                __lttng_ctx.struct_size = sizeof(struct lttng_ust_stack_ctx);     \
                __lttng_ctx.event_recorder = __event_recorder;                \
-               __lttng_ctx.event_ctx = tp_rcu_dereference(__event_recorder->ctx); \
                lib_ring_buffer_ctx_init(&__ctx, __chan->chan, &__lttng_ctx, __event_len, \
                                         __event_align, -1, __chan->handle); \
                __ctx.ip = _TP_IP_PARAM(TP_IP_PARAM);                         \
This page took 0.023101 seconds and 4 git commands to generate.