aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/perf_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/perf_event.h')
-rw-r--r--include/linux/perf_event.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h
index 4924c96d7e2d..3fd5c82e0e18 100644
--- a/include/linux/perf_event.h
+++ b/include/linux/perf_event.h
@@ -575,7 +575,6 @@ struct pmu {
575 * enum perf_event_active_state - the states of a event 575 * enum perf_event_active_state - the states of a event
576 */ 576 */
577enum perf_event_active_state { 577enum perf_event_active_state {
578 PERF_EVENT_STATE_FREE = -3,
579 PERF_EVENT_STATE_ERROR = -2, 578 PERF_EVENT_STATE_ERROR = -2,
580 PERF_EVENT_STATE_OFF = -1, 579 PERF_EVENT_STATE_OFF = -1,
581 PERF_EVENT_STATE_INACTIVE = 0, 580 PERF_EVENT_STATE_INACTIVE = 0,