diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-08-19 09:20:22 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-08-19 09:20:22 +0000 |
commit | 41adcc32e95ee4bc3686fa633a52224bcc447f8b (patch) | |
tree | 776e396e474a5c7edabb51f5bfca535c6a0d4be6 /cmd/dtrace/dtrace.c | |
parent | d6a9bc60b0f90d843c0c10d72533bfbcd2737895 (diff) |
Update vendor/illumos to illumos-gate 13758:23432da34147 (dtrace changes)
References:
https://www.illumos.org/issues/3021
https://www.illumos.org/issues/3022
https://www.illumos.org/issues/3023
https://www.illumos.org/issues/3024
https://www.illumos.org/issues/3025
https://www.illumos.org/issues/3026
Obtained from: ssh://anonhg@hg.illumos.org/illumos-gate
Notes
Notes:
svn path=/vendor/illumos/dist/; revision=239385
Diffstat (limited to 'cmd/dtrace/dtrace.c')
-rw-r--r-- | cmd/dtrace/dtrace.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cmd/dtrace/dtrace.c b/cmd/dtrace/dtrace.c index 81a6953b63fa..e74e3df690c5 100644 --- a/cmd/dtrace/dtrace.c +++ b/cmd/dtrace/dtrace.c @@ -23,8 +23,9 @@ * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ - -#pragma ident "%Z%%M% %I% %E% SMI" +/* + * Copyright (c) 2012 by Delphix. All rights reserved. + */ #include <sys/types.h> #include <sys/stat.h> @@ -1339,6 +1340,7 @@ main(int argc, char *argv[]) (void) dtrace_setopt(g_dtp, "bufsize", "4m"); (void) dtrace_setopt(g_dtp, "aggsize", "4m"); + (void) dtrace_setopt(g_dtp, "temporal", "yes"); /* * If -G is specified, enable -xlink=dynamic and -xunodefs to permit |