Home
last modified time | relevance | path

Searched refs:pmc_write (Results 1 – 7 of 7) sorted by relevance

/freebsd/share/examples/hwpmc/
H A Doverhead.c71 if (pmc_write(pmcid, 0) < 0) in main()
/freebsd/lib/libpmc/
H A Dpmc.h94 int pmc_write(pmc_id_t _pmc, pmc_value_t _value);
H A DMakefile107 pmc_read.3 pmc_write.3 \
H A Dlibpmc.c2142 pmc_write(pmc_id_t pmc, pmc_value_t value) in pmc_write() function
/freebsd/tests/sys/pmc/
H A Dpmc_api_test.c77 static int op_write(pmc_id_t id) { return (pmc_write(id, 0)); } in op_write()
332 ATF_CHECK_MSG(pmc_write(id, 42) == 0, "pmc_write before start: %s", in ATF_TC_BODY()
H A Dpmc_wrap_test.c159 ATF_REQUIRE(pmc_write(pmcid, seed) == 0); in wrap_test()
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc7104 OLD_FILES+=usr/share/man/man3/pmc_write.3.gz