aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/symbol
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lib/symbol')
-rw-r--r--tools/lib/symbol/kallsyms.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/symbol/kallsyms.h b/tools/lib/symbol/kallsyms.h
index 72ab9870454b..542f9b059c3b 100644
--- a/tools/lib/symbol/kallsyms.h
+++ b/tools/lib/symbol/kallsyms.h
@@ -7,7 +7,7 @@
#include <linux/types.h>
#ifndef KSYM_NAME_LEN
-#define KSYM_NAME_LEN 256
+#define KSYM_NAME_LEN 512
#endif
static inline u8 kallsyms2elf_binding(char type)