Re: [PATCH v6 1/7] perf: provide sysfs_show for struct perf_pmu_events_attr

2015-01-23 Thread Jiri Olsa
On Sun, Dec 21, 2014 at 11:48:46PM -0800, Sukadev Bhattiprolu wrote: > From: Cody P Schafer > > (struct perf_pmu_events_attr) is defined in include/linux/perf_event.h, > but the only "show" for it is in x86 and contains x86 specific stuff. > > Make a generic one for those of us who are just usin

Re: [PATCH v6 1/7] perf: provide sysfs_show for struct perf_pmu_events_attr

2015-01-22 Thread Sukadev Bhattiprolu
Jiri, Arnaldo, Can you please review/ack this and the next (i.e patches 1 and 2) of this set ? Since other patches in this set depend on these two, it maybe easier to have them all go through the ppc tree ? Thanks, Sukadev Sukadev Bhattiprolu [suka...@linux.vnet.ibm.com] wrote: | From: Cody P S

[PATCH v6 1/7] perf: provide sysfs_show for struct perf_pmu_events_attr

2014-12-21 Thread Sukadev Bhattiprolu
From: Cody P Schafer (struct perf_pmu_events_attr) is defined in include/linux/perf_event.h, but the only "show" for it is in x86 and contains x86 specific stuff. Make a generic one for those of us who are just using the event_str. CC: Sukadev Bhattiprolu CC: Haren Myneni CC: Cody P Schafer