Searched refs:verbose (Results 226 - 250 of 278) sorted by relevance

1234567891011>>

/linux-master/tools/perf/util/
H A Dhist.c96 if (verbose > 0)
120 if (verbose > 0)
135 if (verbose > 0)
H A Devlist.c2127 struct perf_attr_details details = { .verbose = false, };
2142 details.verbose = true;
H A Dannotate-data.c57 if (!debug_type_profile && verbose < 3)
100 if (!debug_type_profile && verbose < 3)
H A Dpmu.c1304 if (verbose > 0)
1418 if (verbose > 0) {
H A Dsymbol-elf.c318 demangled = cxx_demangle_sym(elf_name, verbose > 0, verbose > 0);
H A Dparse-events.c1432 if (verbose > 1) {
1485 if (verbose > 1) {
/linux-master/tools/perf/
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)"),
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-trace.c2159 if (verbose > 1) {
2194 if (verbose > 0) {
2919 if ((verbose > 0 || print_dso) && al->map)
2922 if ((verbose > 0 || print_sym) && al->sym)
4757 OPT_INCR('v', "verbose", &verbose, "be more verbose"),
4860 * Now that we have --verbose figured out, lets see if we need to parse
4862 * BPF program fails, then we'll be able to use --verbose to see what went
H A Dbuiltin-kwork.c1546 if (verbose > 0)
2358 OPT_INCR('v', "verbose", &verbose,
2359 "be more verbose (show symbol address, etc)"),
/linux-master/drivers/gpu/drm/
H A Ddrm_modes.c1795 * @verbose: be verbose about it
1799 * removed from the list, and if @verbose the status code and mode name is also
1803 struct list_head *mode_list, bool verbose)
1814 if (verbose) {
1802 drm_mode_prune_invalid(struct drm_device *dev, struct list_head *mode_list, bool verbose) argument
/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/fs/bcachefs/
H A Dbtree_gc.c99 if (c->opts.verbose) {
135 if (c->opts.verbose) {
/linux-master/drivers/scsi/
H A Dncr53c8xx.h515 u8 verbose; member in struct:ncr_driver_setup
/linux-master/drivers/net/ethernet/amd/
H A Dpcnet32.c149 * driver. So look for a verbose description in lance.c. The differences
334 static void pcnet32_check_media(struct net_device *dev, int verbose);
2840 static void pcnet32_check_media(struct net_device *dev, int verbose) argument
2861 if (prev_link || verbose) {
2868 } else if (verbose || !prev_link) {
/linux-master/tools/perf/ui/stdio/
H A Dhist.c887 if (h->ms.map == NULL && verbose > 1) {
/linux-master/lib/
H A Dtest_maple_tree.c228 unsigned long max, bool verbose)
250 if (verbose) {
261 bool verbose)
279 if (verbose) {
227 check_rev_seq(struct maple_tree *mt, unsigned long max, bool verbose) argument
260 check_seq(struct maple_tree *mt, unsigned long max, bool verbose) argument
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h1382 u32 verbose);
/linux-master/drivers/ata/
H A Dlibata-eh.c2574 int verbose = !(ehc->i.flags & ATA_EHI_QUIET); local
2707 if (verbose)
2735 if (verbose)
2780 if (verbose)
/linux-master/tools/perf/ui/browsers/
H A Dhists.c3164 verbose = (verbose + 1) % 4;
3165 browser->show_dso = verbose > 0;
3167 verbose);
/linux-master/drivers/pci/
H A Dpci.h296 void __pcie_print_link_status(struct pci_dev *dev, bool verbose);
/linux-master/tools/perf/ui/
H A Dhist.c782 if (verbose > 0 && hists__has(hists, sym)) /* Addr + origin */
/linux-master/tools/power/pm-graph/
H A Dbootgraph.py148 if arg in ['-h', '-v', '-cronjob', '-reboot', '-verbose']:
858 ' -verbose Print extra information during execution and analysis\n'\
907 elif(arg == '-verbose'):
908 sysvals.verbose = True

Completed in 594 milliseconds

1234567891011>>