From: Philippe Proulx Date: Mon, 9 Jan 2017 20:59:10 +0000 (-0500) Subject: 2.8: fix link to GCC's -finstrument-functions X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=20036e91947cf71efda3ad964231ee9caeda40b9;p=lttng-docs.git 2.8: fix link to GCC's -finstrument-functions Suggested-by: Ricardo Nabinger Sanchez Signed-off-by: Philippe Proulx --- diff --git a/2.8/lttng-docs-2.8.txt b/2.8/lttng-docs-2.8.txt index 34df24d..97709b6 100644 --- a/2.8/lttng-docs-2.8.txt +++ b/2.8/lttng-docs-2.8.txt @@ -4362,7 +4362,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