X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=usertrace-generic%2FREADME;h=b9ac1fb431c5a0861a43d9aaea08a54a0d955e31;hb=b09f3215c7a82327f4e572ad252ebf285ffe4707;hp=5165ebd14215a4f9bb6a3c8484c29424b8d4b222;hpb=06b6cf125d86305a5231e744fc6c6febb113484e;p=lttv.git diff --git a/usertrace-generic/README b/usertrace-generic/README index 5165ebd1..b9ac1fb4 100644 --- a/usertrace-generic/README +++ b/usertrace-generic/README @@ -168,8 +168,8 @@ See the sample-instrument-fct.c example program. - Compile your application with at least these parameters to gcc (it is splitted on two lines, joined by a "\") : -gcc -g -finstrument-functions -I /usr/src/usertrace-generic \ - -llibltt-instrument-functions -o myapp myapp.c +gcc -g -finstrument-functions \ + -lltt-instrument-functions -o myapp myapp.c To see what the final result looks like : - Start tracing