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>
Sat, 16 Sep 2017 03:01:48 +0000 (23:01 -0400)
commit85dcce24a87eb7269f0f4e2d21d4e049f4c9a0ee
tree8d67f3cddadf69a99dd5fc56d6d47969801d2a0f
parent268fae9a19189fe66cbac6c097b0ee329422b807
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.026364 seconds and 4 git commands to generate.