Support to dump the kernel metadata cache from the beginning
[lttng-tools.git] / src / common / kernel-ctl / kernel-ctl.h
index a8c27dd3a7f143d2e3f6bdee1d10df6b79116992..fbb273190cf56aaf8477c75fb8161128de977efb 100644 (file)
@@ -86,13 +86,16 @@ 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);
+int kernctl_metadata_cache_dump(int fd);
 
 /* index */
 int kernctl_get_timestamp_begin(int fd, uint64_t *timestamp_begin);
This page took 0.028581 seconds and 4 git commands to generate.