X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fdemo%2FREADME;h=73becb0f47eb1d3b3efb4b7cb5cf12b76bbdb85e;hb=9036849a571580ead9b1b088baa98cc8f03e2964;hp=68b11e69fa00e82fffaac5a7b6b44f09e388a1b8;hpb=580d134ba57956bdf709ef892cd27df40b956656;p=lttng-ust.git diff --git a/tests/demo/README b/tests/demo/README index 68b11e69..73becb0f 100644 --- a/tests/demo/README +++ b/tests/demo/README @@ -1 +1,7 @@ -This is a hello world application used to test the LTTng userspace tracer. +This is a demo application used to test the LTTng userspace tracer. + +demo-trace shell script preloads the provider shared objects before +executing the demo. Executing "demo" without the shell wrapper will not +provide any tracing support. This ensures the demo binary can be +distributed on distros without depending on having liblttng-ust.so in +place. Note: the "demo" program must be compiled with "-ldl".