• Rusty Russell's avatar
    [PATCH] kallsyms in proc · 51726557
    Rusty Russell authored
     This adds a /proc/kallsyms if you have CONFIG_KALLSYMS in your
    kernel.  The output is nm-like, with symbols in caps (global) if
    exported using EXPORT_SYMBOL, rather than the normal static
    vs. non-static differentiation.
    
    This is useful for things like performance monitoring tools (profiling
    etc) that want to match addresses to names in user space.
    51726557
kallsyms.c 6.96 KB