Home
last modified time | relevance | path

Searched refs:bpf_prog_info_struct (Results 1 – 7 of 7) sorted by relevance

/external/strace/
Dbpf_attr_check.c615 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 …]
Dbpf_attr.h268 struct bpf_prog_info_struct { struct
291 sizeof(struct bpf_prog_info_struct) argument
Dbpf.c490 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()
DChangeLog2217 (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/
Dbpf-obj_get_info_by_fd.c353 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/
Dbpf-obj_get_info_by_fd.c353 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/
Dbpf-obj_get_info_by_fd.c353 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()