• M
    perf probe: Rename some die_get_* functions · 95a3e4c4
    Masami Hiramatsu 提交于
    Rename die_get_real_subprogram and die_get_inlinefunc to
    die_find_real_subprogram and die_find_inlinefunc respectively,
    because these functions search its children. After that,
    'die_get_' means getting a property of that die, and
    'die_find_' means searching DIE-tree to get an appropriate
    child die.
    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: Paul Mackerras <paulus@samba.org>
    Cc: Mike Galbraith <efault@gmx.de>
    Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
    LKML-Reference: <20100316220551.32050.36181.stgit@localhost6.localdomain6>
    Signed-off-by: NIngo Molnar <mingo@elte.hu>
    95a3e4c4
probe-finder.c 19.4 KB