提交 4588d6d4 编写于 作者: M Mathieu Desnoyers 提交者: Greg Kroah-Hartman

staging: lttng: Update max symbol length to 256

The user-space tracer, along with the control tools, now support longer
event name strings (up to 256 chars, including \0).
Signed-off-by: NMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 4ee778a4
......@@ -13,7 +13,7 @@
#include <linux/fs.h>
#define LTTNG_SYM_NAME_LEN 128
#define LTTNG_SYM_NAME_LEN 256
enum lttng_kernel_instrumentation {
LTTNG_KERNEL_TRACEPOINT = 0,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册