Searched refs:probe_fd (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf.c | 4539 static int probe_fd(int fd) in probe_fd() function 4565 return probe_fd(ret); in probe_kern_prog_name() 4592 return probe_fd(ret); in probe_kern_global_data() 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_bt in probe_kern_btf_type_tag() [all...] |
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.c | 3771 static int probe_fd(int fd) in probe_fd() function 3796 return probe_fd(ret); in probe_kern_prog_name() 3837 return probe_fd(ret); in probe_kern_global_data() 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() 3917 return probe_fd(bpf_create_map_xattr(&attr)); in probe_kern_array_mmap() 3940 return probe_fd(bpf_load_program_xattr(&attr, NULL, 0)); in probe_kern_exp_attach_type() 3961 return probe_fd(bpf_load_program_xatt in probe_kern_probe_read_kernel() [all...] |
Completed in 23 milliseconds