Re: [RFC V3 0/3] perf stat: improvements for handling of multiple PMUs

2018-03-07 Thread Andi Kleen
> Sure, I have this applied to my local branch, and will add his acks or > drop the patches if he still has any objection, Andi? Patches looks good to me. Acked-by: Andi Kleen -Andi

Re: [RFC V3 0/3] perf stat: improvements for handling of multiple PMUs

2018-03-07 Thread Andi Kleen
> Sure, I have this applied to my local branch, and will add his acks or > drop the patches if he still has any objection, Andi? Patches looks good to me. Acked-by: Andi Kleen -Andi

Re: [RFC V3 0/3] perf stat: improvements for handling of multiple PMUs

2018-03-07 Thread Arnaldo Carvalho de Melo
Em Wed, Mar 07, 2018 at 02:51:05PM +0100, Jiri Olsa escreveu: > On Wed, Mar 07, 2018 at 10:36:30AM -0300, Arnaldo Carvalho de Melo wrote: > > Em Wed, Mar 07, 2018 at 11:04:08AM +0100, Jiri Olsa escreveu: > > > On Tue, Mar 06, 2018 at 09:04:41AM -0500, Agustin Vega-Frias wrote: > > > > This series

Re: [RFC V3 0/3] perf stat: improvements for handling of multiple PMUs

2018-03-07 Thread Arnaldo Carvalho de Melo
Em Wed, Mar 07, 2018 at 02:51:05PM +0100, Jiri Olsa escreveu: > On Wed, Mar 07, 2018 at 10:36:30AM -0300, Arnaldo Carvalho de Melo wrote: > > Em Wed, Mar 07, 2018 at 11:04:08AM +0100, Jiri Olsa escreveu: > > > On Tue, Mar 06, 2018 at 09:04:41AM -0500, Agustin Vega-Frias wrote: > > > > This series

Re: [RFC V3 0/3] perf stat: improvements for handling of multiple PMUs

2018-03-07 Thread Jiri Olsa
On Wed, Mar 07, 2018 at 10:36:30AM -0300, Arnaldo Carvalho de Melo wrote: > Em Wed, Mar 07, 2018 at 11:04:08AM +0100, Jiri Olsa escreveu: > > On Tue, Mar 06, 2018 at 09:04:41AM -0500, Agustin Vega-Frias wrote: > > > This series of patches adds some simple improvements to the way perf stat > > >

Re: [RFC V3 0/3] perf stat: improvements for handling of multiple PMUs

2018-03-07 Thread Jiri Olsa
On Wed, Mar 07, 2018 at 10:36:30AM -0300, Arnaldo Carvalho de Melo wrote: > Em Wed, Mar 07, 2018 at 11:04:08AM +0100, Jiri Olsa escreveu: > > On Tue, Mar 06, 2018 at 09:04:41AM -0500, Agustin Vega-Frias wrote: > > > This series of patches adds some simple improvements to the way perf stat > > >

Re: [RFC V3 0/3] perf stat: improvements for handling of multiple PMUs

2018-03-07 Thread Arnaldo Carvalho de Melo
Em Wed, Mar 07, 2018 at 11:04:08AM +0100, Jiri Olsa escreveu: > On Tue, Mar 06, 2018 at 09:04:41AM -0500, Agustin Vega-Frias wrote: > > This series of patches adds some simple improvements to the way perf stat > > handles PMUs that have multiple instances by: > > > > 1. Adding glob-like matching

Re: [RFC V3 0/3] perf stat: improvements for handling of multiple PMUs

2018-03-07 Thread Arnaldo Carvalho de Melo
Em Wed, Mar 07, 2018 at 11:04:08AM +0100, Jiri Olsa escreveu: > On Tue, Mar 06, 2018 at 09:04:41AM -0500, Agustin Vega-Frias wrote: > > This series of patches adds some simple improvements to the way perf stat > > handles PMUs that have multiple instances by: > > > > 1. Adding glob-like matching

Re: [RFC V3 0/3] perf stat: improvements for handling of multiple PMUs

2018-03-07 Thread Jiri Olsa
On Tue, Mar 06, 2018 at 09:04:41AM -0500, Agustin Vega-Frias wrote: > This series of patches adds some simple improvements to the way perf stat > handles PMUs that have multiple instances by: > > 1. Adding glob-like matching in addition to the prefix-based matching >introduced previously

Re: [RFC V3 0/3] perf stat: improvements for handling of multiple PMUs

2018-03-07 Thread Jiri Olsa
On Tue, Mar 06, 2018 at 09:04:41AM -0500, Agustin Vega-Frias wrote: > This series of patches adds some simple improvements to the way perf stat > handles PMUs that have multiple instances by: > > 1. Adding glob-like matching in addition to the prefix-based matching >introduced previously

[RFC V3 0/3] perf stat: improvements for handling of multiple PMUs

2018-03-06 Thread Agustin Vega-Frias
This series of patches adds some simple improvements to the way perf stat handles PMUs that have multiple instances by: 1. Adding glob-like matching in addition to the prefix-based matching introduced previously (patch 1). 2. Adding the ability to recover the PMU names when printing the events

[RFC V3 0/3] perf stat: improvements for handling of multiple PMUs

2018-03-06 Thread Agustin Vega-Frias
This series of patches adds some simple improvements to the way perf stat handles PMUs that have multiple instances by: 1. Adding glob-like matching in addition to the prefix-based matching introduced previously (patch 1). 2. Adding the ability to recover the PMU names when printing the events