Home
last modified time | relevance | path

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

12

/scripts/
A Dkernel-doc.py184 help="Enable debug messages")
205 help=WARN_CONTENTS_BEFORE_SECTIONS_DESC)
208 help="Enable all types of warnings")
211 help="Treat warnings as errors.")
214 help=EXPORT_FILE_DESC)
223 help="Output troff manual page format.")
235 help=EXPORT_DESC)
238 help=INTERNAL_DESC)
241 help=FUNCTION_DESC)
245 help=NOSYMBOL_DESC)
[all …]
A Dget_abi.py50 help="enable lineno")
52 help="output text as contained in the ABI files. "
56 help="Don't the files section")
57 parser.add_argument("--show-hints", help="Show-hints")
149 help="directory where sysfs is mounted")
155 help="If bigger than one, enables multiprocessing.")
157 help="Maximum number of chunk size")
159 help="Also show found items. "
162 help="Don't actually search for undefined. "
187 parser.add_argument("-d", "--debug", type=int, default=0, help="debug level")
[all …]
A Dmake_fit.py69 help='Specifies the architecture')
71 help='Specifies the compression')
73 help='Decompose composite DTBs into base DTB and overlays')
75 help='Convert the FIT to use external data')
77 help='Specifies the name')
79 help='Specifies the output file (.fit)')
81 help='Specifies the operating system')
83 help='Specifies the (uncompressed) kernel input file (.itk)')
85 help='Enable verbose output')
87 help='Specifies the devicetree files to process')
A Dbloat-o-meter17 group.add_argument('-c', help='categorize output based on symbol type', action='store_true')
18 group.add_argument('-d', help='Show delta of Data Section', action='store_true')
19 group.add_argument('-t', help='Show delta of text Section', action='store_true')
20 parser.add_argument('-p', dest='prefix', help='Arch prefix for the tool being used. Useful in cross…
21 parser.add_argument('file1', help='First file to compare')
22 parser.add_argument('file2', help='Second file to compare')
A Dtest_doc_build.py465 help='Sphinx versions to test')
467 help='Sphinx minimal version')
469 help='Sphinx maximum version')
476 help='Build documentation')
478 help='extra arguments for make, like SPHINXDIRS=netlink/specs',
482 help="make build targets. Default: htmldocs.")
484 help="output directory for the make O=OUTPUT")
489 help='write a requirements.txt file')
491 help='Log command output on a file')
493 help='Verbose all commands')
[all …]
A Ddocumentation-file-ref-check23 my $help = 0;
35 'h|help|usage' => \$help,
38 if ($help != 0) {
A Dheaderdep.pl19 help => \&help,
42 sub help { subroutine
A Dparse-maintainers.pl10 my $help = 0;
19 'h|help|usage' => \$help,
24 if ($help != 0) {
A Dleaking_addresses.pl47 my $help = 0;
85 sub help subroutine
117 'h|help' => \$help,
128 ) or help(1);
130 help(0) if ($help);
A Ddev-needs.sh6 function help() { function
215 --help)
216 help
260 help
A Dbootgraph.pl30 sub help { subroutine
49 'h|help' =>\&help,
132 help(1);
A Dchecktransupdate.py243 help="Locale to check when files are not specified",
250 help="Print files that do not have translations",
257 help='Set the logging level')
262 help='Set the logging file (default: checktransupdate.log)')
265 "files", nargs="*", help="Files to check, if not specified, check all files"
A Dcheckkconfigsymbols.py55 help="check if the specified commit (hash) introduces "
60 help="diff undefined symbols between two commits "
65 help="find and show commits that may cause symbols to be "
70 help="ignore files matching this Python regex "
74 help="print a list of max. 10 string-similar symbols")
78 help="reset current Git tree even when it's dirty")
82 help="don't print colored output (default when not "
/scripts/kconfig/tests/auto_submenu/
A DKconfig11 help
17 help
25 help
31 help
44 help
50 help
/scripts/kconfig/tests/new_choice_with_dep/
A DKconfig5 help
11 help
19 help
36 help
/scripts/clang-tools/
A Drun-clang-tools.py32 help=type_help)
34 parser.add_argument("path", type=str, help=path_help)
37 parser.add_argument("-checks", type=str, default=None, help=checks_help)
39 parser.add_argument("-header-filter", type=str, default=None, help=header_filter_help)
A Dgen_compile_commands.py44 help=directory_help)
49 help=output_help)
54 default=_DEFAULT_LOG_LEVEL, help=log_level_help)
57 parser.add_argument('-a', '--ar', type=str, default='llvm-ar', help=ar_help)
62 parser.add_argument('paths', type=str, nargs='*', help=paths_help)
/scripts/gcc-plugins/
A DKconfig4 help
14 help
24 help
27 program state. This will help especially embedded systems where
/scripts/dtc/
A Ddtx_diff26 -h synonym for --help
27 -help synonym for --help
28 --help print this message and exit
183 help=0
203 -h | -help | --help )
204 help=1
258 if (( ${help} )) ; then
A Ddt-extract-compatibles119 ap.add_argument("cfile", type=str, nargs='*', help="C source files or directories to parse")
120 …ap.add_argument('-H', '--with-filename', help="Print filename with compatibles", action="store_tru…
121 …ap.add_argument('-d', '--driver-match', help="Only print compatibles that should match to a driver…
A Dof_unittest_expect168 "h" => \$help,
169 "help" => \$help,
197 if ($help){
/scripts/gdb/linux/
A Dkasan.py12 def help(): function
40 help()
A Dstackdepot.py16 def help(): function
84 help()
A Dpage_owner.py21 def help(): function
59 help()
61 help()
/scripts/kconfig/
A Dparser.y193 | config_option_list help
286 | choice_option_list help
400 help: help_start T_HELPTEXT
402 if (current_entry->help) {
403 free(current_entry->help);
413 current_entry->help = $2;
704 if (menu->help) { in print_symbol()
705 int len = strlen(menu->help); in print_symbol()
706 while (menu->help[--len] == '\n') in print_symbol()
707 menu->help[len] = 0; in print_symbol()
[all …]

Completed in 17 milliseconds

12