Fix: remove dead code from filter interpreter
[lttng-ust.git] / doc / man / lttng-ust-dl.3
... / ...
CommitLineData
1.TH "LTTNG-UST-DL" "3" "December 19, 2013" "" ""
2
3.SH "NAME"
4lttng-ust-dl \(em LTTng UST 2.x Dynamic Linker Tracing
5
6.SH "SYNOPSIS"
7Launch your application with:
8.TP
9\fBLD_PRELOAD=liblttng-ust-dl.so\fP appname
10.PP
11This LD_PRELOAD library causes all calls to dlopen and dlclose in the
12application to be traced with LTTng. In addition to loading this
13library, enabling this tracing requires the following two events to be
14enabled: "ust_baddr:push" and "ust_baddr:pop".
15
16.SH "DESCRIPTION"
17The events have the following detailed definitions:
18.PP
19.IP "ust_baddr:push"
20This event is used to trace dlopen calls. The base address (where the
21dynamic linker has placed the shared object) is recorded in the "baddr"
22field. The path to the shared object gets recorded in the "sopath" field
23(as string). The file size of the loaded object (in bytes) is recorded
24to the "size" field and its time of last modification (in seconds since
25Epoch) is recorded in the "mtime" field.
26.IP "ust_baddr:pop"
27This event is used to trace dlclose calls. The base address of the shared
28object that got closed is recorded in the "baddr" field.
29.PP
30
31.SH "SEE ALSO"
32lttng-ust(3), dlopen(3), lttng(1)
33
34.SH "BUGS"
35If you encounter any issues or usability problem, please report it on
36our mailing list <lttng-dev@lists.lttng.org> to help improve this
37project.
38
39.SH "CREDITS"
40liblttng-ust is distributed under the GNU Lesser General Public License
41version 2.1. The headers are distributed under the MIT license.
42
43See http://lttng.org for more information on the LTTng project.
44
45Mailing list for support and development: <lttng-dev@lists.lttng.org>.
46
47You can find us on IRC server irc.oftc.net (OFTC) in #lttng.
48
49.SH "AUTHORS"
50liblttng-ust was originally written by Mathieu Desnoyers, with additional
51contributions from various other people. It is currently maintained by
52Mathieu Desnoyers <mathieu.desnoyers@efficios.com>.
This page took 0.024559 seconds and 4 git commands to generate.