X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Fevents.h;h=fa3e7e90591fd05bf136d62f896bb7d821397a65;hb=f2db8be348380b48e3795d14e49cc585b3c357fd;hp=9d07d7ed08f0c96cbe8546859f62aa231278cf92;hpb=f5ffbd770ec2b9d1ac9b7059eb33a01432043bce;p=lttng-modules.git diff --git a/include/lttng/events.h b/include/lttng/events.h index 9d07d7ed..fa3e7e90 100644 --- a/include/lttng/events.h +++ b/include/lttng/events.h @@ -392,6 +392,10 @@ struct lttng_kernel_channel_buffer_ops { size_t len); void (*event_strcpy_from_user)(struct lttng_kernel_ring_buffer_ctx *ctx, const char __user *src, size_t len); + void (*event_pstrcpy_pad)(struct lttng_kernel_ring_buffer_ctx *ctx, + const char *src, size_t len); + void (*event_pstrcpy_pad_from_user)(struct lttng_kernel_ring_buffer_ctx *ctx, + const char __user *src, size_t len); void (*lost_event_too_big)(struct lttng_kernel_channel_buffer *lttng_channel); };