Re: [PATCH 02/11] perf tools: fix path unpopulated in machine__create_modules()

2013-09-19 Thread Arnaldo Carvalho de Melo
Em Mon, Sep 16, 2013 at 01:52:43PM +0300, Adrian Hunter escreveu: > In machine__create_modules() the 'path' char array > was used in a call to symbol__restricted_filename() > without always being populated. Isn't this equivalent and shorter? [acme@zoo linux]$ git diff diff --git a/tools/perf/util

[PATCH 02/11] perf tools: fix path unpopulated in machine__create_modules()

2013-09-16 Thread Adrian Hunter
In machine__create_modules() the 'path' char array was used in a call to symbol__restricted_filename() without always being populated. Signed-off-by: Adrian Hunter --- tools/perf/util/machine.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/tools/perf/util/machin