X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=usertrace-generic%2FREADME;h=a10b3b227572eef40cc2d6964e49d980d32ea8b8;hb=d0aabb7f4238325238a13e7598ee63941f209af3;hp=6787faded90f2e8e86e29c5592cacaca63908d9a;hpb=22b64679de36f6cfcefb690fc4170908b1341a7f;p=lttv.git diff --git a/usertrace-generic/README b/usertrace-generic/README index 6787fade..a10b3b22 100644 --- a/usertrace-generic/README +++ b/usertrace-generic/README @@ -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 :