From: Ricardo Nabinger Sanchez Date: Mon, 26 Dec 2016 19:33:50 +0000 (-0200) Subject: 2.9: fix link to GCC's -finstrument-functions X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=db5a45eee68d92fee0b7694a27bee1fc4385bcce;p=lttng-docs.git 2.9: fix link to GCC's -finstrument-functions Signed-off-by: Ricardo Nabinger Sanchez --- diff --git a/2.9/lttng-docs-2.9.txt b/2.9/lttng-docs-2.9.txt index d6ed05f..7fcf410 100644 --- a/2.9/lttng-docs-2.9.txt +++ b/2.9/lttng-docs-2.9.txt @@ -4133,7 +4133,7 @@ The path:{liblttng-ust-cyg-profile*.so} helpers can add instrumentation to the entry and exit points of functions. man:gcc(1) and man:clang(1) have an option named -https://gcc.gnu.org/onlinedocs/gcc/Code-Gen-Options.html[`-finstrument-functions`] +https://gcc.gnu.org/onlinedocs/gcc/Instrumentation-Options.html[`-finstrument-functions`] which generates instrumentation calls for entry and exit to functions. The LTTng-UST function tracing helpers, path:{liblttng-ust-cyg-profile.so} and