Searched refs:libbpf__load_raw_btf (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/tools/lib/bpf/ |
D | libbpf_probes.c | 137 int libbpf__load_raw_btf(const char *raw_types, size_t types_len, in libbpf__load_raw_btf() function 189 return libbpf__load_raw_btf((char *)types, sizeof(types), in load_sk_storage_btf()
|
D | libbpf_internal.h | 66 int libbpf__load_raw_btf(const char *raw_types, size_t types_len,
|
D | libbpf.c | 2046 btf_fd = libbpf__load_raw_btf((char *)types, sizeof(types), in bpf_object__probe_btf_func() 2073 btf_fd = libbpf__load_raw_btf((char *)types, sizeof(types), in bpf_object__probe_btf_datasec()
|