Home
last modified time | relevance | path

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

/linux/arch/x86/events/
A Dperf_event.h234 int enabled;
241 int n_txn_pair;
252 int is_fake;
261 int n_pebs;
264 int pebs_output;
274 int lbr_users;
278 union {
282 u64 br_sel;
285 int lbr_select;
315 u64 tfa_shadow;
[all …]
/linux/arch/powerpc/perf/
A Dcore-book3s.c31 struct cpu_hw_events { struct
32 int n_events;
33 int n_percpu;
34 int disabled;
35 int n_added;
36 int n_limited;
37 u8 pmcs_enabled;
38 struct perf_event *event[MAX_HWEVENTS];
39 u64 events[MAX_HWEVENTS];
63 static DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events); argument
A Dcore-fsl-emb.c19 struct cpu_hw_events { struct
25 static DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events); argument
/linux/arch/riscv/include/asm/
A Dperf_event.h45 struct cpu_hw_events { struct
47 int n_events;
49 struct perf_event *events[RISCV_MAX_COUNTERS];
51 void *platform;
/linux/arch/alpha/kernel/
A Dperf_event.c34 struct cpu_hw_events { struct
53 DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events); argument
/linux/arch/sh/kernel/
A Dperf_event.c28 struct cpu_hw_events { struct
34 DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events); argument
/linux/arch/sparc/kernel/
A 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/arch/mips/kernel/
A Dperf_event_mipsxx.c31 struct cpu_hw_events { struct
48 DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events) = { argument

Completed in 23 milliseconds