]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/trace/trace_events_stage_2.h
tracing: replace TP<var> with TP_<var>
[linux-2.6-omap-h63xx.git] / kernel / trace / trace_events_stage_2.h
index d24a97e74aea28c1d265c0fbe0ff4ea9c46173da..8e2e0f56c2a8dbacef365fba0d77203fd78ae004 100644 (file)
@@ -20,7 +20,7 @@
  *
  *     field = (typeof(field))entry;
  *
- *     ret = trace_seq_printf(s, <TPRAWFMT> "%s", <ARGS> "\n");
+ *     ret = trace_seq_printf(s, <TP_RAW_FMT> "%s", <ARGS> "\n");
  *     if (!ret)
  *             return TRACE_TYPE_PARTIAL_LINE;
  *
@@ -44,8 +44,8 @@
        field->item,
 
 
-#undef TPRAWFMT
-#define TPRAWFMT(args...)      args
+#undef TP_RAW_FMT
+#define TP_RAW_FMT(args...)    args
 
 #undef TRACE_EVENT_FORMAT
 #define TRACE_EVENT_FORMAT(call, proto, args, fmt, tstruct, tpfmt)     \