X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttng-events.h;h=e1de1af8974da959230ab8f1920d92f290f2a23b;hb=458c2022e992c057bd21d02e4c77bcc7d4d6cd6c;hp=aeb2a6b25631242f76b81cf7ffb698a93ae9cee3;hpb=0c95667685cf8612eb0d231883874c173b7bb5a1;p=lttng-modules.git diff --git a/lttng-events.h b/lttng-events.h index aeb2a6b2..e1de1af8 100644 --- a/lttng-events.h +++ b/lttng-events.h @@ -236,6 +236,10 @@ struct lttng_channel_ops { const void *src, size_t len); void (*event_memset)(struct lib_ring_buffer_ctx *ctx, int c, size_t len); + void (*event_strcpy)(struct lib_ring_buffer_ctx *ctx, const char *src, + size_t len); + void (*event_strcpy_from_user)(struct lib_ring_buffer_ctx *ctx, + const char __user *src, size_t len); /* * packet_avail_size returns the available size in the current * packet. Note that the size returned is only a hint, since it