diff options
Diffstat (limited to 'include/linux/perf_counter.h')
-rw-r--r-- | include/linux/perf_counter.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/linux/perf_counter.h b/include/linux/perf_counter.h index 68f6e3ad531f..30c0ec8c1ee3 100644 --- a/include/linux/perf_counter.h +++ b/include/linux/perf_counter.h | |||
@@ -50,8 +50,11 @@ enum hw_event_types { | |||
50 | */ | 50 | */ |
51 | PERF_COUNT_CPU_CLOCK = -1, | 51 | PERF_COUNT_CPU_CLOCK = -1, |
52 | PERF_COUNT_TASK_CLOCK = -2, | 52 | PERF_COUNT_TASK_CLOCK = -2, |
53 | PERF_COUNT_PAGE_FAULTS = -3, | 53 | /* |
54 | PERF_COUNT_CONTEXT_SWITCHES = -4, | 54 | * Future software events: |
55 | */ | ||
56 | /* PERF_COUNT_PAGE_FAULTS = -3, | ||
57 | PERF_COUNT_CONTEXT_SWITCHES = -4, */ | ||
55 | }; | 58 | }; |
56 | 59 | ||
57 | /* | 60 | /* |