Searched refs:tname (Results 1 – 9 of 9) sorted by relevance
| /tools/testing/selftests/net/ |
| A D | ioam6_parser.c | 614 if (!strcmp("output_bit0", tname)) in str2id() 774 if (!strcmp("input_bit0", tname)) in str2id() 776 if (!strcmp("input_bit1", tname)) in str2id() 778 if (!strcmp("input_bit2", tname)) in str2id() 780 if (!strcmp("input_bit3", tname)) in str2id() 782 if (!strcmp("input_bit4", tname)) in str2id() 784 if (!strcmp("input_bit5", tname)) in str2id() 786 if (!strcmp("input_bit6", tname)) in str2id() 788 if (!strcmp("input_bit7", tname)) in str2id() 790 if (!strcmp("input_bit8", tname)) in str2id() [all …]
|
| A D | pmtu.sh | 2157 tname="$1" 2170 eval test_${tname} 2210 tname="$1" 2214 run_test "${tname}" "${tdesc} - nexthop objects"
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | test_bpf_ma.c | 18 char tname[32]; in do_bpf_ma_test() local 29 snprintf(tname, sizeof(tname), "bin_data_%u", skel->rodata->data_sizes[i]); in do_bpf_ma_test() 30 id = btf__find_by_name_kind(btf, tname, BTF_KIND_STRUCT); in do_bpf_ma_test() 31 if (!ASSERT_GT(id, 0, tname)) in do_bpf_ma_test() 37 snprintf(tname, sizeof(tname), "percpu_bin_data_%u", skel->rodata->percpu_data_sizes[i]); in do_bpf_ma_test() 38 id = btf__find_by_name_kind(btf, tname, BTF_KIND_STRUCT); in do_bpf_ma_test() 39 if (!ASSERT_GT(id, 0, tname)) in do_bpf_ma_test()
|
| /tools/arch/x86/tools/ |
| A D | gen-insn-attr-x86.awk | 24 tname = "" 131 if (tname != "") 184 gtable[gid,0] = tname 189 gtable[gid,1] = tname "_1" 194 gtable[gid,2] = tname "_2" 199 gtable[gid,3] = tname "_3" 206 etable[eid,0] = tname 208 atable[aid,0] = tname 213 etable[eid,1] = tname "_1" 220 etable[eid,2] = tname "_2" [all …]
|
| /tools/testing/selftests/net/openvswitch/ |
| A D | openvswitch.sh | 761 tname="$1" 778 printf "TEST: %-60s [START]\n" "${tname}" 782 eval test_${tname} 802 rm -rf test_${tname}
|
| /tools/perf/bench/ |
| A D | numa.c | 1772 char tname[14 + 2 * 11 + 1]; in __bench_numa() local 1776 memset(tname, 0, sizeof(tname)); in __bench_numa() 1778 snprintf(tname, sizeof(tname), "process%d:thread%d", p, t); in __bench_numa() 1779 print_res(tname, td->speed_gbs, in __bench_numa() 1781 print_res(tname, td->system_time_ns / NSEC_PER_SEC, in __bench_numa() 1783 print_res(tname, td->user_time_ns / NSEC_PER_SEC, in __bench_numa()
|
| /tools/perf/util/ |
| A D | dwarf-aux.h | 42 bool die_compare_name(Dwarf_Die *dw_die, const char *tname);
|
| A D | dwarf-aux.c | 200 bool die_compare_name(Dwarf_Die *dw_die, const char *tname) in die_compare_name() argument 205 return name ? (strcmp(tname, name) == 0) : false; in die_compare_name()
|
| /tools/lib/bpf/ |
| A D | libbpf.c | 1016 char tname[256]; in find_struct_ops_kern_types() local 1019 snprintf(tname, sizeof(tname), "%.*s", in find_struct_ops_kern_types() 1026 tname); in find_struct_ops_kern_types() 1037 tname, BTF_KIND_STRUCT); in find_struct_ops_kern_types() 1058 tname, STRUCT_OPS_VALUE_PREFIX, tname); in find_struct_ops_kern_types() 1146 const char *tname; in bpf_map__init_kern_struct_ops() local 1363 const char *tname, *var_name; in init_struct_ops_maps() local 1396 if (!tname[0]) { in init_struct_ops_maps() 4033 const char *tname; in find_extern_btf_id() local 4047 if (strcmp(tname, ext_name)) in find_extern_btf_id() [all …]
|
Completed in 52 milliseconds