X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=blobdiff_plain;f=README;h=3d7e18e3de27f59a124de7ecbf0a9d4f64f5ec9c;hp=a2d115b19c52eb0ebc40a754b80c3a5cd5bbb853;hb=5e96a46756a5dcd6e348afd84078b9e26438245d;hpb=8d8a24c8565ce6dce7e7bd1045a95d1d2af5e536 diff --git a/README b/README index a2d115b1..3d7e18e3 100644 --- a/README +++ b/README @@ -38,6 +38,19 @@ INSTALLATION INSTRUCTIONS: the configure script, to generate it. +USAGE: + + - Create an instrumentation header following the tracepoint examples. + (see tracepoint.h and tests/hello/tp.h). + - Link application with -lust. + - (TODO: start tracing with the "lttng" command from lttng-tools) + + Note: libust debug can be activated by either of the following means: + - Setting the environment variable "UST_DEBUG" when launching the + application. + - Compiling libust with -DUST_DEBUG. + + TRACE VIEWER: LTTV is used for viewing UST traces. LTTV may be obtained at