Home
last modified time | relevance | path

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

/trueos/lib/libpmc/
HDpmc.h91 int pmc_stop(pmc_id_t _pmc);
HDMakefile72 pmc_start.3 pmc_stop.3
HDlibpmc.c3551 pmc_stop(pmc_id_t pmc) in pmc_stop() function
/trueos/sys/dev/hwpmc/
HDhwpmc_mod.c222 static int pmc_stop(struct pmc *pm);
2695 pmc_stop(struct pmc *pm) in pmc_stop() function
2865 pmc_stop(pm); in pmc_syscall_handler()
3928 error = pmc_stop(pm); in pmc_syscall_handler()
/trueos/usr.sbin/pmcstat/
HDpmcstat.c200 if (pmc_stop(ev->ev_pmcid) < 0) in pmcstat_cleanup()