Searched refs:BPF_PROG_QUERY_struct (Results 1 – 6 of 6) sorted by relevance
/external/strace/ |
D | bpf_attr_check.c | 494 static_assert(SoM(struct BPF_PROG_QUERY_struct, target_fd) == SoM(union bpf_attr, query.target_fd), 496 …static_assert(offsetof(struct BPF_PROG_QUERY_struct, target_fd) == offsetof(union bpf_attr, query.… 501 …static_assert(SoM(struct BPF_PROG_QUERY_struct, attach_type) == SoM(union bpf_attr, query.attach_t… 503 …static_assert(offsetof(struct BPF_PROG_QUERY_struct, attach_type) == offsetof(union bpf_attr, quer… 508 …static_assert(SoM(struct BPF_PROG_QUERY_struct, query_flags) == SoM(union bpf_attr, query.query_fl… 510 …static_assert(offsetof(struct BPF_PROG_QUERY_struct, query_flags) == offsetof(union bpf_attr, quer… 515 …static_assert(SoM(struct BPF_PROG_QUERY_struct, attach_flags) == SoM(union bpf_attr, query.attach_… 517 …static_assert(offsetof(struct BPF_PROG_QUERY_struct, attach_flags) == offsetof(union bpf_attr, que… 522 static_assert(SoM(struct BPF_PROG_QUERY_struct, prog_ids) == SoM(union bpf_attr, query.prog_ids), 524 …static_assert(offsetof(struct BPF_PROG_QUERY_struct, prog_ids) == offsetof(union bpf_attr, query.p… [all …]
|
D | bpf_attr.h | 225 struct BPF_PROG_QUERY_struct /* query */ { struct 235 offsetofend(struct BPF_PROG_QUERY_struct, prog_cnt) argument
|
D | ChangeLog | 5391 * bpf_attr.h (struct BPF_PROG_QUERY_struct): New structure declaration.
|
/external/strace/tests/ |
D | bpf.c | 901 struct BPF_PROG_QUERY_struct *attr = &check->data.BPF_PROG_QUERY_data; in init_BPF_PROG_QUERY_attr4() 929 struct BPF_PROG_QUERY_struct *attr = &check->data.BPF_PROG_QUERY_data; in init_BPF_PROG_QUERY_attr5() 959 .size = offsetofend(struct BPF_PROG_QUERY_struct, target_fd), 971 .size = offsetofend(struct BPF_PROG_QUERY_struct, attach_flags), 987 .size = offsetofend(struct BPF_PROG_QUERY_struct, prog_cnt), 1005 .size = offsetofend(struct BPF_PROG_QUERY_struct, prog_cnt), 1020 .size = offsetofend(struct BPF_PROG_QUERY_struct, prog_cnt), 1031 .size = offsetofend(struct BPF_PROG_QUERY_struct, prog_cnt),
|
/external/strace/tests-m32/ |
D | bpf.c | 901 struct BPF_PROG_QUERY_struct *attr = &check->data.BPF_PROG_QUERY_data; in init_BPF_PROG_QUERY_attr4() 929 struct BPF_PROG_QUERY_struct *attr = &check->data.BPF_PROG_QUERY_data; in init_BPF_PROG_QUERY_attr5() 959 .size = offsetofend(struct BPF_PROG_QUERY_struct, target_fd), 971 .size = offsetofend(struct BPF_PROG_QUERY_struct, attach_flags), 987 .size = offsetofend(struct BPF_PROG_QUERY_struct, prog_cnt), 1005 .size = offsetofend(struct BPF_PROG_QUERY_struct, prog_cnt), 1020 .size = offsetofend(struct BPF_PROG_QUERY_struct, prog_cnt), 1031 .size = offsetofend(struct BPF_PROG_QUERY_struct, prog_cnt),
|
/external/strace/tests-mx32/ |
D | bpf.c | 901 struct BPF_PROG_QUERY_struct *attr = &check->data.BPF_PROG_QUERY_data; in init_BPF_PROG_QUERY_attr4() 929 struct BPF_PROG_QUERY_struct *attr = &check->data.BPF_PROG_QUERY_data; in init_BPF_PROG_QUERY_attr5() 959 .size = offsetofend(struct BPF_PROG_QUERY_struct, target_fd), 971 .size = offsetofend(struct BPF_PROG_QUERY_struct, attach_flags), 987 .size = offsetofend(struct BPF_PROG_QUERY_struct, prog_cnt), 1005 .size = offsetofend(struct BPF_PROG_QUERY_struct, prog_cnt), 1020 .size = offsetofend(struct BPF_PROG_QUERY_struct, prog_cnt), 1031 .size = offsetofend(struct BPF_PROG_QUERY_struct, prog_cnt),
|