Re: [PATCH 05/10] perf, tools: Use a common function to resolve symbol or name

2014-11-13 Thread Arnaldo Carvalho de Melo
Em Wed, Nov 12, 2014 at 06:05:23PM -0800, Andi Kleen escreveu: > From: Andi Kleen > > Refactor the duplicated code to resolve the symbol name or > the address of a symbol into a single function. > > Used in next patch to add common functionality. Applied. -- To unsubscribe from this list: send

[PATCH 05/10] perf, tools: Use a common function to resolve symbol or name

2014-11-12 Thread Andi Kleen
From: Andi Kleen Refactor the duplicated code to resolve the symbol name or the address of a symbol into a single function. Used in next patch to add common functionality. Signed-off-by: Andi Kleen --- tools/perf/ui/browsers/hists.c | 17 - tools/perf/ui/gtk/hists.c | 11