X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fcommon%2Fkernel-ctl%2Fkernel-ctl.h;h=d88f5e7659f336dcf8794b5684f624ad1dfb9212;hb=fc6d7a51ee49245f1c24cc33f05a4a8983028f8c;hp=a8c27dd3a7f143d2e3f6bdee1d10df6b79116992;hpb=b812e5ca9073ddac9cf8db747eb6cf9bea78b85a;p=lttng-tools.git diff --git a/src/common/kernel-ctl/kernel-ctl.h b/src/common/kernel-ctl/kernel-ctl.h index a8c27dd3a..d88f5e765 100644 --- a/src/common/kernel-ctl/kernel-ctl.h +++ b/src/common/kernel-ctl/kernel-ctl.h @@ -86,12 +86,14 @@ int kernctl_put_next_subbuf(int fd); /* snapshot */ int kernctl_snapshot(int fd); +int kernctl_snapshot_sample_positions(int fd); int kernctl_snapshot_get_consumed(int fd, unsigned long *pos); int kernctl_snapshot_get_produced(int fd, unsigned long *pos); int kernctl_get_subbuf(int fd, unsigned long *pos); int kernctl_put_subbuf(int fd); int kernctl_buffer_flush(int fd); +int kernctl_buffer_flush_empty(int fd); int kernctl_get_metadata_version(int fd, uint64_t *version); /* index */