X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fkernel-ctl%2Fkernel-ctl.h;h=fbb273190cf56aaf8477c75fb8161128de977efb;hb=9aed43774a511ae9b2458e474d0f2efe5bfa871e;hp=952fb6fd12ec51084170e6cbce60c09bc5d2c42b;hpb=b007ec59a0b4fef96860cc92325795890191af11;p=lttng-tools.git diff --git a/src/common/kernel-ctl/kernel-ctl.h b/src/common/kernel-ctl/kernel-ctl.h index 952fb6fd1..fbb273190 100644 --- a/src/common/kernel-ctl/kernel-ctl.h +++ b/src/common/kernel-ctl/kernel-ctl.h @@ -93,7 +93,9 @@ 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); +int kernctl_metadata_cache_dump(int fd); /* index */ int kernctl_get_timestamp_begin(int fd, uint64_t *timestamp_begin);