summaryrefslogtreecommitdiffstats
path: root/cddl/contrib/opensolaris/lib/libdtrace/common/dtrace.h
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2012-06-27 04:39:30 +0000
committerpfg <pfg@FreeBSD.org>2012-06-27 04:39:30 +0000
commitbc23332ce7bed6bcbb1db9452d848c63a713e7c2 (patch)
treeca9ccf548e6d5cbe6d0a75c80d5bd39b085c8614 /cddl/contrib/opensolaris/lib/libdtrace/common/dtrace.h
parentc5e6daff9d76cdf85b52505450df8b30e70c238e (diff)
downloadFreeBSD-src-bc23332ce7bed6bcbb1db9452d848c63a713e7c2.zip
FreeBSD-src-bc23332ce7bed6bcbb1db9452d848c63a713e7c2.tar.gz
Bring llquantize support into Dtrace.
Bryan Cantrill implemented the equivalent of semi-log graph paper for Dtrace so llquantize will use one logarithmic and one linear scale. Special thanks to Mark Peek for providing fix to an assertion and to Fabian Keill for testing the port. Illumos Revision: 13355:15b74a2a9a9d Reference: https://www.illumos/issues/905 Obtained from: Illumos Tested by: Fabian Keill, mp MFC after: 4 days
Diffstat (limited to 'cddl/contrib/opensolaris/lib/libdtrace/common/dtrace.h')
-rw-r--r--cddl/contrib/opensolaris/lib/libdtrace/common/dtrace.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/cddl/contrib/opensolaris/lib/libdtrace/common/dtrace.h b/cddl/contrib/opensolaris/lib/libdtrace/common/dtrace.h
index 13c2776..eb5ab43 100644
--- a/cddl/contrib/opensolaris/lib/libdtrace/common/dtrace.h
+++ b/cddl/contrib/opensolaris/lib/libdtrace/common/dtrace.h
@@ -24,11 +24,13 @@
* Use is subject to license terms.
*/
+/*
+ * Copyright (c) 2011, Joyent, Inc. All rights reserved.
+ */
+
#ifndef _DTRACE_H
#define _DTRACE_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/dtrace.h>
#include <stdarg.h>
#include <stdio.h>
OpenPOWER on IntegriCloud