diff options
| author | Mahdi Mokhtari <mmokhi@FreeBSD.org> | 2017-02-11 15:36:17 +0000 |
|---|---|---|
| committer | Mahdi Mokhtari <mmokhi@FreeBSD.org> | 2017-02-11 15:36:17 +0000 |
| commit | a8416c340cbf7c814d3653a50dae7d38abeedb7c (patch) | |
| tree | 7dc6f056537ee9520741e1c7aea74413ee581961 /sysutils/lttng-ust/files/patch-liblttng-ust-dl_ust__dl.h | |
| parent | games/shaaft: unbreak with gcc6 or later (diff) | |
Adding sysutils/lttng-ust and sysutils/lttng-tools.
LTTng stands for Linux Trace Toolkit: next generation. It's a modern toolkit
for tracing Linux (And now FreeBSD, only userspace now) programs.
PR: 216142
Submitted by: mmokhi
Reported by: mmokhi
Reviewed by: feld, mat
Approved by: feld, mat (mentors)
Differential Revision: https://reviews.freebsd.org/D9200
Notes
Notes:
svn path=/head/; revision=433881
Diffstat (limited to 'sysutils/lttng-ust/files/patch-liblttng-ust-dl_ust__dl.h')
| -rw-r--r-- | sysutils/lttng-ust/files/patch-liblttng-ust-dl_ust__dl.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/lttng-ust/files/patch-liblttng-ust-dl_ust__dl.h b/sysutils/lttng-ust/files/patch-liblttng-ust-dl_ust__dl.h new file mode 100644 index 000000000000..5b60591704df --- /dev/null +++ b/sysutils/lttng-ust/files/patch-liblttng-ust-dl_ust__dl.h @@ -0,0 +1,10 @@ +--- liblttng-ust-dl/ust_dl.h.orig 2016-11-29 01:46:24 UTC ++++ liblttng-ust-dl/ust_dl.h +@@ -36,6 +36,7 @@ extern "C" { + + #define LTTNG_UST_DL_PROVIDER + #include <lttng/tracepoint.h> ++#include <lttng/ust-dlfcn.h> + + TRACEPOINT_EVENT(lttng_ust_dl, dlopen, + TP_ARGS(void *, ip, void *, baddr, const char *, path, |
