Skip to content

Commit d6fea1d

Browse files
paulmckrcuFrederic Weisbecker
authored andcommitted
refscale: Print out additional module parameters
The refscale.verbose_batched and refscale.lookup_instances module parameters are omitted from the ref_scale_print_module_parms() beginning-of-test output. This commit therefore adds them. Signed-off-by: Paul E. McKenney <paulmck@kernel.org> Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
1 parent 730c3ed commit d6fea1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/rcu/refscale.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,8 +1025,8 @@ static void
10251025
ref_scale_print_module_parms(struct ref_scale_ops *cur_ops, const char *tag)
10261026
{
10271027
pr_alert("%s" SCALE_FLAG
1028-
"--- %s: verbose=%d shutdown=%d holdoff=%d loops=%ld nreaders=%d nruns=%d readdelay=%d\n", scale_type, tag,
1029-
verbose, shutdown, holdoff, loops, nreaders, nruns, readdelay);
1028+
"--- %s: verbose=%d verbose_batched=%d shutdown=%d holdoff=%d lookup_instances=%ld loops=%ld nreaders=%d nruns=%d readdelay=%d\n", scale_type, tag,
1029+
verbose, verbose_batched, shutdown, holdoff, lookup_instances, loops, nreaders, nruns, readdelay);
10301030
}
10311031

10321032
static void

0 commit comments

Comments
 (0)