fix: tracepoint: Optimize using static_call() (v5.10)
[lttng-modules.git] / tests / probes / lttng-test.c
index b450e7d77a5394d8514f92a87ad78a414a6b3ec5..a4fa06450a747b6fe2d9c993269166b3136135e1 100644 (file)
 #define LTTNG_INSTRUMENTATION
 #include <instrumentation/events/lttng-module/lttng-test.h>
 
-DEFINE_TRACE(lttng_test_filter_event);
+LTTNG_DEFINE_TRACE(lttng_test_filter_event,
+       PARAMS(int anint, int netint, long *values,
+               char *text, size_t textlen,
+               char *etext, uint32_t * net_values),
+       PARAMS(anint, netint, values, text, textlen, etext, net_values)
+);
 
 #define LTTNG_TEST_FILTER_EVENT_FILE   "lttng-test-filter-event"
 
This page took 0.023401 seconds and 4 git commands to generate.