Home
last modified time | relevance | path

Searched defs:cpu_hw_events (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/events/
H A Dperf_event.h254 struct cpu_hw_events { struct
258 struct perf_event *events[X86_PMC_IDX_MAX]; /* in counter order */
259 unsigned long active_mask[BITS_TO_LONGS(X86_PMC_IDX_MAX)];
260 unsigned long dirty[BITS_TO_LONGS(X86_PMC_IDX_MAX)];
261 int enabled;
263 int n_events; /* the # of events in the below arrays */
264 int n_added; /* the # last events in the below arrays;
266 int n_txn; /* the # last events in the below arrays;
268 int n_txn_pair;
269 int n_txn_metric;
[all …]
/linux/arch/sh/kernel/
H A Dperf_event.c28 struct cpu_hw_events { struct
34 DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events); argument
/linux/arch/loongarch/kernel/
H A Dperf_event.c89 struct cpu_hw_events { struct
104 static DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events) = { argument