Re: [PATCH perf/core v7 07/21] perf symbol: Cleanup the code flow of dso__find_kallsyms

2016-05-11 Thread Masami Hiramatsu
On Wed, 11 May 2016 12:55:50 -0300 Arnaldo Carvalho de Melo wrote: > Em Wed, May 11, 2016 at 10:52:27PM +0900, Masami Hiramatsu escreveu: > > Cleanup the code flow of dso__find_kallsyms() to remove > > redundant checking code and add some comment for readability. > > > > Signed-off-by: Masami Hi

Re: [PATCH perf/core v7 07/21] perf symbol: Cleanup the code flow of dso__find_kallsyms

2016-05-11 Thread Arnaldo Carvalho de Melo
Em Wed, May 11, 2016 at 10:52:27PM +0900, Masami Hiramatsu escreveu: > Cleanup the code flow of dso__find_kallsyms() to remove > redundant checking code and add some comment for readability. > > Signed-off-by: Masami Hiramatsu > --- > tools/perf/util/symbol.c | 60 > +-

[PATCH perf/core v7 07/21] perf symbol: Cleanup the code flow of dso__find_kallsyms

2016-05-11 Thread Masami Hiramatsu
Cleanup the code flow of dso__find_kallsyms() to remove redundant checking code and add some comment for readability. Signed-off-by: Masami Hiramatsu --- tools/perf/util/symbol.c | 60 +- 1 file changed, 27 insertions(+), 33 deletions(-) diff --git