From 0a31fd3c3528658bd80a427b1d4f9083b123735a Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 5 Dec 2011 20:02:01 -0500 Subject: [PATCH] Update symbol name len size limit to 256 Signed-off-by: Mathieu Desnoyers --- include/lttng/lttng.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lttng/lttng.h b/include/lttng/lttng.h index 9ed3f5f94..6fd56fa3e 100644 --- a/include/lttng/lttng.h +++ b/include/lttng/lttng.h @@ -39,7 +39,7 @@ /* * Event symbol length. Copied from LTTng kernel ABI. */ -#define LTTNG_SYMBOL_NAME_LEN 128 +#define LTTNG_SYMBOL_NAME_LEN 256 /* * Every lttng_event_* structure both apply to kernel event and user-space -- 2.34.1