Searched refs:libbpf__load_raw_btf (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/tools/lib/bpf/ |
| D | libbpf_probes.c | 135 int libbpf__load_raw_btf(const char *raw_types, size_t types_len, in libbpf__load_raw_btf() function 187 return libbpf__load_raw_btf((char *)types, sizeof(types), in load_local_storage_btf()
|
| D | libbpf_internal.h | 366 int libbpf__load_raw_btf(const char *raw_types, size_t types_len,
|
| D | libbpf.c | 4495 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf() 4513 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_func() 4531 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_func_global() 4550 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_datasec() 4562 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_float() 4579 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_decl_tag() 4595 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_type_tag() 4686 fd = libbpf__load_raw_btf((char *)types, sizeof(types), strs, sizeof(strs)); in probe_module_btf() 4748 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_enum64()
|