changeset 2584:9382763800e6

PR2256: Add SystemTap tests 2012-03-14 Mark Wielaard <mjw@redhat.com> PR2256: Add SystemTap tests * Makefile.am (EXTRA_DIST): Add tapset/jstack.stp.in.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Wed, 17 Jun 2015 17:38:23 +0100
parents f1cbf91647dc
children 837a3359425b
files ChangeLog Makefile.am
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jun 17 17:35:01 2015 +0100
+++ b/ChangeLog	Wed Jun 17 17:38:23 2015 +0100
@@ -1,3 +1,8 @@
+2012-03-14  Mark Wielaard  <mjw@redhat.com>
+
+	PR2256: Add SystemTap tests
+	* Makefile.am (EXTRA_DIST): Add tapset/jstack.stp.in.
+
 2012-10-24  Lukas Berk  <lberk@redhat.com>
 
 	PR1975: Add garbage collection probes for SystemTap
--- a/Makefile.am	Wed Jun 17 17:35:01 2015 +0100
+++ b/Makefile.am	Wed Jun 17 17:38:23 2015 +0100
@@ -569,6 +569,7 @@
 	$(PULSEAUDIO_SRCS) fsg.sh autogen.sh \
 	tapset/hotspot.stp.in \
 	tapset/hotspot_jni.stp.in \
+	tapset/jstack.stp.in \
 	tapset/hotspot_gc.stp.in \
 	scripts/jni_create_stap.c \
 	scripts/jni_desc \