[DTrace-devel] [PATCH 12/17] usdt: add HASUSDT to the helper ioctl interface

Kris Van Hees kris.van.hees at oracle.com
Sat Jun 7 06:15:04 UTC 2025


Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>
Reviewed-by: Eugene Loh <eugene.loh at oracle.com>
---
 include/dtrace/ioctl.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/dtrace/ioctl.h b/include/dtrace/ioctl.h
index 2273453a..9ecdc385 100644
--- a/include/dtrace/ioctl.h
+++ b/include/dtrace/ioctl.h
@@ -2,7 +2,7 @@
  * Licensed under the Universal Permissive License v 1.0 as shown at
  * http://oss.oracle.com/licenses/upl.
  *
- * Copyright (c) 2009, 2024, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2025, Oracle and/or its affiliates. All rights reserved.
  */
 
 #ifndef _DTRACE_IOCTL_H_
@@ -15,5 +15,6 @@
 #define DTRACEHIOC_ADD		_IOW(DTRACEHIOC, 1, dof_hdr_t)
 #define DTRACEHIOC_REMOVE	_IOW(DTRACEHIOC, 2, int)
 #define DTRACEHIOC_ADDDOF	_IOW(DTRACEHIOC, 3, dof_helper_t)
+#define DTRACEHIOC_HASUSDT	_IOW(DTRACEHIOC, 4, void *)
 
 #endif /* _DTRACE_IOCTL_H */
-- 
2.45.2




More information about the DTrace-devel mailing list