aboutsummaryrefslogtreecommitdiff
path: root/samples/tracepoints/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2013-01-25tracing: Remove tracepoint sample codeSteven Rostedt1-6/+0
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/[email protected] Cc: Al Viro <[email protected]> Acked-by: Mathieu Desnoyers <[email protected]> Signed-off-by: Steven Rostedt <[email protected]>
2008-10-14tracing: tracepoints, samplesMathieu Desnoyers1-0/+6
Tracepoint example code under samples/. Signed-off-by: Mathieu Desnoyers <[email protected]> Acked-by: 'Peter Zijlstra' <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>