mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
a8416c340c
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
39 lines
1.1 KiB
Groff
39 lines
1.1 KiB
Groff
--- doc/man/lttng-ust.3.orig 2016-11-29 22:13:51 UTC
|
|
+++ doc/man/lttng-ust.3
|
|
@@ -88,7 +88,7 @@ lttng-ust \- LTTng user space tracing
|
|
#define \fBtracepoint_enabled\fR(\fIprov_name\fR, \fIt_name\fR)
|
|
.fi
|
|
.sp
|
|
-Link with \fB-llttng-ust -ldl\fR, following this man page\&.
|
|
+Link with \fB-llttng-ust\fR, following this man page\&.
|
|
.SH "DESCRIPTION"
|
|
.sp
|
|
The \fILinux Trace Toolkit: next generation\fR <http://lttng.org/> is an open source software package used for correlated tracing of the Linux kernel, user applications, and user libraries\&.
|
|
@@ -919,7 +919,7 @@ Then, link your application with this ob
|
|
.RS 4
|
|
.\}
|
|
.nf
|
|
-cc \-o app tp\&.o app\&.o \-llttng\-ust \-ldl
|
|
+cc \-o app tp\&.o app\&.o \-llttng\-ust
|
|
.fi
|
|
.if n \{\
|
|
.RE
|
|
@@ -1004,7 +1004,7 @@ This tracepoint provider shared object i
|
|
.RS 4
|
|
.\}
|
|
.nf
|
|
-cc \-o app app\&.o tp\-define\&.o \-ldl
|
|
+cc \-o app app\&.o tp\-define\&.o
|
|
.fi
|
|
.if n \{\
|
|
.RE
|
|
@@ -1544,7 +1544,7 @@ You can compile the source files and lin
|
|
.nf
|
|
cc \-c \-I\&. tp\&.c
|
|
cc \-c app\&.c
|
|
-cc \-o app tp\&.o app\&.o \-llttng\-ust \-ldl
|
|
+cc \-o app tp\&.o app\&.o \-llttng\-ust
|
|
.fi
|
|
.if n \{\
|
|
.RE
|