update
[lttv.git] / usertrace-generic / README
index 02e7d0c9c10f4b5072b8885e9e1e32f7896339b9..a10b3b227572eef40cc2d6964e49d980d32ea8b8 100644 (file)
@@ -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 :
This page took 0.022982 seconds and 4 git commands to generate.