Searched defs:cpu_hw_events (Results 1 – 4 of 4) sorted by relevance
265 struct cpu_hw_events { struct269 struct perf_event *events[X86_PMC_IDX_MAX]; /* in counter order */270 unsigned long active_mask[BITS_TO_LONGS(X86_PMC_IDX_MAX)];271 unsigned long dirty[BITS_TO_LONGS(X86_PMC_IDX_MAX)];272 int enabled;274 int n_events; /* the # of events in the below arrays */275 int n_added; /* the # last events in the below arrays;277 int n_txn; /* the # last events in the below arrays;279 int n_txn_pair;280 int n_txn_metric;[all …]
28 struct cpu_hw_events { struct34 DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events); argument
78 struct cpu_hw_events { struct83 int n_events;89 int n_added;115 static DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events) = { .enabled = 1, }; argument
89 struct cpu_hw_events { struct104 static DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events) = { argument