summaryrefslogtreecommitdiff
path: root/src/libpcp_pmda/src/exports
blob: ed8c3136bd3e8b194fb688b6b31f29c8ccceaa66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
PCP_PMDA_3.0 {
  global:
    pmdaInit;
    pmdaMain;
    pmdaGetOpt;
    pmdaConnect;
    pmdaOpenLog;
    pmdaOpenHelp;
    pmdaSetFlags;
    pmdaGetContext;
    pmdaGetInDomHelp;

    pmdaDaemon;
    pmdaDSO;

    __pmdaInFd;
    __pmdaMainPDU;
    __pmdaSetContext;

    pmdaPMID;
    pmdaRehash;

    pmdaSetCheckCallBack;
    pmdaSetDoneCallBack;
    pmdaSetEndContextCallBack;
    pmdaSetFetchCallBack;
    pmdaSetResultCallBack;

    pmdaAttribute;
    pmdaDesc;
    pmdaFetch;
    pmdaInstance;
    pmdaProfile;
    pmdaStore;
    pmdaText;
    pmdaName;
    pmdaChildren;

    pmdaCacheLookup;
    pmdaCacheLookupKey;
    pmdaCacheLookupName;
    pmdaCacheOp;
    pmdaCachePurge;
    pmdaCacheStore;
    pmdaCacheStoreKey;

    __pmdaCacheDump;
    __pmdaCacheDumpAll;
    __pmdaStartInst;
    __pmdaNextInst;
    __pmdaCntInst;

    pmdaCloseHelp;
    pmdaGetHelp;
    __pmdaHelpTab;

    pmdaTreeChildren;
    pmdaTreeName;
    pmdaTreePMID;
    pmdaTreeRebuildHash;
    pmdaTreeSize;

    pmdaEventAddMissedRecord;
    pmdaEventAddParam;
    pmdaEventAddRecord;
    pmdaEventClients;
    pmdaEventEndClient;
    pmdaEventGetAddr;
    pmdaEventNewActiveQueue;
    pmdaEventNewArray;
    pmdaEventNewClient;
    pmdaEventNewQueue;
    pmdaEventQueueAppend;
    pmdaEventQueueBytes;
    pmdaEventQueueClients;
    pmdaEventQueueCounter;
    pmdaEventQueueHandle;
    pmdaEventQueueMemory;
    pmdaEventQueueRecords;
    pmdaEventReleaseArray;
    pmdaEventResetArray;
    pmdaEventSetAccess;
    pmdaEventSetFilter;
    __pmdaEventPrint;

    pmdaDynamicLookupName;
    pmdaDynamicLookupPMID;
    pmdaDynamicLookupText;
    pmdaDynamicMetricTable;
    pmdaDynamicPMNS;

  local: *;
};

PCP_PMDA_3.1 {
  global:
    pmdaGetOptions;
    pmdaUsageMessage;
} PCP_PMDA_3.0;

PCP_PMDA_3.2 {
  global:
    pmdaDynamicSetClusterMask;
} PCP_PMDA_3.1;

PCP_PMDA_3.3 {
  global:
    pmdaEventNewHighResArray;
    pmdaEventResetHighResArray;
    pmdaEventReleaseHighResArray;
    pmdaEventAddHighResRecord;
    pmdaEventAddHighResMissedRecord;
    pmdaEventHighResAddParam;
    pmdaEventHighResGetAddr;
} PCP_PMDA_3.2;