summaryrefslogtreecommitdiffstats
path: root/kernel/rcutree.c
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2013-08-17 18:08:37 -0700
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2013-09-23 09:15:31 -0700
commit0d75292467b0c8554d70c751a35af6514202ac28 (patch)
treeebac548cbfac7ed5ee2ac68c08208d6a1d50fd38 /kernel/rcutree.c
parent26cdfedf6a902345f8604ea8e0b7dd2566b37a46 (diff)
downloadop-kernel-dev-0d75292467b0c8554d70c751a35af6514202ac28.zip
op-kernel-dev-0d75292467b0c8554d70c751a35af6514202ac28.tar.gz
rcu: Have rcutiny tracepoints use tracepoint_string()
This commit extends the work done in f7f7bac9 (rcu: Have the RCU tracepoints use the tracepoint_string infrastructure) to cover rcutiny. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'kernel/rcutree.c')
-rw-r--r--kernel/rcutree.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/kernel/rcutree.c b/kernel/rcutree.c
index b618d72..62aab5c 100644
--- a/kernel/rcutree.c
+++ b/kernel/rcutree.c
@@ -61,13 +61,6 @@
#include "rcu.h"
-/*
- * Strings used in tracepoints need to be exported via the
- * tracing system such that tools like perf and trace-cmd can
- * translate the string address pointers to actual text.
- */
-#define TPS(x) tracepoint_string(x)
-
/* Data structures. */
static struct lock_class_key rcu_node_class[RCU_NUM_LVLS];
OpenPOWER on IntegriCloud