/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | dst_ca.c | 56 static unsigned int verbose = 5; variable 57 module_param(verbose, int, 0644); 58 MODULE_PARM_DESC(verbose, "verbose startup messages, default is 1 (yes)"); 84 dprintk(verbose, DST_CA_DEBUG, 1, " Computing string checksum."); in put_checksum() 85 dprintk(verbose, DST_CA_DEBUG, 1, " -> string length : 0x%02x", length); in put_checksum() 87 dprintk(verbose, DST_CA_DEBUG, 1, " -> checksum : 0x%02x", check_string[length]); in put_checksum() 99 dprintk(verbose, DST_CA_INFO, 1, " Write not successful, trying to recover"); in dst_ci_command() 104 dprintk(verbose, DST_CA_ERROR, 1, " DST PIO disable failed."); in dst_ci_command() 108 dprintk(verbose, DST_CA_INFO, 1, " Read not successful, trying to recover"); in dst_ci_command() 114 dprintk(verbose, DST_CA_NOTICE, 1, " 8820 not ready"); in dst_ci_command() [all …]
|
D | dst.c | 33 static unsigned int verbose = 1; variable 34 module_param(verbose, int, 0644); 35 MODULE_PARM_DESC(verbose, "verbose startup messages, default is 1 (yes)"); 94 dprintk(verbose, DST_INFO, 1, "mask=[%04x], enbb=[%04x], outhigh=[%04x]", mask, enbb, outhigh); in dst_gpio_outb() 96 …dprintk(verbose, DST_INFO, 1, "dst_gpio_enb error (err == %i, mask == %02x, enb == %02x)", err, ma… in dst_gpio_outb() 108 …dprintk(verbose, DST_INFO, 1, "dst_gpio_outb error (err == %i, enbb == %02x, outhigh == %02x)", er… in dst_gpio_outb() 122 dprintk(verbose, DST_ERROR, 1, "dst_gpio_inb error (err == %i)", err); in dst_gpio_inb() 132 dprintk(verbose, DST_INFO, 1, "Resetting state machine"); in rdc_reset_state() 134 dprintk(verbose, DST_ERROR, 1, "dst_gpio_outb ERROR !"); in rdc_reset_state() 139 dprintk(verbose, DST_ERROR, 1, "dst_gpio_outb ERROR !"); in rdc_reset_state() [all …]
|
D | bt878.c | 56 module_param_named(verbose, bt878_verbose, int, 0444); 57 MODULE_PARM_DESC(verbose,
|
/linux-4.4.14/drivers/media/pci/mantis/ |
D | mantis_core.c | 49 dprintk(verbose, MANTIS_ERROR, 1, in read_eeprom_byte() 66 dprintk(verbose, MANTIS_ERROR, 1, "Mantis EEPROM read error"); in get_mac_address() 70 dprintk(verbose, MANTIS_ERROR, 0, in get_mac_address() 119 dprintk(verbose, MANTIS_ERROR, 0, "found a %s PCI %s device on (%02x:%02x.%x),\n", in mantis_core_init() 122 dprintk(verbose, MANTIS_ERROR, 0, " Mantis Rev %d [%04x:%04x], ", in mantis_core_init() 125 dprintk(verbose, MANTIS_ERROR, 0, in mantis_core_init() 132 dprintk(verbose, MANTIS_ERROR, 1, "Mantis I2C init failed"); in mantis_core_init() 137 dprintk(verbose, MANTIS_ERROR, 1, "get MAC address failed"); in mantis_core_init() 142 dprintk(verbose, MANTIS_ERROR, 1, "Mantis DMA init failed"); in mantis_core_init() 147 dprintk(verbose, MANTIS_DEBUG, 1, "Mantis DVB init failed"); in mantis_core_init() [all …]
|
D | mantis_common.h | 41 if ((mantis->verbose > MANTIS_ERROR) && (mantis->verbose > y)) \ 43 else if ((mantis->verbose > MANTIS_NOTICE) && (mantis->verbose > y)) \ 45 else if ((mantis->verbose > MANTIS_INFO) && (mantis->verbose > y)) \ 47 else if ((mantis->verbose > MANTIS_DEBUG) && (mantis->verbose > y)) \ 49 else if ((mantis->verbose > MANTIS_TMG) && (mantis->verbose > y)) \ 52 if (mantis->verbose > y) \ 112 unsigned int verbose; member
|
D | hopper_cards.c | 45 static unsigned int verbose; variable 46 module_param(verbose, int, 0644); 47 MODULE_PARM_DESC(verbose, "verbose startup messages, default is 0 (no)"); 175 mantis->verbose = verbose; in hopper_pci_probe()
|
D | mantis_cards.c | 55 static unsigned int verbose; variable 56 module_param(verbose, int, 0644); 57 MODULE_PARM_DESC(verbose, "verbose startup messages, default is 0 (no)"); 184 mantis->verbose = verbose; in mantis_pci_probe()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | mb86a16.c | 31 static unsigned int verbose = 5; variable 32 module_param(verbose, int, 0644); 73 #define TRACE_IN dprintk(verbose, MB86A16_DEBUG, 1, "-->()") 74 #define TRACE_OUT dprintk(verbose, MB86A16_DEBUG, 1, "()-->") 88 dprintk(verbose, MB86A16_DEBUG, 1, in mb86a16_write() 118 dprintk(verbose, MB86A16_ERROR, 1, "read error(reg=0x%02x, ret=%i)", in mb86a16_read() 144 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in CNTM_set() 171 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in smrt_set() 182 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in srst() 198 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error"); in afcex_data_set() [all …]
|
D | stv6110x_priv.h | 34 if ((verbose > FE_ERROR) && (verbose > __y)) \ 36 else if ((verbose > FE_NOTICE) && (verbose > __y)) \ 38 else if ((verbose > FE_INFO) && (verbose > __y)) \ 40 else if ((verbose > FE_DEBUG) && (verbose > __y)) \ 43 if (verbose > __y) \
|
D | isl6423.c | 32 static unsigned int verbose; variable 33 module_param(verbose, int, 0644); 34 MODULE_PARM_DESC(verbose, "Set Verbosity level"); 44 if ((verbose > FE_ERROR) && (verbose > __y)) \ 46 else if ((verbose > FE_NOTICE) && (verbose > __y)) \ 48 else if ((verbose > FE_INFO) && (verbose > __y)) \ 50 else if ((verbose > FE_DEBUG) && (verbose > __y)) \ 53 if (verbose > __y) \ 65 unsigned int verbose; member 295 isl6423->verbose = verbose; in isl6423_attach()
|
D | stb0899_drv.c | 39 static unsigned int verbose = 0;//1; variable 40 module_param(verbose, int, 0644); 249 dprintk(state->verbose, FE_ERROR, 1, in _stb0899_read_reg() 255 if (unlikely(*state->verbose >= FE_DEBUGREG)) in _stb0899_read_reg() 256 dprintk(state->verbose, FE_ERROR, 1, "Reg=[0x%02x], data=%02x", in _stb0899_read_reg() 369 if (unlikely(*state->verbose >= FE_DEBUGREG)) in _stb0899_read_s2reg() 426 if (unlikely(*state->verbose >= FE_DEBUGREG)) in stb0899_write_s2reg() 488 if (unlikely(*state->verbose >= FE_DEBUGREG)) { in stb0899_read_regs() 525 if (unlikely(*state->verbose >= FE_DEBUGREG)) { in stb0899_write_regs() 545 dprintk(state->verbose, FE_ERROR, 1, "Reg=[0x%04x], Data=[0x%02x ...], Count=%u, Status=%d", in stb0899_write_regs() [all …]
|
D | stb6100.c | 31 static unsigned int verbose; variable 32 module_param(verbose, int, 0644); 145 dprintk(verbose, FE_ERROR, 1, "Read (0x%x) err, rc=[%d]", in stb6100_read_regs() 150 if (unlikely(verbose > FE_DEBUG)) { in stb6100_read_regs() 153 dprintk(verbose, FE_DEBUG, 1, " Read from 0x%02x", state->config->tuner_address); in stb6100_read_regs() 155 dprintk(verbose, FE_DEBUG, 1, " %s: 0x%02x", stb6100_regnames[i], regs[i]); in stb6100_read_regs() 174 dprintk(verbose, FE_ERROR, 1, "Invalid register offset 0x%x", reg); in stb6100_read_reg() 177 if (unlikely(verbose > FE_DEBUG)) { in stb6100_read_reg() 178 dprintk(verbose, FE_DEBUG, 1, " Read from 0x%02x", state->config->tuner_address); in stb6100_read_reg() 179 dprintk(verbose, FE_DEBUG, 1, " %s: 0x%02x", stb6100_regnames[reg], regs[0]); in stb6100_read_reg() [all …]
|
D | stv090x_priv.h | 35 if ((verbose > FE_ERROR) && (verbose > __y)) \ 37 else if ((verbose > FE_NOTICE) && (verbose > __y)) \ 39 else if ((verbose > FE_INFO) && (verbose > __y)) \ 41 else if ((verbose > FE_DEBUG) && (verbose > __y)) \ 44 if (verbose > __y) \ 255 u32 *verbose; /* Cached module verbosity */ member
|
D | stb0899_algo.c | 83 dprintk(state->verbose, FE_DEBUG, 1, "-->"); in stb0899_set_srate() 191 dprintk(state->verbose, FE_DEBUG, 1, "-->ANALOG Carrier !"); in stb0899_check_tmg() 194 dprintk(state->verbose, FE_DEBUG, 1, "------->TIMING OK !"); in stb0899_check_tmg() 198 dprintk(state->verbose, FE_DEBUG, 1, "-->NO TIMING !"); in stb0899_check_tmg() 240 dprintk(state->verbose, FE_DEBUG, 1, "------->TIMING OK ! Derot Freq = %d", internal->derot_freq); in stb0899_search_tmg() 262 dprintk(state->verbose, FE_DEBUG, 1, "--------------------> STB0899_DSTATUS=[0x%02x]", reg); in stb0899_check_carrier() 265 dprintk(state->verbose, FE_DEBUG, 1, "-------------> CARRIEROK !"); in stb0899_check_carrier() 268 dprintk(state->verbose, FE_DEBUG, 1, "-------------> NOCARRIER !"); in stb0899_check_carrier() 296 dprintk(state->verbose, FE_DEBUG, 1, "Derot Freq=%d, mclk=%d", derot_freq, internal->mclk); in stb0899_search_carrier() 322 dprintk(state->verbose, FE_DEBUG, 1, "----> CARRIER OK !, Derot Freq=%d", internal->derot_freq); in stb0899_search_carrier() [all …]
|
D | ves1820.c | 47 static int verbose; variable 324 if (verbose) { in ves1820_get_frontend() 395 if (verbose) in ves1820_attach() 442 module_param(verbose, int, 0644); 443 MODULE_PARM_DESC(verbose, "print AFC offset after tuning for debugging the PWM setting");
|
D | tda10021.c | 53 static int verbose; variable 399 if (verbose) { in tda10021_get_frontend() 522 module_param(verbose, int, 0644); 523 MODULE_PARM_DESC(verbose, "print AFC offset after tuning for debugging the PWM setting");
|
D | stv6110x.c | 38 static unsigned int verbose; variable 39 module_param(verbose, int, 0644); 40 MODULE_PARM_DESC(verbose, "Set Verbosity level");
|
D | tda10023.c | 62 static int verbose; variable 471 if (verbose) { in tda10023_get_frontend()
|
D | stb0899_priv.h | 214 u32 *verbose; /* Cached module verbosity level */ member
|
/linux-4.4.14/kernel/bpf/ |
D | verifier.c | 217 static __printf(1, 2) void verbose(const char *fmt, ...) in verbose() function 251 verbose(" R%d=%s", i, reg_type_str[t]); in print_verifier_state() 253 verbose("%d", env->cur_state.regs[i].imm); in print_verifier_state() 256 verbose("(ks=%d,vs=%d)", in print_verifier_state() 262 verbose(" fp%d=%s", -MAX_BPF_STACK + i, in print_verifier_state() 265 verbose("\n"); in print_verifier_state() 322 verbose("(%02x) %sr%d %s %sr%d\n", in print_bpf_insn() 329 verbose("(%02x) %sr%d %s %s%d\n", in print_bpf_insn() 337 verbose("(%02x) *(%s *)(r%d %+d) = r%d\n", in print_bpf_insn() 343 verbose("(%02x) lock *(%s *)(r%d %+d) += r%d\n", in print_bpf_insn() [all …]
|
/linux-4.4.14/drivers/block/paride/ |
D | bpck6.c | 37 static bool verbose; /* set this to 1 to see debugging messages and whatnot */ variable 93 if(verbose) in bpck6_connect() 117 if(verbose) in bpck6_disconnect() 127 if(verbose) in bpck6_test_port() 161 if(verbose) in bpck6_probe_unit() 174 if(verbose) in bpck6_probe_unit() 182 if(verbose) in bpck6_probe_unit() 190 if(verbose) in bpck6_probe_unit() 198 static void bpck6_log_adapter( PIA *pi, char * scratch, int verbose ) in bpck6_log_adapter() argument 252 if(verbose) in bpck6_init() [all …]
|
D | paride.c | 170 static int default_test_proto(PIA * pi, char *scratch, int verbose) in default_test_proto() argument 188 if (verbose) in default_test_proto() 196 static int pi_test_proto(PIA * pi, char *scratch, int verbose) in pi_test_proto() argument 202 res = pi->proto->test_proto(pi, scratch, verbose); in pi_test_proto() 204 res = default_test_proto(pi, scratch, verbose); in pi_test_proto() 248 static int pi_register_parport(PIA *pi, int verbose, int unit) in pi_register_parport() argument 267 if (verbose) in pi_register_parport() 275 static int pi_probe_mode(PIA * pi, int max, char *scratch, int verbose) in pi_probe_mode() argument 288 return (!pi_test_proto(pi, scratch, verbose)); in pi_probe_mode() 298 if (!pi_test_proto(pi, scratch, verbose)) in pi_probe_mode() [all …]
|
D | pg.c | 140 static int verbose; variable 171 module_param(verbose, int, 0644); 309 if (verbose > 1) in pg_wait() 345 if (verbose > 1) { in pg_command() 374 if (verbose > 1) in pg_completion() 409 if (verbose) { in pg_reset() 494 PI_PG, verbose, dev->name)) { in pg_detect() 509 pg_scratch, PI_PG, verbose, dev->name)) { in pg_detect() 548 pg_identify(dev, (verbose > 1)); in pg_open()
|
D | frpw.c | 224 static int frpw_test_proto( PIA *pi, char * scratch, int verbose ) in frpw_test_proto() argument 233 if (verbose) in frpw_test_proto() 240 if (verbose) in frpw_test_proto() 263 if (verbose) { in frpw_test_proto() 272 static void frpw_log_adapter( PIA *pi, char * scratch, int verbose ) in frpw_log_adapter() argument
|
D | kbic.c | 230 int verbose, char * chip ) in kbic_log_adapter() argument 242 static void k951_log_adapter( PIA *pi, char * scratch, int verbose ) in k951_log_adapter() argument 244 { kbic_log_adapter(pi,scratch,verbose,"KBIC-951A"); in k951_log_adapter() 247 static void k971_log_adapter( PIA *pi, char * scratch, int verbose ) in k971_log_adapter() argument 249 { kbic_log_adapter(pi,scratch,verbose,"KBIC-971A"); in k971_log_adapter()
|
D | pcd.c | 114 static int verbose = 0; variable 147 module_param(verbose, int, 0644); 427 if (verbose > 1) in pcd_completion() 433 if (verbose > 1) in pcd_completion() 437 if (verbose < 2) in pcd_completion() 506 #define DBMSG(msg) ((verbose>1)?(msg):NULL) 558 if (verbose) { in pcd_reset() 620 if (verbose) in pcd_identify() 704 PI_PCD, verbose, cd->name)) { in pcd_detect() 718 pcd_buffer, PI_PCD, verbose, cd->name)) in pcd_detect()
|
D | friq.c | 183 static int friq_test_proto( PIA *pi, char * scratch, int verbose ) in friq_test_proto() argument 210 if (verbose) { in friq_test_proto() 219 static void friq_log_adapter( PIA *pi, char * scratch, int verbose ) in friq_log_adapter() argument
|
D | pf.c | 129 static bool verbose = 0; variable 163 module_param(verbose, bool, 0644); 555 if (verbose) { in pf_reset() 618 if (verbose) in pf_get_capacity() 640 if (verbose) in pf_identify() 715 verbose, pf->name)) { in pf_detect() 730 pf_scratch, PI_PF, verbose, pf->name)) { in pf_detect()
|
D | epia.c | 237 static int epia_test_proto( PIA *pi, char * scratch, int verbose ) in epia_test_proto() argument 265 if (verbose) { in epia_test_proto() 275 static void epia_log_adapter( PIA *pi, char * scratch, int verbose ) in epia_log_adapter() argument
|
D | pt.c | 120 static int verbose = 0; variable 155 module_param(verbose, int, 0); 449 #define DBMSG(msg) ((verbose>1)?(msg):NULL) 471 if (verbose) { in pt_reset() 546 if (verbose) in pt_identify() 631 verbose, tape->name)) { in pt_detect() 642 PI_PT, verbose, tape->name)) { in pt_detect()
|
D | epat.c | 251 static int epat_test_proto( PIA *pi, char * scratch, int verbose ) in epat_test_proto() argument 282 if (verbose) { in epat_test_proto() 290 static void epat_log_adapter( PIA *pi, char * scratch, int verbose ) in epat_log_adapter() argument
|
D | bpck.c | 278 static int bpck_test_proto( PIA *pi, char * scratch, int verbose ) in bpck_test_proto() argument 336 if (verbose) { in bpck_test_proto() 419 static void bpck_log_adapter( PIA *pi, char * scratch, int verbose ) in bpck_log_adapter() argument 431 if (verbose) { in bpck_log_adapter()
|
D | pd.c | 129 static int verbose = 0; variable 164 module_param(verbose, int, 0); 298 #define DBMSG(msg) ((verbose>1)?(msg):NULL) 886 PI_PD, verbose, disk->name)) { in pd_detect() 899 pd_scratch, PI_PD, verbose, disk->name)) { in pd_detect()
|
D | ktti.c | 93 static void ktti_log_adapter( PIA *pi, char * scratch, int verbose ) in ktti_log_adapter() argument
|
D | fit2.c | 116 static void fit2_log_adapter( PIA *pi, char * scratch, int verbose ) in fit2_log_adapter() argument
|
D | paride.h | 70 int verbose, /* log verbose data while probing */
|
D | on20.c | 114 static void on20_log_adapter( PIA *pi, char * scratch, int verbose ) in on20_log_adapter() argument
|
D | aten.c | 123 static void aten_log_adapter( PIA *pi, char * scratch, int verbose ) in aten_log_adapter() argument
|
D | comm.c | 179 static void comm_log_adapter( PIA *pi, char * scratch, int verbose ) in comm_log_adapter() argument
|
D | fit3.c | 172 static void fit3_log_adapter( PIA *pi, char * scratch, int verbose ) in fit3_log_adapter() argument
|
D | dstr.c | 193 static void dstr_log_adapter( PIA *pi, char * scratch, int verbose ) in dstr_log_adapter() argument
|
D | on26.c | 278 static void on26_log_adapter( PIA *pi, char * scratch, int verbose ) in on26_log_adapter() argument
|
/linux-4.4.14/tools/power/x86/x86_energy_perf_policy/ |
D | x86_energy_perf_policy.c | 34 unsigned int verbose; /* set with -v */ variable 93 verbose++; in cmdline() 148 if (verbose) in validate_cpuid() 161 if (verbose > 1) in validate_cpuid() 167 if (verbose) in validate_cpuid() 177 if (verbose) in validate_cpuid() 180 if (verbose) in validate_cpuid() 257 if (verbose) in update_msr() 303 if (verbose > 1) in main() 306 if (verbose > 1 && !read_only) in main()
|
/linux-4.4.14/tools/hv/ |
D | lsvmbus | 9 more verbose messages", action="count") 13 verbose = 0 14 if options.verbose is not None: 15 verbose = options.verbose 93 if verbose == 0: 95 elif verbose == 1:
|
/linux-4.4.14/tools/perf/util/ |
D | debug.h | 12 extern int verbose; 22 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 24 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 26 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 28 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__) 30 eprintf(n, verbose, pr_fmt(fmt), ##__VA_ARGS__)
|
D | debug.c | 19 int verbose; variable 94 _eprintf(1, verbose, fmt, args); in pr_stat() 96 eprintf(1, verbose, "\n"); in pr_stat() 153 { .name = "verbose", .ptr = &verbose },
|
D | map.c | 621 if (verbose > 2) { in maps__fprintf() 671 if (verbose >= 2) { in maps__fixup_overlappings() 692 if (verbose >= 2) in maps__fixup_overlappings() 706 if (verbose >= 2) in maps__fixup_overlappings()
|
D | pmu.c | 624 if (verbose) in pmu_resolve_param_term() 682 if (verbose) in pmu_config_term() 717 if (verbose) { in pmu_config_term()
|
D | stat.c | 331 if (verbose) { in perf_stat_process_counter()
|
D | evsel.h | 368 bool verbose; member
|
D | bpf-loader.c | 24 ret = veprintf(level, verbose, pr_fmt(fmt), args);\
|
D | hist.c | 71 if (verbose) in hists__calc_col_len() 95 if (verbose) in hists__calc_col_len() 109 if (verbose) in hists__calc_col_len()
|
/linux-4.4.14/tools/power/cpupower/bench/ |
D | benchmark.c | 53 if (config->verbose) in calculate_timespace() 75 if (config->verbose) in calculate_timespace() 124 if (config->verbose) in start_benchmark() 132 if (config->verbose) in start_benchmark() 144 if (config->verbose) in start_benchmark() 170 if (config->verbose) in start_benchmark() 187 if (config->verbose) in start_benchmark()
|
D | system.c | 152 if (config->verbose || config->output != stdout) in prepare_user() 166 if (config->verbose) in prepare_system() 173 if (config->verbose) in prepare_system() 179 if (config->verbose) in prepare_system() 185 if (config->verbose) in prepare_system()
|
D | main.c | 155 config->verbose = 1; in main() 170 if (config->verbose) { in main()
|
D | example.cfg | 10 verbose = 0
|
D | parse.c | 137 config->verbose = 0; in prepare_default_config() 205 sscanf(val, "%u", &config->verbose); in prepare_config()
|
D | parse.h | 41 unsigned int verbose; /* verbose output */ member
|
D | README-BENCH | 120 -v, --verbose verbose output on/off
|
/linux-4.4.14/drivers/watchdog/ |
D | cpu5wdt.c | 40 static int verbose; variable 74 if (verbose > 2) in cpu5wdt_trigger() 99 if (verbose) in cpu5wdt_reset() 132 if (verbose) in cpu5wdt_stop() 222 if (verbose) in cpu5wdt_init() 223 pr_debug("port=0x%x, verbose=%i\n", port, verbose); in cpu5wdt_init() 295 module_param(verbose, int, 0); 296 MODULE_PARM_DESC(verbose, "be verbose, default is 0 (no)");
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf.txt | 18 --debug verbose # sets verbose = 1 19 --debug verbose=2 # sets verbose = 2 22 verbose - general debug messages
|
D | perf-sched.txt | 46 --verbose:: 47 Be more verbose. (show symbol address, etc) 51 Display verbose dump of the sched data.
|
D | perf-test.txt | 31 --verbose:: 32 Be more verbose.
|
D | perf-data.txt | 34 --verbose:: 35 Be more verbose (show counter open errors, etc).
|
D | perf-buildid-list.txt | 37 --verbose:: 38 Be more verbose.
|
D | perf-lock.txt | 38 --verbose:: 39 Be more verbose (show symbol address, etc).
|
D | perf-inject.txt | 30 --verbose:: 31 Be more verbose.
|
D | perf-kmem.txt | 29 --verbose:: 30 Be more verbose. (show symbol address, etc)
|
D | perf-buildid-cache.txt | 58 --verbose:: 59 Be more verbose.
|
D | perf-annotate.txt | 39 --verbose:: 40 Be more verbose. (Show symbol address, etc)
|
D | perf-evlist.txt | 28 --verbose=::
|
D | perf-trace.txt | 62 --verbose=:: 147 When --verbose specified, perf trace tries to print all available information
|
D | perf-diff.txt | 72 --verbose:: 73 Be verbose, for instance, show the raw counts in addition to the
|
D | perf-kvm.txt | 97 --verbose:: 98 Be more verbose (show counter open errors, etc).
|
D | perf-stat.txt | 98 --verbose:: 99 be more verbose (show counter open errors, etc)
|
D | perf-top.txt | 109 --verbose:: 110 Be more verbose (show counter open errors, etc).
|
D | perf-probe.txt | 50 --verbose:: 51 Be more verbose (show parsed arguments, etc).
|
/linux-4.4.14/arch/arm/boot/compressed/ |
D | decompress.c | 20 # define Tracev(x) {if (verbose) fprintf x ;} 21 # define Tracevv(x) {if (verbose>1) fprintf x ;} 22 # define Tracec(c,x) {if (verbose && (c)) fprintf x ;} 23 # define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;}
|
/linux-4.4.14/tools/perf/tests/ |
D | llvm.c | 74 if (!force && (verbose == 0 && in test_llvm__fetch_bpf_obj() 85 old_verbose = verbose; in test_llvm__fetch_bpf_obj() 86 if (verbose == 0) in test_llvm__fetch_bpf_obj() 87 verbose = -1; in test_llvm__fetch_bpf_obj() 117 verbose = old_verbose; in test_llvm__fetch_bpf_obj()
|
D | hists_filter.c | 135 if (verbose > 1) in test__hists_filter() 149 if (verbose > 2) { in test__hists_filter() 173 if (verbose > 2) { in test__hists_filter() 202 if (verbose > 2) { in test__hists_filter() 237 if (verbose > 2) { in test__hists_filter() 266 if (verbose > 2) { in test__hists_filter() 297 if (verbose > 2) { in test__hists_filter()
|
D | python-use.c | 9 extern int verbose; 17 PYTHONPATH, PYTHON, verbose ? "" : "2> /dev/null") < 0) in test__python_use()
|
D | attr.c | 32 extern int verbose; 144 int vcnt = min(verbose, (int) sizeof(v) - 1); in run_dir() 147 if (verbose) in run_dir()
|
D | attr.py | 269 def setup_log(verbose): argument 273 if verbose == 1: 275 if verbose == 2: 277 if verbose >= 3: 312 setup_log(options.verbose)
|
D | hists_output.c | 161 if (verbose > 2) { in test1() 261 if (verbose > 2) { in test2() 315 if (verbose > 2) { in test3() 393 if (verbose > 2) { in test4() 496 if (verbose > 2) { in test5() 608 if (verbose > 1) in test__hists_output()
|
D | perf-record.c | 170 if (verbose) in test__PERF_RECORD() 176 if (verbose) { in test__PERF_RECORD()
|
D | hists_link.c | 307 if (verbose > 1) in test__hists_link() 319 if (verbose > 2) in test__hists_link()
|
D | dwarf-unwind.c | 167 if (verbose > 1) in test__dwarf_unwind()
|
D | mmap-thread-lookup.c | 168 dump_trace = verbose > 1 ? 1 : 0; in mmap_events()
|
D | hists_cumulate.c | 196 if (verbose > 2) { in do_test() 717 if (verbose > 1) in test__hists_cumulate()
|
D | fdarray.c | 21 if (!verbose) in fdarray__fprintf_prefix()
|
D | vmlinux-kallsyms.c | 183 if (!verbose) in test__vmlinux_matches_kallsyms()
|
D | builtin-test.c | 313 OPT_INCR('v', "verbose", &verbose, in cmd_test()
|
/linux-4.4.14/drivers/platform/x86/ |
D | acerhdf.c | 88 static unsigned int verbose; variable 105 module_param(verbose, uint, 0600); 106 MODULE_PARM_DESC(verbose, "Enable verbose dmesg output"); 300 if (verbose) in acerhdf_change_fanstate() 316 if (verbose) in acerhdf_change_fanstate() 336 if (verbose) in acerhdf_check_param() 359 if (verbose) in acerhdf_get_ec_temp() 415 if (verbose) in acerhdf_get_mode() 572 if (verbose) in acerhdf_suspend() 647 if (verbose) in acerhdf_check_hardware()
|
/linux-4.4.14/Documentation/misc-devices/mei/ |
D | mei-amt-version.c | 84 if (_me->verbose) \ 95 bool verbose; member 112 unsigned char req_protocol_version, bool verbose) in mei_init() argument 118 me->verbose = verbose; in mei_init() 295 unsigned long send_timeout, bool verbose) in amt_host_if_init() argument 298 acmd->initialized = mei_init(&acmd->mei_cl, &MEI_IAMTHIF, 0, verbose); in amt_host_if_init() 445 bool verbose; in main() local 447 verbose = (argc > 1 && strcmp(argv[1], "-v") == 0); in main() 449 if (!amt_host_if_init(&acmd, 5000, verbose)) { in main()
|
/linux-4.4.14/tools/power/cpupower/utils/ |
D | cpuidle-info.c | 23 static void cpuidle_cpu_output(unsigned int cpu, int verbose) in cpuidle_cpu_output() argument 47 if (!verbose) in cpuidle_cpu_output() 143 int ret = 0, cont = 1, output_param = 0, verbose = 1; in cmd_idle_info() local 156 verbose = 0; in cmd_idle_info() 203 cpuidle_cpu_output(cpu, verbose); in cmd_idle_info()
|
/linux-4.4.14/kernel/ |
D | torture.c | 53 static bool verbose; variable 110 if (verbose) in torture_onoff() 118 if (verbose) in torture_onoff() 123 if (verbose) in torture_onoff() 140 if (verbose) in torture_onoff() 148 if (verbose) in torture_onoff() 153 if (verbose) in torture_onoff() 434 if (verbose) in torture_shutdown() 611 verbose = v; in torture_init_begin()
|
/linux-4.4.14/scripts/dtc/ |
D | fdtput.c | 41 int verbose; /* verbose output */ member 83 if (disp->verbose) in encode_value() 110 if (disp->verbose) in encode_value() 119 if (disp->verbose) { in encode_value() 129 if (disp->verbose) in encode_value() 339 disp.verbose = 1; in main()
|
/linux-4.4.14/arch/alpha/boot/tools/ |
D | objstrip.c | 55 int fd, ofd, i, j, verbose = 0, primary = 0; in main() local 71 verbose = ~verbose; in main() 189 if (verbose) { in main() 220 if (verbose) { in main() 232 if (verbose) { in main()
|
/linux-4.4.14/tools/perf/ |
D | builtin-evlist.c | 43 struct perf_attr_details details = { .verbose = false, }; in cmd_evlist() 47 OPT_BOOLEAN('v', "verbose", &details.verbose, in cmd_evlist() 63 if (details.event_group && (details.verbose || details.freq)) { in cmd_evlist()
|
D | builtin-annotate.c | 229 if (verbose > 3) in __cmd_annotate() 232 if (verbose > 2) in __cmd_annotate() 306 OPT_INCR('v', "verbose", &verbose, in cmd_annotate()
|
D | builtin-probe.c | 441 OPT_INCR('v', "verbose", &verbose, in __cmd_probe() 547 if (verbose != 0) { in __cmd_probe() 551 verbose = -1; in __cmd_probe()
|
D | builtin-data.c | 58 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_data_convert()
|
D | builtin-buildid-list.c | 101 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_buildid_list()
|
D | builtin-report.c | 538 if (verbose > 3) in __cmd_report() 541 if (verbose > 2) in __cmd_report() 673 OPT_INCR('v', "verbose", &verbose, in cmd_report() 929 if (verbose) { in cmd_report()
|
D | builtin-sched.c | 368 if (verbose) in register_pid() 702 if (verbose) { in replay_wakeup_event() 730 if (verbose) in replay_switch_event() 778 if (verbose) { in replay_fork_event() 1805 OPT_INCR('v', "verbose", &verbose, in cmd_sched() 1818 OPT_INCR('v', "verbose", &verbose, in cmd_sched() 1828 OPT_INCR('v', "verbose", &verbose, in cmd_sched()
|
D | builtin-stat.c | 314 if (verbose) in __run_perf_stat() 952 OPT_INCR('v', "verbose", &verbose, 1414 if (run_count != 1 && verbose) in cmd_stat()
|
D | builtin-buildid-cache.c | 325 OPT_INCR('v', "verbose", &verbose, "be more verbose"), in cmd_buildid_cache()
|
D | builtin-record.c | 287 if (verbose) in record__open() 1065 OPT_INCR('v', "verbose", &verbose,
|
/linux-4.4.14/arch/alpha/boot/ |
D | misc.c | 66 # define Tracev(x) {if (verbose) fprintf x ;} 67 # define Tracevv(x) {if (verbose>1) fprintf x ;} 68 # define Tracec(c,x) {if (verbose && (c)) fprintf x ;} 69 # define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;}
|
/linux-4.4.14/drivers/macintosh/ams/ |
D | ams-core.c | 34 static bool verbose; variable 35 module_param(verbose, bool, 0644); 36 MODULE_PARM_DESC(verbose, "Show free falls and shocks in kernel output"); 111 if (verbose) in ams_worker() 118 if (verbose) in ams_worker()
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym53c8xx.h | 126 u_char verbose; member 139 #define boot_verbose sym_driver_setup.verbose 154 .verbose = 0, \
|
D | sym_glue.c | 68 module_param_named(verb, sym_driver_setup.verbose, byte, 0); 115 sym_driver_setup.verbose = 2; in sym2_setup_params() 921 np->verbose = uc->data; in sym_exec_user_command() 1296 np->verbose = sym_driver_setup.verbose; in sym_attach()
|
D | sym_hipd.h | 88 #define sym_verbose (np->verbose) 972 u_char verbose; /* Verbosity for this controller*/ member
|
/linux-4.4.14/arch/nios2/boot/compressed/ |
D | misc.c | 70 # define Tracev(x) {if (verbose) fprintf x ; } 71 # define Tracevv(x) {if (verbose > 1) fprintf x ; } 72 # define Tracec(c, x) {if (verbose && (c)) fprintf x ; } 73 # define Tracecv(c, x) {if (verbose > 1 && (c)) fprintf x ; }
|
/linux-4.4.14/lib/ |
D | glob.c | 132 static bool verbose = false; variable 133 module_param(verbose, bool, 0); 155 else if (verbose) in test()
|
D | fault-inject.c | 43 if (attr->verbose > 0 && __ratelimit(&attr->ratelimit_state)) { in fail_dump() 50 if (attr->verbose > 1) in fail_dump() 209 if (!debugfs_create_ul("verbose", mode, dir, &attr->verbose)) in fault_create_debugfs_attr()
|
D | dynamic_debug.c | 65 static int verbose; variable 66 module_param(verbose, int, 0644); 108 if (verbose) \ 201 if (!nfound && verbose) in ddebug_change() 253 if (verbose) { in ddebug_tokenize()
|
D | swiotlb.c | 162 int __init swiotlb_init_with_tbl(char *tlb, unsigned long nslabs, int verbose) in swiotlb_init_with_tbl() argument 201 if (verbose) in swiotlb_init_with_tbl() 212 swiotlb_init(int verbose) in swiotlb_init() argument 227 if (vstart && !swiotlb_init_with_tbl(vstart, io_tlb_nslabs, verbose)) in swiotlb_init()
|
/linux-4.4.14/net/mac80211/ |
D | Kconfig | 184 very verbose OCB debugging messages. It should not 195 very verbose IBSS debugging messages. It should not 206 verbose power save mode debugging messages (when mac80211 219 verbose mesh peer link debugging messages (when mac80211 232 verbose mesh path selection debugging messages (when mac80211 245 verbose mesh routing (HWMP) debugging messages (when mac80211 257 Selecting this option causes mac80211 to print out very verbose mesh 268 Selecting this option causes mac80211 to print out very verbose mesh 279 Selecting this option causes mac80211 to print out very verbose mesh 290 verbose TDLS selection debugging messages (when mac80211 [all …]
|
/linux-4.4.14/tools/testing/fault-injection/ |
D | failcmd.sh | 41 --interval=value, --space=value, --verbose=value, --task-filter=value, 86 LONGOPTS=probability:,interval:,times:,space:,verbose:,task-filter: 149 -v|--verbose) 150 echo $2 > $FAULTATTR/verbose
|
/linux-4.4.14/arch/x86/tools/ |
D | insn_sanity.c | 48 static int verbose; /* Verbosity */ variable 191 verbose++; in parse_args() 265 } else if (verbose && !insn_complete(&insn)) in main() 267 else if (verbose >= 2) in main()
|
D | test_get_len.c | 40 static int verbose; variable 101 verbose = 1; in parse_args() 162 if (verbose) in main()
|
/linux-4.4.14/include/linux/ |
D | fault-inject.h | 20 unsigned long verbose; member 39 .verbose = 2, \
|
D | torture.h | 48 do { if (verbose) pr_alert("%s" TORTURE_FLAG " %s\n", torture_type, s); } while (0) 50 do { if (verbose) pr_alert("%s" TORTURE_FLAG "!!! %s\n", torture_type, s); } while (0)
|
D | swiotlb.h | 25 extern void swiotlb_init(int verbose); 26 int swiotlb_init_with_tbl(char *tlb, unsigned long nslabs, int verbose);
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | map.c | 76 verbose ? "" : "restart with -v to use") < 0) in map_browser__run() 84 if (verbose) in map_browser__run() 120 if (verbose) { in map__browse()
|
/linux-4.4.14/arch/tile/kernel/ |
D | stack.c | 96 if (kbt->verbose) { /* else we aren't going to use it */ in valid_fault_handler() 106 if (kbt->verbose) in valid_fault_handler() 110 if (kbt->verbose) in valid_fault_handler() 113 if (kbt->verbose && (p->pc != 0 || p->sp != 0 || p->ex1 != 0)) in valid_fault_handler() 148 if (kbt->verbose) { in valid_sigframe() 231 kbt->verbose = 0; /* override in caller if desired */ in KBacktraceIterator_init() 383 kbt->verbose = 1; in tile_show_stack()
|
/linux-4.4.14/arch/mips/kernel/ |
D | genex.S | 404 .macro __BUILD_HANDLER exception handler clear verbose ext 412 __BUILD_\verbose \exception 419 .macro BUILD_HANDLER exception handler clear verbose 420 __BUILD_HANDLER \exception \handler \clear \verbose _int 444 BUILD_HANDLER watch watch sti verbose /* #23 */ 446 BUILD_HANDLER mcheck mcheck cli verbose /* #24 */ 449 BUILD_HANDLER reserved reserved sti verbose /* others */
|
/linux-4.4.14/drivers/staging/fbtft/ |
D | fbtft_device.c | 109 static unsigned verbose = 3; variable 110 module_param(verbose, uint, 0); 111 MODULE_PARM_DESC(verbose, 1333 if (verbose) in fbtft_device_spi_delete() 1424 if (verbose > 2) in fbtft_device_init() 1427 if (verbose > 2) in fbtft_device_init() 1532 if (verbose && pdata && pdata->gpios) { in fbtft_device_init() 1536 while (verbose && gpio->name[0]) { in fbtft_device_init() 1545 if (spi_device && (verbose > 1)) in fbtft_device_init() 1547 if (p_device && (verbose > 1)) in fbtft_device_init()
|
/linux-4.4.14/arch/cris/boot/compressed/ |
D | misc.c | 83 if (verbose) \ 87 if (verbose > 1) \ 91 if (verbose && (c)) \ 95 if (verbose > 1 && (c)) \
|
/linux-4.4.14/arch/mn10300/boot/compressed/ |
D | misc.c | 108 # define Tracev(x) { if (verbose) fprintf x ; } 109 # define Tracevv(x) { if (verbose > 1) fprintf x ; } 110 # define Tracec(c, x) { if (verbose && (c)) fprintf x ; } 111 # define Tracecv(c, x) { if (verbose > 1 && (c)) fprintf x ; }
|
/linux-4.4.14/tools/lguest/ |
D | lguest.c | 95 static bool verbose; variable 96 #define verbose(args...) \ macro 97 do { if (verbose) printf(args); } while(0) 466 verbose("Section %i: size %i addr %p\n", in map_elf() 581 verbose("mapped initrd %s size=%lu @ %p\n", name, len, (void*)mem-len); in load_initrd() 620 verbose("Guest: %p - %p (%#lx, MMIO %#lx)\n", in tell_kernel() 1156 verbose("Resetting device %s\n", dev->name); in reset_device() 1338 verbose("PCI%s: %#x/%x: bus %u dev %u func %u reg %u\n", in pci_addr_iowrite() 1439 verbose("Window writing %#x/%#x to bar %u, offset %u len %u\n", in pci_data_iowrite() 1500 verbose("Window read %#x/%#x from bar %u, offset %u len %u\n", in pci_data_ioread() [all …]
|
/linux-4.4.14/Documentation/spi/ |
D | spidev_test.c | 38 static int verbose; variable 135 if (verbose) in transfer() 225 verbose = 1; in parse_opts()
|
D | spidev_fdx.c | 15 static int verbose; variable 126 verbose++; in main()
|
/linux-4.4.14/Documentation/hwmon/ |
D | abituguru | 60 * verbose: int How verbose should the driver be? (0-3): 62 1 + verbose error reporting 68 driver with verbose set to 3 and mail me <j.w.r.degoede@hhs.nl> the output of:
|
D | abituguru3 | 38 * verbose: bool Should the driver be verbose? 40 1/on/true + verbose error reporting (default)
|
/linux-4.4.14/arch/arm/probes/kprobes/ |
D | test-core.h | 102 #define verbose(fmt, ...) pr_info(fmt, ##__VA_ARGS__) macro 104 #define verbose(fmt, ...) macro 108 verbose("\n"); \ 109 verbose(title"\n"); \ 110 verbose("---------------------------------------------------------\n");
|
D | test-core.c | 1416 verbose("%s\n", current_title); in kprobes_test_case_start() 1418 verbose("%s\t@ %0*x\n", current_title, in kprobes_test_case_start()
|
/linux-4.4.14/drivers/macintosh/ |
D | therm_adt746x.c | 54 static bool verbose; variable 69 module_param(verbose, bool, 0); 70 MODULE_PARM_DESC(verbose,"Verbose log operations " 161 if (verbose) { in write_fan_speed() 254 if (verbose) in update_fans_speed() 266 if (verbose) in update_fans_speed()
|
/linux-4.4.14/drivers/media/usb/pwc/ |
D | Kconfig | 33 bool "USB Philips Cameras verbose debug" 36 Say Y here in order to have the pwc driver generate verbose debugging
|
/linux-4.4.14/drivers/misc/ |
D | kgdbts.c | 109 if (verbose) \ 113 if (verbose > 1) \ 129 static int verbose; variable 1066 verbose = 0; in kgdbts_option_setup() 1068 verbose = 1; in kgdbts_option_setup() 1070 verbose = 2; in kgdbts_option_setup()
|
/linux-4.4.14/drivers/isdn/capi/ |
D | Kconfig | 5 If you say Y here, the kernelcapi driver can make verbose traces 42 If you say Y here, the capidrv interface will give verbose reasons
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | io.c | 733 struct ubi_ec_hdr *ec_hdr, int verbose) in ubi_io_read_ec_hdr() argument 769 if (verbose) in ubi_io_read_ec_hdr() 784 if (verbose) { in ubi_io_read_ec_hdr() 798 if (verbose) { in ubi_io_read_ec_hdr() 1011 struct ubi_vid_hdr *vid_hdr, int verbose) in ubi_io_read_vid_hdr() argument 1032 if (verbose) in ubi_io_read_vid_hdr() 1043 if (verbose) { in ubi_io_read_vid_hdr() 1057 if (verbose) { in ubi_io_read_vid_hdr()
|
D | ubi.h | 874 struct ubi_ec_hdr *ec_hdr, int verbose); 878 struct ubi_vid_hdr *vid_hdr, int verbose);
|
/linux-4.4.14/tools/testing/selftests/rcutorture/configs/lock/ |
D | ver_functions.sh | 42 locktorture.verbose=1
|
/linux-4.4.14/tools/testing/selftests/rcutorture/configs/rcu/ |
D | ver_functions.sh | 56 rcutorture.verbose=1
|
/linux-4.4.14/arch/frv/kernel/ |
D | local.h | 31 extern void determine_clocks(int verbose);
|
D | setup.c | 523 void __pminit determine_clocks(int verbose) in determine_clocks() argument 535 if (verbose) in determine_clocks() 605 if (verbose) { in determine_clocks() 640 if (verbose) in determine_clocks()
|
/linux-4.4.14/scripts/ |
D | kernel-doc | 286 my $verbose = 0; 318 $verbose = "$ENV{'KBUILD_VERBOSE'}"; 428 $verbose = 1; 2240 if ($verbose && !$noret) { 2492 if (($declaration_purpose eq "") && $verbose) { 2510 if ($verbose) { 2525 if (!$in_doc_sect && $verbose) { 2738 if ($verbose && $errors) { 2741 if ($verbose && $warnings) {
|
D | asn1_compiler.c | 318 #define verbose(fmt, ...) do { if (verbose_opt) printf(fmt, ## __VA_ARGS__); } while (0) macro 545 verbose("Extracted %u tokens\n", nr_tokens); in tokenise() 793 verbose("Extracted %u types\n", nr_types); in build_type_list() 834 verbose("Extracted %u actions\n", nr_actions); in parse() 1361 verbose("Pass 1\n"); in render() 1372 verbose("Pass 2\n"); in render()
|
/linux-4.4.14/arch/tile/include/asm/ |
D | stack.h | 31 int verbose; /* printk extra info (don't want to member
|
/linux-4.4.14/drivers/misc/cxl/ |
D | main.c | 32 module_param_named(verbose, cxl_verbose, uint, 0600); 33 MODULE_PARM_DESC(verbose, "Enable verbose dmesg output");
|
/linux-4.4.14/tools/testing/selftests/exec/ |
D | execveat.c | 381 const char *verbose = getenv("VERBOSE"); in main() local 387 if (verbose) { in main() 405 if (verbose) in main()
|
/linux-4.4.14/fs/ext2/ |
D | balloc.c | 199 static void __rsv_window_dump(struct rb_root *root, int verbose, in __rsv_window_dump() argument 214 if (verbose) in __rsv_window_dump() 229 if (!verbose) { in __rsv_window_dump() 231 verbose = 1; in __rsv_window_dump() 241 #define rsv_window_dump(root, verbose) \ argument 242 __rsv_window_dump((root), (verbose), __func__) 244 #define rsv_window_dump(root, verbose) do {} while (0) argument
|
/linux-4.4.14/drivers/usb/host/ |
D | ohci-dbg.c | 192 int verbose, in ohci_dump_roothub() argument 202 if (verbose) { in ohci_dump_roothub() 312 const struct ed *ed, int verbose) in ohci_dump_ed() argument 342 verbose ? "" : " (not listing)"); in ohci_dump_ed() 343 if (verbose) { in ohci_dump_ed()
|
/linux-4.4.14/drivers/char/ |
D | sonypi.c | 72 static int verbose; /* = 0 */ variable 73 module_param(verbose, int, 0644); 74 MODULE_PARM_DESC(verbose, "be verbose, default is 0 (no)"); 509 if (!n && (verbose || !quiet)) \ 862 if (verbose) in sonypi_irq() 872 if (verbose > 1) in sonypi_irq() 1286 verbose, in sonypi_display_info()
|
/linux-4.4.14/include/xen/ |
D | swiotlb-xen.h | 7 extern int xen_swiotlb_init(int verbose, bool early);
|
/linux-4.4.14/sound/core/ |
D | Kconfig | 210 Say Y here to include code for verbose procfs contents (provides 217 Say Y here to enable verbose log messages. These messages 229 bool "More verbose debug" 232 Say Y here to enable extra-verbose debugging messages.
|
/linux-4.4.14/drivers/usb/dwc2/ |
D | Kconfig | 71 Say Y here to enable verbose debugging messages in the DWC2 Driver. 87 Say N here to disable (verbose) debugging messages to be
|
/linux-4.4.14/kernel/trace/ |
D | trace_output.c | 480 unsigned long verbose = tr->trace_flags & TRACE_ITER_VERBOSE; in lat_print_timestamp() local 491 if (verbose && in_ns) { in lat_print_timestamp() 503 } else if (verbose && !in_ns) { in lat_print_timestamp() 508 } else if (!verbose && in_ns) { in lat_print_timestamp() 559 unsigned long verbose = (tr->trace_flags & TRACE_ITER_VERBOSE); in trace_print_lat_context() local 567 if (verbose) { in trace_print_lat_context()
|
/linux-4.4.14/drivers/hwmon/ |
D | abituguru3.c | 81 if (verbose) \ 637 static bool verbose = 1; variable 638 module_param(verbose, bool, 0644); 639 MODULE_PARM_DESC(verbose, "Enable/disable verbose error reporting");
|
D | abituguru.c | 101 if (level <= verbose) \ 196 static int verbose = 2; variable 197 module_param(verbose, int, 0644); 198 MODULE_PARM_DESC(verbose, "How verbose should the driver be? (0-3):\n"
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | Kconfig | 26 This is a configuration flag to enable verbose
|
/linux-4.4.14/Documentation/networking/ |
D | ip_dynaddr.txt | 22 To enable verbose mode:
|
D | netif-msg.txt | 20 to shed the more verbose level messages as they matured.
|
D | ray_cs.txt | 110 pc_debug integer (0-5) larger values for more verbose
|
/linux-4.4.14/Documentation/dvb/ |
D | bt8xx.txt | 47 verbose=0: messages are disabled 57 For bug reports please send in a complete log with verbose=4 activated.
|
/linux-4.4.14/Documentation/scsi/ |
D | scsi-changer.txt | 103 If you insmod the driver with "insmod debug=1", it will be verbose and 120 verbose=0/1 121 Be verbose (default: 1).
|
D | aic7xxx.txt | 197 Option: verbose 312 'options aic7xxx aic7xxx=verbose,no_probe,tag_info:{{},{,,10}},seltime:1' 313 enables verbose logging, Disable EISA/VLB probing,
|
D | sym53c8xx_2.txt | 27 8.6 Set verbose level 272 setting verbose level to zero, as follow: 373 8.6 Set verbose level 377 The driver default verbose level is 1. This command allows to change 378 th driver verbose level after boot-up. 833 0x00000100 verbose boot msgs
|
D | aic79xx.txt | 222 Option: verbose 381 Example: 'options aic79xx aic79xx=verbose,rd_strm:{{0x0041}}' 382 enables verbose output in the driver and turns read streaming on
|
/linux-4.4.14/samples/pktgen/ |
D | README.rst | 26 -v : ($VERBOSE) verbose
|
/linux-4.4.14/kernel/locking/ |
D | locktorture.c | 58 torture_param(bool, verbose, true, 740 verbose, shuffle_interval, stutter, shutdown_secs, in lock_torture_print_module_parms() 798 if (!torture_init_begin(torture_type, verbose, &torture_runnable)) in lock_torture_init()
|
/linux-4.4.14/Documentation/fault-injection/ |
D | fault-injection.txt | 69 - /sys/kernel/debug/fail*/verbose 190 echo 2 > /sys/kernel/debug/$FAILTYPE/verbose 244 echo 2 > /sys/kernel/debug/$FAILTYPE/verbose
|
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/ |
D | rcu-test-image.txt | 17 sudo debootstrap --verbose --arch i386 precise /mnt http://archive.ubuntu.com/ubuntu
|
/linux-4.4.14/drivers/dma/ |
D | dmatest.c | 73 static bool verbose; variable 74 module_param(verbose, bool, S_IRUGO | S_IWUSR); 75 MODULE_PARM_DESC(verbose, "Enable \"success\" result messages (default: off)"); 356 if (verbose) \
|
/linux-4.4.14/tools/testing/selftests/ftrace/ |
D | ftracetest | 57 --verbose|-v)
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README.WINVIEW | 30 insmod i2c scan=1 i2c_debug=0 verbose=0
|
D | Insmod-options | 31 bttv_verbose=0/1/2 verbose level (at insmod time, while 138 2 is more verbose.
|
/linux-4.4.14/tools/testing/selftests/x86/ |
D | ldt_gdt.c | 77 bool verbose) in check_valid_segment() argument 110 } else if (verbose) { in check_valid_segment()
|
/linux-4.4.14/drivers/scsi/ |
D | ch.c | 62 static int verbose = 1; variable 63 module_param(verbose, int, 0644); 64 MODULE_PARM_DESC(verbose,"be verbose (default: on)"); 97 if (verbose) \
|
/linux-4.4.14/Documentation/locking/ |
D | locktorture.txt | 104 verbose Enable verbose debugging printing, via printk(). Enabled
|
/linux-4.4.14/Documentation/filesystems/ |
D | affs.txt | 70 verbose The volume name, file system type and block size will 152 mount Archive/Amiga/Workbench3.1.adf /mnt -t affs -o loop,verbose 156 /dev/sdb5 /amiga/Workbench affs noauto,user,exec,verbose 0 0
|
/linux-4.4.14/include/drm/ |
D | drm_modes.h | 233 struct list_head *mode_list, bool verbose);
|
/linux-4.4.14/Documentation/input/ |
D | bcm5974.txt | 45 To ease the development for new hardware version, verbose packet output can
|
/linux-4.4.14/drivers/xen/ |
D | swiotlb-xen.c | 217 int __ref xen_swiotlb_init(int verbose, bool early) in xen_swiotlb_init() argument 273 verbose)) in xen_swiotlb_init()
|
/linux-4.4.14/drivers/staging/lustre/ |
D | README.txt | 72 verbose, noverbose
|
/linux-4.4.14/drivers/usb/storage/ |
D | Kconfig | 27 bool "USB Mass Storage verbose debug" 31 verbose debugging messages.
|
/linux-4.4.14/drivers/base/ |
D | Kconfig | 193 bool "Driver Core verbose debug messages" 204 bool "Managed device resources verbose debug messages" 242 bool "Enable verbose FENCE_TRACE messages"
|
/linux-4.4.14/arch/sh/ |
D | Kconfig.debug | 59 Those looking for more verbose debugging output should say Y.
|
/linux-4.4.14/Documentation/video4linux/ |
D | zr364xx.txt | 25 - debug : set to 1 to enable verbose debug messages
|
/linux-4.4.14/drivers/media/usb/gspca/ |
D | mr97310a.c | 215 static int cam_get_response16(struct gspca_dev *gspca_dev, u8 reg, int verbose) in cam_get_response16() argument 228 if (verbose) in cam_get_response16()
|
/linux-4.4.14/Documentation/RCU/ |
D | torture.txt | 193 verbose Enable debug printk()s. Default is disabled. 200 …rcu-torture:--- Start of test: nreaders=16 nfakewriters=4 stat_interval=30 verbose=0 test_no_idle_… 205 …rcu-torture:--- End of test: SUCCESS: nreaders=16 nfakewriters=4 stat_interval=30 verbose=0 test_n…
|
/linux-4.4.14/drivers/memory/ |
D | Kconfig | 64 Enables verbose debugging mostly to decode the bootloader provided
|
/linux-4.4.14/kernel/rcu/ |
D | rcutorture.c | 99 torture_param(bool, verbose, true, 1350 stat_interval, verbose, test_no_idle_hz, shuffle_interval, in rcu_torture_print_module_parms() 1727 if (!torture_init_begin(torture_type, verbose, &torture_runnable)) in rcu_torture_init()
|
/linux-4.4.14/Documentation/ia64/ |
D | err_inject.txt | 118 int verbose; 119 #define vbprintf if (verbose) printf 975 printf("\t-v: verbose. default: off\n"); 1010 verbose=1;
|
/linux-4.4.14/drivers/ata/ |
D | libata-scsi.c | 845 u8 *asc, u8 *ascq, int verbose) in ata_to_sense_error() argument 952 if (verbose) in ata_to_sense_error() 982 int verbose = qc->ap->ops->error_handler == NULL; in ata_gen_passthru_sense() local 995 &sb[1], &sb[2], &sb[3], verbose); in ata_gen_passthru_sense() 1056 int verbose = qc->ap->ops->error_handler == NULL; in ata_gen_ata_sense() local 1072 &sb[1], &sb[2], &sb[3], verbose); in ata_gen_ata_sense()
|
/linux-4.4.14/Documentation/watchdog/ |
D | watchdog-parameters.txt | 73 verbose: be verbose, default is 0 (no)
|
/linux-4.4.14/Documentation/s390/ |
D | CommonIO | 122 The level of logging can be changed to be more or less verbose by piping to
|
/linux-4.4.14/Documentation/blockdev/ |
D | paride.txt | 366 3.4 Use the verbose option and dmesg if you need help 383 # insmod pd verbose=1 386 The verbose=1 parameter will cause the drivers to log a trace of their
|