Main index | Section 3 | Options |
#include <pmc.h>
Function pmc_configure_logfile() is used to turn on and turn off logging. If argument fd is a valid file handle returned by a prior call to open(2) or socket(2) then performance events will be logged to the file corresponding to the specified handle. If the value of argument fd is -1 then logging will be stopped after any pending data is flushed.
Function pmc_flush_logfile() will force all log data queued inside the hwpmc(4) driver to be written out.
Function pmc_writelog() will append a log entry containing the value of argument userdata to the log file.
Function pmc_close_logfile() will flush all pending log data and close hwpmc(4)Ap s side of the stream.
[EAGAIN] | |
The hwpmc(4) driver was not able to create a helper process due to system limits being reached. | |
[EBUSY] | |
Function pmc_configure_logfile() was called with a log file already configured. | |
[EINVAL] | |
Function pmc_configure_logfile() was called with an argument of -1 without a log file being previously configured. | |
[ENOMEM] | |
The system encountered a memory shortage when servicing this request. | |
A call to pmc_flush_logfile() may fail with the following errors:
[EINVAL] | |
Function pmc_flush_logfile() was called without a log file being previously configured. | |
A call to pmc_writelog() may fail with the following errors:
[EINVAL] | |
Function pmc_writelog() was called without a log file being previously configured. | |
[ENOMEM] | |
The system encountered a memory shortage when servicing this request. | |
PMC_CONFIGURE_LOGFILE (3) | November 24, 2007 |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | LISP = Lots of Irritating Silly Parentheses | ” |