public inbox for dtrace@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH v2 3/3] doc: Clean up list of unimplemented functions
@ 2025-12-19 17:36 eugene.loh
  2025-12-19 20:52 ` Kris Van Hees
  0 siblings, 1 reply; 2+ messages in thread
From: eugene.loh @ 2025-12-19 17:36 UTC (permalink / raw)
  To: dtrace, dtrace-devel

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

The case of dpath is tricky.  First, it is actually called d_path() and
it was always meant to be used internally.  Further, it is in fact
implemented, but only as a stub that always returns "<unknown>".  Just
remove it from this listing and remain silent on it.

Signed-off-by: Eugene Loh <eugene.loh@oracle.com>
---
 doc/userguide/reference/unimplemented_functions.md | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/doc/userguide/reference/unimplemented_functions.md b/doc/userguide/reference/unimplemented_functions.md
index f69600b56..5f30c9385 100644
--- a/doc/userguide/reference/unimplemented_functions.md
+++ b/doc/userguide/reference/unimplemented_functions.md
@@ -6,25 +6,12 @@ and some functions are not relevant to Linux and might never be implemented.
 The following functions are not currently implemented:
 
 -   `breakpoint`
-
 -   `chill`
-
--   `dpath`
 -   `ddi_pathname`
-
--   `inet_ntoa6`
-
--   `inet_ntop`
-
 -   `msgdsize`
-
 -   `msgsize`
-
 -   `panic`
-
 -   `pcap`
-
 -   `stop`
 
-
 **Parent topic:**[DTrace Function Reference](../reference/dtrace_functions.md)
-- 
2.47.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-12-19 20:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-19 17:36 [PATCH v2 3/3] doc: Clean up list of unimplemented functions eugene.loh
2025-12-19 20:52 ` Kris Van Hees

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox