Implement listing of pid tracker content
[lttng-modules.git] / lttng-abi.c
index f3d98fc1fd561fc4244854bcc4d3396bdfbcbabf..81d813c512892bdb3d0ddef33ae45abad8a452ef 100644 (file)
@@ -510,6 +510,8 @@ long lttng_session_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
                return lttng_session_track_pid(session, (int) arg);
        case LTTNG_KERNEL_SESSION_UNTRACK_PID:
                return lttng_session_untrack_pid(session, (int) arg);
+       case LTTNG_KERNEL_SESSION_LIST_TRACKER_PIDS:
+               return lttng_session_list_tracker_pids(session);
        default:
                return -ENOIOCTLCMD;
        }
This page took 0.022695 seconds and 4 git commands to generate.