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

12

/freebsd-current/lib/libpmc/
H A DMakefile.depend12 lib/libpmc/pmu-events.host \
H A DMakefile23 JEVENTS?= ${HOST_OBJTOP}/${RELDIR}/pmu-events/jevents
25 JEVENTS= ${BTOOLSPATH:U.}/pmu-events/jevents
30 SUBDIR+= pmu-events
35 ${JEVENTS} ${EVENT_ARCH} ${.CURDIR}/pmu-events/arch ${.TARGET}.tmp
H A Dlibpmc_pmu_util.c46 #include "pmu-events/pmu-events.h"
469 if (pe->pmu != NULL)
470 printf("pmu: %s\n", pe->pmu);
/freebsd-current/lib/libpmc/pmu-events/
H A Dpmu-events.h22 const char *pmu; member in struct:pmu_event
37 * The identifier specified in tools/perf/pmu-events/arch/xxx/mapfile
H A Djevents.c50 #include "pmu-events.h"
69 char *pmu; member in struct:json_event
366 if (je->pmu)
367 fprintf(outfp, "\t.pmu = \"%s\",\n", je->pmu);
396 char *pmu; member in struct:event_struct
426 op(pmu); \
648 je.pmu = strdup(ppmu);
650 if (!je.pmu)
651 je.pmu
[all...]
/freebsd-current/share/man/man4/man4.powerpc/
H A DMakefile10 pmu.4 \
/freebsd-current/sys/arm/rockchip/
H A Drk32xx_mp.c81 bus_space_handle_t pmu; local
88 rv = bus_space_map(fdtbus_bs_tag, PMU_PHYSBASE, PMU_SIZE, 0, &pmu);
93 val = bus_space_read_4(fdtbus_bs_tag, pmu, PMU_PWRDN_CON);
96 bus_space_write_4(fdtbus_bs_tag, pmu, PMU_PWRDN_CON, val);
100 val = bus_space_read_4(fdtbus_bs_tag, pmu, PMU_PWRDN_CON);
103 bus_space_write_4(fdtbus_bs_tag, pmu, PMU_PWRDN_CON, val);
116 bus_space_unmap(fdtbus_bs_tag, pmu, PMU_SIZE);
/freebsd-current/sys/dev/bhnd/cores/chipc/
H A Dbhnd_pmu_chipc.c51 #include <dev/bhnd/cores/pmu/bhnd_pmuvar.h>
52 #include <dev/bhnd/cores/pmu/bhnd_pmureg.h>
77 if (!ccaps->pmu)
H A Dchipc.h85 bool pmu; /**< PMU is present. */ member in struct:chipc_caps
H A Dchipc_subr.c299 CC_TFS(pmu), CC_TFS(eci));
/freebsd-current/sys/contrib/xen/
H A Dpmu.h28 #include "arch-x86/pmu.h"
108 * by both the hypervisor and the guest (see arch-$arch/pmu.h).
130 xen_pmu_arch_t pmu; member in struct:xen_pmu_data
/freebsd-current/sys/arm/allwinner/
H A Daw_usbphy.c138 struct resource ** pmu; member in struct:awusbphy_softc
198 if (sc->pmu[phyno] == NULL)
202 CLR4(sc->pmu[phyno], PMU_UNK_H3, PMU_UNK_H3_CLR);
204 SET4(sc->pmu[phyno], PMU_IRQ_ENABLE, PMU_ULPI_BYPASS |
269 sc->pmu = malloc(sizeof(*(sc->pmu)) * sc->phy_conf->num_phys, M_DEVBUF,
277 snprintf(pname, sizeof(pname), "pmu%d", off);
282 sc->pmu[off] = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &rid,
284 if (sc->pmu[off] == NULL) {
/freebsd-current/sys/arm/arm/
H A Dpmu_acpi.c39 #include "pmu.h"
131 "pmu", -1);
134 device_printf(parent, "pmu: Unable to add pmu child\n");
188 DEFINE_CLASS_0(pmu, pmu_acpi_driver, pmu_acpi_methods,
191 DRIVER_MODULE(pmu, acpi, pmu_acpi_driver, 0, 0);
H A Dpmu_fdt.c42 #include "pmu.h"
46 {"arm,cortex-a77-pmu", 1},
47 {"arm,cortex-a76-pmu", 1},
48 {"arm,cortex-a75-pmu", 1},
49 {"arm,cortex-a73-pmu", 1},
50 {"arm,cortex-a72-pmu", 1},
51 {"arm,cortex-a65-pmu", 1},
52 {"arm,cortex-a57-pmu", 1},
53 {"arm,cortex-a55-pmu", 1},
54 {"arm,cortex-a53-pmu",
[all...]
/freebsd-current/sys/dev/bhnd/siba/
H A Dsiba.c169 *result = (uintptr_t)dinfo->pmu.bhnd_info;
212 dinfo->pmu.bhnd_info = (void *)value;
269 if (ccaps.pmu) {
308 dinfo->pmu.pwrctl = pwrctl;
333 panic("pmu over-release for %s", device_get_nameunit(child));
344 pwrctl = dinfo->pmu.pwrctl;
354 dinfo->pmu.pwrctl = NULL;
363 KASSERT(dinfo->pmu.pwrctl == NULL,
367 dinfo->pmu.pwrctl = NULL;
403 error = bhnd_pwrctl_get_clock_latency(dinfo->pmu
[all...]
H A Dsibavar.h219 } pmu; member in struct:siba_devinfo
/freebsd-current/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl.c41 #include <dev/bhnd/cores/pmu/bhnd_pmuvar.h>
42 #include <dev/bhnd/cores/pmu/bhnd_pmureg.h>
100 if (ccaps->pmu || !ccaps->pwr_ctrl)
H A Dbhnd_pwrctl_subr.c38 #include <dev/bhnd/cores/pmu/bhnd_pmuvar.h>
39 #include <dev/bhnd/cores/pmu/bhnd_pmureg.h>
/freebsd-current/sys/modules/bhnd/
H A DMakefile5 .PATH: ${SRCTOP}/sys/dev/bhnd/cores/pmu
/freebsd-current/sys/powerpc/powermac/
H A Dpmu.c149 "pmu",
154 EARLY_DRIVER_MODULE(pmu, macio, pmu_driver, 0, 0, BUS_PASS_RESOURCE);
155 DRIVER_MODULE(adb, pmu, adb_driver, 0, 0);
177 MODULE_DEPEND(pmu, usb, 1, 1, 1);
271 static device_t pmu = NULL; variable
291 if (strcmp(type, "via-pmu") != 0)
327 if (pmu)
328 return (setup_pmu_intr(pmu,dev));
353 mtx_init(&sc->sc_mutex,"pmu",NULL,MTX_DEF | MTX_RECURSE);
365 pmu
[all...]
/freebsd-current/sys/dev/arcmsr/
H A Darcmsr.c279 struct HBB_MessageUnit *phbbmu = (struct HBB_MessageUnit *)acb->pmu;
325 struct HBB_MessageUnit *phbbmu = (struct HBB_MessageUnit *)acb->pmu;
385 struct HBB_MessageUnit *phbbmu = (struct HBB_MessageUnit *)acb->pmu;
485 struct HBB_MessageUnit *phbbmu = (struct HBB_MessageUnit *)acb->pmu;
660 struct HBB_MessageUnit *phbbmu = (struct HBB_MessageUnit *)acb->pmu;
911 struct HBB_MessageUnit *phbbmu=(struct HBB_MessageUnit *)acb->pmu;
1093 struct HBB_MessageUnit *phbbmu = (struct HBB_MessageUnit *)acb->pmu;
1128 struct HBD_MessageUnit0 *phbdmu = (struct HBD_MessageUnit0 *)acb->pmu;
1192 struct HBA_MessageUnit *phbamu = (struct HBA_MessageUnit *)acb->pmu;
1198 struct HBB_MessageUnit *phbbmu = (struct HBB_MessageUnit *)acb->pmu;
[all...]
/freebsd-current/
H A DMakefile.libcompat102 _jevents= lib/libpmc/pmu-events
/freebsd-current/sys/dev/bwn/
H A Dif_bwn_phy_common.c78 #include <dev/bhnd/cores/pmu/bhnd_pmu.h>
/freebsd-current/sys/arm64/rockchip/
H A Drk_pinctrl.c109 struct syscon *pmu; member in struct:rk_pinctrl_softc
374 return (sc->pmu);
664 return (sc->pmu);
950 return (sc->pmu);
1497 if (OF_hasprop(node, "rockchip,pmu") &&
1499 "rockchip,pmu", &sc->pmu) != 0) {
1500 device_printf(dev, "cannot get pmu driver handle\n");
/freebsd-current/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_ppr.c69 #include <dev/bhnd/cores/pmu/bhnd_pmu.h>

Completed in 245 milliseconds

12