Home
last modified time | relevance | path

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

/Linux-v6.6/tools/lib/bpf/
Dlibbpf_probes.c221 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()
Dlibbpf_internal.h369 int libbpf__load_raw_btf(const char *raw_types, size_t types_len,
Dlibbpf.c4600 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf()
4618 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_func()
4636 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_func_global()
4655 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_datasec()
4667 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_float()
4684 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_decl_tag()
4700 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_type_tag()
4791 fd = libbpf__load_raw_btf((char *)types, sizeof(types), strs, sizeof(strs)); in probe_module_btf()
4886 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_enum64()