Remove unused ip field from struct lttng_ust_ring_buffer_ctx_private
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 28 Apr 2021 18:19:12 +0000 (14:19 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 28 Apr 2021 18:19:48 +0000 (14:19 -0400)
This field has been moved to struct lttng_ust_probe_ctx.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ibcbec8cbfef6461bfe0ca2891224f5d39e4fc7a5

src/common/ringbuffer/frontend_types.h

index 5765579769cc84d50b9031f7985e62f27abbd6d2..19ab821d4a4d44c9581b890be809a3f105fdb65f 100644 (file)
@@ -253,7 +253,6 @@ struct lttng_ust_ring_buffer_ctx_private {
                                                 */
        uint64_t tsc;                           /* time-stamp counter value */
        unsigned int rflags;                    /* reservation flags */
-       void *ip;                               /* caller ip address */
 
        struct lttng_ust_ring_buffer *buf;      /*
                                                 * buffer corresponding to processor id
This page took 0.024645 seconds and 4 git commands to generate.