From: Cody P Schafer Date: Fri, 30 Jan 2015 21:45:57 +0000 (-0800) Subject: perf: provide sysfs_show for struct perf_pmu_events_attr X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~116^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd979c0132074856975a6e79bc2226b99435ec5b;p=pandora-kernel.git perf: provide sysfs_show for struct perf_pmu_events_attr (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. Signed-off-by: Cody P Schafer Signed-off-by: Sukadev Bhattiprolu Acked-by: Jiri Olsa Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed