| H A D | features.c | 83 __u32 types[] = { in probe_kern_btf() local 88 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf() 96 __u32 types[] = { in probe_kern_btf_func() local 106 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_func() 114 __u32 types[] = { in probe_kern_btf_func_global() local 124 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_func_global() 132 __u32 types[] = { in probe_kern_btf_datasec() local 143 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_datasec() 151 __u32 types[] = { in probe_kern_btf_qmark_datasec() local 162 return probe_fd(libbpf__load_raw_btf((char *)types, sizeof(types), in probe_kern_btf_qmark_datasec() [all …]
|