git: 8faa0fd8c1 - main - handbook/dtrace: Fix links to illumos Dynamic Tracing Guide
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Jul 2025 08:45:53 UTC
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/doc/commit/?id=8faa0fd8c1a46ea53d972a4bf8ea710a6f8d4c82
commit 8faa0fd8c1a46ea53d972a4bf8ea710a6f8d4c82
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2025-07-12 08:44:23 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2025-07-12 08:45:25 +0000
handbook/dtrace: Fix links to illumos Dynamic Tracing Guide
Also, stylize illumos correctly while here.
Event: Berlin 2025 Hackathon
---
documentation/content/en/books/handbook/dtrace/_index.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/documentation/content/en/books/handbook/dtrace/_index.adoc b/documentation/content/en/books/handbook/dtrace/_index.adoc
index 71e9d2a348..26a50a890d 100644
--- a/documentation/content/en/books/handbook/dtrace/_index.adoc
+++ b/documentation/content/en/books/handbook/dtrace/_index.adoc
@@ -63,7 +63,7 @@ The FreeBSD implementation provides full support for kernel DTrace and experimen
Userland DTrace allows users to perform function boundary tracing for userland programs using the `pid` provider, and to insert static probes into userland programs for later tracing.
Some ports, such as package:databases/postgresql12-server[] and package:lang/php74[] have a DTrace option to enable static probes.
-The official guide to DTrace is maintained by the Illumos project at https://illumos.org/books/dtrace/bookinfo.html[DTrace Guide].
+The official guide to DTrace is maintained by the illumos project at https://illumos.org/books/dtrace/bookinfo.html[illumos Dynamic Tracing Guide].
After reading this chapter, you will know:
@@ -152,7 +152,7 @@ Not all of the scripts found in the DTrace Toolkit will work as-is on FreeBSD an
The DTrace Toolkit includes many scripts in the special language of DTrace.
This language is called the D language and it is very similar to C++.
An in depth discussion of the language is beyond the scope of this document.
-It is covered extensively in the http://www.dtrace.org/guide[Illumos Dynamic Tracing Guide].
+It is covered extensively in the https://www.illumos.org/books/dtrace/bookinfo.html[illumos Dynamic Tracing Guide].
[[dtrace-out-of-kernel]]
== Enabling DTrace in Out-of-Kernel Modules