X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng-events.h;h=22cabbaa50a996b5acc5733e76b2d4ea97478254;hb=fcf7fa335dc9b5119fccc23bb81fff546ce854ec;hp=616850f4d680e1f2e90771e6e45a656a6ee6c344;hpb=72a527538699ab5c72bfb0080a975f04209328b9;p=lttng-modules.git diff --git a/probes/lttng-events.h b/probes/lttng-events.h index 616850f4..22cabbaa 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