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

1234567891011

/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/tools/perf/util/
H A Dpmu.c1228 if (verbose > 0)
1342 if (verbose > 0) {
H A Dparse-events.c1423 if (verbose > 1) {
1467 if (verbose > 1) {
H A Dsymbol-elf.c318 demangled = cxx_demangle_sym(elf_name, verbose > 0, verbose > 0);
H A Ddso.c1294 if (verbose > 0)
H A Dpython.c181 * implementing 'verbose' and 'eprintf'.
183 int verbose; variable
/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/
H A Dhist.c732 if (verbose > 0 && hists__has(hists, sym)) /* Addr + origin */
/linux-master/tools/perf/ui/stdio/
H A Dhist.c887 if (h->ms.map == NULL && verbose > 1) {
/linux-master/scripts/
H A Dget_abi.pl53 pod2usage(-exitstatus => 0, -noperldoc, -verbose => 2) if $man;
/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/
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.c2145 if (verbose > 1) {
2180 if (verbose > 0) {
2905 if ((verbose > 0 || print_dso) && al->map)
2908 if ((verbose > 0 || print_sym) && al->sym)
4743 OPT_INCR('v', "verbose", &verbose, "be more verbose"),
4846 * Now that we have --verbose figured out, lets see if we need to parse
4848 * 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)"),
H A Dbuiltin-script.c2286 if (verbose > 0)
3905 OPT_INCR('v', "verbose", &verbose,
3906 "be more verbose (show symbol address, etc)"),
4406 if (verbose > 2 || debug_kmaps)
/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/pci/
H A Dpci.h298 void __pcie_print_link_status(struct pci_dev *dev, bool verbose);
/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/fs/bcachefs/
H A Dbtree_gc.c134 if (c->opts.verbose) {
170 if (c->opts.verbose) {
/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
/linux-master/mm/
H A Dkmemleak.c249 module_param_named(verbose, kmemleak_verbose, bool, 0600);
/linux-master/include/linux/mlx5/
H A Ddriver.h1081 int write, bool verbose);
/linux-master/kernel/rcu/
H A Drcutorture.c126 torture_param(int, verbose, 1, "Enable verbose debugging printk()s");
2355 "stat_interval=%d verbose=%d test_no_idle_hz=%d "
2368 stat_interval, verbose, test_no_idle_hz, shuffle_interval,
3716 if (!torture_init_begin(torture_type, verbose))

Completed in 387 milliseconds

1234567891011