X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttng-events.h;h=e1de1af8974da959230ab8f1920d92f290f2a23b;hb=16f78f3ad7dea4a0b442b8c7e0de01935f28e656;hp=aeb2a6b25631242f76b81cf7ffb698a93ae9cee3;hpb=f0dbdefbdbc26a000ed546180b22144c5b48857d;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