|
@@ -4,7 +4,7 @@
|
|
|
/*
|
|
|
* Kernel Tracepoint API.
|
|
|
*
|
|
|
- * See Documentation/tracepoint.txt.
|
|
|
+ * See Documentation/trace/tracepoints.txt.
|
|
|
*
|
|
|
* (C) Copyright 2008 Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
|
|
|
*
|
|
@@ -36,7 +36,7 @@ struct tracepoint {
|
|
|
#ifndef DECLARE_TRACE
|
|
|
|
|
|
#define TP_PROTO(args...) args
|
|
|
-#define TP_ARGS(args...) args
|
|
|
+#define TP_ARGS(args...) args
|
|
|
|
|
|
#ifdef CONFIG_TRACEPOINTS
|
|
|
|