Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 25 of 55) sorted by relevance

123

/tools/power/cpupower/utils/
A Dcpupower.c52 static struct cmd_struct commands[] = { variable
75 for (i = 0; i < ARRAY_SIZE(commands); i++) in print_help()
76 printf("\t%s\n", commands[i].cmd); in print_help()
226 for (i = 0; i < ARRAY_SIZE(commands); i++) { in main()
227 struct cmd_struct *p = commands + i; in main()
/tools/testing/kunit/
A Drun_checks.py22 commands: Dict[str, Sequence[str]] = { variable
41 executor = futures.ThreadPoolExecutor(max_workers=len(commands))
42 for name, argv in commands.items():
/tools/perf/Documentation/
A Dperf-help.txt16 command and a list of the most commonly used perf commands are printed
19 If the option '--all' or '-a' is given, then all available commands are
33 Prints all the available commands on the standard output. This
A Dperf.txt44 List the most commonly used perf commands.
A Dcpu-and-latency-overheads.txt68 By expanding corresponding lines, you may see what commands/functions run
A DBuild.txt7 - perf builtin commands
/tools/perf/
A Dperf.c51 static struct cmd_struct commands[] = { variable
282 for (i = 0; i < ARRAY_SIZE(commands); i++) { in handle_options()
283 struct cmd_struct *p = commands+i; in handle_options()
395 for (i = 0; i < ARRAY_SIZE(commands); i++) { in handle_internal_command()
396 struct cmd_struct *p = commands+i; in handle_internal_command()
561 for (unsigned int i = 0; i < ARRAY_SIZE(commands); i++) { in main()
563 commands[i].cmd, in main()
564 strlen(commands[i].cmd)); in main()
A Dcommand-list.txt2 # List of known perf commands.
/tools/bpf/bpftool/
A Dmain.c76 static const struct cmd commands[] = { variable
134 for (i = 0; commands[i].cmd; i++) { in do_version()
135 if (!strcmp(commands[i].cmd, "prog")) { in do_version()
139 bootstrap = !commands[i].func; in do_version()
410 err = cmd_select(commands, n_argc, n_argv, do_help); in do_batch()
539 ret = cmd_select(commands, argc, argv, do_help); in main()
/tools/lib/thermal/
A DBuild1 libthermal-y += commands.o
/tools/testing/selftests/tc-testing/
A DREADME29 teardown commands - which includes not being able to run a test simply
51 commands being tested must be run as root. The code that enforces
56 requirement for that test. nsPlugin executes all commands within a
85 The setup and teardown stages can run zero or more commands. The setup
88 can be run next. These two stages require any commands run to return
96 Each of the commands in any stage will run in a shell instance.
113 the tests to be run. These values are used in the tc commands that will be
119 The NAMES values are used to substitute into the commands in the test cases.
188 sets up a network namespace and runs all commands in that namespace,
/tools/certs/
A Dprint-cert-tbs-hash.sh80 done < <(openssl list -digest-commands | tr ' ' '\n' | sort -ur)
/tools/testing/selftests/tc-testing/creating-plugins/
A DAddingPlugins.txt14 - adding commands to be run before and/or after the test suite
15 - adding commands to be run before and/or after the test cases
16 - adding commands to be run before and/or after the execute phase of the test cases
/tools/testing/selftests/tc-testing/creating-testcases/
A DAddingTestCases.txt45 setup: The list of commands required to ensure the command under test
66 teardown: The list of commands to clean up after the test is completed.
87 case, or possibly even a bug in one of the commands that are not being tested.
96 A pair of setup commands. The first can have exit code 0, 1 or 255, the
/tools/testing/selftests/tc-testing/plugin-lib/
A DREADME-PLUGINS27 Run all the commands in a network namespace.
A DnsPlugin.py240 def _exec_cmd_batched(self, stage, commands): argument
241 for cmd in commands:
/tools/bpf/bpftool/Documentation/
A Dcommon_options.rst15 Generate JSON output. For commands that cannot produce JSON, this option
/tools/testing/selftests/arm64/fp/
A DREADME17 "sve" in the following commands.)
84 commands on the host.
/tools/tracing/rtla/
A DREADME.txt3 The rtla meta-tool includes a set of commands that aims to analyze
/tools/testing/selftests/net/
A Dtest_vxlan_nolocalbypass.sh172 -v Verbose mode (show commands and output)
A Dgre_gso.sh179 -v verbose mode (show commands and output)
/tools/kvm/kvm_stat/
A Dkvm_stat.txt42 *h*:: display interactive commands reference
/tools/testing/selftests/rcutorture/doc/
A Drcu-test-image.txt32 That said, here are the commands:
/tools/perf/tests/shell/attr/
A DREADME33 Following tests are defined (with perf commands):
/tools/testing/selftests/drivers/net/
A DREADME.rst68 Communication method used to run commands on the remote endpoint.

Completed in 22 milliseconds

123