rcu: Add TPS() to event-traced strings
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 6 Jun 2017 22:49:39 +0000 (15:49 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 17 Aug 2017 14:26:05 +0000 (07:26 -0700)
commitbedbb648efe178c8e4708ada272536744d0f8118
treefff326f8c18e695532b6fba77c8d211421b5fdf1
parentccdd29ffffa7246cb359b9408772858a15fc4ea5
rcu: Add TPS() to event-traced strings

Strings used in event tracing need to be specially handled, for example,
using the TPS() macro.  Without the TPS() macro, although output looks
fine from within a running kernel, extracting traces from a crash dump
produces garbage instead of strings.  This commit therefore adds the TPS()
macro to some unadorned strings that were passed to event-tracing macros.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/rcu/tree_plugin.h