Searched refs:commands (Results 1 – 25 of 40) sorted by relevance
12
/tools/power/cpupower/utils/ |
D | cpupower.c | 52 static struct cmd_struct commands[] = { variable 74 for (i = 0; i < ARRAY_SIZE(commands); i++) in print_help() 75 printf("\t%s\n", commands[i].cmd); in print_help() 225 for (i = 0; i < ARRAY_SIZE(commands); i++) { in main() 226 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 | Build.txt | 7 - perf builtin commands
|
D | perf.txt | 44 List the most commonly used perf commands.
|
D | perf-annotate.txt | 92 present, as when piping to other commands, the stdio interface is
|
D | perf-probe.txt | 302 …requires root or privileged user to access it, the following perf probe commands also require it; … 306 …You also need to set to 1 (restrict non CAP_SYSLOG users) for the above commands. Since the user-s… 308 …- Since the perf probe commands read the vmlinux (for kernel) and/or the debuginfo file (including…
|
D | perf-daemon.txt | 63 All generic options are available also under commands.
|
/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 256 for (i = 0; i < ARRAY_SIZE(commands); i++) { in handle_options() 257 struct cmd_struct *p = commands+i; in handle_options() 361 for (i = 0; i < ARRAY_SIZE(commands); i++) { in handle_internal_command() 362 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 | 56 commands: it starts with absolute cgroup path, followed by
|
D | bpftool-btf.rst | 191 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/testing/selftests/net/ |
D | gre_gso.sh | 183 -v verbose mode (show commands and output)
|
D | fib-onlink-tests.sh | 477 -v verbose mode (show commands and output)
|
/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/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
|
/tools/build/Documentation/ |
D | Build.txt | 93 It's only a matter of 2 single commands to create the final binaries:
|
12