X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-events.h;h=7963096a93d020061dc25df3fe70a7c65a0af5e5;hb=03a98277316f615753baff0503bff28321ada432;hp=616850f4d680e1f2e90771e6e45a656a6ee6c344;hpb=3bc29f0a41b3c803245b845db2e1909042e72e9c;p=lttng-modules.git diff --git a/probes/lttng-events.h b/probes/lttng-events.h index 616850f4..7963096a 100644 --- a/probes/lttng-events.h +++ b/probes/lttng-events.h @@ -87,6 +87,10 @@ PARAMS(assign), \ PARAMS(print)) +#undef LTTNG_TRACEPOINT_EVENT_INSTANCE_CONDITION_MAP +#define LTTNG_TRACEPOINT_EVENT_INSTANCE_CONDITION_MAP(template, name, map, proto, args, cond) \ + LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(template, name, map, PARAMS(proto), PARAMS(args)) + /* * LTTNG_TRACEPOINT_EVENT_CLASS can be used to add a generic function * handlers for events. That is, if all events have the same parameters @@ -177,7 +181,7 @@ void trace_##_name(_proto); #undef LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP_NOARGS #define LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP_NOARGS(_template, _name, _map) \ -void trace_##_name(void *__data); +void trace_##_name(void); #include TRACE_INCLUDE(TRACE_INCLUDE_FILE)