Searched refs:help (Results 26 - 50 of 235) sorted by relevance

12345678910

/linux-master/scripts/clang-tools/
H 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)
/linux-master/tools/cgroup/
H A Diocost_coef_gen.py35 help='Raw block device to use for testing, ignores --testfile-size') variable
37 help='Testfile size in gigabytes (default: %(default)s)') variable
39 help='Individual test run duration in seconds (default: %(default)s)') variable
41 help='Sequential test block size in megabytes (default: %(default)s)') variable
43 help='Sequential test queue depth (default: %(default)s)') variable
45 help='Random test queue depth (default: %(default)s)') variable
47 help='Number of parallel fio jobs to run (default: %(default)s)') variable
/linux-master/scripts/dtc/
H 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
263 # this must follow check for ${help}
[all...]
H A Ddt-extract-compatibles106 ap.add_argument("cfile", type=str, nargs='*', help="C source files or directories to parse")
107 ap.add_argument('-H', '--with-filename', help="Print filename with compatibles", action="store_true")
108 ap.add_argument('-d', '--driver-match', help="Only print compatibles that should match to a driver", action="store_true")
/linux-master/drivers/cpufreq/
H A DKconfig.x8613 help
26 help
43 help
59 help
75 help
89 help
106 help
117 help
132 help
143 help
[all...]
/linux-master/tools/writeback/
H A Dwb_monitor.py35 help='Target backing device name patterns (all if empty)') variable
37 help='Monitoring interval (0 to print once and exit)') variable
39 help='Output in json') variable
41 help='show writeback of bdi in cgroup') variable
/linux-master/tools/perf/ui/browsers/
H A Dheader.c36 static const char help[] = local
64 ui_browser__help_window(menu, help);
/linux-master/net/netfilter/
H A Dnf_nat_irc.c32 static unsigned int help(struct sk_buff *skb, function
97 RCU_INIT_POINTER(nf_nat_irc_hook, help);
H A Dnfnetlink_cthelper.c44 const struct nf_conn_help *help; local
47 help = nfct_help(ct);
48 if (help == NULL)
52 helper = rcu_dereference(help->helper);
98 struct nf_conn_help *help = nfct_help(ct); local
104 helper = rcu_dereference(help->helper);
108 nla_memcpy(help->data, attr, sizeof(help->data));
115 const struct nf_conn_help *help = nfct_help(ct); local
118 helper = rcu_dereference(help
[all...]
H A Dnf_conntrack_sane.c58 static int help(struct sk_buff *skb, function
195 &sane_exp_policy, 0, help, NULL,
199 &sane_exp_policy, 0, help, NULL,
H A Dnf_conntrack_broadcast.c28 struct nf_conn_help *help = nfct_help(ct); local
63 helper = rcu_dereference(help->helper);
/linux-master/tools/testing/memblock/
H A DMakefile41 help:
55 .PHONY: clean include help
/linux-master/tools/include/nolibc/
H A DMakefile51 install: help
53 help:
59 @echo " help this help"
/linux-master/scripts/
H A Dleaking_addresses.pl47 my $help = 0;
85 sub help subroutine
107 -h, --help Display this help and exit.
117 'h|help' => \$help,
128 ) or help(1);
130 help(0) if ($help);
H A Ddocumentation-file-ref-check15 "Documentation/scsi/scsi_mid_low_api.rst" => "Documentation/Configure.help",
23 my $help = 0;
35 'h|help|usage' => \$help,
38 if ($help != 0) {
39 print "$scriptname [--help] [--fix]\n";
H A Dbootgraph.pl30 sub help { subroutine
49 'h|help' =>\&help,
132 help(1);
/linux-master/tools/testing/selftests/powerpc/dexcr/
H A Dchdexcr.c19 static void help(void) function
63 if (!strcmp(option, "-h") || !strcmp(option, "--help")) {
64 help();
/linux-master/tools/perf/scripts/python/
H A 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")
/linux-master/kernel/debug/kdb/
H A Dkdb_bp.c159 " OR use hw breaks: help bph\n");
529 .help = "Set/Display breakpoints",
535 .help = "Display breakpoints",
541 .help = "Clear Breakpoint",
547 .help = "Enable Breakpoint",
553 .help = "Disable Breakpoint",
559 .help = "Single Step",
569 .help = "[datar [length]|dataw [length]] Set hw brk",
/linux-master/tools/workqueue/
H A Dwq_monitor.py47 help='Target workqueue name patterns (all if empty)') variable
49 help='Monitoring interval (0 to print once and exit)') variable
51 help='Output in json') variable
/linux-master/tools/testing/selftests/kvm/
H A Dget-reg-list.c310 static void help(void) function
341 help(), exit(1);
350 help(), exit(1);
368 else if (strcmp(av[i], "--help") == 0 || strcmp(av[1], "-h") == 0)
369 help(), exit(0);
371 help(), exit(1);
379 help(), exit(1);
H A Dmemslot_modification_stress_test.c113 static void help(char *name) function
171 help(argv[0]);
/linux-master/samples/bpf/
H A Dxdp2skb_meta.sh82 --long verbose,flush,help,list,dev:,dry-run -- "$@")
120 -h | --help )
/linux-master/scripts/gdb/linux/
H A Dmodules.py102 def help(): function
118 help()
/linux-master/tools/perf/util/
H A Dparse-events.l39 char *help = NULL;
41 if (asprintf(&help, "Bad base %d number \"%s\"", base, text) > 0)
42 parse_events_error__handle(error, get_column(scanner), help , NULL);
154 char *help = NULL;
156 if (asprintf(&help, "Duplicate modifier '%c' (%s)", mod_char, mod_name) > 0)
157 parse_events_error__handle(error, get_column(scanner) + pos, help , NULL);
197 char *help = strdup("Maximum precise value is 3");
199 if (help) {
201 help , NULL);

Completed in 230 milliseconds

12345678910