Main index | Section 3 | Options |
#include <pmc.h>
Function pmc_read() will read the current value of the PMC specified by argument pmc and write it to the location specified by argument value.
Function pmc_write() will set the current value of the PMC specified by argument pmc to the value specified by argument value.
Function pmc_rw() combines a read and a write into a single atomic operation.
For write operations the PMC should be a quiescent state.
[EBUSY] | |
A write operation specified a currently running PMC. | |
[EINVAL] | |
Argument pmc specified a PMC not in a readable state. | |
[EINVAL] | |
The PMC specified by argument pmc was not owned by the current process. | |
PMC_READ (3) | November 25, 2007 |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | Unix is the answer, but only if you phrase the question very carefully. | ” |
— Belinda Asbell |