X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fkernel.h;h=a2d19f1434102e2d15b1ce790c28b9f43e42e2f1;hp=3739bc9998abf59479b0a8af9d6db2fda79eccd9;hb=a5dfbb9db7ba31913657ed921006b13977b7b426;hpb=a9ad0c8fb50ac8cf9e9812dd9c9b4f949bac19a8 diff --git a/src/bin/lttng-sessiond/kernel.h b/src/bin/lttng-sessiond/kernel.h index 3739bc999..a2d19f143 100644 --- a/src/bin/lttng-sessiond/kernel.h +++ b/src/bin/lttng-sessiond/kernel.h @@ -30,6 +30,7 @@ * dynamic reallocation is performed. */ #define KERNEL_EVENT_INIT_LIST_SIZE 64 +#define KERNEL_TRACKER_PIDS_INIT_LIST_SIZE 64 int kernel_add_channel_context(struct ltt_kernel_channel *chan, struct ltt_kernel_context *ctx); @@ -66,5 +67,7 @@ int kernel_snapshot_record(struct ltt_kernel_session *ksess, int kernel_syscall_mask(int chan_fd, char **syscall_mask, uint32_t *nr_bits); int init_kernel_workarounds(void); +ssize_t kernel_list_tracker_pids(struct ltt_kernel_session *session, + int **_pids); #endif /* _LTT_KERNEL_CTL_H */