git.efficios.com Git - babeltrace.git/atom - doc/python-howto.txt history BabelTrace - Trace Format Babel Tower http://git.efficios.com?p=babeltrace.git Efficios Inc. /gitweb/theme/git-favicon.png /gitweb/theme/git-logo.png 2014-03-04T16:49:57Z gitweb Remove outdated Python binding documentation 2014-03-04T16:49:57Z Jérémie Galarneau jeremie.galarneau@efficios.com Jérémie Galarneau jeremie.galarneau@efficios.com 2014-03-04T16:49:57Z http://git.efficios.com?p=babeltrace.git;a=commitdiff;h=3f6e6471ad3bfb58d3cca7f885871647f6cdd822
Remove outdated Python binding documentation

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
  • [DB] doc/python-howto.txt
Don't generate Python bindings by default 2013-09-25T18:21:47Z Jérémie Galarneau jeremie.galarneau@efficios.com Jérémie Galarneau jeremie.galarneau@efficios.com 2013-09-25T18:21:47Z http://git.efficios.com?p=babeltrace.git;a=commitdiff;h=94a6cea3f1639fb0c71b1c591af7880af7507fc0
Don't generate Python bindings by default

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
  • [DB] doc/python-howto.txt
Babeltrace python binding 2012-08-10T22:10:23Z Danny Serres danny.serres@efficios.com Mathieu Desnoyers mathieu.desnoyers@efficios.com 2012-08-10T22:10:23Z http://git.efficios.com?p=babeltrace.git;a=commitdiff;h=24a3136a3837ee43162b1393827faa938f0789eb
Babeltrace python binding

The Babeltrace Python module can be used to directly control
the Babeltrace API inside Python, using 'import babeltrace'.

Therefore, it becomes possible to create a Context, add a
trace to it, iterate on it, read events and so on from
within Python.

SWIG >= 2.0 is used to create the wrapper and its
'warning md variable unused' bug is patched in Makefile.am

In the interface file, struct and enum are directly copied
from the include files. All changes to struct bt_iter_pos
and to enums in ctf/events.h and clock-types.h  must also
be made in the interface file.

Signed-off-by: Danny Serres <danny.serres@efficios.com>
Signed-off-by: Yannick Brosseau <yannick.brosseau@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  • [DB] doc/python-howto.txt