Searched refs:verbose (Results 76 - 100 of 272) sorted by relevance

1234567891011

/linux-master/tools/bpf/bpftool/Documentation/
H A DMakefile27 RST2MAN_OPTS += --verbose --strip-comments
/linux-master/scripts/
H A DMakefile.gcc-plugins13 += -fplugin-arg-structleak_plugin-verbose
33 += -fplugin-arg-stackleak_plugin-verbose
/linux-master/tools/perf/
H A Dbuiltin-kallsyms.c53 OPT_INCR('v', "verbose", &verbose, "be more verbose (show counter open errors, etc)"),
H A Dbuiltin-data.c39 OPT_INCR('v', "verbose", &verbose, "be more verbose"),
H A Dbuiltin-version.c97 if (version.build_options || verbose > 0)
/linux-master/tools/perf/util/
H A Dbpf-filter.y2 %define parse.error verbose
/linux-master/kernel/
H A Dtorture.c62 static int verbose; variable
214 if (verbose > 1)
228 if (verbose)
233 if (verbose > 1)
274 if (verbose > 1)
288 if (verbose)
293 if (verbose > 1)
327 if (ret && verbose) {
639 if (verbose)
821 verbose
[all...]
/linux-master/drivers/platform/x86/
H A Dacerhdf.c77 static unsigned int verbose; variable
92 module_param(verbose, uint, 0600);
93 MODULE_PARM_DESC(verbose, "Enable verbose dmesg output");
309 if (verbose)
325 if (verbose)
355 if (verbose)
374 if (verbose)
530 if (verbose)
596 if (verbose)
[all...]
/linux-master/tools/perf/tests/
H A Ddlfilter-test.c95 if (verbose <= 0)
299 td->name, verbose, td->ip, td->addr, do_early);
342 if (verbose > 1)
348 if (verbose > 2)
379 if (verbose > 1)
399 if (verbose <= 2) {
H A Dbuiltin-test.c300 if (verbose > 1) {
328 if (verbose > 1)
342 if (verbose > 1)
351 if (verbose == 1 && ret == TEST_FAIL) {
393 if (verbose <= 0) {
560 OPT_INCR('v', "verbose", &verbose,
561 "be more verbose (show symbol address, etc)"),
H A Dattr.c169 int vcnt = min(verbose, (int) sizeof(v) - 1);
172 if (verbose > 0)
/linux-master/tools/power/cpupower/bench/
H A Dparse.c134 config->verbose = 0;
201 else if (strcmp("verbose", opt) == 0)
202 sscanf(val, "%u", &config->verbose);
/linux-master/tools/objtool/
H A Dbuiltin-check.c96 OPT_BOOLEAN('v', "verbose", &opts.verbose, "verbose warnings"),
124 opts.verbose = true;
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_gfxpll.c119 bool verbose)
124 if (verbose) {
117 loongson_gfxpll_print(struct loongson_gfxpll * const this, struct drm_printer *p, bool verbose) argument
/linux-master/tools/testing/selftests/netfilter/
H A Dnf-queue.c21 int verbose; member in struct:options
90 if (opts.verbose > 0)
99 if (opts.verbose > 0) {
370 opts.verbose++;
/linux-master/drivers/media/i2c/ccs/
H A Dccs-data.h228 size_t len, struct device *dev, bool verbose);
/linux-master/Documentation/tools/rtla/
H A DMakefile18 RST2MAN_OPTS += --verbose
/linux-master/Documentation/tools/rv/
H A DMakefile17 RST2MAN_OPTS += --verbose
/linux-master/tools/objtool/include/objtool/
H A Dwarn.h68 if (opts.verbose || opts.backtrace) { \
/linux-master/tools/spi/
H A Dspidev_test.c45 static int verbose; variable
154 if (verbose)
169 if (verbose)
205 " -v --verbose Verbose (show tx buffer)\n");
235 { "verbose", 0, 0, 'v' },
296 verbose = 1;
/linux-master/tools/testing/selftests/bpf/
H A Dbench.h24 bool verbose; member in struct:env
/linux-master/tools/perf/dlfilters/
H A Ddlfilter-test-api-v0.c119 static int verbose; variable
122 if (verbose > 0) \
154 verbose = 1;
169 verbose = strtol(dlargv[1], NULL, 0);
H A Ddlfilter-test-api-v2.c134 static int verbose; variable
137 if (verbose > 0) \
169 verbose = 1;
184 verbose = strtol(dlargv[1], NULL, 0);
/linux-master/scripts/gcc-plugins/
H A Dstructleak_plugin.c18 * -fplugin-arg-structleak_plugin-verbose
44 "verbose\tprint all initialized variables\n",
50 static bool verbose; variable
148 if (verbose)
234 if (!strcmp(argv[i].key, "verbose")) {
235 verbose = true;
/linux-master/tools/testing/selftests/gpio/
H A Dgpio-mockup.sh14 verbose=
36 echo "-v: verbose progress reporting"
84 [ -z "$verbose" ] || echo "$*"
325 verbose=true

Completed in 185 milliseconds

1234567891011