|
@@ -878,8 +878,8 @@ enum perf_event_context_type {
|
|
|
* Used as a container for task events and CPU events as well:
|
|
|
*/
|
|
|
struct perf_event_context {
|
|
|
- enum perf_event_context_type type;
|
|
|
struct pmu *pmu;
|
|
|
+ enum perf_event_context_type type;
|
|
|
/*
|
|
|
* Protect the states of the events in the list,
|
|
|
* nr_active, and the list:
|