diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/perf_event.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index 8737e1cee8b2..1c592114c437 100644 --- a/include/linux/perf_event.h +++ b/include/linux/perf_event.h | |||
@@ -809,6 +809,7 @@ do { \ | |||
809 | struct perf_pmu_events_attr { | 809 | struct perf_pmu_events_attr { |
810 | struct device_attribute attr; | 810 | struct device_attribute attr; |
811 | u64 id; | 811 | u64 id; |
812 | const char *event_str; | ||
812 | }; | 813 | }; |
813 | 814 | ||
814 | #define PMU_EVENT_ATTR(_name, _var, _id, _show) \ | 815 | #define PMU_EVENT_ATTR(_name, _var, _id, _show) \ |