Lines Matching defs:taskstats
5828 struct taskstats { struct
5829 __u16 version;
5830 __u32 ac_exitcode;
5831 __u8 ac_flag;
5832 __u8 ac_nice;
5833 __u64 cpu_count;
5834 __u64 cpu_delay_total;
5835 __u64 blkio_count;
5836 __u64 blkio_delay_total;
5837 __u64 swapin_count;
5838 __u64 swapin_delay_total;
5839 __u64 cpu_run_real_total;
5840 __u64 cpu_run_virtual_total;
5841 char ac_comm[32];
5842 __u8 ac_sched;
5843 __u8 ac_pad[3];
5845 __u32 ac_uid;
5846 __u32 ac_gid;
5847 __u32 ac_pid;
5848 __u32 ac_ppid;
5849 __u32 ac_btime;
5850 __u64 ac_etime;
5851 __u64 ac_utime;
5852 __u64 ac_stime;
5853 __u64 ac_minflt;
5854 __u64 ac_majflt;
5855 __u64 coremem;
5856 __u64 virtmem;
5857 __u64 hiwater_rss;
5858 __u64 hiwater_vm;
5859 __u64 read_char;
5860 __u64 write_char;
5861 __u64 read_syscalls;
5862 __u64 write_syscalls;
5863 __u64 read_bytes;
5864 __u64 write_bytes;
5865 __u64 cancelled_write_bytes;
5866 __u64 nvcsw;
5867 __u64 nivcsw;
5868 __u64 ac_utimescaled;
5869 __u64 ac_stimescaled;
5870 __u64 cpu_scaled_run_real_total;
5871 __u64 freepages_count;
5872 __u64 freepages_delay_total;
5873 __u64 thrashing_count;
5874 __u64 thrashing_delay_total;
5875 __u64 ac_btime64;
5876 __u64 compact_count;
5877 __u64 compact_delay_total;
5878 __u32 ac_tgid;
5879 __u64 ac_tgetime;
5880 __u64 ac_exe_dev;
5881 __u64 ac_exe_inode;
5882 __u64 wpcopy_count;
5883 __u64 wpcopy_delay_total;
5884 __u64 irq_count;
5885 __u64 irq_delay_total;