Home
last modified time | relevance | path

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

/linux-3.3/arch/x86/kernel/cpu/
Dperf_event.h102 struct cpu_hw_events { struct
106 struct perf_event *events[X86_PMC_IDX_MAX]; /* in counter order */
107 unsigned long active_mask[BITS_TO_LONGS(X86_PMC_IDX_MAX)];
108 unsigned long running[BITS_TO_LONGS(X86_PMC_IDX_MAX)];
109 int enabled;
111 int n_events;
112 int n_added;
113 int n_txn;
114 int assign[X86_PMC_IDX_MAX]; /* event to counter assignment */
115 u64 tags[X86_PMC_IDX_MAX];
[all …]
/linux-3.3/arch/powerpc/kernel/
Dperf_event.c22 struct cpu_hw_events { struct
42 DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events); argument
Dperf_event_fsl_emb.c23 struct cpu_hw_events { struct
29 static DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events); argument
/linux-3.3/arch/alpha/kernel/
Dperf_event.c33 struct cpu_hw_events { struct
52 DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events); argument
/linux-3.3/arch/sh/kernel/
Dperf_event.c31 struct cpu_hw_events { struct
37 DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events); argument
/linux-3.3/arch/sparc/kernel/
Dperf_event.c62 struct cpu_hw_events { struct
67 int n_events;
73 int n_added;
99 DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events) = { .enabled = 1, }; argument
/linux-3.3/arch/blackfin/kernel/
Dperf_event.c230 struct cpu_hw_events { struct
234 DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events); argument
/linux-3.3/arch/mips/kernel/
Dperf_event_mipsxx.c32 struct cpu_hw_events { struct
49 DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events) = { argument