Skip to content

Commit

Permalink
staging: lttng: Update max symbol length to 256
Browse files Browse the repository at this point in the history
The user-space tracer, along with the control tools, now support longer
event name strings (up to 256 chars, including \0).

Signed-off-by: Mathieu Desnoyers <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
compudj authored and gregkh committed Dec 8, 2011
1 parent 4ee778a commit 4588d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/lttng/ltt-debugfs-abi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4588d6d

Please sign in to comment.