1PMFREEPROFILE(3) Library Functions Manual PMFREEPROFILE(3)
2
3
4
6 __pmFreeProfile - free a PMAPI instance profile
7
9 #include "pmapi.h"
10 #include "libpcp.h"
11
12 void __pmFreeProfile(pmProfile *prof);
13
14 cc ... -lpcp
15
17 This documentation is intended for internal Performance Co-Pilot (PCP)
18 developer use.
19
20 These interfaces are not part of the PCP APIs that are guaranteed to
21 remain fixed across releases, and they may not work, or may provide
22 different semantics at some point in the future.
23
25 __pmFreeProfile frees the storage for the PMAPI instance profile prof,
26 assuming the storage was allocated using malloc(3) according to the
27 scheme used in __pmDecodeProfile(3).
28
30 malloc(3), PMAPI(3) and __pmDecodeProfile(3).
31
32
33
34Performance Co-Pilot PCP PMFREEPROFILE(3)