Lines Matching defs:taskstats

41 struct taskstats {  struct
47 __u16 version;
48 __u32 ac_exitcode; /* Exit status */
54 __u8 ac_flag; /* Record flags */
55 __u8 ac_nice; /* task_nice */
73 __u64 cpu_count __attribute__((aligned(8)));
74 __u64 cpu_delay_total;
75 __u64 cpu_delay_max;
76 __u64 cpu_delay_min;
83 __u64 blkio_count;
84 __u64 blkio_delay_total;
85 __u64 blkio_delay_max;
86 __u64 blkio_delay_min;
89 __u64 swapin_count;
90 __u64 swapin_delay_total;
91 __u64 swapin_delay_max;
92 __u64 swapin_delay_min;
100 __u64 cpu_run_real_total;
108 __u64 cpu_run_virtual_total;
113 char ac_comm[TS_COMM_LEN]; /* Command name */
114 __u8 ac_sched __attribute__((aligned(8)));
116 __u8 ac_pad[3];
117 __u32 ac_uid __attribute__((aligned(8)));
119 __u32 ac_gid; /* Group ID */
120 __u32 ac_pid; /* Process ID */
121 __u32 ac_ppid; /* Parent process ID */
123 __u32 ac_btime; /* Begin time [sec since 1970] */
124 __u64 ac_etime __attribute__((aligned(8)));
126 __u64 ac_utime; /* User CPU time [usec] */
127 __u64 ac_stime; /* SYstem CPU time [usec] */
128 __u64 ac_minflt; /* Minor Page Fault Count */
129 __u64 ac_majflt; /* Major Page Fault Count */
139 __u64 coremem; /* accumulated RSS usage in MB-usec */
143 __u64 virtmem; /* accumulated VM usage in MB-usec */
148 __u64 hiwater_rss; /* High-watermark of RSS usage, in KB */
149 __u64 hiwater_vm; /* High-water VM usage, in KB */
152 __u64 read_char; /* bytes read */
153 __u64 write_char; /* bytes written */
154 __u64 read_syscalls; /* read syscalls */
155 __u64 write_syscalls; /* write syscalls */
160 __u64 read_bytes; /* bytes of read I/O */
161 __u64 write_bytes; /* bytes of write I/O */
162 __u64 cancelled_write_bytes; /* bytes of cancelled write I/O */
164 __u64 nvcsw; /* voluntary_ctxt_switches */
165 __u64 nivcsw; /* nonvoluntary_ctxt_switches */
168 __u64 ac_utimescaled; /* utime scaled on frequency etc */
169 __u64 ac_stimescaled; /* stime scaled on frequency etc */
170 __u64 cpu_scaled_run_real_total; /* scaled cpu_run_real_total */
173 __u64 freepages_count;
174 __u64 freepages_delay_total;
175 __u64 freepages_delay_max;
176 __u64 freepages_delay_min;
179 __u64 thrashing_count;
180 __u64 thrashing_delay_total;
181 __u64 thrashing_delay_max;
182 __u64 thrashing_delay_min;
185 __u64 ac_btime64; /* 64-bit begin time */
188 __u64 compact_count;
189 __u64 compact_delay_total;
190 __u64 compact_delay_max;
191 __u64 compact_delay_min;
194 __u32 ac_tgid; /* thread group ID */
198 __u64 ac_tgetime __attribute__((aligned(8)));
206 __u64 ac_exe_dev; /* program binary device ID */
207 __u64 ac_exe_inode; /* program binary inode number */
211 __u64 wpcopy_count;
212 __u64 wpcopy_delay_total;
213 __u64 wpcopy_delay_max;
214 __u64 wpcopy_delay_min;
217 __u64 irq_count;
218 __u64 irq_delay_total;
219 __u64 irq_delay_max;
220 __u64 irq_delay_min;