Searched refs:verbose (Results 101 - 125 of 275) sorted by last modified time

1234567891011

/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/util/
H A Dstat.c503 if (verbose > 0) {
H A Dmmap.c293 if (verbose == 2)
H A Ddso.c1294 if (verbose > 0)
/linux-master/tools/perf/ui/browsers/
H A Dhists.c3137 verbose = (verbose + 1) % 4;
3138 browser->show_dso = verbose > 0;
3140 verbose);
/linux-master/tools/perf/tests/
H A Dcode-reading.c650 if (events[evidx] == NULL && verbose > 0) {
H A Dattr.c169 int vcnt = min(verbose, (int) sizeof(v) - 1);
172 if (verbose > 0)
/linux-master/tools/perf/scripts/python/
H A Darm-cs-trace-disasm.py37 make_option("-v", "--verbose", dest="verbose",
202 if (options.verbose == True):
/linux-master/tools/perf/
H A Dperf.c228 verbose = 1;
456 return veprintf(level, verbose, fmt, ap);
H A Dbuiltin-lock.c1357 if (quiet || total == 0 || (broken == 0 && verbose <= 0))
1701 if (verbose > 0)
1758 if (aggr_mode == LOCK_AGGR_CALLER && verbose > 0) {
1791 if (verbose <= 0)
1811 if (aggr_mode == LOCK_AGGR_CALLER && verbose > 0) {
1846 if (quiet || total == 0 || (broken == 0 && verbose <= 0))
1868 if (quiet || total == 0 || (bad == 0 && verbose <= 0))
2568 OPT_INCR('v', "verbose", &verbose, "be more verbose (sho
[all...]
H A Dbuiltin-inject.c2238 OPT_INCR('v', "verbose", &verbose,
2239 "be more verbose (show build ids, etc)"),
H A Dbuiltin-ftrace.c1099 { .name = "verbose", .value_ptr = &ftrace->graph_verbose },
1135 OPT_INCR('v', "verbose", &verbose,
1136 "Be more verbose"),
1163 "Graph tracer options, available options: nosleep-time,noirqs,verbose,thresh=<n>,depth=<n>",
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)"),
/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/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...]
H A Dget_abi.pl53 pod2usage(-exitstatus => 0, -noperldoc, -verbose => 2) if $man;
/linux-master/drivers/mtd/ubi/
H A Dio.c690 * @verbose: be verbose if the header is corrupted or was not found
707 struct ubi_ec_hdr *ec_hdr, int verbose)
743 if (verbose)
758 if (verbose) {
772 if (verbose) {
1000 * @verbose: be verbose if the header is corrupted or wasn't found
1011 struct ubi_vid_io_buf *vidb, int verbose)
1032 if (verbose)
706 ubi_io_read_ec_hdr(struct ubi_device *ubi, int pnum, struct ubi_ec_hdr *ec_hdr, int verbose) argument
1010 ubi_io_read_vid_hdr(struct ubi_device *ubi, int pnum, struct ubi_vid_io_buf *vidb, int verbose) argument
[all...]
/linux-master/arch/mips/kernel/
H A Dgenex.S537 .macro __BUILD_HANDLER exception handler clear verbose ext
546 __BUILD_\verbose \exception
553 .macro BUILD_HANDLER exception handler clear verbose
554 __BUILD_HANDLER \exception \handler \clear \verbose _int
581 BUILD_HANDLER watch watch sti verbose /* #23 */
583 BUILD_HANDLER mcheck mcheck cli verbose /* #24 */
586 BUILD_HANDLER reserved reserved sti verbose /* others */
/linux-master/tools/testing/selftests/tc-testing/plugin-lib/
H A DnsPlugin.py57 if self.args.verbose:
66 if self.args.verbose:
75 if self.args.verbose:
81 if self.args.verbose > 3:
91 if self.args.verbose:
100 if self.args.verbose:
114 if self.args.verbose:
124 if self.args.verbose:
227 if self.args.verbose > 3:
235 if self.args.verbose >
[all...]
/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)
H A Dgre_gso.sh179 -v verbose mode (show commands and output)
H A Dfib-onlink-tests.sh474 -v verbose mode (show commands and output)
/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))

Completed in 304 milliseconds

1234567891011