Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/events/
Dperf_event.h175 struct cpu_hw_events { struct
179 struct perf_event *events[X86_PMC_IDX_MAX]; /* in counter order */
180 unsigned long active_mask[BITS_TO_LONGS(X86_PMC_IDX_MAX)];
181 unsigned long running[BITS_TO_LONGS(X86_PMC_IDX_MAX)];
182 int enabled;
184 int n_events; /* the # of events in the below arrays */
185 int n_added; /* the # last events in the below arrays;
187 int n_txn; /* the # last events in the below arrays;
189 int assign[X86_PMC_IDX_MAX]; /* event to counter assignment */
190 u64 tags[X86_PMC_IDX_MAX];
[all …]
/Linux-v4.19/arch/powerpc/perf/
Dcore-book3s.c29 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];
[all …]
Dcore-fsl-emb.c23 struct cpu_hw_events { struct
29 static DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events); argument
/Linux-v4.19/arch/riscv/include/asm/
Dperf_event.h50 struct cpu_hw_events { struct
52 int n_events;
54 struct perf_event *events[RISCV_MAX_COUNTERS];
56 void *platform;
/Linux-v4.19/arch/alpha/kernel/
Dperf_event.c34 struct cpu_hw_events { struct
53 DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events); argument
/Linux-v4.19/arch/s390/kernel/
Dperf_cpum_cf.c61 struct cpu_hw_events { struct
68 static DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events) = { argument
/Linux-v4.19/arch/sh/kernel/
Dperf_event.c31 struct cpu_hw_events { struct
37 DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events); argument
/Linux-v4.19/arch/sparc/kernel/
Dperf_event.c78 struct cpu_hw_events { struct
83 int n_events;
89 int n_added;
115 static DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events) = { .enabled = 1, }; argument
/Linux-v4.19/arch/mips/kernel/
Dperf_event_mipsxx.c34 struct cpu_hw_events { struct
51 DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events) = { argument