Fix instrumentation of vmscan for older kernels
[lttng-modules.git] / probes / lttng-events.h
index 616850f4d680e1f2e90771e6e45a656a6ee6c344..22cabbaa50a996b5acc5733e76b2d4ea97478254 100644 (file)
                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
This page took 0.022371 seconds and 4 git commands to generate.