SoW-2019-0002: Dynamic Snapshot
[lttng-tools.git] / src / bin / lttng / uprobe.h
diff --git a/src/bin/lttng/uprobe.h b/src/bin/lttng/uprobe.h
new file mode 100644 (file)
index 0000000..852f366
--- /dev/null
@@ -0,0 +1,19 @@
+/*
+ * Copyright (C) 2020 EfficiOS, Inc.
+ *
+ * SPDX-License-Identifier: GPL-2.0-only
+ *
+ */
+
+#ifndef SRC_BIN_LTTNG_UPROBE_H
+#define SRC_BIN_LTTNG_UPROBE_H
+
+#include <common/macros.h>
+
+struct lttng_userspace_probe_location;
+
+LTTNG_HIDDEN
+int parse_userspace_probe_opts(const char *opt,
+               struct lttng_userspace_probe_location **uprobe_loc);
+
+#endif /* SRC_BIN_LTTNG_UPROBE_H */
This page took 0.023381 seconds and 5 git commands to generate.