Add bt_ctf_iter_create_intersect to CTF iterator API
authorAntoine Busque <abusque@efficios.com>
Wed, 6 Apr 2016 19:19:02 +0000 (15:19 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 20 Apr 2016 20:14:03 +0000 (16:14 -0400)
commit8200883463ae0329f8f5053d898614fd5051abc3
treef4f30b7980fc9a74eaf4cda4f21e565473bffe08
parent3696d792f2434ad2b64b76cbe56a6d73399b2952
Add bt_ctf_iter_create_intersect to CTF iterator API

This new method allows direct creation of a `bt_ctf_iter`
corresponding to the intersection of streams in a given trace
collection. Adding it to the CTF iterator API allows reuse by both the
converter and (eventually) bindings.

Signed-off-by: Antoine Busque <abusque@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
converter/babeltrace.c
formats/ctf/iterator.c
include/babeltrace/ctf/iterator.h
This page took 0.023897 seconds and 4 git commands to generate.