changeset 1729:d8a6d7027d06

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 f2b2f87f120a
children 80a697e98bff
files ChangeLog tapset/hotspot.stp.in
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Oct 12 06:54:47 2009 -0400
+++ b/ChangeLog	Tue Oct 13 11:13:46 2009 +0200
@@ -1,3 +1,7 @@
+2009-10-13  Mark Wielaard  <mjw@redhat.com>
+
+	* tapsets/hotspot.stp.in (hotspot.gc_end): Match gc__end, not begin.
+
 2009-10-12  Gary Benson  <gbenson@redhat.com>
 
 	* ports/hotspot/src/share/vm/shark/shark_globals.hpp:
--- a/tapset/hotspot.stp.in	Mon Oct 12 06:54:47 2009 -0400
+++ 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;