X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Fkernel-ctl%2Fkernel-ctl.h;h=5f2e014d19c0b3cc984bdf2a8b2f6fb95894a227;hb=a5dfbb9db7ba31913657ed921006b13977b7b426;hp=d9e6c54a4a408313e35c660fccc62476987d87b2;hpb=c052142c0fb4ce4cd13999218852ceb2d07ea51e;p=lttng-tools.git diff --git a/src/common/kernel-ctl/kernel-ctl.h b/src/common/kernel-ctl/kernel-ctl.h index d9e6c54a4..5f2e014d1 100644 --- a/src/common/kernel-ctl/kernel-ctl.h +++ b/src/common/kernel-ctl/kernel-ctl.h @@ -59,6 +59,11 @@ int kernctl_disable_syscall(int fd, const char *syscall_name); int kernctl_syscall_mask(int fd, char **syscall_mask, uint32_t *nr_bits); +/* Process ID tracking can be applied to session FD */ +int kernctl_track_pid(int fd, int pid); +int kernctl_untrack_pid(int fd, int pid); +int kernctl_list_tracker_pids(int fd); + /* Buffer operations */ /* For mmap mode, readable without "get" operation */