Lines Matching defs:taskstats
11 struct taskstats { struct
13 __u16 version;
14 __u32 ac_exitcode;
16 __u8 ac_flag;
17 __u8 ac_nice;
20 __u64 cpu_count __attribute__((aligned(8)));
21 __u64 cpu_delay_total;
24 __u64 blkio_count;
25 __u64 blkio_delay_total;
27 __u64 swapin_count;
28 __u64 swapin_delay_total;
30 __u64 cpu_run_real_total;
32 __u64 cpu_run_virtual_total;
36 char ac_comm[TS_COMM_LEN];
37 __u8 ac_sched __attribute__((aligned(8)));
39 __u8 ac_pad[3];
40 __u32 ac_uid __attribute__((aligned(8)));
42 __u32 ac_gid;
43 __u32 ac_pid;
44 __u32 ac_ppid;
45 __u32 ac_btime;
46 __u64 ac_etime __attribute__((aligned(8)));
48 __u64 ac_utime;
49 __u64 ac_stime;
50 __u64 ac_minflt;
51 __u64 ac_majflt;
55 __u64 coremem;
57 __u64 virtmem;
59 __u64 hiwater_rss;
60 __u64 hiwater_vm;
62 __u64 read_char;
63 __u64 write_char;
64 __u64 read_syscalls;
65 __u64 write_syscalls;
69 __u64 read_bytes;
70 __u64 write_bytes;
71 __u64 cancelled_write_bytes;
72 __u64 nvcsw;
73 __u64 nivcsw;
75 __u64 ac_utimescaled;
76 __u64 ac_stimescaled;
77 __u64 cpu_scaled_run_real_total;
79 __u64 freepages_count;
80 __u64 freepages_delay_total;