Home
last modified time | relevance | path

Searched refs:BTF_MEMBER_ENC (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
A Dbtf.c1088 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 Dlibbpf_probes.c191 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 Dlibbpf_internal.h69 #define BTF_MEMBER_ENC(name, type, bits_offset) (name), (type), (bits_offset) macro
/linux/tools/testing/selftests/bpf/map_tests/
A Dsk_storage_map.c121 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 Dtest_btf.h39 #define BTF_MEMBER_ENC(name, type, bits_offset) \ macro
A Dtest_verifier.c622 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