Home
last modified time | relevance | path

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

12

/tools/power/cpupower/utils/
Dcpupower.c50 static struct cmd_struct commands[] = { variable
72 for (i = 0; i < ARRAY_SIZE(commands); i++) in print_help()
73 printf("\t%s\n", commands[i].cmd); in print_help()
221 for (i = 0; i < ARRAY_SIZE(commands); i++) { in main()
222 struct cmd_struct *p = commands + i; in main()
/tools/perf/Documentation/
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
Dperf.txt44 List the most commonly used perf commands.
DBuild.txt7 - perf builtin commands
Dperf-annotate.txt85 present, as when piping to other commands, the stdio interface is
Dperf-config.txt197 from sub-commands (top, report, annotate).
207 Colors for headers in the output of a sub-commands (top, report).
462 execution of 'perf report' or 'perf top'. Other commands will
/tools/testing/selftests/tc-testing/
DREADME30 teardown commands - which includes not being able to run a test simply
52 commands being tested must be run as root. The code that enforces
57 requirement for that test. nsPlugin executes all commands within a
86 The setup and teardown stages can run zero or more commands. The setup
89 can be run next. These two stages require any commands run to return
97 Each of the commands in any stage will run in a shell instance.
105 the tests to be run. These values are used in the tc commands that will be
111 The NAMES values are used to substitute into the commands in the test cases.
128 -v, --verbose Show the commands that are being run
161 options for nsPlugin (run commands in net namespace)
[all …]
/tools/perf/
Dperf.c57 static struct cmd_struct commands[] = { variable
255 for (i = 0; i < ARRAY_SIZE(commands); i++) { in handle_options()
256 struct cmd_struct *p = commands+i; in handle_options()
360 for (i = 0; i < ARRAY_SIZE(commands); i++) { in handle_internal_command()
361 struct cmd_struct *p = commands+i; in handle_internal_command()
Dcommand-list.txt2 # List of known perf commands.
/tools/testing/selftests/tc-testing/creating-plugins/
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/
DAddingTestCases.txt43 setup: The list of commands required to ensure the command under test
64 teardown: The list of commands to clean up after the test is completed.
85 case, or possibly even a bug in one of the commands that are not being tested.
94 A pair of setup commands. The first can have exit code 0, 1 or 255, the
/tools/bpf/bpftool/Documentation/
Dcommon_options.rst13 Generate JSON output. For commands that cannot produce JSON, this
Dbpftool-cgroup.rst55 commands: it starts with absolute cgroup path, followed by
Dbpftool-btf.rst176 The following commands print BTF types associated with specified map's key,
/tools/testing/selftests/tc-testing/plugin-lib/
DREADME-PLUGINS27 Run all the commands in a network namespace.
/tools/testing/selftests/arm64/fp/
DREADME17 "sve" in the following commands.)
84 commands on the host.
/tools/lib/bpf/
DREADME.rst18 System call wrappers are simple wrappers for commands supported by
20 and map one-on-one to corresponding commands.
/tools/kvm/kvm_stat/
Dkvm_stat.txt42 *h*:: display interactive commands reference
/tools/testing/selftests/rcutorture/doc/
Drcu-test-image.txt32 That said, here are the commands:
/tools/perf/tests/attr/
DREADME33 Following tests are defined (with perf commands):
/tools/build/Documentation/
DBuild.txt93 It's only a matter of 2 single commands to create the final binaries:
/tools/testing/selftests/net/
Dfib-onlink-tests.sh477 -v verbose mode (show commands and output)
/tools/usb/usbip/
DINSTALL13 Briefly, the shell commands `./configure; make; make install' should
106 By default, `make install' installs the package's commands under
DCOPYING103 c) If the modified program normally reads commands interactively
321 The hypothetical commands `show w' and `show c' should show the appropriate
322 parts of the General Public License. Of course, the commands you use may
DREADME104 To attach new device to client machine below commands should be used:

12