Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dtaskstats.h24 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;
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dtaskstats.h41 struct taskstats { struct
47 __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 …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dtaskstats.h11 struct taskstats { struct
13 __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 …]