X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fuprobe.h;fp=src%2Fbin%2Flttng%2Fuprobe.h;h=852f36642f5c2b77bff42d9334f793d940a583eb;hb=0c4e727b6aeb61a5fd2749abede3c9b56f84504c;hp=0000000000000000000000000000000000000000;hpb=7fefa9078da4d4e08c22f4eadd24a6e8d4dd4b4c;p=lttng-tools.git diff --git a/src/bin/lttng/uprobe.h b/src/bin/lttng/uprobe.h new file mode 100644 index 000000000..852f36642 --- /dev/null +++ b/src/bin/lttng/uprobe.h @@ -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 + +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 */