| /tools/verification/dot2/ |
| D | automata.py | 54 line = dot_lines[cursor].split() 64 while self.__dot_lines[cursor].split()[0] != "{node": 70 while self.__dot_lines[cursor].split()[0] != "{node": 72 while self.__dot_lines[cursor].split()[0] == "{node": 87 while self.__dot_lines[cursor].split()[0] == "{node": 88 line = self.__dot_lines[cursor].split() 127 if self.__dot_lines[cursor].split()[1] == "->": 128 line = self.__dot_lines[cursor].split() 136 for i in event.split(): 165 if self.__dot_lines[cursor].split()[1] == "->": [all …]
|
| /tools/testing/selftests/vDSO/ |
| D | vdso_test_chacha.c | 99 for (unsigned int split = 0; split < BLOCKS; ++split) { in main() local 102 if (split) in main() 103 __arch_chacha20_blocks_nostack(output2, key, counter2, split); in main() 104 __arch_chacha20_blocks_nostack(output2 + split * BLOCK_SIZE, key, counter2, BLOCKS - split); in main() 106 ksft_exit_fail_msg("Main loop outputs do not match on trial %u, split %u\n", trial, split); in main() 108 ksft_exit_fail_msg("Main loop counters do not match on trial %u, split %u\n", trial, split); in main()
|
| /tools/hv/ |
| D | vmbus_testing | 154 f_name = f_path.split("/")[-1] 169 .format(device.split("/")[5])) 172 .format(device.split("/")[5])) 209 .format(state_path.split("/")[5])) 213 .format(state_path.split("/")[5])) 238 interrupt.split("/")[5])) 241 message.split("/")[5])) 263 print("ALL testing now OFF for {}".format(device.split("/")[-1]))
|
| D | lsvmbus | 72 chn_vp_mapping, key=lambda c: int(c.split(':')[0])) 76 (c.split(':')[0], c.split(':')[1]) for c in chn_vp_mapping
|
| /tools/testing/selftests/turbostat/ |
| D | added_perf_counters.py | 157 actual_columns = proc_turbostat.stdout.split(b'\n')[0].split(b'\t') 176 actual_columns = proc_turbostat.stdout.split(b'\n')[0].split(b'\t')
|
| D | defcolumns.py | 40 actual_columns = proc_turbostat.stdout.split(b'\n')[0] 56 actual_columns = proc_turbostat.stdout.split(b'\n')[0]
|
| D | smi_aperf_mperf.py | 136 actual_columns = proc_turbostat.stdout.split(b'\n')[0] 153 actual_columns = proc_turbostat.stdout.split(b'\n')[0]
|
| /tools/testing/selftests/bpf/prog_tests/ |
| D | btf_distill.c | 541 struct btf *base = NULL, *split = NULL, *new_base = NULL, *new_split = NULL; in test_distilled_endianness() local 557 split = btf__new_empty_split(base); in test_distilled_endianness() 558 if (!ASSERT_OK_PTR(split, "empty_split_btf")) in test_distilled_endianness() 560 btf__add_ptr(split, 1); in test_distilled_endianness() 562 split, in test_distilled_endianness() 565 if (!ASSERT_EQ(0, btf__distill_base(split, &new_base, &new_split), in test_distilled_endianness() 600 btf__free(split); in test_distilled_endianness()
|
| /tools/perf/scripts/python/ |
| D | net_dropmonitor.py | 28 loc = int(line.split()[0], 16) 29 name = line.split()[2]
|
| D | mem-phys-addr.py | 34 m = re.split('-|:',j,2) 87 m = re.split('-|:',j,2)
|
| D | parallel-perf.py | 75 args = shlex.split(self.pipe_to) 267 lines = hdr.split("\n") 446 line = line.split() 660 a = s.split(".") 678 for r in time_str.split(): 679 a = r.split(",") 695 for r in cpu_str.split(","): 696 a = r.split("-") 798 if "--per-thread" in self.cmd_line.split():
|
| /tools/testing/selftests/kvm/lib/aarch64/ |
| D | gic.c | 99 void gic_set_eoi_split(bool split) in gic_set_eoi_split() argument 102 gic_common_ops->gic_set_eoi_split(split); in gic_set_eoi_split()
|
| D | gic_private.h | 18 void (*gic_set_eoi_split)(bool split);
|
| /tools/testing/selftests/net/packetdrill/ |
| D | set_sysctls.py | 27 sysctl = a.split('=')
|
| D | tcp_zerocopy_maxfrags.pkt | 51 // verify that it is split in one skb of 17 frags + 1 of 1 frag 93 // verify that it is split in skbs with 17 frags
|
| /tools/perf/util/ |
| D | setup.py | 8 cc_tokens = cc.split() 61 cflags = getenv('CFLAGS', '').split()
|
| /tools/testing/selftests/drivers/net/hw/ |
| D | devlink_port_split.py | 107 def split(k, port, should_fail=False): function 198 new_split_group = split(k, port, should_fail=True) 209 new_split_group = split(k, port)
|
| /tools/testing/selftests/drivers/net/mlxsw/ |
| D | port_scale.sh | 43 devlink port split $netdev count $count
|
| /tools/perf/tests/ |
| D | attr.py | 23 a_list = a.split('|') 24 b_list = b.split('|') 132 return [int(v) for v in version.split(".")[0:2]] 205 items = list(filter(None, pattern.split(a))) 231 arch_list = self.arch.split(',')
|
| /tools/testing/selftests/filesystems/fuse/ |
| D | bpf_loader.c | 95 char *split; in s_splitleft() local 100 split = strchr(s1.s, c); in s_splitleft() 101 if (split) in s_splitleft() 102 s = sn(s1.s, split); in s_splitleft() 111 char *split; in s_splitright() local 116 split = strchr(s1.s, c); in s_splitright() 117 if (split) in s_splitright() 118 s2 = s(split + 1); in s_splitright()
|
| /tools/testing/selftests/hid/tests/ |
| D | base.py | 195 f'\n\t {" " * h.index("/")}'.join(h.split("\n")) 200 human_data = ["\n\t ".join(h.split("\n")) for h in human_data] 391 subprocess.run("udevadm control --reload-rules".split()) 392 subprocess.run("systemd-hwdb update".split())
|
| D | conftest.py | 69 for line in p.stdout.split("\n"):
|
| /tools/kvm/kvm_stat/ |
| D | kvm_stat | 329 flags = line.split() 339 return field.split('(', 1)[0] 668 members = list_string.split(',') 674 int_range = member.split('-') 900 field = key.split('-')[0] # set 'field' to 'pid' 1112 line = line.decode(ENCODING).lstrip().split(' ', 1) 1163 .format(pid), 'r').read().split('\0') 1164 parms = line[line.index('-name') + 1].split(',') 1258 (child, parent) = key.split(' ') 1563 print('%-42s%10d%10d' % (key.split(' ')[0], values.value, [all …]
|
| /tools/perf/tests/shell/lib/ |
| D | perf_metric_validation.py | 47 self.workloads = [x for x in workload.split(",") if x] 72 return set(metrics.split(",")) 371 … name = result["metric-unit"].split(" ")[1] if len(result["metric-unit"].split(" ")) > 1 \ 381 wl = workload.split() 385 data = [x+'}' for x in cmd.stderr.split('}\n') if x] 399 collectlist[0] = {x for x in self.collectlist.split(",")}
|
| /tools/testing/selftests/kvm/include/aarch64/ |
| D | gic.h | 50 void gic_set_eoi_split(bool split);
|