mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -04:00
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
10 lines
311 B
C
10 lines
311 B
C
--- 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,
|