Searched refs:BTF_MEMBER_ENC (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | btf.c | 1088 BTF_MEMBER_ENC(NAME_TBD, 4, 0), 1117 BTF_MEMBER_ENC(NAME_TBD, 2, 0), 1404 BTF_MEMBER_ENC(NAME_TBD, 3, 0), 1432 BTF_MEMBER_ENC(NAME_TBD, 4, 0), 1436 BTF_MEMBER_ENC(NAME_TBD, 6, 0), 2138 BTF_MEMBER_ENC(NAME_TBD, 1, 0), 2158 BTF_MEMBER_ENC(NAME_TBD, 1, 0), 2180 BTF_MEMBER_ENC(NAME_TBD, 1, 0), 2200 BTF_MEMBER_ENC(NAME_TBD, 1, 0), 3355 BTF_MEMBER_ENC(NAME_TBD, 2, 0), [all …]
|
/linux/tools/lib/bpf/ |
A D | libbpf_probes.c | 191 BTF_MEMBER_ENC(15, 1, 0), /* int val; */ in load_local_storage_btf() 194 BTF_MEMBER_ENC(19, 1, 0), /* int cnt; */ in load_local_storage_btf() 195 BTF_MEMBER_ENC(23, 2, 32),/* struct bpf_spin_lock l; */ in load_local_storage_btf()
|
A D | libbpf_internal.h | 69 #define BTF_MEMBER_ENC(name, type, bits_offset) (name), (type), (bits_offset) macro
|
/linux/tools/testing/selftests/bpf/map_tests/ |
A D | sk_storage_map.c | 121 BTF_MEMBER_ENC(15, 1, 0), /* int val; */ in load_btf() 124 BTF_MEMBER_ENC(19, 1, 0), /* int cnt; */ in load_btf() 125 BTF_MEMBER_ENC(23, 2, 32),/* struct bpf_spin_lock l; */ in load_btf()
|
/linux/tools/testing/selftests/bpf/ |
A D | test_btf.h | 39 #define BTF_MEMBER_ENC(name, type, bits_offset) \ macro
|
A D | test_verifier.c | 622 BTF_MEMBER_ENC(15, 1, 0), /* int val; */ 625 BTF_MEMBER_ENC(19, 1, 0), /* int cnt; */ 626 BTF_MEMBER_ENC(23, 2, 32),/* struct bpf_spin_lock l; */ 631 BTF_MEMBER_ENC(41, 4, 0), /* struct bpf_timer t; */
|
Completed in 21 milliseconds