Lines Matching defs:taskstats
25 struct taskstats { struct
26 __u16 version;
27 __u32 ac_exitcode;
29 __u8 ac_flag;
30 __u8 ac_nice;
31 __u64 cpu_count __attribute__((aligned(8)));
32 __u64 cpu_delay_total;
34 __u64 blkio_count;
35 __u64 blkio_delay_total;
36 __u64 swapin_count;
37 __u64 swapin_delay_total;
39 __u64 cpu_run_real_total;
40 __u64 cpu_run_virtual_total;
41 char ac_comm[TS_COMM_LEN];
42 __u8 ac_sched __attribute__((aligned(8)));
44 __u8 ac_pad[3];
45 __u32 ac_uid __attribute__((aligned(8)));
46 __u32 ac_gid;
47 __u32 ac_pid;
49 __u32 ac_ppid;
50 __u32 ac_btime;
51 __u64 ac_etime __attribute__((aligned(8)));
52 __u64 ac_utime;
54 __u64 ac_stime;
55 __u64 ac_minflt;
56 __u64 ac_majflt;
57 __u64 coremem;
59 __u64 virtmem;
60 __u64 hiwater_rss;
61 __u64 hiwater_vm;
62 __u64 read_char;
64 __u64 write_char;
65 __u64 read_syscalls;
66 __u64 write_syscalls;
69 __u64 read_bytes;
70 __u64 write_bytes;
71 __u64 cancelled_write_bytes;
72 __u64 nvcsw;
74 __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;