| /tools/net/sunrpc/xdrgen/ |
| A D | xdrgen | 38 help="Display the version of this tool", 46 "definitions", help="Generate XDR definitions" 52 help="Add annotation comments", 58 help="Output language", 71 "declarations", help="Generate function declarations" 77 help="Add annotation comments", 83 help="Output language", 89 help="Generate code for client or server side", 106 help="Add annotation comments", 112 help="Output language", [all …]
|
| /tools/testing/selftests/tc-testing/ |
| A 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"
|
| A 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"
|
| /tools/bpf/bpftool/Documentation/ |
| A D | bpftool.rst | 17 **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 …]
|
| A D | bpftool-perf.rst | 22 { **show** | **list** | **help** } 28 | **bpftool** **perf help** 42 bpftool perf help 43 Print short help message.
|
| A D | common_options.rst | 3 -h, --help 4 Print short help message (similar to **bpftool help**).
|
| A D | bpftool-iter.rst | 21 *COMMANDS* := { **pin** | **help** } 27 | **bpftool** **iter help** 51 bpftool iter help 52 Print short help message.
|
| A D | bpftool-struct_ops.rst | 22 { **show** | **list** | **dump** | **register** | **unregister** | **help** } 31 | **bpftool** **struct_ops help** 65 bpftool struct_ops help 66 Print short help message.
|
| /tools/usb/usbip/src/ |
| A 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/ |
| A D | parse-options.h | 103 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) } 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) } 135 …pe = OPTION_U64, .short_name = (s), .long_name = (l), .value = check_vtype(v, u64 *), .help = (h) } 139 .value = check_vtype(v, const char **), .argh =(a), .help = (h), \ 143 .value = check_vtype(v, const char **), .argh = (a), .help = (h), \ 150 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =… 159 .value = (v), .arg = (a), .help = (h), .callback = (f), .defval = (intptr_t)d,\ [all …]
|
| /tools/perf/Documentation/ |
| A 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
|
| /tools/testing/kunit/ |
| A D | kunit.py | 328 help='As in the make command, it specifies the build ' 332 help='X=Y make option, can be repeated.', 344 help='Additional Kconfig options to append to the ' 349 help=('Specifies the architecture to run tests under. ' 369 help=('Takes a path to a path to a file containing ' 374 help='Additional QEMU arguments, e.g. "-smp 8"', 392 help='Filter which KUnit test suites/tests run at ' 399 help='Filter KUnit tests with attributes, ' 582 help='Ensures that .config contains all of ' 600 help='Parses KUnit results from a file, ' [all …]
|
| /tools/verification/rvgen/ |
| A D | __main__.py | 23 help="Patch the kernel in place") 30 required=False, help="Create a monitor nested to parent") 32 help="Monitor class, either \"da\" or \"ltl\"") 33 monitor_parser.add_argument('-s', "--spec", dest="spec", help="Monitor specification file") 35 … help=f"Available options: {', '.join(Monitor.monitor_types.keys())}")
|
| /tools/testing/selftests/nolibc/ |
| A D | Makefile | 22 help: target 24 @$(MAKE) -f Makefile.nolibc help 26 .PHONY: help
|
| /tools/perf/scripts/python/ |
| A 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]")
|
| A D | flamegraph.py | 241 help="output file format") 243 help="output file name") 246 help="path to flame graph HTML template") 249 help="flame graph color scheme", 252 help=argparse.SUPPRESS) 256 help="allow unprompted downloading of HTML template") 261 help="specify the event to generate flamegraph for")
|
| A D | arm-cs-trace-disasm.py | 60 help="Set path to vmlinux file. Omit to autodetect if running on same machine") 62 help="Show disassembly. Can also be used to change the objdump path"), 63 args.add_argument("-v", "--verbose", action="store_true", help="Enable debugging log") 64 args.add_argument("--start-time", type=int_arg, help="Monotonic clock time of sample to start from.… 66 args.add_argument("--stop-time", type=int_arg, help="Monotonic clock time of sample to stop at. " 68 args.add_argument("--start-sample", type=int_arg, help="Index of sample to start from. " 70 args.add_argument("--stop-sample", type=int_arg, help="Index of sample to stop at. "
|
| /tools/crypto/ccp/ |
| A D | dbc_cli.py | 47 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/ |
| A D | vmbus_testing | 287 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/ |
| A 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/perf/pmu-events/ |
| A D | models.py | 58 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/tracing/rtla/sample/ |
| A D | timerlat_load.py | 28 parser.add_argument("cpu", type=int, help='CPU to run timerlat thread') 29 parser.add_argument("-p", "--prio", type=int, help='FIFO priority')
|
| /tools/net/ynl/pyynl/ |
| A D | cli.py | 56 help='name of the netlink FAMILY') 58 help='list all netlink families supported by YNL (has spec)') 60 help='choose the family by SPEC file path') 75 help='when subscribed, watch for DURATION seconds') 77 help='alias for duration')
|
| /tools/writeback/ |
| A D | wb_monitor.py | 35 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/perf/util/ |
| A D | parse-events.l | 39 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() 150 char *help = NULL; in modifiers_error() local 152 if (asprintf(&help, "Duplicate modifier '%c' (%s)", mod_char, mod_name) > 0) in modifiers_error() 153 parse_events_error__handle(error, get_column(scanner) + pos, help , NULL); in modifiers_error() 193 char *help = strdup("Maximum precise value is 3"); in modifiers() local 195 if (help) { in modifiers() 197 help , NULL); in modifiers()
|