Searched refs:libbpf__load_raw_btf (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H 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()
|
H A D | libbpf_internal.h | 151 int libbpf__load_raw_btf(const char *raw_types, size_t types_len,
|
H A D | libbpf.c | 3848 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf() 3866 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_func() 3884 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_func_global() 3903 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_datasec()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf_probes.c | 221 int libbpf__load_raw_btf(const char *raw_types, size_t types_len, in libbpf__load_raw_btf() function 273 return libbpf__load_raw_btf((char *)types, sizeof(types), in load_local_storage_btf()
|
H A D | libbpf_internal.h | 383 int libbpf__load_raw_btf(const char *raw_types, size_t types_len,
|
H A D | libbpf.c | 4603 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf() 4621 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_func() 4639 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_func_global() 4658 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_datasec() 4670 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_float() 4687 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_decl_tag() 4703 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_type_tag() 4794 fd = libbpf__load_raw_btf((char *)types, sizeof(types), strs, sizeof(strs)); in probe_module_btf() 4889 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_enum64()
|
Completed in 32 milliseconds