Searched refs:BTF_MEMBER_ENC (Results 1 - 2 of 2) sorted by relevance
/third_party/libbpf/src/ |
H A D | libbpf_probes.c | 266 BTF_MEMBER_ENC(15, 1, 0), /* int val; */ in load_local_storage_btf() 269 BTF_MEMBER_ENC(19, 1, 0), /* int cnt; */ in load_local_storage_btf() 270 BTF_MEMBER_ENC(23, 2, 32),/* struct bpf_spin_lock l; */ in load_local_storage_btf()
|
H A D | libbpf_internal.h | 114 #define BTF_MEMBER_ENC(name, type, bits_offset) (name), (type), (bits_offset) macro
|
Completed in 2 milliseconds