Change behaviour of stream-intersection with multiple traces
[babeltrace.git] / include / babeltrace / ctf / events-internal.h
index 2e37693ab689afa089eebb4dc84ed60b8303df53..097865937d84bc34af1353126ecab25b2f6d1584 100644 (file)
@@ -79,10 +79,13 @@ struct bt_ctf_iter {
        uint64_t events_lost;
 };
 
-void ctf_print_discarded(FILE *fp, struct ctf_stream_definition *stream,
-                       int end_stream);
+int ctf_find_packets_intersection(struct bt_context *ctx,
+               uint64_t *ts_begin, uint64_t *ts_end);
 void ctf_update_current_packet_index(struct ctf_stream_definition *stream,
                struct packet_index *prev_index,
                struct packet_index *cur_index);
+int ctf_find_tc_stream_packet_intersection_union(struct bt_context *ctx,
+               uint64_t *ts_begin, uint64_t *ts_end);
+int ctf_tc_set_stream_intersection_mode(struct bt_context *ctx);
 
 #endif /*_BABELTRACE_CTF_EVENTS_INTERNAL_H */
This page took 0.022851 seconds and 4 git commands to generate.