baddr: add ust_baddr and ust_baddr_statedump doc
[lttng-ust.git] / doc / man / lttng-ust-dl.3
CommitLineData
f6df8626
PW
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. The following two events need to be
13enabled: ust_baddr:push and ust_baddr:pop.
14
15.SH "DESCRIPTION"
16The events have the following detailed definitions:
17.PP
18.IP "ust_baddr:push"
19This event is used to trace dlopen calls. The base address (where the dynamic
20linker has placed the shared object) is recorded in the baddr-field. The path
21to the shared object gets recorded in the sopath-field (as string). The file
22size of the loaded object (in bytes) is recorded to the size-field and its time
23of last modification (in seconds since Epoch) is recorded in the mtime-field.
24.IP "ust_baddr:pop"
25This event is used to trace dlclose calls. The base address of the shared
26object that got closed is recorded in the baddr-field.
27.PP
28
29.SH "SEE ALSO"
30lttng-ust(3), dlopen(3), lttng(1)
31.SH "BUGS"
32If you encounter any issues or usability problem, please report it on
33our mailing list <lttng-dev@lists.lttng.org> to help improve this
34project.
35.SH "CREDITS"
36liblttng-ust is distributed under the GNU Lesser General Public License
37version 2.1. The headers are distributed under the MIT license.
38
39See http://lttng.org for more information on the LTTng project.
40
41Mailing list for support and development: <lttng-dev@lists.lttng.org>.
42
43You can find us on IRC server irc.oftc.net (OFTC) in #lttng.
44.SH "AUTHORS"
45liblttng-ust was originally written by Mathieu Desnoyers, with additional
46contributions from various other people. It is currently maintained by
47Mathieu Desnoyers <mathieu.desnoyers@efficios.com>.
This page took 0.02364 seconds and 4 git commands to generate.