Add kernctl RING_BUFFER_SNAPSHOT_SAMPLE_POSITIONS command
[lttng-tools.git] / src / common / kernel-ctl / kernel-ctl.h
index 7c25a17c35e69378074ad812c7413d926e8ae7ba..952fb6fd12ec51084170e6cbce60c09bc5d2c42b 100644 (file)
@@ -44,7 +44,6 @@ int kernctl_syscall_list(int fd);
 int kernctl_tracer_version(int fd, struct lttng_kernel_tracer_version *v);
 int kernctl_tracer_abi_version(int fd, struct lttng_kernel_tracer_abi_version *v);
 int kernctl_wait_quiescent(int fd);
-int kernctl_calibrate(int fd, struct lttng_kernel_calibrate *calibrate);
 
 /*
  * kernctl_syscall_mask - Get syscall mask associated to a channel FD.
@@ -87,6 +86,7 @@ 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);
This page took 0.024711 seconds and 5 git commands to generate.