Searched refs:background (Results 1 – 11 of 11) sorted by relevance
| /tools/testing/selftests/drivers/net/lib/py/ |
| A D | load.py | 15 self._iperf_server = cmd(f"iperf3 -s -1 -p {self.port}", background=True) 19 background=True, host=env.remote)
|
| /tools/testing/selftests/net/lib/py/ |
| A D | utils.py | 34 def __init__(self, comm, shell=True, fail=True, ns=None, background=False, argument 70 if not background: 116 super().__init__(comm, background=True,
|
| /tools/power/pm-graph/ |
| A D | bootgraph.py | 636 .c1 {background:rgba(209,0,0,0.4);}\n\ 637 .c2 {background:rgba(255,102,34,0.4);}\n\ 638 .c3 {background:rgba(255,218,33,0.4);}\n\ 639 .c4 {background:rgba(51,221,0,0.4);}\n\ 640 .c5 {background:rgba(17,51,204,0.4);}\n\ 641 .c6 {background:rgba(34,0,102,0.4);}\n\ 642 .c7 {background:rgba(51,0,68,0.4);}\n\ 643 .c8 {background:rgba(204,255,204,0.4);}\n\ 644 .c9 {background:rgba(169,208,245,0.4);}\n\ 645 .c10 {background:rgba(255,255,204,0.4);}\n\ [all …]
|
| A D | sleepgraph.py | 4318 tr.head td {border: 1px solid black;background:#aaa;}\n\ 4319 tr.alt {background-color:#ddd;}\n\ 4321 .minval {background-color:#BBFFBB;}\n\ 4322 .medval {background-color:#BBBBFF;}\n\ 4323 .maxval {background-color:#FFBBBB;}\n\ 5030 .gray {background:rgba(80,80,80,0.1);}\n\ 5031 .green {background:rgba(204,255,204,0.4);}\n\ 5032 .purple {background:rgba(128,0,128,0.2);}\n\ 5033 .yellow {background:rgba(255,255,204,0.4);}\n\ 5034 .blue {background:rgba(169,208,245,0.4);}\n\ [all …]
|
| /tools/perf/Documentation/ |
| A D | perf-daemon.txt | 7 perf-daemon - Run record sessions on background 26 You can imagine 'perf daemon' of background process with several 72 Do not put the process in background.
|
| A D | perf-config.txt | 141 To change colors of selected line to other foreground and background colors 168 foreground and background colors, separated by a comma, for example: 185 background-color 'default'.
|
| /tools/memory-model/Documentation/ |
| A D | README | 16 o You have some background in Linux-kernel concurrency, and would
|
| A D | references.txt | 1 This document provides background reading for memory models and related
|
| /tools/testing/selftests/drivers/net/hw/ |
| A D | devlink_rate_tc_bw.py | 241 cmd(f"iperf3 -s -1 -B {ip_addr}",background=True, host=cfg.remote)
|
| /tools/gpio/ |
| A D | gpio-sloppy-logic-analyzer.sh | 64 the background. The result is only available once the sub-process finishes.
|
| /tools/testing/selftests/net/ |
| A D | bpf_offload.py | 99 def cmd(cmd, shell=True, include_stderr=False, background=False, fail=True): argument 106 if background: 1105 tc_proc = cmd(cmd_line, background=True, fail=False)
|
Completed in 26 milliseconds