Home
last modified time | relevance | path

Searched refs:pmc_hw (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_armv7.c52 struct pmc_hw *pc_armv7pmcs;
234 struct pmc_hw *phw; in armv7_config_pmc()
300 struct pmc_hw *phw __diagused; in armv7_release_pmc()
370 struct pmc_hw *phw; in armv7_describe()
406 struct pmc_hw *phw; in armv7_pcpu_init()
419 pac->pc_armv7pmcs = malloc(sizeof(struct pmc_hw) * armv7_npmcs, in armv7_pcpu_init()
H A Dhwpmc_arm64.c52 struct pmc_hw *pc_arm64pmcs;
293 struct pmc_hw *phw; in arm64_config_pmc()
352 struct pmc_hw *phw __diagused;
420 struct pmc_hw *phw; in arm64_describe()
456 struct pmc_hw *phw; in arm64_pcpu_init()
469 pac->pc_arm64pmcs = malloc(sizeof(struct pmc_hw) * arm64_npmcs, in arm64_pcpu_init()
H A Dhwpmc_cmn600.c50 struct pmc_hw *pd_phw;
202 struct pmc_hw *phw; in cmn600_config_pmc()
376 struct pmc_hw *phw; in cmn600_release_pmc()
564 struct pmc_hw *phw; in cmn600_describe()
596 struct pmc_hw *phw; in cmn600_pcpu_init()
644 struct pmc_hw *phw; in cmn600_pmu_intr()
765 cmn600_pmcdesc[i]->pd_phw = (struct pmc_hw *)malloc( in pmc_cmn600_initialize()
766 sizeof(struct pmc_hw), M_PMC, M_WAITOK|M_ZERO); in pmc_cmn600_initialize()
H A Dhwpmc_dmc620.c95 struct pmc_hw *pd_phw;
250 struct pmc_hw *phw; in CLASSDEP_FN3()
343 struct pmc_hw *phw __diagused; in CLASSDEP_FN3()
429 struct pmc_hw *phw; in CLASSDEP_FN4()
460 struct pmc_hw *phw; in CLASSDEP_FN2()
509 struct pmc_hw *phw; in dmc620_intr()
601 dmc620_pmcdesc[0][i]->pd_phw = malloc(sizeof(struct pmc_hw), in pmc_dmc620_initialize_cd2()
660 dmc620_pmcdesc[1][i]->pd_phw = malloc(sizeof(struct pmc_hw), in pmc_dmc620_initialize_c()
H A Dhwpmc_tsc.c64 struct pmc_hw tc_hw;
92 struct pmc_hw *phw; in tsc_config_pmc()
115 struct pmc_hw *phw; in tsc_describe()
243 struct pmc_hw *phw __diagused; in tsc_release_pmc()
H A Dhwpmc_soft.c87 struct pmc_hw soft_hw[SOFT_NPMCS];
136 struct pmc_hw *phw; in soft_config_pmc()
160 struct pmc_hw *phw; in soft_describe()
228 struct pmc_hw *phw; in soft_pcpu_init()
290 struct pmc_hw *phw __diagused; in soft_release_pmc()
H A Dhwpmc_powerpc.c108 struct pmc_hw *phw; in powerpc_describe()
143 struct pmc_hw *phw; in powerpc_pcpu_init()
151 ppc_max_pmcs * sizeof(struct pmc_hw), M_PMC, M_WAITOK | M_ZERO); in powerpc_pcpu_init()
233 struct pmc_hw *phw __diagused; in powerpc_release_pmc()
268 struct pmc_hw *phw; in powerpc_config_pmc()
H A Dhwpmc_uncore.c65 struct pmc_hw pc_uncorepmcs[];
92 struct pmc_hw *phw; in uncore_pcpu_init()
104 cc = malloc(sizeof(struct uncore_cpu) + npmc * sizeof(struct pmc_hw), in uncore_pcpu_init()
236 struct pmc_hw *phw; in ucf_describe()
545 struct pmc_hw *phw; in ucp_describe()
H A Dhwpmc_amd.c206 struct pmc_hw pc_amdpmcs[AMD_NPMCS];
290 struct pmc_hw *phw; in amd_config_pmc()
454 struct pmc_hw *phw __diagused; in amd_release_pmc()
653 struct pmc_hw *phw; in amd_describe()
698 struct pmc_hw *phw; in amd_pcpu_init()
H A Dhwpmc_core.c88 struct pmc_hw pc_corepmcs[];
120 struct pmc_hw *phw; in core_pcpu_init()
134 cc = malloc(sizeof(struct core_cpu) + npmc * sizeof(struct pmc_hw), in core_pcpu_init()
333 struct pmc_hw *phw; in iaf_describe()
799 struct pmc_hw *phw; in iap_describe()
H A Dhwpmc_powerpc.h60 struct pmc_hw pc_ppcpmcs[];
H A Dhwpmc_e500.c276 struct pmc_hw *phw; in e500_set_pmc()
H A Dhwpmc_mod.c1446 struct pmc_hw *phw __diagused; in pmc_process_csw_in()
2715 struct pmc_hw *phw __diagused; in pmc_release_pmc_descriptor()
3293 struct pmc_hw *phw; in pmc_do_op_pmcallocate()
4127 struct pmc_hw *phw; in pmc_syscall_handler()
5538 md->pmd_npmc * sizeof(struct pmc_hw *), M_PMC, in pmc_initialize()
/freebsd/sys/sys/
H A Dpmc.h896 struct pmc_hw { struct
970 struct pmc_hw *pc_hwpmcs[]; /* 'npmc' pointers */