Searched refs:pmu (Results 1 - 25 of 75) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/vr41xx/common/
H A DMakefile5 obj-y += bcu.o cmu.o giu.o icu.o init.o irq.o pmu.o rtc.o siu.o type.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/ams/
H A DMakefile6 ams-$(CONFIG_SENSORS_AMS_PMU) += ams-pmu.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s5p/
H A Ddev-pmu.c2 * linux/arch/arm/plat-s5p/dev-pmu.c
15 #include <asm/pmu.h>
25 .name = "arm-pmu",
H A DMakefile15 obj-y += dev-pmu.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dhw_breakpoint.h41 struct pmu;
59 extern struct pmu perf_ops_bp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dhw_breakpoint.h44 struct pmu;
67 extern struct pmu perf_ops_bp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-iop/
H A Dpmu.c12 #include <asm/pmu.h>
28 .name = "arm-pmu",
H A DMakefile16 obj-$(CONFIG_ARCH_IOP32X) += pmu.o
27 obj-$(CONFIG_ARCH_IOP33X) += pmu.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A DMakefile14 obj-$(CONFIG_ADB_PMU) += via-pmu.o via-pmu-event.o
15 obj-$(CONFIG_ADB_PMU_LED) += via-pmu-led.o
16 obj-$(CONFIG_PMAC_BACKLIGHT) += via-pmu-backlight.o
H A Dvia-pmu-event.c2 * via-pmu event device for reporting some events that come through the PMU
25 #include <linux/pmu.h>
26 #include "via-pmu-event.h"
H A Dvia-pmu-led.c2 * via-pmu LED class device
27 #include <linux/pmu.h>
75 .name = "pmu-led::front",
H A Dapm_emu.c23 #include <linux/pmu.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dperf_event.c260 static const struct pmu pmu = { variable in typeref:struct:pmu
266 const struct pmu *hw_perf_event_init(struct perf_event *event)
275 return &pmu;
318 int __cpuinit register_sh_pmu(struct sh_pmu *pmu) argument
322 sh_pmu = pmu;
324 pr_info("Performance Events: %s support registered\n", pmu->name);
326 WARN_ON(pmu->num_events > MAX_HWEVENTS);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dhw_breakpoint.h50 struct pmu;
72 extern struct pmu perf_ops_bp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/oprofile/cell/
H A Dpr_util.h19 #include <asm/cell-pmu.h>
H A Dspu_profiler.c18 #include <asm/cell-pmu.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A DMakefile110 obj64-$(CONFIG_PPC_PERF_CTRS) += power4-pmu.o ppc970-pmu.o power5-pmu.o \
111 power5+-pmu.o power6-pmu.o power7-pmu.o
112 obj32-$(CONFIG_PPC_PERF_CTRS) += mpc7450-pmu.o
115 obj-$(CONFIG_FSL_EMB_PERF_EVENT_E500) += e500-pmu.o
H A Dperf_event_fsl_emb.c381 static struct pmu fsl_emb_pmu = {
431 const struct pmu *hw_perf_event_init(struct perf_event *event)
645 int register_fsl_emb_pmu(struct fsl_emb_pmu *pmu) argument
650 ppmu = pmu;
652 pmu->name);
H A Dperf_event.c857 * Set the flag to make pmu::enable() not perform the
860 void power_pmu_start_txn(const struct pmu *pmu) argument
870 * Clear the flag and pmu::enable() will perform the
873 void power_pmu_cancel_txn(const struct pmu *pmu) argument
885 int power_pmu_commit_txn(const struct pmu *pmu) argument
907 struct pmu power_pmu = {
1017 const struct pmu *hw_perf_event_ini
1315 register_power_pmu(struct power_pmu *pmu) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dperf_event.h556 * Common implementation detail of pmu::{start,commit,cancel}_txn
561 * struct pmu - generic performance monitoring unit
563 struct pmu { struct
581 void (*start_txn) (const struct pmu *pmu);
588 int (*commit_txn) (const struct pmu *pmu);
593 void (*cancel_txn) (const struct pmu *pmu);
672 const struct pmu *pm member in struct:perf_event
[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.c181 * struct x86_pmu - generic x86 pmu
612 static const struct pmu pmu; variable in typeref:struct:pmu
616 return event->pmu == &pmu;
1427 * Set the flag to make pmu::enable() not perform the
1430 static void x86_pmu_start_txn(const struct pmu *pmu) argument
1440 * Clear the flag and pmu::enable() will perform the
1443 static void x86_pmu_cancel_txn(const struct pmu *pm argument
1460 x86_pmu_commit_txn(const struct pmu *pmu) argument
1486 static const struct pmu pmu = { variable in typeref:struct:pmu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dperf_event.c78 extern __weak const struct pmu *hw_perf_event_init(struct perf_event *event)
439 event->pmu->disable(event);
670 if (event->pmu->enable(event)) {
694 const struct pmu *pmu = group_event->pmu; local
701 if (pmu->start_txn)
705 pmu->start_txn(pmu);
709 pmu
4774 const struct pmu *pmu = NULL; local
4836 const struct pmu *pmu; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A DMakefile4 pmu.o io-workarounds.o spider-pci.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dpmu.c2 * linux/arch/arm/kernel/pmu.c
22 #include <asm/pmu.h>
50 .name = "arm-pmu",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ssb/
H A Ddriver_chipcommon_pmu.c104 cc->pmu.crystalfreq = e->freq;
233 cc->pmu.crystalfreq = 20000;
243 cc->pmu.crystalfreq = e->freq;
336 if (cc->pmu.rev == 2) {
514 cc->pmu.rev = (pmucap & SSB_CHIPCO_PMU_CAP_REVISION);
517 cc->pmu.rev, pmucap);
519 if (cc->pmu.rev == 1)

Completed in 313 milliseconds

123