tests: test_ust_constructor: Use a C-compiled shared object
[lttng-tools.git] / tests / utils / testapp / gen-ust-events-constructor / tp-so.h
index 0bdc3ed2feb2f4b9da66e0dd11a7521c375bb8f8..41faec7d798c6f274c8f756bddae547a6376108c 100644 (file)
 
 #include <stdint.h>
 
-TRACEPOINT_EVENT(tp_so, constructor_c_provider_shared_library, TP_ARGS(), TP_FIELDS())
-
-TRACEPOINT_EVENT(tp_so, destructor_c_provider_shared_library, TP_ARGS(), TP_FIELDS())
-
 TRACEPOINT_EVENT(tp_so,
                 constructor_cplusplus_provider_shared_library,
                 TP_ARGS(const char *, msg),
This page took 0.023824 seconds and 4 git commands to generate.