tracing: kdb: The skip_lines parameter should have been skip_entries
authorDouglas Anderson <dianders@chromium.org>
Tue, 19 Mar 2019 17:12:04 +0000 (10:12 -0700)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Fri, 3 May 2019 01:31:19 +0000 (21:31 -0400)
commitdbfe67334a1767bcb7be8b50bd237b22b272ef23
treea9f25d9c3cec9d7b8919df746cfb24e864656dd0
parente8025bab7bfbd48d262c01c26c15a9d465fbb083
tracing: kdb: The skip_lines parameter should have been skip_entries

The things skipped by kdb's "ftdump" command when you pass it a
parameter has always been entries, not lines.  The difference usually
doesn't matter but when the trace buffer has multi-line entries (like
a stack dump) it can matter.

Let's fix this both in the help text for ftdump and also in the local
variable names.

Link: http://lkml.kernel.org/r/20190319171206.97107-1-dianders@chromium.org
Acked-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/trace_kdb.c