addr2line: link to man page
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 27 Oct 2016 18:06:31 +0000 (14:06 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 27 Oct 2016 18:06:31 +0000 (14:06 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
2.7/lttng-docs-2.7.txt
2.8/lttng-docs-2.8.txt

index e3cdd170408aecef7d9fb8ce69349c7685d3eb48..bb6718b2980f1518fc3af6c657a900cb150c5deb 100644 (file)
@@ -4239,10 +4239,8 @@ Assuming no event record is lost, having only the function addresses on
 entry is enough to create a call graph, since an event record always
 contains the ID of the CPU that generated it.
 +
-You can use a tool like
-https://sourceware.org/binutils/docs/binutils/addr2line.html[cmd:addr2line]
-to convert function addresses back to source file names and
-line numbers.
+You can use a tool like man:addr2line(1) to convert function addresses
+back to source file names and line numbers.
 
 * **path:{liblttng-ust-cyg-profile.so}** is a more robust variant
 which also works in use cases where event records might get discarded or
index e72fc38aa114a5d21152feb23ae431fa28a2b1ef..ed0c9c6dd7cd2bf433ec9b84b5c535eba16a13c1 100644 (file)
@@ -4302,10 +4302,8 @@ Assuming no event record is lost, having only the function addresses on
 entry is enough to create a call graph, since an event record always
 contains the ID of the CPU that generated it.
 +
-You can use a tool like
-https://sourceware.org/binutils/docs/binutils/addr2line.html[cmd:addr2line]
-to convert function addresses back to source file names and
-line numbers.
+You can use a tool like man:addr2line(1) to convert function addresses
+back to source file names and line numbers.
 
 * **path:{liblttng-ust-cyg-profile.so}** is a more robust variant
 which also works in use cases where event records might get discarded or
This page took 0.028202 seconds and 4 git commands to generate.