|
@@ -485,9 +485,9 @@ struct perf_addr_filters_head {
|
|
|
};
|
|
|
|
|
|
/**
|
|
|
- * enum perf_event_active_state - the states of a event
|
|
|
+ * enum perf_event_state - the states of a event
|
|
|
*/
|
|
|
-enum perf_event_active_state {
|
|
|
+enum perf_event_state {
|
|
|
PERF_EVENT_STATE_DEAD = -4,
|
|
|
PERF_EVENT_STATE_EXIT = -3,
|
|
|
PERF_EVENT_STATE_ERROR = -2,
|
|
@@ -578,7 +578,7 @@ struct perf_event {
|
|
|
struct pmu *pmu;
|
|
|
void *pmu_private;
|
|
|
|
|
|
- enum perf_event_active_state state;
|
|
|
+ enum perf_event_state state;
|
|
|
unsigned int attach_state;
|
|
|
local64_t count;
|
|
|
atomic64_t child_count;
|