[lttng-dev] [PATCH lttng-ust] Doc: basic lttng ust python agent documentation

Jonathan Rajotte jonathan.rajotte-julien at efficios.com
Mon Aug 10 14:45:32 EDT 2015


Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien at efficios.com>
---
 doc/python-agent.txt | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 doc/python-agent.txt

diff --git a/doc/python-agent.txt b/doc/python-agent.txt
new file mode 100644
index 0000000..61ae4d0
--- /dev/null
+++ b/doc/python-agent.txt
@@ -0,0 +1,13 @@
+======================
+ Using the python agent
+======================
+
+To build the agent:
+
+$ ./configure --enable-python-agent
+
+The configure script is set to look for the first python version >= 2.7.
+To build the agent against another version of python:
+
+$ export PYTHON=<python path>
+$ ./configure --enable-python-agent
-- 
2.1.4




More information about the lttng-dev mailing list