Tracepoint event: Document search paths
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 23 Aug 2011 21:12:44 +0000 (17:12 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 23 Aug 2011 21:12:44 +0000 (17:12 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/ust/tracepoint-event.h

index 402810f937879ba51c086f20a580c63ff6f06b8b..aefe5061255c12b5e7dc7735ccded6595244d9e7 100644 (file)
  *     TRACEPOINT_SYSTEM.h. This macro may be defined to tell
  *     define_trace.h what file to include.  Note, leave off the ".h".
  *
- * TRACEPOINT_INCLUDE_PATH if the path is something other than core
- *     kernel include/trace then this macro can define the path to use.
- *     Note, the path is relative to tracepoint_event.h, not the file
- *     including it. Full path names for out of tree modules must be
- *     used.
+ * TRACEPOINT_INCLUDE_PATH if the path is something other than within
+ *     the system's include/tracepoint/ path, then this macro can define
+ *     the path to use. This path is relative to tracepoint-event.h, or
+ *     to the include search path. Trick: Use a
+ *       #define TRACEPOINT_INCLUDE_PATH .
+ *     combined with -Ipath_to_header as compiler argument to allow
+ *     searching for a header within your project build tree.
  */
 
 #ifdef TRACEPOINT_CREATE_PROBES
This page took 0.024066 seconds and 4 git commands to generate.