domain: add Python domain to list
[lttng-docs.git] / contents / using-lttng / instrumenting / prebuilt-ust-helpers / intro.md
CommitLineData
5e0cbfb0
PP
1---
2id: prebuilt-ust-helpers
3---
4
5The LTTng-UST package provides a few helpers that one may find
6useful in some situations. They all work the same way: you must
7preload the appropriate shared object before running the user
8application (using the `LD_PRELOAD` environment variable).
9
10The shared objects are normally found in `/usr/lib`.
11
12The current installed helpers are:
13
14 * `liblttng-ust-libc-wrapper.so` and
15 `liblttng-ust-pthread-wrapper.so`:
cb987a4a 16 [C standard library and POSIX threads tracing](#doc-liblttng-ust-libc-pthread-wrapper)
5e0cbfb0
PP
17 * `liblttng-ust-cyg-profile.so` and
18 `liblttng-ust-cyg-profile-fast.so`:
cb987a4a 19 [function tracing](#doc-liblttng-ust-cyg-profile)
5e0cbfb0 20 * `liblttng-ust-dl.so`:
cb987a4a 21 [dynamic linker tracing](#doc-liblttng-ust-dl)
5e0cbfb0
PP
22
23The following subsections document what helpers instrument exactly
24and how to use them.
This page took 0.023301 seconds and 4 git commands to generate.