X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=usertrace-generic%2FREADME;h=a10b3b227572eef40cc2d6964e49d980d32ea8b8;hb=d0aabb7f4238325238a13e7598ee63941f209af3;hp=02e7d0c9c10f4b5072b8885e9e1e32f7896339b9;hpb=dbd434b1c66fea2d965eea7d0421af5c9af3e5ff;p=lttv.git diff --git a/usertrace-generic/README b/usertrace-generic/README index 02e7d0c9..a10b3b22 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 -I /usr/src/usertrace-generic -o myapp myapp.c \ - /usr/src/usertrace-generic/ltt-facility-loader-user_myfacility.c \ +gcc -g -finstrument-functions -I /usr/src/usertrace-generic -o myapp myapp.c \ + /usr/src/usertrace-generic/ltt-facility-loader-user_generic.c \ /usr/src/usertrace-generic/ltt-instrument-functions.c To see what the final result looks like :