Re: [PATCH/RFC 03/16] perf top: Factor out warnings about kernel addresses and symbols

2015-12-13 Thread Namhyung Kim
On Mon, Dec 14, 2015 at 10:44 AM, Namhyung Kim wrote: > Hi Arnaldo, > > On Thu, Dec 10, 2015 at 04:07:48PM -0300, Arnaldo Carvalho de Melo wrote: >> Em Thu, Dec 10, 2015 at 04:53:22PM +0900, Namhyung Kim escreveu: >> > Factor out warning messages into separate functions. These will be >> > called

Re: [PATCH/RFC 03/16] perf top: Factor out warnings about kernel addresses and symbols

2015-12-13 Thread Namhyung Kim
Hi Arnaldo, On Thu, Dec 10, 2015 at 04:07:48PM -0300, Arnaldo Carvalho de Melo wrote: > Em Thu, Dec 10, 2015 at 04:53:22PM +0900, Namhyung Kim escreveu: > > Factor out warning messages into separate functions. These will be > > called in the display thread later. > > > > Signed-off-by: Namhyung

Re: [PATCH/RFC 03/16] perf top: Factor out warnings about kernel addresses and symbols

2015-12-10 Thread Arnaldo Carvalho de Melo
Em Thu, Dec 10, 2015 at 04:53:22PM +0900, Namhyung Kim escreveu: > Factor out warning messages into separate functions. These will be > called in the display thread later. > > Signed-off-by: Namhyung Kim > --- > tools/perf/builtin-top.c | 95 > ++-- >

[PATCH/RFC 03/16] perf top: Factor out warnings about kernel addresses and symbols

2015-12-09 Thread Namhyung Kim
Factor out warning messages into separate functions. These will be called in the display thread later. Signed-off-by: Namhyung Kim --- tools/perf/builtin-top.c | 95 ++-- 1 file changed, 51 insertions(+), 44 deletions(-) diff --git a/tools/perf/built