Lines Matching refs:libbpf__load_raw_btf
91 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf()
109 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_func()
127 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_func_global()
146 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_datasec()
165 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_qmark_datasec()
177 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_float()
194 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_decl_tag()
210 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_type_tag()
320 fd = libbpf__load_raw_btf((char *)types, sizeof(types), strs, sizeof(strs), token_fd); in probe_module_btf()
455 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_enum64()
498 btf_fd = libbpf__load_raw_btf((char *)types, sizeof(types), strs, sizeof(strs), token_fd); in probe_kern_arg_ctx_tag()