Home | History | Annotate | Download | only in linux

Lines Matching refs:__u64

69 	__u64	cpu_count __attribute__((aligned(8)));
70 __u64 cpu_delay_total;
77 __u64 blkio_count;
78 __u64 blkio_delay_total;
81 __u64 swapin_count;
82 __u64 swapin_delay_total;
90 __u64 cpu_run_real_total;
98 __u64 cpu_run_virtual_total;
113 __u64 ac_etime __attribute__((aligned(8)));
115 __u64 ac_utime; /* User CPU time [usec] */
116 __u64 ac_stime; /* SYstem CPU time [usec] */
117 __u64 ac_minflt; /* Minor Page Fault Count */
118 __u64 ac_majflt; /* Major Page Fault Count */
128 __u64 coremem; /* accumulated RSS usage in MB-usec */
132 __u64 virtmem; /* accumulated VM usage in MB-usec */
137 __u64 hiwater_rss; /* High-watermark of RSS usage, in KB */
138 __u64 hiwater_vm; /* High-water VM usage, in KB */
141 __u64 read_char; /* bytes read */
142 __u64 write_char; /* bytes written */
143 __u64 read_syscalls; /* read syscalls */
144 __u64 write_syscalls; /* write syscalls */
149 __u64 read_bytes; /* bytes of read I/O */
150 __u64 write_bytes; /* bytes of write I/O */
151 __u64 cancelled_write_bytes; /* bytes of cancelled write I/O */
153 __u64 nvcsw; /* voluntary_ctxt_switches */
154 __u64 nivcsw; /* nonvoluntary_ctxt_switches */
157 __u64 ac_utimescaled; /* utime scaled on frequency etc */
158 __u64 ac_stimescaled; /* stime scaled on frequency etc */
159 __u64 cpu_scaled_run_real_total; /* scaled cpu_run_real_total */