X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=probes%2Flttng-events.h;h=f86bd39d517b87cfcdea38d7cf443b4fbf8e7096;hb=177b36924b27f47d604bcdd8e363bb401286fbb7;hp=63bde18533a713df3d939ebbd98607e17861d64c;hpb=25631135724387849b45eaed70d75e072c29e2f5;p=lttng-modules.git diff --git a/probes/lttng-events.h b/probes/lttng-events.h index 63bde185..f86bd39d 100644 --- a/probes/lttng-events.h +++ b/probes/lttng-events.h @@ -200,8 +200,6 @@ void trace_##_name(void *__data); #include TRACE_INCLUDE(TRACE_INCLUDE_FILE) -#undef __type_integer - /* * Stage 3 of the trace events. * @@ -642,3 +640,7 @@ module_exit_eval(__lttng_events_exit__, TRACE_SYSTEM); #undef module_exit_eval #undef TP_ID1 #undef TP_ID + +#undef TP_PROTO +#undef TP_ARGS +#undef TRACE_EVENT_FLAGS