Home
last modified time | relevance | path

Searched refs:libbpf__load_raw_btf (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf_probes.c146 int libbpf__load_raw_btf(const char *raw_types, size_t types_len, in libbpf__load_raw_btf() function
198 return libbpf__load_raw_btf((char *)types, sizeof(types), in load_local_storage_btf()
H A Dlibbpf_internal.h151 int libbpf__load_raw_btf(const char *raw_types, size_t types_len,
H A Dlibbpf.c3845 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf()
3863 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_func()
3881 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_func_global()
3900 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_datasec()