diff options
Diffstat (limited to 'include/linux/perf_counter.h')
-rw-r--r-- | include/linux/perf_counter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/perf_counter.h b/include/linux/perf_counter.h index 17b63105f2aa..0fcbf34a4f73 100644 --- a/include/linux/perf_counter.h +++ b/include/linux/perf_counter.h | |||
@@ -160,6 +160,7 @@ struct perf_counter_hw_event { | |||
160 | #define PERF_COUNTER_IOC_ENABLE _IO ('$', 0) | 160 | #define PERF_COUNTER_IOC_ENABLE _IO ('$', 0) |
161 | #define PERF_COUNTER_IOC_DISABLE _IO ('$', 1) | 161 | #define PERF_COUNTER_IOC_DISABLE _IO ('$', 1) |
162 | #define PERF_COUNTER_IOC_REFRESH _IOW('$', 2, u32) | 162 | #define PERF_COUNTER_IOC_REFRESH _IOW('$', 2, u32) |
163 | #define PERF_COUNTER_IOC_RESET _IO ('$', 3) | ||
163 | 164 | ||
164 | /* | 165 | /* |
165 | * Structure of the page that can be mapped via mmap | 166 | * Structure of the page that can be mapped via mmap |