[DTrace-devel] [PATCH] Update github repo name from dtrace-utils to dtrace

eugene.loh at oracle.com eugene.loh at oracle.com
Tue Mar 3 18:39:36 UTC 2026


From: Eugene Loh <eugene.loh at oracle.com>

Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
---
 README.md                                 | 4 ++--
 doc/tutorial/1.IntroducingDTrace.md       | 2 +-
 doc/tutorial/4.GoingFurtherWithDTrace.md  | 2 +-
 doc/userguide/explanation/dtrace-about.md | 3 ++-
 llm/README.md                             | 4 ++--
 5 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 95e434340..e7b4b7a1e 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ visibility for our work and to make it even easier for people to access the
 source.  We also use this repository to work with developers in the Linux
 community.
 
-The main development branch is [devel](https://github.com/oracle/dtrace-utils/tree/devel).
+The main development branch is [devel](https://github.com/oracle/dtrace/tree/devel).
 
 We provide prebuilt x86_64 and aarch64 DTrace userspace packages for
 Oracle Linux 10 (UEK8 kernel),
@@ -162,7 +162,7 @@ The most recent logs are also available by via the `test/log/current/` symbolic
 
 The testsuite itself has more dependencies that need to be installed.
 The full list is available in the
-[dtrace.spec](https://github.com/oracle/dtrace-utils/blob/devel/dtrace.spec)
+[dtrace.spec](https://github.com/oracle/dtrace/blob/devel/dtrace.spec)
 file.
 
 ## 4. How to run DTrace
diff --git a/doc/tutorial/1.IntroducingDTrace.md b/doc/tutorial/1.IntroducingDTrace.md
index c91cf88e4..3236edf82 100644
--- a/doc/tutorial/1.IntroducingDTrace.md
+++ b/doc/tutorial/1.IntroducingDTrace.md
@@ -201,7 +201,7 @@ for more information about providers and their probes.
 ### Preparing to Install and Configure DTrace
 
 DTrace is available for Linux from
-[github](https://github.com/oracle/dtrace-utils/tree/stable).
+[github](https://github.com/oracle/dtrace/tree/stable).
 Or, there are
 [DTrace packages built for Oracle Linux](https://www.oracle.com/linux/downloads/linux-dtrace.html).
 
diff --git a/doc/tutorial/4.GoingFurtherWithDTrace.md b/doc/tutorial/4.GoingFurtherWithDTrace.md
index e267db907..a4e62bdbf 100644
--- a/doc/tutorial/4.GoingFurtherWithDTrace.md
+++ b/doc/tutorial/4.GoingFurtherWithDTrace.md
@@ -7,7 +7,7 @@ For more information about using DTrace on Linux, see the
 There are [DTrace trainings videos](https://oracle-samples.github.io/oltrain/tracks/ol/dtrace).
 
 The latest DTrace development work and source code for Linux is
-available at <https://github.com/oracle/dtrace-utils/>.
+available at <https://github.com/oracle/dtrace/>.
 
 Or, there are [DTrace packages built for Oracle Linux](https://www.oracle.com/linux/downloads/linux-dtrace.html).
 There are
diff --git a/doc/userguide/explanation/dtrace-about.md b/doc/userguide/explanation/dtrace-about.md
index b832799e4..0d8caa313 100644
--- a/doc/userguide/explanation/dtrace-about.md
+++ b/doc/userguide/explanation/dtrace-about.md
@@ -22,7 +22,8 @@ This implementation is a user space application and is available on:
 
 DTrace is also available on Unbreakable Enterprise Kernel Release 6 \(UEK R6\) and later kernels on Oracle Linux 7, and requires the `libdtrace-ctf` library to run. The functionality of the `libdtrace-ctf` library is integrated into the Oracle Linux GNU tool chain for later Oracle Linux releases. Oracle Linux 7 is in Extended Support. Migrate applications and data to Oracle Linux 8, Oracle Linux 9, or Oracle Linux 10, as soon as possible.
 
-DTrace is developed as an open source project available under the Universal Permissive License \(UPL\), Version 1.0. You can access source code and more information at [https://github.com/oracle/dtrace-utils](https://github.com/oracle/dtrace-utils).
+DTrace is developed as an open source project available under the Universal Permissive License \(UPL\), Version 1.0.
+You can access source code and more information at [https://github.com/oracle/dtrace](https://github.com/oracle/dtrace).
 
 **Parent topic:**[DTrace Concepts](../explanation/dtrace-concepts.md)
 
diff --git a/llm/README.md b/llm/README.md
index 5e0feb122..2992bf7bc 100644
--- a/llm/README.md
+++ b/llm/README.md
@@ -27,7 +27,7 @@ The goal is to let engineers and administrators generate working D scripts in na
 
    ```
 
-   Make sure you are using the DTrace binary from the `dtrace-utils` package, _not_ the SystemTap compatibility binary:
+   Make sure you are using the DTrace binary from the `dtrace` package, _not_ the SystemTap compatibility binary:
 
    ```bash
    which dtrace
@@ -123,7 +123,7 @@ This makes LLM-generated scripts safe to test and explore on production or stagi
 
 ## Additional Resources
 
--   [Oracle DTrace Utils on GitHub](https://github.com/oracle/dtrace-utils)
+-   [Oracle DTrace Utils on GitHub](https://github.com/oracle/dtrace)
 
 -   [Oracle Linux DTrace Training Modules](https://oracle-samples.github.io/oltrain/tracks/ol/dtrace/)
 
-- 
2.47.3




More information about the DTrace-devel mailing list