ctf: decoding: accommodate barectf `event-before-packet` timestamp quirk
[babeltrace.git] / src / plugins / ctf / fs-src / fs.c
index d6ea57d9f6a879d541068bd579630123f5c57b67..707ea551503273fa61d260a5684452350b74efd8 100644 (file)
@@ -2247,6 +2247,7 @@ int fix_packet_index_tracer_bugs(struct ctf_fs_component *ctf_fs)
                                BT_LOGE_STR("Failed to fix barectf event-before-packet bug.");
                                goto end;
                        }
+                       trace->metadata->tc->quirks.barectf_event_before_packet = true;
                }
 
                if (is_tracer_affected_by_lttng_crash_quirk(
This page took 0.023036 seconds and 4 git commands to generate.