]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
perf: provide sysfs_show for struct perf_pmu_events_attr
authorCody P Schafer <cody@linux.vnet.ibm.com>
Fri, 30 Jan 2015 21:45:57 +0000 (13:45 -0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 2 Feb 2015 06:56:36 +0000 (17:56 +1100)
commitfd979c0132074856975a6e79bc2226b99435ec5b
treead01ab6039dec30b6e1180759b435f84cd2780b0
parentfe12545e7650de5332b5522a62686fab8bafc733
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 <cody@linux.vnet.ibm.com>
Signed-off-by: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
Acked-by: Jiri Olsa <jolsa@redhat.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
include/linux/perf_event.h
kernel/events/core.c