9e5f17
--- ceph-16.2.6-681-gfdc003bc/src/tracing/bluestore.tp.orig	2021-12-07 08:02:04.682972474 -0500
9e5f17
+++ ceph-16.2.6-681-gfdc003bc/src/tracing/bluestore.tp	2021-12-07 08:03:13.840771852 -0500
9e5f17
@@ -1,3 +1,9 @@
9e5f17
+
9e5f17
+#ifdef __x86_64__
9e5f17
+#undef STAP_SDT_ARG_CONSTRAINT
9e5f17
+#define STAP_SDT_ARG_CONSTRAINT norx
9e5f17
+#endif
9e5f17
+
9e5f17
 #include "include/int_types.h"
9e5f17
 
9e5f17
 TRACEPOINT_EVENT(bluestore, transaction_state_duration,
9e5f17
--- ceph-16.2.6-681-gfdc003bc/src/tracing/librbd.tp.orig	2021-12-07 09:50:16.467579483 -0500
9e5f17
+++ ceph-16.2.6-681-gfdc003bc/src/tracing/librbd.tp	2021-12-07 09:50:47.620026940 -0500
9e5f17
@@ -1,3 +1,8 @@
9e5f17
+#ifdef __x86_64__
9e5f17
+#undef STAP_SDT_ARG_CONSTRAINT
9e5f17
+#define STAP_SDT_ARG_CONSTRAINT norx
9e5f17
+#endif
9e5f17
+
9e5f17
 #include "tracing/tracing-common.h"
9e5f17
 #include "include/rbd/librbd.h"
9e5f17
 #include "include/int_types.h"