changeset 1712:a0add50b9ca9

tapsets/hotspot.stp.in (hotspot.gc_end): Match gc__end, not begin.
author Mark Wielaard <mark@klomp.org>
date Tue, 13 Oct 2009 11:13:46 +0200
parents c399646ec5d7
children 969edf771286
files ChangeLog tapset/hotspot.stp.in
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Mar 18 14:33:23 2010 +0000
+++ b/ChangeLog	Tue Oct 13 11:13:46 2009 +0200
@@ -26,6 +26,10 @@
 	* tapset/hotspot.stp.in: Enable hotspot.monitor_notify. Fix up
 	comments.
 
+2009-10-13  Mark Wielaard  <mjw@redhat.com>
+
+	* tapsets/hotspot.stp.in (hotspot.gc_end): Match gc__end, not begin.
+
 2009-10-19  Mark Wielaard  <mjw@redhat.com>
 
 	* tapset/hotspot_jni.stp.in: New tapset.
--- a/tapset/hotspot.stp.in	Thu Mar 18 14:33:23 2010 +0000
+++ b/tapset/hotspot.stp.in	Tue Oct 13 11:13:46 2009 +0200
@@ -51,8 +51,8 @@
    Has no arguments.
  */
 probe hotspot.gc_end =
-  process("@ABS_CLIENT_LIBJVM_SO@").mark("gc__begin"),
-  process("@ABS_SERVER_LIBJVM_SO@").mark("gc__begin")
+  process("@ABS_CLIENT_LIBJVM_SO@").mark("gc__end"),
+  process("@ABS_SERVER_LIBJVM_SO@").mark("gc__end")
 {
   name = "gc_end";
   probestr = name;