Searched refs:BTF_MEMBER_ENC (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | btf.c | 1113 BTF_MEMBER_ENC(NAME_TBD, 4, 0), 1142 BTF_MEMBER_ENC(NAME_TBD, 2, 0), 1429 BTF_MEMBER_ENC(NAME_TBD, 3, 0), 1457 BTF_MEMBER_ENC(NAME_TBD, 4, 0), 1461 BTF_MEMBER_ENC(NAME_TBD, 6, 0), 2163 BTF_MEMBER_ENC(NAME_TBD, 1, 0), 2183 BTF_MEMBER_ENC(NAME_TBD, 1, 0), 2205 BTF_MEMBER_ENC(NAME_TBD, 1, 0), 2225 BTF_MEMBER_ENC(NAME_TBD, 1, 0), 3360 BTF_MEMBER_ENC(NAME_TBD, 2, 0), [all …]
|
/linux-6.3-rc2/tools/lib/bpf/ |
A D | libbpf_probes.c | 263 BTF_MEMBER_ENC(15, 1, 0), /* int val; */ in load_local_storage_btf() 266 BTF_MEMBER_ENC(19, 1, 0), /* int cnt; */ in load_local_storage_btf() 267 BTF_MEMBER_ENC(23, 2, 32),/* struct bpf_spin_lock l; */ in load_local_storage_btf()
|
A D | libbpf_internal.h | 68 #define BTF_MEMBER_ENC(name, type, bits_offset) (name), (type), (bits_offset) macro
|
/linux-6.3-rc2/tools/testing/selftests/bpf/map_tests/ |
A D | sk_storage_map.c | 117 BTF_MEMBER_ENC(15, 1, 0), /* int val; */ in load_btf() 120 BTF_MEMBER_ENC(19, 1, 0), /* int cnt; */ in load_btf() 121 BTF_MEMBER_ENC(23, 2, 32),/* struct bpf_spin_lock l; */ in load_btf()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | test_verifier.c | 715 BTF_MEMBER_ENC(15, 1, 0), /* int val; */ 718 BTF_MEMBER_ENC(19, 1, 0), /* int cnt; */ 719 BTF_MEMBER_ENC(23, 2, 32),/* struct bpf_spin_lock l; */ 724 BTF_MEMBER_ENC(41, 4, 0), /* struct bpf_timer t; */ 738 BTF_MEMBER_ENC(71, 11, 0), /* struct prog_test_ref_kfunc __kptr *ptr; */ 739 BTF_MEMBER_ENC(71, 12, 64), /* struct prog_test_ref_kfunc __kptr_ref *ptr; */ 740 BTF_MEMBER_ENC(71, 13, 128), /* struct prog_test_member __kptr_ref *ptr; */
|
A D | test_btf.h | 41 #define BTF_MEMBER_ENC(name, type, bits_offset) \ macro
|
Completed in 22 milliseconds