From: Mathieu Desnoyers Date: Tue, 6 Dec 2011 01:03:24 +0000 (-0500) Subject: Update symbol name length max size to 256 X-Git-Tag: v2.0-pre11~9 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=db73a0c4f7393aa8159b32aacef43d27eb62ecf1;hp=b426d8af39ec29108dc3d4b6dcb09054138b0a8c;p=lttng-modules.git Update symbol name length max size to 256 Signed-off-by: Mathieu Desnoyers --- diff --git a/ltt-debugfs-abi.h b/ltt-debugfs-abi.h index 42bc9fd2..a018297f 100644 --- a/ltt-debugfs-abi.h +++ b/ltt-debugfs-abi.h @@ -13,7 +13,7 @@ #include -#define LTTNG_SYM_NAME_LEN 128 +#define LTTNG_SYM_NAME_LEN 256 enum lttng_kernel_instrumentation { LTTNG_KERNEL_TRACEPOINT = 0,