• C
    perf probe: Add kernel source path option · 9ed7e1b8
    Chase Douglas 提交于
    The probe plugin requires access to the source code for some operations.  The
    source code must be in the exact same location as specified by the DWARF tags,
    but sometimes the location is an absolute path that cannot be replicated by a
    normal user. This change adds the -s|--source option to allow the user to
    specify the root of the kernel source tree.
    
    Cc: Ingo Molnar <mingo@elte.hu>
    Cc: Paul Mackerras <paulus@samba.org>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Masami Hiramatsu <mhiramat@redhat.com>
    LKML-Reference: <1276543590-10486-1-git-send-email-chase.douglas@canonical.com>
    Signed-off-by: NChase Douglas <chase.douglas@canonical.com>
    Signed-off-by: NArnaldo Carvalho de Melo <acme@redhat.com>
    9ed7e1b8
probe-finder.c 33.0 KB