Home
last modified time | relevance | path

Searched refs:background (Results 1 – 11 of 11) sorted by relevance

/tools/testing/selftests/drivers/net/lib/py/
A Dload.py15 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 Dutils.py34 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 Dbootgraph.py636 .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 Dsleepgraph.py4318 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 Dperf-daemon.txt7 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 Dperf-config.txt141 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 DREADME16 o You have some background in Linux-kernel concurrency, and would
A Dreferences.txt1 This document provides background reading for memory models and related
/tools/testing/selftests/drivers/net/hw/
A Ddevlink_rate_tc_bw.py241 cmd(f"iperf3 -s -1 -B {ip_addr}",background=True, host=cfg.remote)
/tools/gpio/
A Dgpio-sloppy-logic-analyzer.sh64 the background. The result is only available once the sub-process finishes.
/tools/testing/selftests/net/
A Dbpf_offload.py99 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 23 milliseconds