ust: cleanup: move tracing control to tracectl.c
[ust.git] / share / usterr.h
index 366718da7682b2c758bea859160f352069186a9a..83b3222c72ce4a9031d525389f94670c5375f697 100644 (file)
@@ -10,4 +10,7 @@
 #define BUG_ON(condition) do { if (unlikely(condition)) ERR("condition not respected (BUG)"); } while(0)
 #define WARN_ON(condition) do { if (unlikely(condition)) WARN("condition not respected on line %s:%d", __FILE__, __LINE__); } while(0)
 
+#define CPRINTF(fmt, args...) safe_printf(fmt "\n", ## args)
+
+
 #endif /* USTERR_H */
This page took 0.022207 seconds and 4 git commands to generate.