Update version to 0.16
[ust.git] / libust-initializer.c
index 1bf709e3f5e7b16cc04519859f85c7bdf6c9548c..efe707e5672c752ef54bb57bcaf46e03c86c1e6e 100644 (file)
 #include <ust/marker.h>
 #include <ust/tracepoint.h>
 
-/* FIXME: We have to define at least one trace_mark and
- * one tracepoint here. If we don't, the __start... and
- * __stop... symbols won't be defined and the constructors
- * won't be compilable. We should find a linker trick to
- * avoid this.
- */
-
-DECLARE_TRACE(ust_dummytp, TPPROTO(void), TPARGS());
-DEFINE_TRACE(ust_dummytp);
-
-void dummy_libust_initializer_func(void)
-{
-       trace_mark(ust, dummymark, MARK_NOARGS);
-       trace_ust_dummytp();
-}
-
-MARKER_LIB;
+UST_MARKER_LIB;
 TRACEPOINT_LIB;
+TRACEPOINT_EVENT_LIB;
This page took 0.022711 seconds and 4 git commands to generate.