From: Steven Rostedt Date: Fri, 25 Jan 2013 14:46:36 +0000 (-0500) Subject: tracing: Remove tracepoint sample code X-Git-Tag: v3.9-rc1~173^2~10^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d75f717e19fe595e7efbf67de195ada8d89dfbbe;p=pandora-kernel.git tracing: Remove tracepoint sample code The tracepoint sample code was used to teach developers how to create their own tracepoints. But now the trace_events have been added as a higher level that is used directly by developers today. Only the trace_event code should use the tracepoint interface directly and no new tracepoints should be added. Besides, the example had a race condition with the use of the ->d_name.name dentry field, as pointed out by Al Viro. Best just to remove the code so it wont be used by other developers. Link: http://lkml.kernel.org/r/20130123225523.GY4939@ZenIV.linux.org.uk Cc: Al Viro Acked-by: Mathieu Desnoyers Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed