• M
    perf probe: Check function address range strictly in line finder · 161a26b0
    Masami Hiramatsu 提交于
    Check (inlined) function address range strictly for
    improving output of probe-able lines of inline functions.
    
    Without this change, perf probe --line <function> sometimes
    showed other inline function bodies too, because it didn't
    filter out inlined functions.
    Signed-off-by: NMasami Hiramatsu <mhiramat@redhat.com>
    Cc: systemtap <systemtap@sources.redhat.com>
    Cc: DLE <dle-develop@lists.sourceforge.net>
    Cc: Frederic Weisbecker <fweisbec@gmail.com>
    Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Paul Mackerras <paulus@samba.org>
    Cc: Mike Galbraith <efault@gmx.de>
    Cc: K.Prasad <prasad@linux.vnet.ibm.com>
    Cc: Ulrich Drepper <drepper@redhat.com>
    Cc: Roland McGrath <roland@redhat.com>
    Cc: Frederic Weisbecker <fweisbec@gmail.com>
    Cc: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
    LKML-Reference: <20100225133557.6725.20697.stgit@localhost6.localdomain6>
    Signed-off-by: NIngo Molnar <mingo@elte.hu>
    161a26b0
probe-finder.c 16.5 KB