From 20036e91947cf71efda3ad964231ee9caeda40b9 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Mon, 9 Jan 2017 15:59:10 -0500 Subject: [PATCH] 2.8: fix link to GCC's -finstrument-functions Suggested-by: Ricardo Nabinger Sanchez Signed-off-by: Philippe Proulx --- 2.8/lttng-docs-2.8.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1