Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dtaskstats.h41 struct taskstats { struct
47 __u16 version;
48 __u32 ac_exitcode; /* Exit status */
54 __u8 ac_flag; /* Record flags */
55 __u8 ac_nice; /* task_nice */
73 __u64 cpu_count __attribute__((aligned(8)));
74 __u64 cpu_delay_total;
81 __u64 blkio_count;
82 __u64 blkio_delay_total;
85 __u64 swapin_count;
[all …]
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h8461 struct taskstats { struct
8462 __u16 version;
8463 __u32 ac_exitcode;
8464 __u8 ac_flag;
8465 __u8 ac_nice;
8466 __u64 cpu_count;
8467 __u64 cpu_delay_total;
8468 __u64 blkio_count;
8469 __u64 blkio_delay_total;
8470 __u64 swapin_count;
[all …]
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h6039 struct taskstats { struct
6040 __u16 version;
6041 __u32 ac_exitcode;
6042 __u8 ac_flag;
6043 __u8 ac_nice;
6044 __u64 cpu_count;
6045 __u64 cpu_delay_total;
6046 __u64 blkio_count;
6047 __u64 blkio_delay_total;
6048 __u64 swapin_count;
[all …]
Dvmlinux.h6039 struct taskstats { struct
6040 __u16 version;
6041 __u32 ac_exitcode;
6042 __u8 ac_flag;
6043 __u8 ac_nice;
6044 __u64 cpu_count;
6045 __u64 cpu_delay_total;
6046 __u64 blkio_count;
6047 __u64 blkio_delay_total;
6048 __u64 swapin_count;
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h4344 struct taskstats { struct
4345 __u16 version;
4346 __u32 ac_exitcode;
4347 __u8 ac_flag;
4348 __u8 ac_nice;
4349 __u64 cpu_count;
4350 __u64 cpu_delay_total;
4351 __u64 blkio_count;
4352 __u64 blkio_delay_total;
4353 __u64 swapin_count;
[all …]
Dvmlinux_510.h4344 struct taskstats { struct
4345 __u16 version;
4346 __u32 ac_exitcode;
4347 __u8 ac_flag;
4348 __u8 ac_nice;
4349 __u64 cpu_count;
4350 __u64 cpu_delay_total;
4351 __u64 blkio_count;
4352 __u64 blkio_delay_total;
4353 __u64 swapin_count;
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h8457 struct taskstats { struct
8458 __u16 version;
8459 __u32 ac_exitcode;
8460 __u8 ac_flag;
8461 __u8 ac_nice;
8462 __u64 cpu_count;
8463 __u64 cpu_delay_total;
8464 __u64 blkio_count;
8465 __u64 blkio_delay_total;
8466 __u64 swapin_count;
[all …]
Dvmlinux.h8457 struct taskstats { struct
8458 __u16 version;
8459 __u32 ac_exitcode;
8460 __u8 ac_flag;
8461 __u8 ac_nice;
8462 __u64 cpu_count;
8463 __u64 cpu_delay_total;
8464 __u64 blkio_count;
8465 __u64 blkio_delay_total;
8466 __u64 swapin_count;
[all …]