Searched refs:stname (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 1048 char tname[192], stname[256]; in find_struct_ops_kern_types() local 1054 snprintf(stname, sizeof(stname), "%s%s", STRUCT_OPS_VALUE_PREFIX, tname); in find_struct_ops_kern_types() 1061 kern_vtype_id = find_ksym_btf_id(obj, stname, BTF_KIND_STRUCT, &btf, mod_btf); in find_struct_ops_kern_types() 1063 pr_warn("struct_ops init_kern: struct %s is not found in kernel BTF\n", stname); in find_struct_ops_kern_types() 1088 tname, stname); in find_struct_ops_kern_types()
|