summaryrefslogtreecommitdiff
path: root/util/systemtap
diff options
context:
space:
mode:
Diffstat (limited to 'util/systemtap')
-rwxr-xr-xutil/systemtap/apicalls.stp2
-rwxr-xr-xutil/systemtap/apitimes.stp2
-rwxr-xr-xutil/systemtap/apitrace.stp2
-rwxr-xr-xutil/systemtap/cache.stp2
-rwxr-xr-xutil/systemtap/locktimes.stp2
-rwxr-xr-xutil/systemtap/locktimesid.stp2
-rwxr-xr-xutil/systemtap/mutex.stp2
-rwxr-xr-xutil/systemtap/showerror.stp2
8 files changed, 8 insertions, 8 deletions
diff --git a/util/systemtap/apicalls.stp b/util/systemtap/apicalls.stp
index f593433a..e4649224 100755
--- a/util/systemtap/apicalls.stp
+++ b/util/systemtap/apicalls.stp
@@ -1,6 +1,6 @@
#!/usr/bin/stap
/*
- * 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 - Summarize DB API call count grouped by thread.
*
diff --git a/util/systemtap/apitimes.stp b/util/systemtap/apitimes.stp
index f038bb44..076ec256 100755
--- a/util/systemtap/apitimes.stp
+++ b/util/systemtap/apitimes.stp
@@ -1,6 +1,6 @@
#!/usr/bin/stap
/*
- * 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 - Graph the time spent in DB API calls grouped by thread or processid
*
diff --git a/util/systemtap/apitrace.stp b/util/systemtap/apitrace.stp
index ffe66043..9202d80b 100755
--- a/util/systemtap/apitrace.stp
+++ b/util/systemtap/apitrace.stp
@@ -1,6 +1,6 @@
#!/usr/bin/stap
/*
- * 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 - Display DB API calls and return values
*
diff --git a/util/systemtap/cache.stp b/util/systemtap/cache.stp
index 8054f8d7..9ebd6370 100755
--- a/util/systemtap/cache.stp
+++ b/util/systemtap/cache.stp
@@ -1,6 +1,6 @@
#!/usr/bin/stap
/*
- * 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.stp - Display DB cache activity groups by file.
*
diff --git a/util/systemtap/locktimes.stp b/util/systemtap/locktimes.stp
index ff23ca21..48d87713 100755
--- a/util/systemtap/locktimes.stp
+++ b/util/systemtap/locktimes.stp
@@ -1,6 +1,6 @@
#!/usr/bin/stap
/*
- * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2015 Oracle and/or its affiliates. All rights reserved.
*
* lockstimes.d - Display lock wait times grouped by filename
*
diff --git a/util/systemtap/locktimesid.stp b/util/systemtap/locktimesid.stp
index e9ad27f6..1ba8c178 100755
--- a/util/systemtap/locktimesid.stp
+++ b/util/systemtap/locktimesid.stp
@@ -1,6 +1,6 @@
#!/usr/bin/stap
/*
- * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2015 Oracle and/or its affiliates. All rights reserved.
*
* lockstimesid.d - Display lock wait times grouped by fileid.
*
diff --git a/util/systemtap/mutex.stp b/util/systemtap/mutex.stp
index 5e3d50ee..d898727f 100755
--- a/util/systemtap/mutex.stp
+++ b/util/systemtap/mutex.stp
@@ -1,6 +1,6 @@
#!/usr/bin/stap
/*
- * 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.stp - Display DB mutex wait times.
*
diff --git a/util/systemtap/showerror.stp b/util/systemtap/showerror.stp
index e6886fa2..1951cacd 100755
--- a/util/systemtap/showerror.stp
+++ b/util/systemtap/showerror.stp
@@ -1,6 +1,6 @@
#!/usr/bin/stap
/*
- * 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.stp - Capture context about certain DB errors.
*