diff options
Diffstat (limited to 'util/systemtap')
| -rwxr-xr-x | util/systemtap/apicalls.stp | 2 | ||||
| -rwxr-xr-x | util/systemtap/apitimes.stp | 2 | ||||
| -rwxr-xr-x | util/systemtap/apitrace.stp | 2 | ||||
| -rwxr-xr-x | util/systemtap/cache.stp | 2 | ||||
| -rwxr-xr-x | util/systemtap/locktimes.stp | 2 | ||||
| -rwxr-xr-x | util/systemtap/locktimesid.stp | 2 | ||||
| -rwxr-xr-x | util/systemtap/mutex.stp | 2 | ||||
| -rwxr-xr-x | util/systemtap/showerror.stp | 2 |
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. * |
