Searched refs:libbpf__load_raw_btf (Results 1 – 3 of 3) sorted by relevance
/linux/tools/lib/bpf/ |
A D | libbpf_probes.c | 146 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()
|
A D | libbpf_internal.h | 276 int libbpf__load_raw_btf(const char *raw_types, size_t types_len,
|
A D | libbpf.c | 4383 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf() 4401 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_func() 4419 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_func_global() 4438 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_datasec() 4450 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_float() 4467 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_decl_tag() 4586 fd = libbpf__load_raw_btf((char *)types, sizeof(types), strs, sizeof(strs)); in probe_module_btf()
|
Completed in 26 milliseconds