summaryrefslogtreecommitdiff
path: root/util/dtrace
diff options
context:
space:
mode:
Diffstat (limited to 'util/dtrace')
-rwxr-xr-xutil/dtrace/apicalls.d2
-rwxr-xr-xutil/dtrace/apitimes.d2
-rwxr-xr-xutil/dtrace/apitrace.d2
-rwxr-xr-xutil/dtrace/cache.d2
-rwxr-xr-xutil/dtrace/dbdefs.d2
-rwxr-xr-xutil/dtrace/locktimes.d2
-rwxr-xr-xutil/dtrace/locktimesid.d2
-rwxr-xr-xutil/dtrace/mutex.d2
-rwxr-xr-xutil/dtrace/showerror.d2
9 files changed, 9 insertions, 9 deletions
diff --git a/util/dtrace/apicalls.d b/util/dtrace/apicalls.d
index 7b6042cf..c90c9cd9 100755
--- a/util/dtrace/apicalls.d
+++ b/util/dtrace/apicalls.d
@@ -1,6 +1,6 @@
#!/usr/sbin/dtrace -qs
/*
- * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2015 Oracle and/or its affiliates. All rights reserved.
*
* apicalls.d - Summarize DB API function calls
*
diff --git a/util/dtrace/apitimes.d b/util/dtrace/apitimes.d
index bc34617e..bcd6d708 100755
--- a/util/dtrace/apitimes.d
+++ b/util/dtrace/apitimes.d
@@ -1,6 +1,6 @@
#!/usr/sbin/dtrace -qs
/*
- * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2015 Oracle and/or its affiliates. All rights reserved.
*
* apitimes.d - Summarize time spent in DB API functions
*
diff --git a/util/dtrace/apitrace.d b/util/dtrace/apitrace.d
index 990f157b..11ff6797 100755
--- a/util/dtrace/apitrace.d
+++ b/util/dtrace/apitrace.d
@@ -1,6 +1,6 @@
#!/usr/sbin/dtrace -s
/*
- * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2015 Oracle and/or its affiliates. All rights reserved.
*
* apitrace.d - Trace the primary BDB API calls
*
diff --git a/util/dtrace/cache.d b/util/dtrace/cache.d
index 04ecaf7c..bbf6a061 100755
--- a/util/dtrace/cache.d
+++ b/util/dtrace/cache.d
@@ -1,6 +1,6 @@
#!/usr/sbin/dtrace -qs
/*
- * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2015 Oracle and/or its affiliates. All rights reserved.
*
* cache.d - Display DB cache activity
*
diff --git a/util/dtrace/dbdefs.d b/util/dtrace/dbdefs.d
index cc49c323..b88c44d5 100755
--- a/util/dtrace/dbdefs.d
+++ b/util/dtrace/dbdefs.d
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2015 Oracle and/or its affiliates. All rights reserved.
*
* dbdefs.d - DTrace declarations of DB data structures.
*/
diff --git a/util/dtrace/locktimes.d b/util/dtrace/locktimes.d
index d89af0f2..0627c3ed 100755
--- a/util/dtrace/locktimes.d
+++ b/util/dtrace/locktimes.d
@@ -1,6 +1,6 @@
#!/usr/sbin/dtrace -qs
/*
- * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2015 Oracle and/or its affiliates. All rights reserved.
*
* locktimesid.d - Display lock wait times grouped by filename.
*
diff --git a/util/dtrace/locktimesid.d b/util/dtrace/locktimesid.d
index cc9477e5..b8898978 100755
--- a/util/dtrace/locktimesid.d
+++ b/util/dtrace/locktimesid.d
@@ -1,6 +1,6 @@
#!/usr/sbin/dtrace -qs
/*
- * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2015 Oracle and/or its affiliates. All rights reserved.
*
* lockstimesi.d - Display lock wait times grouped by fileid.
*
diff --git a/util/dtrace/mutex.d b/util/dtrace/mutex.d
index a78b7bc8..1574cc39 100755
--- a/util/dtrace/mutex.d
+++ b/util/dtrace/mutex.d
@@ -1,6 +1,6 @@
#!/usr/sbin/dtrace -qs
/*
- * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2015 Oracle and/or its affiliates. All rights reserved.
*
* mutex.d - Display DB mutex wait times.
*
diff --git a/util/dtrace/showerror.d b/util/dtrace/showerror.d
index ebcc7f72..6cf96a38 100755
--- a/util/dtrace/showerror.d
+++ b/util/dtrace/showerror.d
@@ -1,6 +1,6 @@
#!/usr/sbin/dtrace -qs
/*
- * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2015 Oracle and/or its affiliates. All rights reserved.
*
* showerror.d - Capture context about certain DB errors.
*