Searched refs:cpuhw (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dperf_event.c251 static int power_check_constraints(struct cpu_hw_events *cpuhw, argument
270 cpuhw->alternatives[i]);
271 event_id[i] = cpuhw->alternatives[i][0];
273 if (ppmu->get_constraint(event_id[i], &cpuhw->amasks[i][0],
274 &cpuhw->avalues[i][0]))
279 nv = (value | cpuhw->avalues[i][0]) +
280 (value & cpuhw->avalues[i][0] & addf);
282 (((nv + tadd) ^ cpuhw->avalues[i][0]) &
283 cpuhw->amasks[i][0]) != 0)
286 mask |= cpuhw
435 freeze_limited_counters(struct cpu_hw_events *cpuhw, unsigned long pmc5, unsigned long pmc6) argument
454 thaw_limited_counters(struct cpu_hw_events *cpuhw, unsigned long pmc5, unsigned long pmc6) argument
481 write_mmcr0(struct cpu_hw_events *cpuhw, unsigned long mmcr0) argument
522 struct cpu_hw_events *cpuhw; local
571 struct cpu_hw_events *cpuhw; local
732 struct cpu_hw_events *cpuhw; local
782 struct cpu_hw_events *cpuhw; local
862 struct cpu_hw_events *cpuhw = &__get_cpu_var(cpu_hw_events); local
875 struct cpu_hw_events *cpuhw = &__get_cpu_var(cpu_hw_events); local
887 struct cpu_hw_events *cpuhw; local
1026 struct cpu_hw_events *cpuhw; local
1234 struct cpu_hw_events *cpuhw = &__get_cpu_var(cpu_hw_events); local
1290 struct cpu_hw_events *cpuhw = &per_cpu(cpu_hw_events, cpu); local
[all...]
H A Dperf_event_fsl_emb.c182 struct cpu_hw_events *cpuhw; local
186 cpuhw = &__get_cpu_var(cpu_hw_events);
188 if (!cpuhw->disabled) {
189 cpuhw->disabled = 1;
194 if (!cpuhw->pmcs_enabled) {
196 cpuhw->pmcs_enabled = 1;
221 struct cpu_hw_events *cpuhw; local
225 cpuhw = &__get_cpu_var(cpu_hw_events);
226 if (!cpuhw->disabled)
229 cpuhw
268 struct cpu_hw_events *cpuhw; local
319 struct cpu_hw_events *cpuhw; local
596 struct cpu_hw_events *cpuhw = &__get_cpu_var(cpu_hw_events); local
640 struct cpu_hw_events *cpuhw = &per_cpu(cpu_hw_events, cpu); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dperf_event_amd.c350 struct cpu_hw_events *cpuhw; local
355 cpuhw = &per_cpu(cpu_hw_events, cpu);
359 if (cpuhw->amd_nb) {
360 struct amd_nb *nb = cpuhw->amd_nb;
365 cpuhw->amd_nb = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dperf_event.c280 struct cpu_hw_events *cpuhw = &per_cpu(cpu_hw_events, cpu); local
282 memset(cpuhw, 0, sizeof(struct cpu_hw_events));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dperf_event.c1112 struct cpu_hw_events *cpuhw = &__get_cpu_var(cpu_hw_events); local
1114 cpuhw->group_flag |= PERF_EVENT_TXN;
1124 struct cpu_hw_events *cpuhw = &__get_cpu_var(cpu_hw_events); local
1126 cpuhw->group_flag &= ~PERF_EVENT_TXN;

Completed in 120 milliseconds