Home
last modified time | relevance | path

Searched defs:pmc (Results 1 – 25 of 85) sorted by relevance

1234

/freebsd-13-stable/sys/i386/i386/
HDperfmon.c127 perfmon_setup(int pmc, unsigned int control) in perfmon_setup()
145 perfmon_get(int pmc, unsigned int *control) in perfmon_get()
158 perfmon_fini(int pmc) in perfmon_fini()
173 perfmon_start(int pmc) in perfmon_start()
192 perfmon_stop(int pmc) in perfmon_stop()
211 perfmon_read(int pmc, quad_t *val) in perfmon_read()
228 perfmon_reset(int pmc) in perfmon_reset()
249 writectl6(int pmc) in writectl6()
265 writectl5(int pmc) in writectl5()
334 struct pmc *pmc; in perfmon_ioctl() local
/freebsd-13-stable/sys/dev/hwpmc/
HDhwpmc_armv7.c62 armv7_interrupt_enable(uint32_t pmc) in armv7_interrupt_enable()
74 armv7_interrupt_disable(uint32_t pmc) in armv7_interrupt_disable()
86 armv7_counter_enable(unsigned int pmc) in armv7_counter_enable()
98 armv7_counter_disable(unsigned int pmc) in armv7_counter_disable()
110 armv7_pmcn_read(unsigned int pmc, uint32_t evsel) in armv7_pmcn_read()
124 armv7_pmcn_write(unsigned int pmc, uint32_t reg) in armv7_pmcn_write()
302 armv7_release_pmc(int cpu, int ri, struct pmc *pmc) in armv7_release_pmc()
HDhwpmc_arm64.c59 arm64_interrupt_enable(uint32_t pmc) in arm64_interrupt_enable()
73 arm64_interrupt_disable(uint32_t pmc) in arm64_interrupt_disable()
87 arm64_counter_enable(unsigned int pmc) in arm64_counter_enable()
101 arm64_counter_disable(unsigned int pmc) in arm64_counter_disable()
137 arm64_pmcn_read(unsigned int pmc) in arm64_pmcn_read()
150 arm64_pmcn_write(unsigned int pmc, uint32_t reg) in arm64_pmcn_write()
339 arm64_release_pmc(int cpu, int ri, struct pmc *pmc) in arm64_release_pmc()
HDhwpmc_octeon.c119 mips_pmcn_read(unsigned int pmc) in mips_pmcn_read()
141 mips_pmcn_write(unsigned int pmc, uint64_t reg) in mips_pmcn_write()
HDhwpmc_mips74k.c195 mips_pmcn_read(unsigned int pmc) in mips_pmcn_read()
217 mips_pmcn_write(unsigned int pmc, uint64_t reg) in mips_pmcn_write()
HDhwpmc_mips24k.c165 mips_pmcn_read(unsigned int pmc) in mips_pmcn_read()
187 mips_pmcn_write(unsigned int pmc, uint64_t reg) in mips_pmcn_write()
HDhwpmc_mpc7xxx.c299 mpc7xxx_pmcn_read(unsigned int pmc) in mpc7xxx_pmcn_read()
320 mpc7xxx_pmcn_write(unsigned int pmc, uint32_t val) in mpc7xxx_pmcn_write()
/freebsd-13-stable/lib/libpmc/
HDlibpmc.c1101 pmc_attach(pmc_id_t pmc, pid_t pid) in pmc_attach()
1151 pmc_detach(pmc_id_t pmc, pid_t pid) in pmc_detach()
1161 pmc_disable(int cpu, int pmc) in pmc_disable()
1172 pmc_enable(int cpu, int pmc) in pmc_enable()
1329 pmc_get_msr(pmc_id_t pmc, uint32_t *msr) in pmc_get_msr()
1738 pmc_read(pmc_id_t pmc, pmc_value_t *value) in pmc_read()
1754 pmc_release(pmc_id_t pmc) in pmc_release()
1763 pmc_rw(pmc_id_t pmc, pmc_value_t newvalue, pmc_value_t *oldvaluep) in pmc_rw()
1779 pmc_set(pmc_id_t pmc, pmc_value_t value) in pmc_set()
1792 pmc_start(pmc_id_t pmc) in pmc_start()
[all …]
/freebsd-13-stable/sys/contrib/device-tree/src/arm/
HDat91sam9g35.dtsi28 pmc: pmc@fffffc00 { label
HDat91sam9x35.dtsi29 pmc: pmc@fffffc00 { label
HDat91sam9x25.dtsi30 pmc: pmc@fffffc00 { label
HDat91sam9g25.dtsi29 pmc: pmc@fffffc00 { label
HDsama5d3_emac.dtsi33 pmc: pmc@fffffc00 { label
HDat91sam9g20.dtsi41 pmc: pmc@fffffc00 { label
/freebsd-13-stable/sys/contrib/device-tree/src/powerpc/fsl/
HDmpc8569si-post.dtsi183 pmc: power@70 { label
HDmpc8568si-post.dtsi195 pmc: power@70 { label
/freebsd-13-stable/sys/contrib/device-tree/src/powerpc/
HDmpc8313erdb.dts290 pmc: power@b00 { label
HDmpc8379_mds.dts386 pmc: power@b00 { label
HDmpc8610_hpcd.dts258 pmc: power@70 { label
HDmpc8378_mds.dts356 pmc: power@b00 { label
HDmpc8377_mds.dts372 pmc: power@b00 { label
HDmpc832x_mds.dts79 pmc: power@b00 { label
HDmpc832x_rdb.dts61 pmc: power@b00 { label
HDmpc8379_rdb.dts393 pmc: power@b00 { label
/freebsd-13-stable/sys/sys/
HDpmc.h727 struct pmc { struct
743 pmc_value_t pm_savedvalue; /* Virtual PMCS */ argument
756 pmc_value_t pm_reloadcount; /* sampling PMC modes */ argument
760 struct pmc_pcpu_state *pm_pcpu_state; argument
763 enum pmc_event pm_event; /* event being measured */ argument
765 struct pmc_owner *pm_owner; /* owner thread state */ argument
767 enum pmc_state pm_state; /* current PMC state */ argument
774 pmc_id_t pm_id; /* allocated PMC id */ argument
775 enum pmc_class pm_class; argument
778 union pmc_md_pmc pm_md; argument
[all …]

1234