ftrace: Remove printing of data in showing of a function probe
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Tue, 4 Apr 2017 14:04:26 +0000 (10:04 -0400)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Fri, 21 Apr 2017 02:06:40 +0000 (22:06 -0400)
commit02b77e2afb492420cabb117f3bbd7452d4b4ed06
tree2079158a5be73952970c7832f7dffe5b730e334a
parent78f78e07d51e440d01e6b1aef172883821193771
ftrace: Remove printing of data in showing of a function probe

None of the probe users uses the data field anymore of the entry. They all
have their own print() function. Remove showing the data field in the
generic function as the data field will be going away.

Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/ftrace.c