Searched refs:bpf_prog_info_struct (Results 1 – 7 of 7) sorted by relevance
/external/strace/ |
D | bpf_attr_check.c | 615 static_assert(SoM(struct bpf_prog_info_struct, type) == SoM(struct bpf_prog_info, type), 617 static_assert(offsetof(struct bpf_prog_info_struct, type) == offsetof(struct bpf_prog_info, type), 622 static_assert(SoM(struct bpf_prog_info_struct, id) == SoM(struct bpf_prog_info, id), 624 static_assert(offsetof(struct bpf_prog_info_struct, id) == offsetof(struct bpf_prog_info, id), 629 static_assert(SoM(struct bpf_prog_info_struct, tag) == SoM(struct bpf_prog_info, tag), 631 static_assert(offsetof(struct bpf_prog_info_struct, tag) == offsetof(struct bpf_prog_info, tag), 636 …static_assert(SoM(struct bpf_prog_info_struct, jited_prog_len) == SoM(struct bpf_prog_info, jited_… 638 …static_assert(offsetof(struct bpf_prog_info_struct, jited_prog_len) == offsetof(struct bpf_prog_in… 643 …static_assert(SoM(struct bpf_prog_info_struct, xlated_prog_len) == SoM(struct bpf_prog_info, xlate… 645 …static_assert(offsetof(struct bpf_prog_info_struct, xlated_prog_len) == offsetof(struct bpf_prog_i… [all …]
|
D | bpf_attr.h | 268 struct bpf_prog_info_struct { struct 291 sizeof(struct bpf_prog_info_struct) argument
|
D | bpf.c | 490 struct bpf_prog_info_struct info = { 0 }; in print_bpf_prog_info() 531 if (len <= offsetof(struct bpf_prog_info_struct, load_time)) in print_bpf_prog_info() 553 if (len <= offsetof(struct bpf_prog_info_struct, ifindex)) in print_bpf_prog_info()
|
D | ChangeLog | 2217 (struct bpf_prog_info_struct): Add ATTRIBUTE_ALIGNED(8) to "load_time" 2623 (struct bpf_map_info_struct, struct bpf_prog_info_struct): New
|
/external/strace/tests-m32/ |
D | bpf-obj_get_info_by_fd.c | 353 struct bpf_prog_info_struct *prog_info = calloc(1, PROG_INFO_SZ); in main() 438 offsetof(struct bpf_prog_info_struct, load_time)) in main() 441 offsetof(struct bpf_prog_info_struct, created_by_uid)) in main() 446 offsetof(struct bpf_prog_info_struct, map_ids)) { in main() 474 offsetof(struct bpf_prog_info_struct, name)) in main() 477 offsetof(struct bpf_prog_info_struct, ifindex)) in main() 480 offsetof(struct bpf_prog_info_struct, netns_dev)) in main() 485 offsetof(struct bpf_prog_info_struct, netns_ino)) in main()
|
/external/strace/tests/ |
D | bpf-obj_get_info_by_fd.c | 353 struct bpf_prog_info_struct *prog_info = calloc(1, PROG_INFO_SZ); in main() 438 offsetof(struct bpf_prog_info_struct, load_time)) in main() 441 offsetof(struct bpf_prog_info_struct, created_by_uid)) in main() 446 offsetof(struct bpf_prog_info_struct, map_ids)) { in main() 474 offsetof(struct bpf_prog_info_struct, name)) in main() 477 offsetof(struct bpf_prog_info_struct, ifindex)) in main() 480 offsetof(struct bpf_prog_info_struct, netns_dev)) in main() 485 offsetof(struct bpf_prog_info_struct, netns_ino)) in main()
|
/external/strace/tests-mx32/ |
D | bpf-obj_get_info_by_fd.c | 353 struct bpf_prog_info_struct *prog_info = calloc(1, PROG_INFO_SZ); in main() 438 offsetof(struct bpf_prog_info_struct, load_time)) in main() 441 offsetof(struct bpf_prog_info_struct, created_by_uid)) in main() 446 offsetof(struct bpf_prog_info_struct, map_ids)) { in main() 474 offsetof(struct bpf_prog_info_struct, name)) in main() 477 offsetof(struct bpf_prog_info_struct, ifindex)) in main() 480 offsetof(struct bpf_prog_info_struct, netns_dev)) in main() 485 offsetof(struct bpf_prog_info_struct, netns_ino)) in main()
|