pmc_write
int pmc_write(pmc_id_t _pmc, pmc_value_t _value);
if (pmc_write(pmcid, 0) < 0)
ATF_REQUIRE(pmc_write(pmcid, seed) == 0);