2 * Copyright (C) 2020 EfficiOS, Inc.
4 * SPDX-License-Identifier: GPL-2.0-only
8 #ifndef SRC_BIN_LTTNG_UPROBE_H
9 #define SRC_BIN_LTTNG_UPROBE_H
11 #include <common/macros.hpp>
13 struct lttng_userspace_probe_location;
15 int parse_userspace_probe_opts(const char *opt, struct lttng_userspace_probe_location **uprobe_loc);
17 #endif /* SRC_BIN_LTTNG_UPROBE_H */