Lines Matching refs:strs
83 static const char strs[] = "\0int"; in probe_kern_btf() local
90 strs, sizeof(strs), token_fd)); in probe_kern_btf()
95 static const char strs[] = "\0int\0x\0a"; in probe_kern_btf_func() local
108 strs, sizeof(strs), token_fd)); in probe_kern_btf_func()
113 static const char strs[] = "\0int\0x\0a"; in probe_kern_btf_func_global() local
126 strs, sizeof(strs), token_fd)); in probe_kern_btf_func_global()
131 static const char strs[] = "\0x\0.data"; in probe_kern_btf_datasec() local
145 strs, sizeof(strs), token_fd)); in probe_kern_btf_datasec()
150 static const char strs[] = "\0x\0?.data"; in probe_kern_btf_qmark_datasec() local
164 strs, sizeof(strs), token_fd)); in probe_kern_btf_qmark_datasec()
169 static const char strs[] = "\0float"; in probe_kern_btf_float() local
176 strs, sizeof(strs), token_fd)); in probe_kern_btf_float()
181 static const char strs[] = "\0tag"; in probe_kern_btf_decl_tag() local
193 strs, sizeof(strs), token_fd)); in probe_kern_btf_decl_tag()
198 static const char strs[] = "\0tag"; in probe_kern_btf_type_tag() local
209 strs, sizeof(strs), token_fd)); in probe_kern_btf_type_tag()
306 static const char strs[] = "\0int"; in probe_module_btf() local
316 fd = libbpf__load_raw_btf((char *)types, sizeof(types), strs, sizeof(strs), token_fd); in probe_module_btf()
446 static const char strs[] = "\0enum64"; in probe_kern_btf_enum64() local
452 strs, sizeof(strs), token_fd)); in probe_kern_btf_enum64()
457 static const char strs[] = "\0a\0b\0arg:ctx\0"; in probe_kern_arg_ctx_tag() local
494 btf_fd = libbpf__load_raw_btf((char *)types, sizeof(types), strs, sizeof(strs), token_fd); in probe_kern_arg_ctx_tag()