Re: [PATCH 0/4] perf tools: Assorted fixes for hierarchy mode

2016-11-09 Thread Markus Trippelsdorf
On 2016.11.09 at 10:10 -0300, Arnaldo Carvalho de Melo wrote: > Em Tue, Nov 08, 2016 at 04:10:23PM +0100, Markus Trippelsdorf escreveu: > > On 2016.11.09 at 00:05 +0900, Namhyung Kim wrote: > > > On Tue, Nov 8, 2016 at 10:43 PM, Markus Trippelsdorf > > > wrote: > > > > On 2016.11.08 at 22:08 +0900

Re: [PATCH 0/4] perf tools: Assorted fixes for hierarchy mode

2016-11-09 Thread Markus Trippelsdorf
On 2016.11.09 at 10:11 -0300, Arnaldo Carvalho de Melo wrote: > Em Tue, Nov 08, 2016 at 02:21:17PM +0100, Markus Trippelsdorf escreveu: > > On 2016.11.08 at 22:08 +0900, Namhyung Kim wrote: > > > Hello, > > > > > > This patches fix problems in hierarchy output Markus reported some > > > time ago.

Re: [PATCH 0/4] perf tools: Assorted fixes for hierarchy mode

2016-11-09 Thread Arnaldo Carvalho de Melo
Em Tue, Nov 08, 2016 at 02:21:17PM +0100, Markus Trippelsdorf escreveu: > On 2016.11.08 at 22:08 +0900, Namhyung Kim wrote: > > Hello, > > > > This patches fix problems in hierarchy output Markus reported some > > time ago. The code is available on the 'perf/hierarchy-fix-v1' branch > > in my tre

Re: [PATCH 0/4] perf tools: Assorted fixes for hierarchy mode

2016-11-09 Thread Arnaldo Carvalho de Melo
Em Tue, Nov 08, 2016 at 04:10:23PM +0100, Markus Trippelsdorf escreveu: > On 2016.11.09 at 00:05 +0900, Namhyung Kim wrote: > > On Tue, Nov 8, 2016 at 10:43 PM, Markus Trippelsdorf > > wrote: > > > On 2016.11.08 at 22:08 +0900, Namhyung Kim wrote: > > >> This patches fix problems in hierarchy outp

Re: [PATCH 0/4] perf tools: Assorted fixes for hierarchy mode

2016-11-08 Thread Markus Trippelsdorf
On 2016.11.09 at 00:05 +0900, Namhyung Kim wrote: > Hello, > > On Tue, Nov 8, 2016 at 10:43 PM, Markus Trippelsdorf > wrote: > > On 2016.11.08 at 22:08 +0900, Namhyung Kim wrote: > >> > >> This patches fix problems in hierarchy output Markus reported some > >> time ago. The code is available on

Re: [PATCH 0/4] perf tools: Assorted fixes for hierarchy mode

2016-11-08 Thread Namhyung Kim
Hello, On Tue, Nov 8, 2016 at 10:43 PM, Markus Trippelsdorf wrote: > On 2016.11.08 at 22:08 +0900, Namhyung Kim wrote: >> >> This patches fix problems in hierarchy output Markus reported some >> time ago. The code is available on the 'perf/hierarchy-fix-v1' branch >> in my tree: >> >> git://gi

Re: [PATCH 0/4] perf tools: Assorted fixes for hierarchy mode

2016-11-08 Thread Markus Trippelsdorf
On 2016.11.08 at 22:08 +0900, Namhyung Kim wrote: > > This patches fix problems in hierarchy output Markus reported some > time ago. The code is available on the 'perf/hierarchy-fix-v1' branch > in my tree: > > git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf.git > > Any feed

Re: [PATCH 0/4] perf tools: Assorted fixes for hierarchy mode

2016-11-08 Thread Markus Trippelsdorf
On 2016.11.08 at 22:08 +0900, Namhyung Kim wrote: > Hello, > > This patches fix problems in hierarchy output Markus reported some > time ago. The code is available on the 'perf/hierarchy-fix-v1' branch > in my tree: > > git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf.git > >

[PATCH 0/4] perf tools: Assorted fixes for hierarchy mode

2016-11-08 Thread Namhyung Kim
Hello, This patches fix problems in hierarchy output Markus reported some time ago. The code is available on the 'perf/hierarchy-fix-v1' branch in my tree: git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf.git Any feedbacks are welcomed. Thanks, Namhyung Cc: Markus Trippels