| /kernel/bpf/ |
| A D | disasm.c | 142 verbose(private_data, "(%02x) r%d = %s%d r%d\n", in print_bpf_end_insn() 152 verbose(private_data, "(%02x) r%d = bswap%d r%d\n", in print_bpf_bswap_insn() 190 const bpf_insn_print_t verbose = cbs->cb_print; in print_bpf_insn() local 200 verbose(cbs->private_data, "(%02x) %c%d = -%c%d\n", in print_bpf_insn() 221 verbose(cbs->private_data, "(%02x) %c%d %s %d\n", in print_bpf_insn() 332 verbose(cbs->private_data, "(%02x) r%d = %s\n", in print_bpf_insn() 347 verbose(cbs->private_data, "(%02x) call pc%s\n", in print_bpf_insn() 359 verbose(cbs->private_data, "(%02x) goto pc%+d\n", in print_bpf_insn() 371 verbose(cbs->private_data, in print_bpf_insn() 379 verbose(cbs->private_data, in print_bpf_insn() [all …]
|
| A D | log.c | 547 verbose(env, "_"); in print_liveness() 549 verbose(env, "r"); in print_liveness() 551 verbose(env, "w"); in print_liveness() 553 verbose(env, "D"); in print_liveness() 690 verbose(env, "P"); in print_reg_state() 709 verbose(env, "("); in print_reg_state() 754 verbose(env, ")"); in print_reg_state() 774 verbose(env, "="); in print_verifier_state() 825 verbose(env, ")"); in print_verifier_state() 855 verbose(env, " cb"); in print_verifier_state() [all …]
|
| A D | verifier.c | 2924 verbose(env, in push_async_cb() 6448 verbose(env, in check_pkt_ptr_alignment() 6616 verbose(env, in check_max_stack_depth_subprog() 6805 verbose(env, in __check_buffer_access() 6814 verbose(env, in __check_buffer_access() 7226 verbose(env, in check_ptr_to_btf_access() 7232 verbose(env, in check_ptr_to_btf_access() 7238 verbose(env, in check_ptr_to_btf_access() 7247 verbose(env, in check_ptr_to_btf_access() 7254 verbose(env, in check_ptr_to_btf_access() [all …]
|
| /kernel/ |
| A D | torture.c | 63 static int verbose; variable 215 if (verbose > 1) in torture_offline() 229 if (verbose) in torture_offline() 234 if (verbose > 1) in torture_offline() 275 if (verbose > 1) in torture_online() 289 if (verbose) in torture_online() 294 if (verbose > 1) in torture_online() 328 if (ret && verbose) { in torture_online_all() 640 if (verbose) in torture_shutdown() 824 verbose = v; in torture_init_begin()
|
| A D | panic.c | 607 static void print_tainted_seq(struct seq_buf *s, bool verbose) in print_tainted_seq() argument 623 if (verbose) { in print_tainted_seq() 634 static const char *_print_tainted(bool verbose) in _print_tainted() argument 644 print_tainted_seq(&s, verbose); in _print_tainted()
|
| A D | scftorture.c | 42 do { if (verbose) pr_alert(SCFTORT_FLAG s "\n", ## x); } while (0) 61 torture_param(int, verbose, 0, "Enable verbose debugging printk()s"); 537 …verbose, holdoff, longwait, nthreads, onoff_holdoff, onoff_interval, shutdown, stat_interval, stut… in scftorture_print_module_parms() 590 if (!torture_init_begin(SCFTORT_STRING, verbose)) in scf_torture_init()
|
| /kernel/rcu/ |
| A D | refscale.c | 50 if (verbose) \ 58 if (verbose && \ 76 torture_param(int, verbose, 0, "Enable verbose debugging printk()s"); 1114 … verbose, verbose_batched, shutdown, holdoff, lookup_instances, loops, nreaders, nruns, readdelay); in ref_scale_print_module_parms() 1172 if (!torture_init_begin(scale_type, verbose)) in ref_scale_init()
|
| A D | rcuscale.c | 54 do { if (verbose) pr_alert("%s" SCALE_FLAG " %s\n", scale_type, s); } while (0) 97 torture_param(int, verbose, 1, "Enable verbose debugging printk()s"); 679 …minruntime, nrealreaders, nrealwriters, writer_holdoff, writer_holdoff_jiffies, verbose, shutdown); in rcu_scale_print_module_parms() 1092 if (!torture_init_begin(scale_type, verbose)) in rcu_scale_init()
|
| A D | rcutorture.c | 150 torture_param(int, verbose, 1, "Enable verbose debugging printk()s"); 2869 stat_interval, verbose, test_no_idle_hz, shuffle_interval, in rcu_torture_print_module_parms() 4389 if (!torture_init_begin(torture_type, verbose)) in rcu_torture_init()
|
| /kernel/trace/ |
| A D | trace_output.c | 572 unsigned long verbose = tr->trace_flags & TRACE_ITER_VERBOSE; in lat_print_timestamp() local 583 if (verbose && in_ns) { in lat_print_timestamp() 595 } else if (verbose && !in_ns) { in lat_print_timestamp() 600 } else if (!verbose && in_ns) { in lat_print_timestamp() 664 unsigned long verbose = (tr->trace_flags & TRACE_ITER_VERBOSE); in trace_print_lat_context() local 674 if (verbose) { in trace_print_lat_context()
|
| /kernel/locking/ |
| A D | locktorture.c | 52 torture_param(int, verbose, 1, "Enable verbose debugging printk()s"); 1108 verbose, writer_fifo); in lock_torture_print_module_parms() 1238 if (!torture_init_begin(torture_type, verbose)) in lock_torture_init()
|
| A D | lockdep.c | 514 static int verbose(struct lock_class *class) in verbose() function 1362 if (verbose(class)) { in register_lock_class()
|