From: Antoine Busque Date: Fri, 2 Oct 2015 22:25:38 +0000 (-0400) Subject: Fix: update UST helper provider and event names X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=1ad5c0f7392f92037b569ff97a425a35c2a17f3e;hp=1ad5c0f7392f92037b569ff97a425a35c2a17f3e;p=lttng-docs.git Fix: update UST helper provider and event names Helpers from LTTng UST, for libdl, libc, and pthread have had their providers renamed to use a "lttng_" prefix between 2.6 and 2.7. The libdl helper also had its events renamed from "push" and "pop" to the more intuitive "dlopen" and "dlclose", respectively. Signed-off-by: Antoine Busque ---