add custom probes support and update tracepoints
[ust.git] / libust-initializer.c
index 1bf709e3f5e7b16cc04519859f85c7bdf6c9548c..ec39932e9879706e4681df47f20408f7b2095c94 100644 (file)
@@ -18,7 +18,7 @@
  * avoid this.
  */
 
-DECLARE_TRACE(ust_dummytp, TPPROTO(void), TPARGS());
+DECLARE_TRACE(ust_dummytp, TP_PROTO(void), TP_ARGS());
 DEFINE_TRACE(ust_dummytp);
 
 void dummy_libust_initializer_func(void)
This page took 0.022155 seconds and 4 git commands to generate.