Searched refs:verbose (Results 176 - 200 of 272) sorted by relevance

1234567891011

/linux-master/tools/perf/util/
H A Dmem-events.c229 e->tag && verbose > 0 ? 25 : 0,
230 e->tag && verbose > 0 ? perf_pmu__mem_events_name(j, pmu) : "",
H A Dmmap.c293 if (verbose == 2)
/linux-master/tools/perf/
H A Dbuiltin-stat.c211 if (verbose > 0) {
350 if (verbose > 1) {
643 if (verbose > 0)
657 if (verbose > 0)
673 if (verbose > 0)
1189 OPT_INCR('v', "verbose", &verbose,
1190 "be more verbose (show counter open errors, etc)"),
2721 } else if (verbose > 0)
2871 if (stat_config.run_count != 1 && verbose >
[all...]
H A Dbuiltin-annotate.c625 if (verbose > 3)
628 if (verbose > 2)
762 OPT_INCR('v', "verbose", &verbose,
763 "be more verbose (show symbol address, etc)"),
H A Dbuiltin-report.c1084 if (verbose > 3)
1087 if (verbose > 2)
1312 OPT_INCR('v', "verbose", &verbose,
1313 "be more verbose (show symbol address, etc)"),
1757 * providing it only in verbose mode not to bloat too
1760 if (verbose > 0) {
1808 if (!use_browser && (verbose > 2 || debug_kmaps))
H A Dbuiltin-buildid-cache.c412 OPT_INCR('v', "verbose", &verbose, "be more verbose"),
/linux-master/drivers/mtd/ubi/
H A Dubi.h931 struct ubi_ec_hdr *ec_hdr, int verbose);
935 struct ubi_vid_io_buf *vidb, int verbose);
/linux-master/drivers/hwmon/
H A Dabituguru.c88 if (level <= verbose) \
182 /* Default verbose is 2, since this driver is still in the testing phase */
183 static int verbose = 2; variable
184 module_param(verbose, int, 0644);
185 MODULE_PARM_DESC(verbose, "How verbose should the driver be? (0-3):\n"
187 " 1 + verbose error reporting\n"
/linux-master/drivers/infiniband/hw/hfi1/
H A Dfault.c230 ibd->fault->attr.verbose = 0;
/linux-master/drivers/dma/
H A Ddmatest.c79 static bool verbose; variable
80 module_param(verbose, bool, 0644);
81 MODULE_PARM_DESC(verbose, "Enable \"success\" result messages (default: off)");
482 if (verbose) \
/linux-master/tools/testing/selftests/ftrace/
H A Dftracetest17 echo " -v|--verbose Increase verbosity of test messages"
99 --verbose|-v|-vv|-vvv)
101 usage "--console can not use with --verbose"
110 usage "--console can not use with --verbose"
/linux-master/include/drm/
H A Ddrm_modes.h562 struct list_head *mode_list, bool verbose);
/linux-master/kernel/locking/
H A Dlocktorture.c51 torture_param(int, verbose, 1, "Enable verbose debugging printk()s");
1047 "--- %s%s: acq_writer_lim=%d bind_readers=%*pbl bind_writers=%*pbl call_rcu_chains=%d long_hold=%d nested_locks=%d nreaders_stress=%d nwriters_stress=%d onoff_holdoff=%d onoff_interval=%d rt_boost=%d rt_boost_factor=%d shuffle_interval=%d shutdown_secs=%d stat_interval=%d stutter=%d verbose=%d writer_fifo=%d\n",
1053 verbose, writer_fifo);
1180 if (!torture_init_begin(torture_type, verbose))
/linux-master/tools/testing/selftests/kvm/
H A Dmemslot_perf_test.c117 static bool verbose; variable
120 if (verbose) \
897 pr_info(" -v: enable verbose mode (not for benchmarking).\n");
964 verbose = true;
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c55 module_param_named(verb, sym_driver_setup.verbose, byte, 0);
102 sym_driver_setup.verbose = 2;
952 np->verbose = uc->data;
1327 np->verbose = sym_driver_setup.verbose;
/linux-master/tools/testing/selftests/net/
H A Dgro.c91 static bool verbose; variable
101 if (verbose) {
1117 { "verbose", no_argument, NULL, 'v' },
1154 verbose = true;
H A Dfib-onlink-tests.sh474 -v verbose mode (show commands and output)
/linux-master/tools/testing/selftests/rseq/
H A Dparam_test.c36 static int opt_modulo, verbose; variable
54 if (verbose) \
1576 verbose = 1;
/linux-master/tools/perf/bench/
H A Dinject-buildid.c64 OPT_INCR('v', "verbose", &verbose,
65 "be more verbose (show iteration count, DSO name, etc)"),
/linux-master/drivers/media/pci/bt8xx/
H A Ddst.c23 static unsigned int verbose; variable
24 module_param(verbose, int, 0644);
25 MODULE_PARM_DESC(verbose, "verbosity level (0 to 3)");
40 if (level >= verbose) \
/linux-master/tools/net/ynl/
H A Dynl-gen-rst.py336 parser.add_argument("-v", "--verbose", action="store_true")
348 if args.verbose:
/linux-master/drivers/media/usb/gspca/
H A Dmr97310a.c201 static int cam_get_response16(struct gspca_dev *gspca_dev, u8 reg, int verbose) argument
214 if (verbose)
/linux-master/arch/arm/probes/kprobes/
H A Dtest-core.c1363 verbose("%s\n", current_title);
1365 verbose("%s\t@ %0*x\n", current_title,
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsockopt.c7 static bool verbose; variable
951 if (verbose && fd < 0)
/linux-master/fs/bcachefs/
H A Dbcachefs.h348 if ((c)->opts.verbose) \
354 if (opt_get(opts, verbose)) \

Completed in 310 milliseconds

1234567891011