domain: add Python domain to list
[lttng-docs.git] / contents / using-lttng / instrumenting / advanced-techniques / 32-bit-on-64-bit / running-32-bit-and-64-bit-c-applications.md
CommitLineData
5e0cbfb0
PP
1---
2id: running-32-bit-and-64-bit-c-applications
3---
4
5Now, both 32-bit and 64-bit versions of the _Hello world_ example above
6can be traced in the same tracing session. Use the `lttng` tool as usual
7to create a tracing session and start tracing:
8
9<pre class="term">
10lttng create session-3264
11lttng enable-event -u -a
12./hello32
13./hello64
14lttng stop
15</pre>
16
17Use `lttng view` to verify both processes were
18successfully traced.
This page took 0.022525 seconds and 4 git commands to generate.