bt2: add interrupter support
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 20 Jul 2019 22:47:17 +0000 (18:47 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 7 Aug 2019 18:05:19 +0000 (14:05 -0400)
commit78ab137bceddf4b918b37761c24d69466b4fa5b1
treec212da0d1bd94ad18a908388473a30003d5a8a91
parent3357333364431ad2ce40395fdbcb1a5a9a2be312
bt2: add interrupter support

This patch wraps the library's interrupter API within the `bt2` Python
package.

Tests are added to verify the new API.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I4d81759d1eaeac0b8036b8cbe9a4fd46ec57cbf1
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1734
src/bindings/python/bt2/Makefile.am
src/bindings/python/bt2/bt2/__init__.py.in
src/bindings/python/bt2/bt2/interrupter.py [new file with mode: 0644]
src/bindings/python/bt2/bt2/native_bt.i
src/bindings/python/bt2/bt2/native_bt_interrupter.i [new file with mode: 0644]
tests/Makefile.am
tests/bindings/python/bt2/test_interrupter.py [new file with mode: 0644]
This page took 0.025642 seconds and 4 git commands to generate.