/tools/testing/selftests/tc-testing/ |
D | tdc_multibatch.py | 15 parser.add_argument("device", help="device name") 16 parser.add_argument("dir", help="where to put batch files") 18 "num_filters", type=int, help="how many lines per batch file") 19 parser.add_argument("num_files", type=int, help="how many batch files") 23 help="operation to perform on filters") 28 help="prefix for generated batch file names") 33 help="duplicate filter handle range in all files") 39 help="start handle range from (default: 1)") 46 help="add this value to third byte of source MAC address of flower filter"
|
D | tdc_batch.py | 12 parser.add_argument("device", help="device name") 13 parser.add_argument("file", help="batch file name") 15 help="how many lines in batch file") 21 help="start handle range from (default: 1)") 23 help="skip_sw (offload), by default skip_hw", 26 help="all filters share the same action", 29 help="all filters have different prio", 36 help="operation to perform on filters" 44 help="third byte of source MAC address of flower filter"
|
D | tdc.py | 462 help='Path to the file in which results should be saved. ' + 466 help='The full path to the tc executable to use') 475 help='Collect tests from the specified directory(ies) ' + 479 help='Run tests from the specified file(s)') 482 help='Run tests only from the specified category/ies, ' + 486 help='Execute the specified test cases with specified IDs') 489 help='List all test cases, or those only within the specified category') 492 help='Display the selected test cases') 495 help='Generate ID numbers for new test cases') 498 help='Show the commands that are being run') [all …]
|
/tools/usb/usbip/src/ |
D | usbip.c | 37 const char *help; member 45 .help = NULL, 51 .help = NULL, 57 .help = "Attach a remote USB device", 63 .help = "Detach a remote USB device", 69 .help = "List exportable or local USB devices", 75 .help = "Bind device to " USBIP_HOST_DRV_NAME ".ko", 81 .help = "Unbind device from " USBIP_HOST_DRV_NAME ".ko", 87 .help = "Show imported USB devices", 111 if (cmd->help != NULL) in usbip_help() [all …]
|
/tools/lib/subcmd/ |
D | parse-options.h | 107 const char *help; member 122 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) } 123 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) } 124 …IT, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h), .defval = (b… 125 …OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .help = (h) } 126 …N, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .help = (h), .flags = (f)… 129 .value = check_vtype(v, bool *), .help = (h), \ 131 …e = OPTION_INCR, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h) } 132 …t_name = (s), .long_name = (l), .value = check_vtype(v, unsigned int *), .help = (h), .defval = (i… 133 …ype = OPTION_SET_PTR, .short_name = (s), .long_name = (l), .value = (v), .help = (h), .defval = (p… [all …]
|
D | Build | 2 libsubcmd-y += help.o
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool.rst | 13 **bpftool** [*OPTIONS*] *OBJECT* { *COMMAND* | **help** } 21 *OPTIONS* := { { **-V** | **--version** } | { **-h** | **--help** } 26 | **delete** | **pin** | **event_pipe** | **help** } 29 | **load** | **attach** | **detach** | **help** } 31 *CGROUP-COMMANDS* := { **show** | **list** | **attach** | **detach** | **help** } 33 *PERF-COMMANDS* := { **show** | **list** | **help** } 35 *NET-COMMANDS* := { **show** | **list** | **help** } 37 *FEATURE-COMMANDS* := { **probe** | **help** } 49 -h, --help 50 Print short help message (similar to **bpftool help**).
|
D | bpftool-perf.rst | 18 { **show** | **list** | **help** } 24 | **bpftool** **perf help** 38 **bpftool perf help** 39 Print short help message. 43 -h, --help 44 Print short generic help message (similar to **bpftool help**).
|
D | bpftool-feature.rst | 17 *COMMANDS* := { **probe** | **help** } 23 | **bpftool** **feature help** 58 **bpftool feature help** 59 Print short help message. 63 -h, --help 64 Print short generic help message (similar to **bpftool help**).
|
D | bpftool-net.rst | 18 { **show** | **list** | **attach** | **detach** | **help** } 26 | **bpftool** **net help** 73 **bpftool net help** 74 Print short help message. 78 -h, --help 79 Print short generic help message (similar to **bpftool help**).
|
D | bpftool-cgroup.rst | 18 { **show** | **list** | **tree** | **attach** | **detach** | **help** } 27 | **bpftool** **cgroup help** 110 **bpftool prog help** 111 Print short help message. 115 -h, --help 116 Print short generic help message (similar to **bpftool help**).
|
D | bpftool-btf.rst | 17 *COMMANDS* := { **dump** | **help** } 24 | **bpftool** **btf help** 64 **bpftool btf help** 65 Print short help message. 69 -h, --help 70 Print short generic help message (similar to **bpftool help**).
|
/tools/perf/Documentation/ |
D | perf-help.txt | 1 perf-help(1) 6 perf-help - display help information about perf 10 'perf help' [-a|--all] [COMMAND] 26 Note that `perf --help ...` is identical to `perf help ...` because the
|
D | perf.txt | 11 'perf' [--version] [--help] [OPTIONS] COMMAND [ARGS] 37 --help:: 38 Run perf help command.
|
/tools/objtool/ |
D | objtool.c | 29 const char *help; member 40 bool help; variable 56 puts(objtool_cmds[i].help); in cmd_usage() 73 help = true; in handle_options() 116 if (!argc || help) in main()
|
/tools/nfsd/ |
D | inject_fault.sh | 24 function help() function 34 help 36 help
|
/tools/perf/scripts/python/ |
D | stackcollapse.py | 42 help="include thread id in stack"), 45 help="include process id in stack"), 48 help="do not separate stacks according to comm"), 51 help="beautify Java signatures"), 54 help="annotate kernel functions with _[k]")
|
/tools/cgroup/ |
D | iocost_coef_gen.py | 35 help='Raw block device to use for testing, ignores --testfile-size') 37 help='Testfile size in gigabytes (default: %(default)s)') 39 help='Individual test run duration in seconds (default: %(default)s)') 41 help='Sequential test block size in megabytes (default: %(default)s)') 43 help='Sequential test queue depth (default: %(default)s)') 45 help='Random test queue depth (default: %(default)s)') 47 help='Number of parallel fio jobs to run (default: %(default)s)')
|
/tools/thermal/tmon/ |
D | README | 21 TMON is conceived as a tool to help visualize, tune, and test the 44 -h, --help show this help message
|
/tools/virtio/ringtest/ |
D | main.c | 274 static void help(void) in help() function 313 help(); in main() 360 help(); in main() 376 help(); in main()
|
/tools/perf/ui/browsers/ |
D | header.c | 36 static const char help[] = in list_menu__run() local 64 ui_browser__help_window(menu, help); in list_menu__run()
|
D | hists.h | 34 int hist_browser__run(struct hist_browser *browser, const char *help,
|
/tools/kvm/kvm_stat/ |
D | kvm_stat.txt | 93 fields to display (regex), "-f help" for a list of available events 96 --help:: 97 show help message
|
/tools/testing/fault-injection/ |
D | failcmd.sh | 39 -h, --help 89 LONGOPTS=$LONGOPTS,reject-start:,reject-end:,oom-kill-allocating-task:,help 198 -h|--help)
|
/tools/perf/ |
D | Build | 7 perf-y += builtin-help.o 40 CFLAGS_builtin-help.o += $(paths)
|