diff options
Diffstat (limited to 'runtime/sym.c')
-rw-r--r-- | runtime/sym.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/runtime/sym.c b/runtime/sym.c index a1c04a65..107f6b33 100644 --- a/runtime/sym.c +++ b/runtime/sym.c @@ -9,17 +9,6 @@ * @{ */ -/** Lookup symbol. - * This simply calls the kernel function kallsyms_lookup(). - * That function is not exported, so this workaround is required. - * See the kernel source, kernel/kallsyms.c for more information. - */ -static const char * (*_stp_kallsyms_lookup)(unsigned long addr, - unsigned long *symbolsize, - unsigned long *offset, - char **modname, char *namebuf)=(void *)KALLSYMS_LOOKUP; - - /** Write addresses symbolically into a String * @param str String * @param address The address to lookup. |