yaourt -S lttng-ust
</pre>
-If you need to trace Python applications, you need to install the
-LTTng-UST Python agent also:
+If you need to trace [Python applications](#doc-python-application), you
+need to install the LTTng-UST Python agent also:
* Python 3: <a href="https://aur.archlinux.org/packages/python-lttngust/" class="ext"><code>python-lttngust</code></a>
* Python 2: <a href="https://aur.archlinux.org/packages/python2-lttngust/" class="ext"><code>python2-lttngust</code></a>
<div class="tip">
<p>
- <span class="t">Note:</span> If you need to trace Java
+ <span class="t">Note:</span> If you need to trace
+ <a href="#doc-java-application" class="int">Java</a>
applications on Arch Linux, you need to build and install LTTng-UST 2.7
- <a href="#doc-building-from-source">from source</a> and use the
- <code>--enable-java-agent-jul</code>,
+ <a href="#doc-building-from-source" class="int">from source</a> and
+ use the <code>--enable-java-agent-jul</code>,
<code>--enable-java-agent-log4j</code>, or
<code>--enable-java-agent-all</code> options.
</p>
LTTng-tools 2.7 still needs to be
[built from source](#doc-building-from-source).
-If you need to trace Java applications, you need to install the
-LTTng-UST Java agent also:
+If you need to trace [Java applications](#doc-java-application), you
+need to install the LTTng-UST Java agent also:
<pre class="term">
sudo apt-get install liblttng-ust-agent-java
</pre>
-If you need to trace Python applications, you need to install the
-LTTng-UST Python agent also:
+If you need to trace [Python applications](#doc-python-application),
+you need to install the LTTng-UST Python agent also:
<pre class="term">
sudo apt-get install python3-lttngust
<div class="tip">
<p>
- <span class="t">Note:</span> If you need to trace Java
- applications on openSUSE, you need to build and install LTTng-UST 2.7
- <a href="#doc-building-from-source">from source</a> and use the
- <code>--enable-java-agent-jul</code>,
+ <span class="t">Note:</span> If you need to trace
+ <a href="#doc-java-application" class="int">Java applications</a> on
+ openSUSE, you need to build and install LTTng-UST 2.7
+ <a href="#doc-building-from-source" class="int">from source</a> and
+ use the <code>--enable-java-agent-jul</code>,
<code>--enable-java-agent-log4j</code>, or
<code>--enable-java-agent-all</code> options.
</p>
<p>
- If you need to trace Python applications on openSUSE, you need
- to build and install LTTng-UST 2.7 from source and use the
- <code>--enable-python-agent</code> option.
+ If you need to trace
+ <a href="#doc-python-application" class="int">Python applications</a> on
+ openSUSE, you need to build and install LTTng-UST 2.7 from source
+ and use the <code>--enable-python-agent</code> option.
</p>
</div>
sudo apt-get install liblttng-ust-dev
</pre>
-If you need to trace Java applications, you need to install the
-LTTng-UST Java agent also:
+If you need to trace [Java applications](#doc-java-application), you
+need to install the LTTng-UST Java agent also:
<pre class="term">
sudo apt-get install liblttng-ust-agent-java
</pre>
-If you need to trace Python applications, you need to install the
-LTTng-UST Python agent also:
+If you need to trace [Python applications](#doc-python-application),
+you need to install the LTTng-UST Python agent also:
<pre class="term">
sudo apt-get install python3-lttngust