git.lttng.org Git - lttng-tools.git/rss - doc/python-howto.txt history https://git.lttng.org?p=lttng-tools.git;a=history;f=doc/python-howto.txt LTTng 2.0 tools and control repository en Jérémie Galarneau /gitweb/theme/git-logo.png git.lttng.org Git - lttng-tools.git/rss - doc/python-howto.txt history https://git.lttng.org?p=lttng-tools.git;a=history;f=doc/python-howto.txt Wed, 16 Jun 2021 18:22:08 +0000 Wed, 16 Jun 2021 18:22:08 +0000 gitweb v.2.34.1/2.34.1 Rename "tracing session" -> "recording session" Philippe Proulx <eeppeliteloop@gmail.com> Tue, 15 Jun 2021 02:52:02 +0000 https://git.lttng.org?p=lttng-tools.git;a=commitdiff;h=e971184584781f70bbbfc52bbede8b9abf0436e5 https://git.lttng.org?p=lttng-tools.git;a=commitdiff;h=e971184584781f70bbbfc52bbede8b9abf0436e5 Rename "tracing session" -> "recording session" Rename "tracing session" -> "recording session" Starting from LTTng 2.13, _tracing_ is defined as attempting to execute one or more actions when emitting an event, which is very close to the trigger definition. To highlight that a tracing session is only about event recording, rename this concept to _recording session_. This patch mostly changes the manual pages, although I also updated some C source and other files which contain user-facing text to use the new term. I didn't update logging messages because debugging scripts could still refer to "tracing sessions". The lttng-concepts(7) manual page mentions that the "recording session" term was "tracing session" before LTTng 2.13. Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com> Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com> Change-Id: I620d6b6be9e0f1dac14c0bc5e26094c3b3711c75
  • [DB] doc/python-howto.txt
]]>
Add lttng-ctl SWIG python bindings Danny Serres <danny.serres@efficios.com> Thu, 9 Aug 2012 15:24:02 +0000 https://git.lttng.org?p=lttng-tools.git;a=commitdiff;h=36907cb5a542b8eb01d95e1990894abd45e98bc0 https://git.lttng.org?p=lttng-tools.git;a=commitdiff;h=36907cb5a542b8eb01d95e1990894abd45e98bc0 Add lttng-ctl SWIG python bindings Add lttng-ctl SWIG python bindings The lttng-tools Python module can be used to directly control the lttng-tools API inside Python, using 'import lttng'. Therefore, it becomes possible to create a trace, add events, start/stop tracing, destroy a session 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 lttng.h (all changes must be made in both files). To install with python bingings, configure using --enable-python-bindings Please note that this extra feature is added in extras/ hence not supported and not yet shipped by default with the tarball or packages. Signed-off-by: Danny Serres <danny.serres@efficios.com> Signed-off-by: Yannick Brosseau <yannick.brosseau@gmail.com> Signed-off-by: David Goulet <dgoulet@efficios.com>
  • [DB] doc/python-howto.txt
]]>