Home
last modified time | relevance | path

Searched defs:taskstats (Results 1 – 2 of 2) sorted by relevance

/development/ndk/platforms/android-21/include/linux/
Dtaskstats.h25 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;
[all …]
/development/ndk/platforms/android-9/include/linux/
Dtaskstats.h17 struct taskstats { struct
19 __u16 version;
20 __u16 padding[3];
22 __u64 cpu_count;
23 __u64 cpu_delay_total;
25 __u64 blkio_count;
26 __u64 blkio_delay_total;
28 __u64 swapin_count;
29 __u64 swapin_delay_total;
31 __u64 cpu_run_real_total;
[all …]