diff options
Diffstat (limited to 'include/linux/perf_counter.h')
-rw-r--r-- | include/linux/perf_counter.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/perf_counter.h b/include/linux/perf_counter.h index 3fefc3b8150d..4b14a8e9dbf5 100644 --- a/include/linux/perf_counter.h +++ b/include/linux/perf_counter.h | |||
@@ -49,8 +49,10 @@ enum hw_event_types { | |||
49 | PERF_COUNT_PAGE_FAULTS = -3, | 49 | PERF_COUNT_PAGE_FAULTS = -3, |
50 | PERF_COUNT_CONTEXT_SWITCHES = -4, | 50 | PERF_COUNT_CONTEXT_SWITCHES = -4, |
51 | PERF_COUNT_CPU_MIGRATIONS = -5, | 51 | PERF_COUNT_CPU_MIGRATIONS = -5, |
52 | PERF_COUNT_PAGE_FAULTS_MIN = -6, | ||
53 | PERF_COUNT_PAGE_FAULTS_MAJ = -7, | ||
52 | 54 | ||
53 | PERF_SW_EVENTS_MIN = -6, | 55 | PERF_SW_EVENTS_MIN = -8, |
54 | }; | 56 | }; |
55 | 57 | ||
56 | /* | 58 | /* |