Implement listing of pid tracker content
[lttng-modules.git] / lttng-abi.h
index bcea06e33b1cf3f2cb916711ca127b9d31e212b6..275c3496e867382dc2c55781e0f74524a763f752 100644 (file)
@@ -189,6 +189,7 @@ struct lttng_kernel_context {
        _IOR(0xF6, 0x58, int32_t)
 #define LTTNG_KERNEL_SESSION_UNTRACK_PID       \
        _IOR(0xF6, 0x59, int32_t)
+#define LTTNG_KERNEL_SESSION_LIST_TRACKER_PIDS _IO(0xF6, 0x58)
 
 /* Channel FD ioctl */
 #define LTTNG_KERNEL_STREAM                    _IO(0xF6, 0x62)
This page took 0.022778 seconds and 4 git commands to generate.