Re: [PATCH v3 00/10] Add support for parameterized events from sysfs

2014-09-22 Thread Jiri Olsa
On Wed, Sep 17, 2014 at 11:51:53AM -0700, Sukadev Bhattiprolu wrote: SNIP > > This means that when provided as an event, a value for > phys_processor_idx must also be supplied. For example: > > perf stat -e 'hv_gpci/dtbp_ptitc,phys_processor_idx=0x2/' ... > > Changelog[v3]

Re: [PATCH v3 00/10] Add support for parameterized events from sysfs

2014-09-22 Thread Jiri Olsa
On Wed, Sep 17, 2014 at 11:51:53AM -0700, Sukadev Bhattiprolu wrote: SNIP This means that when provided as an event, a value for phys_processor_idx must also be supplied. For example: perf stat -e 'hv_gpci/dtbp_ptitc,phys_processor_idx=0x2/' ... Changelog[v3]

[PATCH v3 00/10] Add support for parameterized events from sysfs

2014-09-17 Thread Sukadev Bhattiprolu
What this patchset does: - the first patch (override sysfs in tools/perf via SYSFS_PATH) was sent out previously, but needed a resend anyhow. Having it is useful for testing the later changes to tools/perf. - the second patch is a bugfix to the powerpc hv-24x7 code which was previously

[PATCH v3 00/10] Add support for parameterized events from sysfs

2014-09-17 Thread Sukadev Bhattiprolu
What this patchset does: - the first patch (override sysfs in tools/perf via SYSFS_PATH) was sent out previously, but needed a resend anyhow. Having it is useful for testing the later changes to tools/perf. - the second patch is a bugfix to the powerpc hv-24x7 code which was previously