Home
last modified time | relevance | path

Searched refs:verbose (Results 1 – 10 of 10) sorted by relevance

/kernel/bpf/
Ddisasm.c121 static void print_bpf_end_insn(bpf_insn_print_t verbose, in print_bpf_end_insn() argument
125 verbose(private_data, "(%02x) r%d = %s%d r%d\n", in print_bpf_end_insn()
135 const bpf_insn_print_t verbose = cbs->cb_print; in print_bpf_insn() local
141 verbose(cbs->private_data, "BUG_alu64_%02x\n", insn->code); in print_bpf_insn()
143 print_bpf_end_insn(verbose, cbs->private_data, insn); in print_bpf_insn()
145 verbose(cbs->private_data, "(%02x) %c%d = -%c%d\n", in print_bpf_insn()
150 verbose(cbs->private_data, "(%02x) %c%d %s %c%d\n", in print_bpf_insn()
157 verbose(cbs->private_data, "(%02x) %c%d %s %d\n", in print_bpf_insn()
165 verbose(cbs->private_data, "(%02x) *(%s *)(r%d %+d) = r%d\n", in print_bpf_insn()
173 verbose(cbs->private_data, "(%02x) lock *(%s *)(r%d %+d) %s r%d\n", in print_bpf_insn()
[all …]
Dverifier.c349 __printf(2, 3) static void verbose(void *private_data, const char *fmt, ...) in verbose() function
405 verbose(env, "%s\n", in verbose_linfo()
419 verbose(env, "At %s the register %s ", ctx, reg_name); in verbose_invalid_scalar()
422 verbose(env, "has value %s", tn_buf); in verbose_invalid_scalar()
424 verbose(env, "has unknown scalar value"); in verbose_invalid_scalar()
427 verbose(env, " should have been in %s\n", tn_buf); in verbose_invalid_scalar()
613 verbose(env, "_"); in print_liveness()
615 verbose(env, "r"); in print_liveness()
617 verbose(env, "w"); in print_liveness()
619 verbose(env, "D"); in print_liveness()
[all …]
/kernel/
Dtorture.c58 static int verbose; variable
209 if (verbose > 1) in torture_offline()
223 if (verbose) in torture_offline()
228 if (verbose > 1) in torture_offline()
269 if (verbose > 1) in torture_online()
283 if (verbose) in torture_online()
288 if (verbose > 1) in torture_online()
322 if (ret && verbose) { in torture_online_all()
630 if (verbose) in torture_shutdown()
826 verbose = v; in torture_init_begin()
Dscftorture.c42 do { if (verbose) pr_alert(SCFTORT_FLAG s "\n", ## x); } while (0)
60 torture_param(int, verbose, 0, "Enable verbose debugging printk()s");
501verbose, holdoff, longwait, nthreads, onoff_holdoff, onoff_interval, shutdown, stat_interval, stut… in scftorture_print_module_parms()
551 if (!torture_init_begin(SCFTORT_STRING, verbose)) in scf_torture_init()
/kernel/rcu/
Drefscale.c48 if (verbose) \
56 if (verbose && \
73 torture_param(int, verbose, 0, "Enable verbose debugging printk()s");
761 verbose, shutdown, holdoff, loops, nreaders, nruns, readdelay); in ref_scale_print_module_parms()
817 if (!torture_init_begin(scale_type, verbose)) in ref_scale_init()
Drcuscale.c52 do { if (verbose) pr_alert("%s" SCALE_FLAG " %s\n", scale_type, s); } while (0)
94 torture_param(int, verbose, 1, "Enable verbose debugging printk()s");
521 scale_type, tag, nrealreaders, nrealwriters, verbose, shutdown); in rcu_scale_print_module_parms()
828 if (!torture_init_begin(scale_type, verbose)) in rcu_scale_init()
Drcutorture.c123 torture_param(int, verbose, 1, "Enable verbose debugging printk()s");
2319 stat_interval, verbose, test_no_idle_hz, shuffle_interval, in rcu_torture_print_module_parms()
3436 if (!torture_init_begin(torture_type, verbose)) in rcu_torture_init()
/kernel/trace/
Dtrace_output.c549 unsigned long verbose = tr->trace_flags & TRACE_ITER_VERBOSE; in lat_print_timestamp() local
560 if (verbose && in_ns) { in lat_print_timestamp()
572 } else if (verbose && !in_ns) { in lat_print_timestamp()
577 } else if (!verbose && in_ns) { in lat_print_timestamp()
641 unsigned long verbose = (tr->trace_flags & TRACE_ITER_VERBOSE); in trace_print_lat_context() local
651 if (verbose) { in trace_print_lat_context()
/kernel/locking/
Dlocktorture.c49 torture_param(int, verbose, 1,
836 verbose, shuffle_interval, stutter, shutdown_secs, in lock_torture_print_module_parms()
917 if (!torture_init_begin(torture_type, verbose)) in lock_torture_init()
Dlockdep.c511 static int verbose(struct lock_class *class) in verbose() function
1348 if (verbose(class)) { in register_lock_class()