Lines Matching defs:cpu_hw_events
29 struct cpu_hw_events { struct
30 int n_events;
31 int n_percpu;
32 int disabled;
33 int n_added;
34 int n_limited;
35 u8 pmcs_enabled;
36 struct perf_event *event[MAX_HWEVENTS];
37 u64 events[MAX_HWEVENTS];
38 unsigned int flags[MAX_HWEVENTS];
62 static DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events); argument