From: Mathieu Desnoyers Date: Mon, 4 Jul 2016 22:54:31 +0000 (-0400) Subject: Test library load/unload events X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=d8ed06afceb2d0517633814f7f2a04f69ac71da6;hp=d8ed06afceb2d0517633814f7f2a04f69ac71da6;p=lttng-tools.git Test library load/unload events Test the lttng_ust_lib:load, lttng_ust_lib:build_id, lttng_ust_lib:debug_link, and lttng_ust_lib:unload events from lttng-ust, which track the state of loaded libraries. This ensures we correctly handle dlopen of libraries with direct dependencies. Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau ---