Searched defs:taskstats (Results 1 – 3 of 3) sorted by relevance
24 struct taskstats { struct25 __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;[all …]
41 struct taskstats { struct47 __u16 version;48 __u32 ac_exitcode; /* Exit status */53 __u8 ac_flag; /* Record flags */54 __u8 ac_nice; /* task_nice */72 __u64 cpu_count __attribute__((aligned(8)));73 __u64 cpu_delay_total;80 __u64 blkio_count;81 __u64 blkio_delay_total;84 __u64 swapin_count;[all …]
11 struct taskstats { struct13 __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;[all …]