X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-events.h;h=037467da655dcfe06cb477e7ad27b99696995286;hb=dca89bfb5d249756ba8d5c1544b843f3fcdcd26d;hp=6b39304f8d114e92387308cac22d74c72e0f5a98;hpb=afdc6b155161f209fcfadc5288dc017ceab56353;p=lttng-modules.git diff --git a/lttng-events.h b/lttng-events.h index 6b39304f..037467da 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