PMAPI_INTERNAL(3) | Library Functions Manual | PMAPI_INTERNAL(3) |
PMAPI_INTERNAL - internal details for the Performance Metrics Application Programming Interface
#include "pmapi.h"
#include "libpcp.h"
... assorted routines ...
cc ... -lpcp
This documentation is intended for internal Performance Co-Pilot (PCP) developer use.
These interfaces are not part of the PCP APIs that are guaranteed to remain fixed across releases, and they may not work, or may provide different semantics at some point in the future.
Refer to PMAPI(3) for general information about the external interfaces defined in <pcp/pmapi.h>. The interfaces described here assume that context.
The following groups of internal functions and services in libpcp are restricted to being called from a single-thread, and this is enforced by returning PM_ERR_THREAD when an attempt to call the routines in each group from more than one thread is detected.
PCP | Performance Co-Pilot |