*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: pmc_init | Section: 3 | Source: FreeBSD | File: pmc_init.3.gz
PMC_INIT(3) FreeBSD Library Functions Manual PMC_INIT(3) NAME pmc_init - initialize library LIBRARY Performance Counters Library (libpmc, -lpmc) SYNOPSIS #include <pmc.h> int pmc_init(void); DESCRIPTION Function pmc_init() initializes the PMC library. This function must be called before any of the other functions in the library. RETURN VALUES 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. ERRORS A call to pmc_init() may fail with the following errors: [ENOENT] The hwpmc(4) module was not found in the kernel. [EPROGMISMATCH] The library's version number did not match that expected by hwpmc(4). [ENXIO] PMC hardware on this system is unsupported. SEE ALSO pmc(3), hwpmc(4) FreeBSD 14.1-RELEASE-p8 November 24, 2007 FreeBSD 14.1-RELEASE-p8

Navigation Options