actions: introduce action group
[lttng-tools.git] / include / lttng / lttng.h
index 6a793726ce14fbf7cfe0dd624ad21b248e1b6fc7..6746d7bbf137de06df0e0ead5dd61dcf246b13f0 100644 (file)
 
 /* Include every LTTng ABI/API available. */
 #include <lttng/action/action.h>
+#include <lttng/action/group.h>
 #include <lttng/action/notify.h>
+#include <lttng/action/rotate-session.h>
+#include <lttng/action/snapshot-session.h>
+#include <lttng/action/start-session.h>
+#include <lttng/action/stop-session.h>
 #include <lttng/channel.h>
 #include <lttng/clear-handle.h>
 #include <lttng/clear.h>
@@ -32,6 +37,8 @@
 #include <lttng/event.h>
 #include <lttng/handle.h>
 #include <lttng/health.h>
+#include <lttng/load.h>
+#include <lttng/location.h>
 #include <lttng/notification/channel.h>
 #include <lttng/notification/notification.h>
 #include <lttng/rotation.h>
@@ -41,6 +48,7 @@
 #include <lttng/snapshot.h>
 #include <lttng/tracker.h>
 #include <lttng/trigger/trigger.h>
+#include <lttng/userspace-probe.h>
 
 #ifdef __cplusplus
 extern "C" {
This page took 0.022979 seconds and 4 git commands to generate.