bt2: add trace collection notification iterator
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 15 Sep 2017 23:18:24 +0000 (19:18 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 17 Sep 2017 18:10:51 +0000 (14:10 -0400)
commitd34e69cf617ef0335ba6c828f46e6a38cc8cac28
tree309d65e59a27debcc64631c35f33a3c3027cc055
parent922fc2ddc4ac72564b5efca1f4da2df00803dca4
bt2: add trace collection notification iterator

A trace collection notification iterator is a special notification
iterator which iterates on the multiplexed notifications of all the
output ports of one or more traces. The new notification iterator
supports a stream intersection mode and trimming the whole multiplexed
stream.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
bindings/python/bt2/Makefile.am
bindings/python/bt2/bt2/__init__.py.in
bindings/python/bt2/bt2/trace_collection_notification_iterator.py [new file with mode: 0644]
This page took 0.024021 seconds and 4 git commands to generate.