summaryrefslogtreecommitdiff
path: root/src/pmdas/hotproc/src/pglobal.h
blob: 659d7e0fb977113c831d463945a431a89e6dfd10 (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
/*
 * Copyright (c) 1995 Silicon Graphics, Inc.  All Rights Reserved.
 * 
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License as published by the
 * Free Software Foundation; either version 2 of the License, or (at your
 * option) any later version.
 * 
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 * for more details.
 * 
 * You should have received a copy of the GNU General Public License along
 * with this program; if not, write to the Free Software Foundation, Inc.,
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 */

#ifndef PGLOBAL_H
#define PGLOBAL_H

#define CLUSTER_GLOBAL 100

#define ITEM_NPROCS           0
#define ITEM_REFRESH          1
#define ITEM_CPUIDLE          2
#define ITEM_TOTAL_CPUBURN    3
#define ITEM_TRANSIENT        4
#define ITEM_TOTAL_NOTCPUBURN 5
#define ITEM_OTHER_TOTAL      6
#define ITEM_OTHER_PERCENT    7
#define ITEM_CONFIG           8
#define ITEM_CONFIG_GEN	      9

void pglobal_init(int dom);
int pglobal_getdesc(pmID pmid, pmDesc *desc);
int pglobal_setatom(int item, pmAtomValue *atom, int j);
int pglobal_getinfo(pid_t pid, int j);
int pglobal_allocbuf(int size);

#endif