Fix: add ustctl_has_perf_counters
[lttng-ust.git] / include / lttng / ust-ctl.h
index 40e831e585fb44facd555841256d1f0ed4063e80..8e60f0d8e4db572c4b7c4f32f7ed50534a241c8c 100644 (file)
@@ -238,6 +238,9 @@ int ustctl_get_stream_id(struct ustctl_consumer_stream *stream,
 int ustctl_get_current_timestamp(struct ustctl_consumer_stream *stream,
                uint64_t *ts);
 
+/* returns whether UST has perf counters support. */
+int ustctl_has_perf_counters(void);
+
 /* event registry management */
 
 enum ustctl_socket_type {
This page took 0.023629 seconds and 4 git commands to generate.