From: compudj Date: Tue, 7 Mar 2006 01:48:36 +0000 (+0000) Subject: update X-Git-Tag: v0.12.20~1892 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=d0aabb7f4238325238a13e7598ee63941f209af3;p=lttv.git update git-svn-id: http://ltt.polymtl.ca/svn@1597 04897980-b3bd-0310-b5e0-8ef037075253 --- 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 :