X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-events.h;h=19dd2d30d0d99b71d4cc96f1d0cc95ebf9716756;hb=b055caba03c71b621bff8ec9caa0e041ac6489a9;hp=17dd8d3a3c312ef35da53f4cbbdd4aba75d4a2f7;hpb=f61d99f9c276bc659f8789a15de19e00f2e3bc12;p=lttng-modules.git diff --git a/lttng-events.h b/lttng-events.h index 17dd8d3a..19dd2d30 100644 --- a/lttng-events.h +++ b/lttng-events.h @@ -55,6 +55,8 @@ enum abstract_types { atype_array_compound, /* Array of compound types. */ atype_sequence_compound, /* Sequence of compound types. */ atype_variant, + atype_array_bitfield, + atype_sequence_bitfield, NR_ABSTRACT_TYPES, }; @@ -204,6 +206,9 @@ struct lttng_probe_ctx { struct lttng_ctx_field { struct lttng_event_field event_field; size_t (*get_size)(size_t offset); + size_t (*get_size_arg)(size_t offset, struct lttng_ctx_field *field, + struct lib_ring_buffer_ctx *ctx, + struct lttng_channel *chan); void (*record)(struct lttng_ctx_field *field, struct lib_ring_buffer_ctx *ctx, struct lttng_channel *chan); @@ -275,6 +280,7 @@ struct lttng_bytecode_runtime { const char *filter_stack_data); int link_failed; struct list_head node; /* list of bytecode runtime in event */ + struct lttng_event *event; }; /*