update
[lttv.git] / usertrace-generic / README
index 6787faded90f2e8e86e29c5592cacaca63908d9a..a10b3b227572eef40cc2d6964e49d980d32ea8b8 100644 (file)
@@ -169,7 +169,7 @@ 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 -o myapp myapp.c \
-  /usr/src/usertrace-generic/ltt-facility-loader-user_myfacility.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.022441 seconds and 4 git commands to generate.