Home
last modified time | relevance | path

Searched refs:pm_mode (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/sys/sys/
Dpmc.h443 enum pmc_mode pm_mode; /* desired mode */ member
519 enum pmc_mode pm_mode; /* current mode [enum pmc_mode] */ member
/freebsd-12-stable/sys/dev/hwpmc/
Dhwpmc_tsc.c93 a->pm_mode != PMC_MODE_SC) in tsc_allocate_pmc()
Dhwpmc_mod.c3699 p->pm_mode = PMC_TO_MODE(pm); in pmc_syscall_handler()
3836 mode = pa.pm_mode; in pmc_syscall_handler()
3942 pmc->pm_id = PMC_ID_MAKE_ID(cpu,pa.pm_mode,pa.pm_class, in pmc_syscall_handler()
/freebsd-12-stable/usr.sbin/pmccontrol/
Dpmccontrol.c274 if (PMC_IS_SAMPLING_MODE(pd->pm_mode)) in pmcc_do_list_state()
/freebsd-12-stable/lib/libpmc/
Dlibpmc.c1032 pmc_config.pm_mode = mode; in pmc_allocate()