Home
last modified time | relevance | path

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

12

/tools/power/cpupower/utils/
Dcpupower.c52 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/
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
DBuild.txt7 - perf builtin commands
Dperf.txt44 List the most commonly used perf commands.
Dperf-annotate.txt92 present, as when piping to other commands, the stdio interface is
Dperf-probe.txt302 …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…
Dperf-daemon.txt63 All generic options are available also under commands.
/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
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()
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.rst56 commands: it starts with absolute cgroup path, followed by
Dbpftool-btf.rst191 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/testing/selftests/net/
Dgre_gso.sh183 -v verbose mode (show commands and output)
Dfib-onlink-tests.sh477 -v verbose mode (show commands and output)
/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/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
/tools/build/Documentation/
DBuild.txt93 It's only a matter of 2 single commands to create the final binaries:

12