Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/events/
A Dperf_event.h238 int enabled;
245 int n_txn_pair;
256 int is_fake;
265 int n_pebs;
268 int pebs_output;
282 int lbr_users;
286 union {
290 u64 br_sel;
293 int lbr_select;
323 u64 tfa_shadow;
[all …]
/linux-6.3-rc2/arch/powerpc/perf/
A Dcore-book3s.c32 struct cpu_hw_events { struct
33 int n_events;
34 int n_percpu;
35 int disabled;
36 int n_added;
37 int n_limited;
38 u8 pmcs_enabled;
39 struct perf_event *event[MAX_HWEVENTS];
40 u64 events[MAX_HWEVENTS];
64 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-6.3-rc2/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-6.3-rc2/include/linux/perf/
A Driscv_pmu.h31 struct cpu_hw_events { struct
33 int n_events;
35 int irq;
59 struct cpu_hw_events __percpu *hw_events; argument
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/arch/loongarch/kernel/
A Dperf_event.c89 struct cpu_hw_events { struct
104 static DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events) = { argument
/linux-6.3-rc2/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 24 milliseconds