tests: test_ust_constructor: Use a C-compiled static archive
[lttng-tools.git] / tests / utils / testapp / gen-ust-events-constructor / tp-a.h
index ab14713935c698b11af6ed3524fd0c6dafa476ec..2e161b242e81650579290156f20e9e4aca807596 100644 (file)
 
 #include <stdint.h>
 
-TRACEPOINT_EVENT(tp_a, constructor_c_provider_static_archive, TP_ARGS(), TP_FIELDS())
-
-TRACEPOINT_EVENT(tp_a, destructor_c_provider_static_archive, TP_ARGS(), TP_FIELDS())
-
 TRACEPOINT_EVENT(tp_a,
                 constructor_cplusplus_provider_static_archive,
                 TP_ARGS(const char *, msg),
This page took 0.023627 seconds and 4 git commands to generate.