From: Mathieu Desnoyers Date: Mon, 4 Oct 2021 20:44:57 +0000 (-0400) Subject: tracepoints: print debug message when lttng-ust-tracepoint.so is not found X-Git-Tag: v2.13.1~12 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=2af952211343a85341a390e1b7a000aec3b075b5;hp=2af952211343a85341a390e1b7a000aec3b075b5;p=lttng-ust.git tracepoints: print debug message when lttng-ust-tracepoint.so is not found Rather than silently disable tracepoints when lttng-ust-tracepoint.so is not found in the library search path, print a debug message when either the compile unit including tracepoint.h has defined LTTNG_UST_DEBUG, or when the LTTNG_UST_DEBUG environment variable is set. Signed-off-by: Mathieu Desnoyers Change-Id: I909f9b8dcd0cbc5faae3789931883f1941973207 ---