X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf%2Fevents-internal.h;h=097865937d84bc34af1353126ecab25b2f6d1584;hp=f1e6df811e3e74c615e47906a18f53240d7b6400;hb=837b0013ab8a3851ee975f33a10726289afa7369;hpb=d4dfa9788e897bd7c72014583b6caf337d5404a4 diff --git a/include/babeltrace/ctf/events-internal.h b/include/babeltrace/ctf/events-internal.h index f1e6df81..09786593 100644 --- a/include/babeltrace/ctf/events-internal.h +++ b/include/babeltrace/ctf/events-internal.h @@ -84,5 +84,8 @@ int ctf_find_packets_intersection(struct bt_context *ctx, 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 */