X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fkernel-ctl%2Fkernel-ctl.h;h=e854eba0e3b31060473ab579a99355a6dc909da0;hp=d9e6c54a4a408313e35c660fccc62476987d87b2;hb=ccf10263bcd2ca4667b9e1fc4dab64a3c8d8c4d8;hpb=309fc9bf0c244ed47c4d7c3a47119e596a40eb73 diff --git a/src/common/kernel-ctl/kernel-ctl.h b/src/common/kernel-ctl/kernel-ctl.h index d9e6c54a4..e854eba0e 100644 --- a/src/common/kernel-ctl/kernel-ctl.h +++ b/src/common/kernel-ctl/kernel-ctl.h @@ -59,6 +59,10 @@ 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); + /* Buffer operations */ /* For mmap mode, readable without "get" operation */