man.bsd.lv manual page server

Manual Page Search Parameters

PMC_INIT(3) Library Functions Manual PMC_INIT(3)

pmc_initinitialize library

library “libpmc”

#include <pmc.h>

int
pmc_init(void);

Function () initializes the PMC library. This function must be called before any of the other functions in the library.

The pmc_init() function returns the value 0 if successful; otherwise the value -1 is returned and the global variable errno is set to indicate the error.

A call to pmc_init() may fail with the following errors:

[]
The hwpmc(4) module was not found in the kernel.
[]
The library's version number did not match that expected by hwpmc(4).
[]
PMC hardware on this system is unsupported.

pmc(3), hwpmc(4)

November 24, 2007 FreeBSD-12.0