Fix: use "flush empty" ioctl for snapshots
[lttng-tools.git] / src / common / kernel-ctl / kernel-ctl.h
index 929488841708206fa3016b44cd13991ea82a304e..2a448e0ecb40e75be8d9c792b7732a5cd24c2b70 100644 (file)
@@ -65,6 +65,8 @@ int kernctl_track_pid(int fd, int pid);
 int kernctl_untrack_pid(int fd, int pid);
 int kernctl_list_tracker_pids(int fd);
 
+int kernctl_session_metadata_regenerate(int fd);
+
 /* Buffer operations */
 
 /* For mmap mode, readable without "get" operation */
@@ -90,6 +92,8 @@ 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 */
 int kernctl_get_timestamp_begin(int fd, uint64_t *timestamp_begin);
This page took 0.023673 seconds and 4 git commands to generate.