Tests fix: test_callstack: output of addr2line incorrectly parsed
[lttng-tools.git] / include / lttng / lttng.h
index 6a793726ce14fbf7cfe0dd624ad21b248e1b6fc7..7ee695cfa1964badc643886d391903e964d77cac 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Linux Trace Toolkit Control Library Header File
  *
- * Copyright (C) 2011 David Goulet <david.goulet@polymtl.ca>
+ * Copyright (C) 2011 EfficiOS Inc.
  *
  * SPDX-License-Identifier: LGPL-2.1-only
  *
@@ -32,6 +32,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 +43,7 @@
 #include <lttng/snapshot.h>
 #include <lttng/tracker.h>
 #include <lttng/trigger/trigger.h>
+#include <lttng/userspace-probe.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -166,7 +169,7 @@ extern int lttng_data_pending(const char *session_name);
 /*
  * Deprecated, replaced by lttng_regenerate_metadata.
  */
-LTTNG_DEPRECATED()
+LTTNG_DEPRECATED("Use lttng_regenerate_metadata")
 extern int lttng_metadata_regenerate(const char *session_name);
 
 /*
This page took 0.026823 seconds and 4 git commands to generate.