From: compudj Date: Tue, 7 Mar 2006 01:36:51 +0000 (+0000) Subject: update X-Git-Tag: v0.12.20~1894 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=22b64679de36f6cfcefb690fc4170908b1341a7f;p=lttv.git update git-svn-id: http://ltt.polymtl.ca/svn@1595 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/usertrace-generic/README b/usertrace-generic/README index 02e7d0c9..6787fade 100644 --- a/usertrace-generic/README +++ b/usertrace-generic/README @@ -168,7 +168,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 -I /usr/src/usertrace-generic -o myapp myapp.c \ +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-instrument-functions.c