lkml.org 
[lkml]   [2014]   [Jan]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 03/28] perf tools: Remove symbol_conf.use_callchain check
    Date
    The machine__resolve_callchain() is called only if symbol_conf.
    use_callchain is set so no need to check it again.

    Signed-off-by: Namhyung Kim <namhyung@kernel.org>
    ---
    tools/perf/util/machine.c | 2 --
    1 file changed, 2 deletions(-)

    diff --git a/tools/perf/util/machine.c b/tools/perf/util/machine.c
    index a98538dc465a..4dcc89490858 100644
    --- a/tools/perf/util/machine.c
    +++ b/tools/perf/util/machine.c
    @@ -1313,8 +1313,6 @@ static int machine__resolve_callchain_sample(struct machine *machine,
    *root_al = al;
    callchain_cursor_reset(&callchain_cursor);
    }
    - if (!symbol_conf.use_callchain)
    - break;
    }

    err = callchain_cursor_append(&callchain_cursor,
    --
    1.7.11.7


    \
     
     \ /
      Last update: 2014-01-08 10:21    [W:4.077 / U:0.208 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site