Home
last modified time | relevance | path

Searched refs:pm_enabled (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/sys/dev/hwpmc/
H A Dhwpmc_powerpc.c126 pi->pm_enabled = TRUE; in powerpc_describe()
129 pi->pm_enabled = FALSE; in powerpc_describe()
H A Dhwpmc_tsc.c143 pi->pm_enabled = TRUE; in tsc_describe()
146 pi->pm_enabled = FALSE; in tsc_describe()
H A Dhwpmc_uncore.c256 pi->pm_enabled = TRUE; in ucf_describe()
259 pi->pm_enabled = FALSE; in ucf_describe()
593 pi->pm_enabled = TRUE; in ucp_describe()
596 pi->pm_enabled = FALSE; in ucp_describe()
H A Dhwpmc_arm64.c391 pi->pm_enabled = TRUE; in arm64_describe()
394 pi->pm_enabled = FALSE; in arm64_describe()
H A Dhwpmc_armv7.c382 pi->pm_enabled = TRUE; in armv7_describe()
385 pi->pm_enabled = FALSE; in armv7_describe()
H A Dhwpmc_soft.c182 pi->pm_enabled = TRUE; in soft_describe()
185 pi->pm_enabled = FALSE; in soft_describe()
H A Dhwpmc_core.c339 pi->pm_enabled = TRUE; in iaf_describe()
342 pi->pm_enabled = FALSE; in iaf_describe()
838 pi->pm_enabled = TRUE; in iap_describe()
841 pi->pm_enabled = FALSE; in iap_describe()
H A Dhwpmc_mips.c338 pi->pm_enabled = TRUE; in mips_describe()
341 pi->pm_enabled = FALSE; in mips_describe()
H A Dhwpmc_amd.c877 pi->pm_enabled = TRUE; in amd_describe()
880 pi->pm_enabled = FALSE; in amd_describe()
/freebsd-12.1/usr.sbin/pmccontrol/
H A Dpmccontrol.c267 pd->pm_enabled ? "ENABLED" : "DISABLED", in pmcc_do_list_state()
/freebsd-12.1/sys/sys/
H A Dpmc.h513 int pm_enabled; /* whether enabled */ member