Lines Matching refs:strs
82 static const char strs[] = "\0int"; in probe_kern_btf() local
89 strs, sizeof(strs), token_fd)); in probe_kern_btf()
94 static const char strs[] = "\0int\0x\0a"; in probe_kern_btf_func() local
107 strs, sizeof(strs), token_fd)); in probe_kern_btf_func()
112 static const char strs[] = "\0int\0x\0a"; in probe_kern_btf_func_global() local
125 strs, sizeof(strs), token_fd)); in probe_kern_btf_func_global()
130 static const char strs[] = "\0x\0.data"; in probe_kern_btf_datasec() local
144 strs, sizeof(strs), token_fd)); in probe_kern_btf_datasec()
149 static const char strs[] = "\0x\0?.data"; in probe_kern_btf_qmark_datasec() local
163 strs, sizeof(strs), token_fd)); in probe_kern_btf_qmark_datasec()
168 static const char strs[] = "\0float"; in probe_kern_btf_float() local
175 strs, sizeof(strs), token_fd)); in probe_kern_btf_float()
180 static const char strs[] = "\0tag"; in probe_kern_btf_decl_tag() local
192 strs, sizeof(strs), token_fd)); in probe_kern_btf_decl_tag()
197 static const char strs[] = "\0tag"; in probe_kern_btf_type_tag() local
208 strs, sizeof(strs), token_fd)); in probe_kern_btf_type_tag()
305 static const char strs[] = "\0int"; in probe_module_btf() local
315 fd = libbpf__load_raw_btf((char *)types, sizeof(types), strs, sizeof(strs), token_fd); in probe_module_btf()
445 static const char strs[] = "\0enum64"; in probe_kern_btf_enum64() local
451 strs, sizeof(strs), token_fd)); in probe_kern_btf_enum64()
456 static const char strs[] = "\0a\0b\0arg:ctx\0"; in probe_kern_arg_ctx_tag() local
493 btf_fd = libbpf__load_raw_btf((char *)types, sizeof(types), strs, sizeof(strs), token_fd); in probe_kern_arg_ctx_tag()