ltt-ascii init fix, renaming CONFIG_LTT_* options to LTT_*
[lttng-modules.git] / ltt-serialize.c
index 305b3eb89e20231dca6e9e6d50844823e350bb33..1d5a5dfbc3961ac547ac9028118c67c291898b8d 100644 (file)
@@ -902,7 +902,7 @@ void ltt_vtrace(const struct marker *mdata, void *probe_data, void *call_data,
                        continue;
                if (unlikely(!ltt_run_filter(trace, eID)))
                        continue;
-#ifdef CONFIG_LTT_DEBUG_EVENT_SIZE
+#ifdef LTT_DEBUG_EVENT_SIZE
                rflags = LTT_RFLAG_ID_SIZE;
 #else
                if (unlikely(eID >= LTT_FREE_EVENTS))
This page took 0.024434 seconds and 4 git commands to generate.