[DTrace-devel] [PATCH v2 3/3] doc: Clean up list of unimplemented functions
Kris Van Hees
kris.van.hees at oracle.com
Fri Dec 19 20:52:46 UTC 2025
On Fri, Dec 19, 2025 at 12:36:36PM -0500, eugene.loh at oracle.com wrote:
> From: Eugene Loh <eugene.loh at 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 at oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees at 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
>
More information about the DTrace-devel
mailing list