Re: [PATCH 3/8] perf, tools, stat: Move noise/running printing into printout

2016-02-17 Thread Andi Kleen
On Tue, Feb 16, 2016 at 05:02:56PM -0300, Arnaldo Carvalho de Melo wrote: > Em Sat, Jan 30, 2016 at 09:06:51AM -0800, Andi Kleen escreveu: > > From: Andi Kleen > > > > Move the running/noise printing into printout to avoid > > duplicated code in the callers. > > > > v2: Merged with other patches

Re: [PATCH 3/8] perf, tools, stat: Move noise/running printing into printout

2016-02-16 Thread Arnaldo Carvalho de Melo
Em Sat, Jan 30, 2016 at 09:06:51AM -0800, Andi Kleen escreveu: > From: Andi Kleen > > Move the running/noise printing into printout to avoid > duplicated code in the callers. > > v2: Merged with other patches. Remove unnecessary hunk. > Readd hunk that ended in earlier patch. > v3: Fix noise/run

Re: [PATCH 3/8] perf, tools, stat: Move noise/running printing into printout

2016-01-28 Thread Jiri Olsa
On Tue, Jan 26, 2016 at 04:42:52PM -0800, Andi Kleen wrote: > From: Andi Kleen > > Move the running/noise printing into printout to avoid > duplicated code in the callers. > > v2: Merged with other patches. Remove unnecessary hunk. > Readd hunk that ended in earlier patch. > v3: Fix noise/runnin