From 3faa376cbee168b2d45c53c2f07cb676c7049f5f Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Mon, 28 Nov 2016 22:36:13 -0500 Subject: [PATCH] lttng-ust-dl(3): update documentation Signed-off-by: Philippe Proulx Signed-off-by: Mathieu Desnoyers --- doc/man/lttng-ust-dl.3.txt | 49 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/doc/man/lttng-ust-dl.3.txt b/doc/man/lttng-ust-dl.3.txt index bc7aa9eb..e12e8f49 100644 --- a/doc/man/lttng-ust-dl.3.txt +++ b/doc/man/lttng-ust-dl.3.txt @@ -54,8 +54,57 @@ Fields: |`memsz` |Size of loaded library in memory. +|`flags` +|Flags passed to man:dlopen(3). + +|`path` +|Path to loaded library file. + +|`has_build_id` +|Whether or not the loaded library has a build ID. If this field is 1, +you can expect that an `lttng_ust_dl:build_id` event record +follows this one (not necessarily immediately after). + +|`has_debug_link` +|Whether or not the loaded library has debug link information. If this +field is 1, you can expect that an `lttng_ust_dl:debug_link` event +record follows this one (not necessarily immediately after). +|=== + +`lttng_ust_dl:dlmopen`:: + Emitted when man:dlmopen(3) is called. ++ +Fields: ++ +[options="header"] +|=== +|Field name |Description + +|`baddr` +|Base address of loaded library. + +|`memsz` +|Size of loaded library in memory. + +|`nsid` +|ID of the namespace in which the library is loaded (as passed +to man:dlmopen(3)). + +|`flags` +|Flags passed to man:dlmopen(3). + |`path` |Path to loaded library file. + +|`has_build_id` +|Whether or not the loaded library has a build ID. If this field is 1, +you can expect that an `lttng_ust_dl:build_id` event record +follows this one (not necessarily immediately after). + +|`has_debug_link` +|Whether or not the loaded library has debug link information. If this +field is 1, you can expect that an `lttng_ust_dl:debug_link` event +record follows this one (not necessarily immediately after). |=== `lttng_ust_dl:dlclose`:: -- 2.34.1