Merge branch 'antonblanchard/procps-proc-stat-buffer'
References: procps-ng/procps!105
This commit is contained in:
commit
e2470edc8c
@ -56,7 +56,7 @@ extern unsigned long kb_inactive;
|
|||||||
extern unsigned long kb_mapped;
|
extern unsigned long kb_mapped;
|
||||||
extern unsigned long kb_pagetables;
|
extern unsigned long kb_pagetables;
|
||||||
|
|
||||||
#define BUFFSIZE (64*1024)
|
#define BUFFSIZE (128*1024)
|
||||||
typedef unsigned long long jiff;
|
typedef unsigned long long jiff;
|
||||||
extern void getstat(jiff *__restrict cuse, jiff *__restrict cice, jiff *__restrict csys, jiff *__restrict cide, jiff *__restrict ciow, jiff *__restrict cxxx, jiff *__restrict cyyy, jiff *__restrict czzz,
|
extern void getstat(jiff *__restrict cuse, jiff *__restrict cice, jiff *__restrict csys, jiff *__restrict cide, jiff *__restrict ciow, jiff *__restrict cxxx, jiff *__restrict cyyy, jiff *__restrict czzz,
|
||||||
unsigned long *__restrict pin, unsigned long *__restrict pout, unsigned long *__restrict s_in, unsigned long *__restrict sout,
|
unsigned long *__restrict pin, unsigned long *__restrict pout, unsigned long *__restrict s_in, unsigned long *__restrict sout,
|
||||||
|
Loading…
Reference in New Issue
Block a user