aboutsummaryrefslogtreecommitdiff
path: root/cddl/lib/libdtrace/Makefile
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2013-05-12 16:26:33 +0000
committerMark Johnston <markj@FreeBSD.org>2013-05-12 16:26:33 +0000
commit09e6105ff4b8003d2b3af27308a3b1746c9586c5 (patch)
treee007a74cb5ae3110e231820664775e3290b8831c /cddl/lib/libdtrace/Makefile
parent8c5836c38d29d9dc479863961c4173cbd188c735 (diff)
parentf8c38c2b9aa27b6399e9c9d91209ec50fde27a8c (diff)
downloadsrc-09e6105ff4b8003d2b3af27308a3b1746c9586c5.tar.gz
src-09e6105ff4b8003d2b3af27308a3b1746c9586c5.zip
Bring back part of r249367 by adding DTrace's temporal option, which allows
users to guarantee that the output of DTrace scripts will be time-ordered. This option is enabled by adding the line #pragma D option temporal to the beginning of a script, or by adding '-x temporal' to the arguments of dtrace(1). This change fixes a bug in the original port of the temporal option. This bug was causing some assertions to fail, so they had been disabled; in this revision the assertions are working properly and are enabled. The DTrace version number has been bumped from 1.9.0 to 1.9.1 to reflect the language change that's being introduced. This change corresponds to part of illumos-gate commit e5803b76927480: 3021 option for time-ordered output from dtrace(1M) Reviewed by: pfg Obtained from: illumos MFC after: 1 month
Notes
Notes: svn path=/head/; revision=250574
Diffstat (limited to 'cddl/lib/libdtrace/Makefile')
-rw-r--r--cddl/lib/libdtrace/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cddl/lib/libdtrace/Makefile b/cddl/lib/libdtrace/Makefile
index 7dd0afd1b795..4fd7faefc3d8 100644
--- a/cddl/lib/libdtrace/Makefile
+++ b/cddl/lib/libdtrace/Makefile
@@ -31,6 +31,7 @@ SRCS= dt_aggregate.c \
dt_parser.c \
dt_pcb.c \
dt_pid.c \
+ dt_pq.c \
dt_pragma.c \
dt_print.c \
dt_printf.c \