Home
last modified time | relevance | path

Searched refs:help (Results 1 – 25 of 187) sorted by relevance

12345678

/tools/net/sunrpc/xdrgen/
Dxdrgen38 help="Display the version of this tool",
46 "definitions", help="Generate XDR definitions"
52 help="Add annotation comments",
58 help="Output language",
64 help="Generate header code for client or server side",
67 definitions_parser.add_argument("filename", help="File containing an XDR specification")
71 "declarations", help="Generate function declarations"
77 help="Add annotation comments",
83 help="Output language",
89 help="Generate code for client or server side",
[all …]
/tools/testing/selftests/tc-testing/
Dtdc_multibatch.py15 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"
Dtdc_batch.py12 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"
/tools/bpf/bpftool/Documentation/
Dbpftool.rst17 **bpftool** [*OPTIONS*] *OBJECT* { *COMMAND* | **help** }
30 **delete** | **pin** | **event_pipe** | **help** }
33 **load** | **attach** | **detach** | **help** }
35 *LINK-COMMANDS* := { **show** | **list** | **pin** | **detach** | **help** }
37 *CGROUP-COMMANDS* := { **show** | **list** | **attach** | **detach** | **help** }
39 *PERF-COMMANDS* := { **show** | **list** | **help** }
41 *NET-COMMANDS* := { **show** | **list** | **help** }
43 *FEATURE-COMMANDS* := { **probe** | **help** }
45 *BTF-COMMANDS* := { **show** | **list** | **dump** | **help** }
47 *GEN-COMMANDS* := { **object** | **skeleton** | **min_core_btf** | **help** }
[all …]
Dbpftool-perf.rst22 { **show** | **list** | **help** }
28 | **bpftool** **perf help**
42 bpftool perf help
43 Print short help message.
Dcommon_options.rst3 -h, --help
4 Print short help message (similar to **bpftool help**).
Dbpftool-struct_ops.rst22 { **show** | **list** | **dump** | **register** | **unregister** | **help** }
31 | **bpftool** **struct_ops help**
65 bpftool struct_ops help
66 Print short help message.
Dbpftool-iter.rst21 *COMMANDS* := { **pin** | **help** }
27 | **bpftool** **iter help**
51 bpftool iter help
52 Print short help message.
Dbpftool-link.rst21 *COMMANDS* := { **show** | **list** | **pin** | **help** }
29 | **bpftool** **link help**
60 bpftool link help
61 Print short help message.
/tools/usb/usbip/src/
Dusbip.c37 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/
Dparse-options.h103 const char *help; member
118 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) }
119 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) }
120 …IT, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h), .defval = (b…
121 …OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .help = (h) }
122 …N, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .help = (h), .flags = (f)…
125 .value = check_vtype(v, bool *), .help = (h), \
127 …e = OPTION_INCR, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h) }
128 …t_name = (s), .long_name = (l), .value = check_vtype(v, unsigned int *), .help = (h), .defval = (i…
129 …ype = OPTION_SET_PTR, .short_name = (s), .long_name = (l), .value = (v), .help = (h), .defval = (p…
[all …]
/tools/perf/Documentation/
Dperf-help.txt1 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
Dperf.txt11 'perf' [--version] [--help] [OPTIONS] COMMAND [ARGS]
16 --help::
17 Run perf help command.
91 linkperf:perf-help[1], linkperf:perf-inject[1],
/tools/testing/kunit/
Dkunit.py310 help='As in the make command, it specifies the build '
314 help='X=Y make option, can be repeated.',
317 help='Run all KUnit tests via tools/testing/kunit/configs/all_tests.config',
320 help='Path to Kconfig fragment that enables KUnit tests.'
326 help='Additional Kconfig options to append to the '
331 help=('Specifies the architecture to run tests under. '
339 help=('Sets make\'s CROSS_COMPILE variable; it should '
351 help=('Takes a path to a path to a file containing '
356 help='Additional QEMU arguments, e.g. "-smp 8"',
361 help='As in the make command, "Specifies the number of '
[all …]
/tools/perf/scripts/python/
Dstackcollapse.py42 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]")
Dflamegraph.py222 help="output file format")
224 help="output file name")
227 help="path to flame graph HTML template")
230 help="flame graph color scheme",
233 help=argparse.SUPPRESS)
237 help="allow unprompted downloading of HTML template")
/tools/crypto/ccp/
Ddbc_cli.py47 help="Command to send",
49 parser.add_argument("--device", default="/dev/dbc", help="Device to operate")
50 parser.add_argument("--signature", help="File containing signature for command")
51 parser.add_argument("--message", choices=messages.keys(), help="Message index")
52 parser.add_argument("--data", help="Argument to pass to message")
53 parser.add_argument("--uid", help="File containing UID to pass")
/tools/hv/
Dvmbus_testing287 help = "silence none important test messages."
296 help = "Debugfs path to a vmbus device. The path "
302 help = "Enable the specified test type "
307 help = "Enable the specified test type on a "
311 help = "Delay the ring buffer interrupt or the "
323 help = "Set [buffer] & [message] delay time. "
333 help = "Disable ALL testing on ALL vmbus devices.",
341 help = "Disable ALL testing on a SINGLE vmbus device.",
345 help = "View the test state for ALL vmbus devices.",
353 help = "View the test values for a SINGLE vmbus "
/tools/cgroup/
Diocost_coef_gen.py35 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/tracing/rtla/sample/
Dtimerlat_load.py28 parser.add_argument("cpu", type=int, help='CPU to run timerlat thread')
29 parser.add_argument("-p", "--prio", type=int, help='FIFO priority')
/tools/perf/pmu-events/
Dmodels.py58 ap.add_argument('arch', help='Architecture name like x86')
59 ap.add_argument('cpuid', default='all', help='List of cpuids to convert to model names')
63 help='Root of tree containing architecture directories containing json files'
/tools/writeback/
Dwb_monitor.py35 help='Target backing device name patterns (all if empty)')
37 help='Monitoring interval (0 to print once and exit)')
39 help='Output in json')
41 help='show writeback of bdi in cgroup')
/tools/usb/
Dp9_fwd.py206 parser.add_argument("--id", type=str, default="1d6b:0109", help="vid:pid of target device")
207 parser.add_argument("--path", type=str, required=False, help="path of target device")
214 parser_list = subparsers.add_parser("list", help="List all connected 9p gadgets")
218 "connect", help="Forward messages between the usb9pfs gadget and the 9p server"
223 …parser_connect.add_argument("-s", "--server", type=str, default="127.0.0.1", help="server hostname…
224 parser_connect.add_argument("-p", "--port", type=int, default=564, help="server port")
/tools/testing/selftests/net/rds/
Dtest.py73 help="directory to store logs", default="/tmp")
74 parser.add_argument('--timeout', help="timeout to terminate hung test",
76 parser.add_argument('-l', '--loss', help="Simulate tcp packet loss",
78 parser.add_argument('-c', '--corruption', help="Simulate tcp packet corruption",
80 parser.add_argument('-u', '--duplicate', help="Simulate tcp packet duplication",
/tools/perf/util/
Dparse-events.l39 char *help = NULL; in value() local
41 if (asprintf(&help, "Bad base %d number \"%s\"", base, text) > 0) in value()
42 parse_events_error__handle(error, get_column(scanner), help , NULL); in value()
154 char *help = NULL; in modifiers_error() local
156 if (asprintf(&help, "Duplicate modifier '%c' (%s)", mod_char, mod_name) > 0) in modifiers_error()
157 parse_events_error__handle(error, get_column(scanner) + pos, help , NULL); in modifiers_error()
197 char *help = strdup("Maximum precise value is 3"); in modifiers() local
199 if (help) { in modifiers()
201 help , NULL); in modifiers()

12345678