Searched refs:probe_fd (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/lib/bpf/ |
| H A D | features.c | 15 int probe_fd(int fd) in probe_fd() function 44 return probe_fd(ret); in probe_kern_prog_name() 77 return probe_fd(ret); in probe_kern_global_data() 88 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf() 106 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_func() 124 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_func_global() 143 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_datasec() 162 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_qmark_datasec() 174 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_float() 191 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_decl_tag() [all …]
|
| H A D | libbpf_internal.h | 756 int probe_fd(int fd);
|