Searched refs:verbose (Results 201 - 225 of 272) sorted by relevance

1234567891011

/linux-master/rust/
H A DMakefile44 rustc_host_target := $(shell $(RUSTC) --version --verbose | grep -F 'host: ' | cut -d' ' -f2)
57 cargo_quiet=--verbose
/linux-master/tools/perf/
H A Dbuiltin-sched.c469 if (verbose > 0)
823 if (verbose > 0) {
851 if (verbose > 0)
899 if (verbose > 0) {
1664 if (new_shortname || tr->comm_changed || (verbose > 0 && thread__tid(sched_in))) {
2179 if (verbose > 0)
3530 OPT_INCR('v', "verbose", &verbose,
3531 "be more verbose (show symbol address, etc)"),
H A Dbuiltin-top.c1047 if (verbose > 0)
1508 OPT_INCR('v', "verbose", &verbose,
1509 "be more verbose (show counter open errors, etc)"),
1634 eprintf(status == ENOSYS ? 1 : 0, verbose,
H A Dbuiltin-list.c526 OPT_INCR(0, "debug", &verbose,
H A Dbuiltin-record.c1364 if (verbose > 0)
1517 if (verbose == 2) {
3429 OPT_INCR('v', "verbose", &verbose,
3430 "be more verbose (show counter open errors, etc)"),
3667 if (verbose > 0) {
3764 if (verbose > 0) {
H A Dbuiltin-kvm.c1890 OPT_INCR('v', "verbose", &verbose,
1891 "be more verbose (show counter open errors, etc)"),
2144 OPT_INCR('v', "verbose", &verbose,
2145 "be more verbose (show counter open errors, etc)"),
H A Dbuiltin-diff.c1011 if (verbose > 0 || ((data__files_cnt > 2) && !quiet))
1263 OPT_INCR('v', "verbose", &verbose,
1264 "be more verbose (show symbol address, etc)"),
/linux-master/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py2079 "--verbose",
2081 help="Increment 'verbose' output counter.",
2143 if args.verbose > 0:
2144 if args.verbose > 1:
2217 print(flow.dpstr(True if args.verbose > 0 else False))
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_nvram.c40 * Get parity checking, host ID, verbose mode
49 np->verbose += 1;
/linux-master/tools/perf/util/
H A Ddlfilter.c627 if (verbose > 0) {
H A Dstat.c503 if (verbose > 0) {
H A Dbpf_lock_contention.c503 if (con->aggr_mode == LOCK_AGGR_CALLER && verbose > 0) {
H A Dhist.c95 if (verbose > 0)
119 if (verbose > 0)
134 if (verbose > 0)
H A Devlist.c2126 struct perf_attr_details details = { .verbose = false, };
2141 details.verbose = true;
/linux-master/tools/testing/selftests/net/
H A Dvrf_route_leaking.sh548 -v verbose mode (show commands and output)
H A Dvrf-xfrm-tests.sh397 -v verbose mode (show commands and output)
H A Dicmp_redirect.sh477 -v verbose mode (show commands and output)
/linux-master/tools/perf/tests/
H A Dcode-reading.c650 if (events[evidx] == NULL && verbose > 0) {
/linux-master/fs/bcachefs/
H A Dopts.h305 x(verbose, u8, \
/linux-master/arch/arm/probes/kprobes/
H A Dtest-thumb.c328 verbose("\n");
1195 verbose("\n");
/linux-master/drivers/scsi/
H A Dncr53c8xx.c567 #define initverbose (driver_setup.verbose)
568 #define bootverbose (np->verbose)
712 driver_setup.verbose = val;
1005 #define initverbose (driver_setup.verbose)
1006 #define bootverbose (np->verbose)
1725 u_char verbose; /* Verbosity for this controller*/ member in struct:ncb
8129 np->verbose = driver_setup.verbose;
/linux-master/drivers/media/dvb-frontends/
H A Dstv090x.c29 static unsigned int verbose; variable
30 module_param(verbose, int, 0644);
705 if (unlikely(*state->verbose >= FE_DEBUGREG))
5006 state->verbose = &verbose;
5052 state->verbose = &verbose;
5094 MODULE_PARM_DESC(verbose, "Set Verbosity level");
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dport.c36 /* calling with verbose false will not print error to log */
39 int write, bool verbose)
62 if (verbose)
37 mlx5_access_reg(struct mlx5_core_dev *dev, void *data_in, int size_in, void *data_out, int size_out, u16 reg_id, int arg, int write, bool verbose) argument
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py97 verbose = False variable in class:SystemValues
342 if self.verbose or msg.startswith('WARNING:'):
850 self.addKprobes(self.verbose)
1198 if not self.verbose:
1201 if self.verbose:
2462 warning = self.sv.verbose and abs(mismatch) > 1
2632 if self.sv.verbose:
2649 if self.sv.verbose:
6494 if(option == 'verbose'):
6495 sysvals.verbose
[all...]
/linux-master/scripts/
H A Dcheckpatch.pl26 my $verbose = 0;
88 -v, --verbose verbose mode
209 if ($verbose && exists($verbose_messages{$orig_type})) {
295 'v|verbose!' => \$verbose,
359 die "$P: --verbose cannot be used with --terse\n" if ($verbose && $terse);
373 load_docs() if ($verbose);
2366 if ($verbose
[all...]

Completed in 497 milliseconds

1234567891011