Lines Matching refs:strs

85 	static const char strs[] = "\0int";  in probe_kern_btf()  local
92 strs, sizeof(strs), token_fd)); in probe_kern_btf()
97 static const char strs[] = "\0int\0x\0a"; in probe_kern_btf_func() local
110 strs, sizeof(strs), token_fd)); in probe_kern_btf_func()
115 static const char strs[] = "\0int\0x\0a"; in probe_kern_btf_func_global() local
128 strs, sizeof(strs), token_fd)); in probe_kern_btf_func_global()
133 static const char strs[] = "\0x\0.data"; in probe_kern_btf_datasec() local
147 strs, sizeof(strs), token_fd)); in probe_kern_btf_datasec()
152 static const char strs[] = "\0x\0?.data"; in probe_kern_btf_qmark_datasec() local
166 strs, sizeof(strs), token_fd)); in probe_kern_btf_qmark_datasec()
171 static const char strs[] = "\0float"; in probe_kern_btf_float() local
178 strs, sizeof(strs), token_fd)); in probe_kern_btf_float()
183 static const char strs[] = "\0tag"; in probe_kern_btf_decl_tag() local
195 strs, sizeof(strs), token_fd)); in probe_kern_btf_decl_tag()
200 static const char strs[] = "\0tag"; in probe_kern_btf_type_tag() local
211 strs, sizeof(strs), token_fd)); in probe_kern_btf_type_tag()
310 static const char strs[] = "\0int"; in probe_module_btf() local
320 fd = libbpf__load_raw_btf((char *)types, sizeof(types), strs, sizeof(strs), token_fd); in probe_module_btf()
450 static const char strs[] = "\0enum64"; in probe_kern_btf_enum64() local
456 strs, sizeof(strs), token_fd)); in probe_kern_btf_enum64()
461 static const char strs[] = "\0a\0b\0arg:ctx\0"; in probe_kern_arg_ctx_tag() local
498 btf_fd = libbpf__load_raw_btf((char *)types, sizeof(types), strs, sizeof(strs), token_fd); in probe_kern_arg_ctx_tag()