Lines Matching defs:taskstats
24 struct taskstats { struct
25 __u16 version;
26 __u32 ac_exitcode;
27 __u8 ac_flag;
28 __u8 ac_nice;
29 __u64 cpu_count __attribute__((aligned(8)));
30 __u64 cpu_delay_total;
31 __u64 blkio_count;
32 __u64 blkio_delay_total;
33 __u64 swapin_count;
34 __u64 swapin_delay_total;
35 __u64 cpu_run_real_total;
36 __u64 cpu_run_virtual_total;
37 char ac_comm[TS_COMM_LEN];
38 __u8 ac_sched __attribute__((aligned(8)));
39 __u8 ac_pad[3];
40 __u32 ac_uid __attribute__((aligned(8)));
41 __u32 ac_gid;
42 __u32 ac_pid;
43 __u32 ac_ppid;
44 __u32 ac_btime;
45 __u64 ac_etime __attribute__((aligned(8)));
46 __u64 ac_utime;
47 __u64 ac_stime;
48 __u64 ac_minflt;
49 __u64 ac_majflt;
50 __u64 coremem;
51 __u64 virtmem;
52 __u64 hiwater_rss;
53 __u64 hiwater_vm;
54 __u64 read_char;
55 __u64 write_char;
56 __u64 read_syscalls;
57 __u64 write_syscalls;
59 __u64 read_bytes;
60 __u64 write_bytes;
61 __u64 cancelled_write_bytes;
62 __u64 nvcsw;
63 __u64 nivcsw;
64 __u64 ac_utimescaled;
65 __u64 ac_stimescaled;
66 __u64 cpu_scaled_run_real_total;
67 __u64 freepages_count;
68 __u64 freepages_delay_total;
69 __u64 thrashing_count;
70 __u64 thrashing_delay_total;
71 __u64 ac_btime64;