Re: [PATCH v7 0/4] Add support for parametrized events

2015-02-01 Thread Michael Ellerman
On Fri, 2015-01-30 at 11:52 -0300, Arnaldo Carvalho de Melo wrote: > Em Thu, Jan 29, 2015 at 03:28:43PM +1100, Michael Ellerman escreveu: > > On Mon, 2015-01-26 at 17:43 -0800, Sukadev Bhattiprolu wrote: > > > Description of "event parameters" from the documentation patch: > > > > > > Cody P Schaf

[PATCH v7 0/4] Add support for parametrized events

2015-01-30 Thread Sukadev Bhattiprolu
Description of "event parameters" from the documentation patch: Event parameters are a basic way for partial events to be specified in sysfs with per-event names given to the fields that need to be filled in when using a particular event. It is intended for supporting cases where

Re: [PATCH v7 0/4] Add support for parametrized events

2015-01-30 Thread Arnaldo Carvalho de Melo
Em Thu, Jan 29, 2015 at 03:28:43PM +1100, Michael Ellerman escreveu: > On Mon, 2015-01-26 at 17:43 -0800, Sukadev Bhattiprolu wrote: > > Description of "event parameters" from the documentation patch: > > > > Cody P Schafer (6): > > perf: provide sysfs_show for struct perf_pmu_events_attr > >

Re: [PATCH v7 0/4] Add support for parametrized events

2015-01-28 Thread Michael Ellerman
On Mon, 2015-01-26 at 17:43 -0800, Sukadev Bhattiprolu wrote: > Description of "event parameters" from the documentation patch: > > Cody P Schafer (6): > perf: provide sysfs_show for struct perf_pmu_events_attr > perf: add PMU_EVENT_ATTR_STRING() helper > powerpc/perf/hv-24x7: parse catalog

Re: [PATCH v7 0/4] Add support for parametrized events

2015-01-28 Thread Michael Ellerman
On Wed, 2015-01-28 at 11:37 +0100, Jiri Olsa wrote: > On Wed, Jan 28, 2015 at 11:54:38AM +1100, Michael Ellerman wrote: > > On Tue, 2015-01-27 at 11:02 +0100, Jiri Olsa wrote: > > > On Mon, Jan 26, 2015 at 05:43:03PM -0800, Sukadev Bhattiprolu wrote: > > > > > > SNIP > > > > > > > > > > > > > >

Re: [PATCH v7 0/4] Add support for parametrized events

2015-01-28 Thread Arnaldo Carvalho de Melo
Em Wed, Jan 28, 2015 at 11:37:53AM +0100, Jiri Olsa escreveu: > On Wed, Jan 28, 2015 at 11:54:38AM +1100, Michael Ellerman wrote: > > On Tue, 2015-01-27 at 11:02 +0100, Jiri Olsa wrote: > > > On Mon, Jan 26, 2015 at 05:43:03PM -0800, Sukadev Bhattiprolu wrote: > > > > > > SNIP > > > > > > > > >

Re: [PATCH v7 0/4] Add support for parametrized events

2015-01-28 Thread Jiri Olsa
On Wed, Jan 28, 2015 at 11:54:38AM +1100, Michael Ellerman wrote: > On Tue, 2015-01-27 at 11:02 +0100, Jiri Olsa wrote: > > On Mon, Jan 26, 2015 at 05:43:03PM -0800, Sukadev Bhattiprolu wrote: > > > > SNIP > > > > > > > > > > > Cody P Schafer (6): > > > perf: provide sysfs_show for struct per

Re: [PATCH v7 0/4] Add support for parametrized events

2015-01-27 Thread Michael Ellerman
On Tue, 2015-01-27 at 11:02 +0100, Jiri Olsa wrote: > On Mon, Jan 26, 2015 at 05:43:03PM -0800, Sukadev Bhattiprolu wrote: > > SNIP > > > > > > > Cody P Schafer (6): > > perf: provide sysfs_show for struct perf_pmu_events_attr > > perf: add PMU_EVENT_ATTR_STRING() helper > > powerpc/perf/

Re: [PATCH v7 0/4] Add support for parametrized events

2015-01-27 Thread Jiri Olsa
On Mon, Jan 26, 2015 at 05:43:03PM -0800, Sukadev Bhattiprolu wrote: SNIP > > > Cody P Schafer (6): > perf: provide sysfs_show for struct perf_pmu_events_attr > perf: add PMU_EVENT_ATTR_STRING() helper > powerpc/perf/hv-24x7: parse catalog and populate sysfs with events > powerpc/perf/{

[PATCH v7 0/4] Add support for parametrized events

2015-01-26 Thread Sukadev Bhattiprolu
Description of "event parameters" from the documentation patch: Event parameters are a basic way for partial events to be specified in sysfs with per-event names given to the fields that need to be filled in when using a particular event. It is intended for supporting cases where

Re: [PATCH v7 0/4] Add support for parametrized events

2015-01-12 Thread Arnaldo Carvalho de Melo
Em Thu, Jan 08, 2015 at 10:54:34AM +0100, Jiri Olsa escreveu: > for the patchset: > > Acked-by: Jiri Olsa Applied to perf/core Thanks, - Arnaldo ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-de

Re: [PATCH v7 0/4] Add support for parametrized events

2015-01-08 Thread Jiri Olsa
On Wed, Jan 07, 2015 at 05:13:49PM -0800, Sukadev Bhattiprolu wrote: > Description of "event parameters" from the documentation patch: > > Event parameters are a basic way for partial events to be specified in > sysfs with per-event names given to the fields that need to be filled in >

[PATCH v7 0/4] Add support for parametrized events

2015-01-07 Thread Sukadev Bhattiprolu
Description of "event parameters" from the documentation patch: Event parameters are a basic way for partial events to be specified in sysfs with per-event names given to the fields that need to be filled in when using a particular event. It is intended for supporting cases where