X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Futils%2Ftestapp%2Fuserspace-probe-sdt-binary%2Flibzzz.c;fp=tests%2Futils%2Ftestapp%2Fuserspace-probe-sdt-binary%2Flibzzz.c;h=ee7599f9e68ff27a7008b53859c3768a5b2ceef3;hp=64660283e4069d781c8f25bc6b904cfc8b721440;hb=28f23191dcbf047429d51950a337a57d7a3f866a;hpb=f250b40e2179eccdb83766bf4abef5a35036c47b diff --git a/tests/utils/testapp/userspace-probe-sdt-binary/libzzz.c b/tests/utils/testapp/userspace-probe-sdt-binary/libzzz.c index 64660283e..ee7599f9e 100644 --- a/tests/utils/testapp/userspace-probe-sdt-binary/libzzz.c +++ b/tests/utils/testapp/userspace-probe-sdt-binary/libzzz.c @@ -5,8 +5,10 @@ * */ -#include #include "foobar_provider.h" -void overridable_function() { + +#include +void overridable_function() +{ FOOBAR_TP_IN_LDPRELOAD(); }