remove ceph code
[stor4nfv.git] / src / ceph / src / tracing / cyg_profile.tp
diff --git a/src/ceph/src/tracing/cyg_profile.tp b/src/ceph/src/tracing/cyg_profile.tp
deleted file mode 100644 (file)
index 42d9b4c..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#include "include/int_types.h"
-
-TRACEPOINT_EVENT(lttng_ust_cyg_profile, func_entry,
-    TP_ARGS(
-        void *,  func_addr,
-        void *,  call_site),
-    TP_FIELDS(
-          ctf_integer_hex(unsigned long, addr, func_addr)
-          ctf_integer_hex(unsigned long, call_site, call_site)
-    )
-)
-
-TRACEPOINT_EVENT(lttng_ust_cyg_profile, func_exit,
-    TP_ARGS(
-          void *,  func_addr,
-          void *,  call_site
-    ),
-    TP_FIELDS(
-          ctf_integer_hex(unsigned long, addr, func_addr)
-          ctf_integer_hex(unsigned long, call_site, call_site)
-    )
-)
-