Searched refs:commands (Results 1 – 25 of 36) sorted by relevance
12
/tools/power/cpupower/utils/ |
D | cpupower.c | 50 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/ |
D | perf-help.txt | 16 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
|
D | perf.txt | 44 List the most commonly used perf commands.
|
D | Build.txt | 7 - perf builtin commands
|
D | perf-annotate.txt | 85 present, as when piping to other commands, the stdio interface is
|
D | perf-config.txt | 197 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/ |
D | README | 30 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/ |
D | perf.c | 57 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()
|
D | command-list.txt | 2 # List of known perf commands.
|
/tools/testing/selftests/tc-testing/creating-plugins/ |
D | AddingPlugins.txt | 14 - 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/ |
D | AddingTestCases.txt | 43 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/ |
D | common_options.rst | 13 Generate JSON output. For commands that cannot produce JSON, this
|
D | bpftool-cgroup.rst | 55 commands: it starts with absolute cgroup path, followed by
|
D | bpftool-btf.rst | 176 The following commands print BTF types associated with specified map's key,
|
/tools/testing/selftests/tc-testing/plugin-lib/ |
D | README-PLUGINS | 27 Run all the commands in a network namespace.
|
/tools/testing/selftests/arm64/fp/ |
D | README | 17 "sve" in the following commands.) 84 commands on the host.
|
/tools/lib/bpf/ |
D | README.rst | 18 System call wrappers are simple wrappers for commands supported by 20 and map one-on-one to corresponding commands.
|
/tools/kvm/kvm_stat/ |
D | kvm_stat.txt | 42 *h*:: display interactive commands reference
|
/tools/testing/selftests/rcutorture/doc/ |
D | rcu-test-image.txt | 32 That said, here are the commands:
|
/tools/perf/tests/attr/ |
D | README | 33 Following tests are defined (with perf commands):
|
/tools/build/Documentation/ |
D | Build.txt | 93 It's only a matter of 2 single commands to create the final binaries:
|
/tools/testing/selftests/net/ |
D | fib-onlink-tests.sh | 477 -v verbose mode (show commands and output)
|
/tools/usb/usbip/ |
D | INSTALL | 13 Briefly, the shell commands `./configure; make; make install' should 106 By default, `make install' installs the package's commands under
|
D | COPYING | 103 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
|
D | README | 104 To attach new device to client machine below commands should be used:
|
12