Cleanup: rename `get_domain_str()` -> `lttng_domain_type_str()`
[lttng-tools.git] / src / bin / lttng / utils.h
index a51c8579a8e42d7de4549f44d0792ae0a5971f25..ba893eddae1dd116a1fc4da9cbc5755ca0369795 100644 (file)
@@ -9,7 +9,8 @@
 #define _LTTNG_UTILS_H
 
 #include <popt.h>
-#include "common/argpar/argpar.h"
+#include <common/argpar/argpar.h>
+#include <common/dynamic-array.h>
 
 #include <lttng/lttng.h>
 
@@ -44,7 +45,6 @@ int get_count_order_u64(uint64_t x);
  */
 int get_count_order_ulong(unsigned long x);
 
-const char *get_domain_str(enum lttng_domain_type domain);
 const char *get_event_type_str(enum lttng_event_type event_type);
 
 int print_missing_or_multiple_domains(unsigned int domain_count,
@@ -60,4 +60,7 @@ int print_trace_archive_location(
                const struct lttng_trace_archive_location *location,
                const char *session_name);
 
+int validate_exclusion_list(const char *event_name,
+               const struct lttng_dynamic_pointer_array *exclusions);
+
 #endif /* _LTTNG_UTILS_H */
This page took 0.023094 seconds and 4 git commands to generate.