X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fkernel.h;h=978e4cb93517485a5463c316f9b53ba6f8e73a15;hb=348a81dcf7b6944b10a813d93dcaf86fdb5194f6;hp=5fcd7e4c56681f505d0f59c1bc956a725d9a999c;hpb=fb9a95c4d6242bd8336b638c90a7d8f846125659;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/kernel.h b/src/bin/lttng-sessiond/kernel.h index 5fcd7e4c5..978e4cb93 100644 --- a/src/bin/lttng-sessiond/kernel.h +++ b/src/bin/lttng-sessiond/kernel.h @@ -61,7 +61,7 @@ void kernel_destroy_session(struct ltt_kernel_session *ksess); void kernel_destroy_channel(struct ltt_kernel_channel *kchan); enum lttng_error_code kernel_snapshot_record( struct ltt_kernel_session *ksess, - const struct snapshot_output *output, int wait, + const struct consumer_output *output, int wait, uint64_t nb_packets_per_stream); int kernel_syscall_mask(int chan_fd, char **syscall_mask, uint32_t *nr_bits); enum lttng_error_code kernel_rotate_session(struct ltt_session *session); @@ -71,4 +71,7 @@ ssize_t kernel_list_tracker_pids(struct ltt_kernel_session *session, int **_pids); int kernel_supports_ring_buffer_snapshot_sample_positions(int tracer_fd); +enum lttng_error_code kernel_create_channel_subdirectories( + const struct ltt_kernel_session *ksess); + #endif /* _LTT_KERNEL_CTL_H */