[Lunar-commits] r25772 - in moonbase/trunk/zbeta: . systemtap

Auke Kok sofar at lunar-linux.org
Wed Sep 12 01:09:52 CEST 2007


Author: sofar
Date: 2007-09-12 01:09:52 +0200 (Wed, 12 Sep 2007)
New Revision: 25772

Added:
   moonbase/trunk/zbeta/systemtap/
   moonbase/trunk/zbeta/systemtap/BUILD
   moonbase/trunk/zbeta/systemtap/DEPENDS
   moonbase/trunk/zbeta/systemtap/DETAILS
   moonbase/trunk/zbeta/systemtap/PRE_BUILD
Log:
systemtap: kernel debugging tool using KPROBES


From:  sofar at foo-projects.org


Added: moonbase/trunk/zbeta/systemtap/BUILD
===================================================================
--- moonbase/trunk/zbeta/systemtap/BUILD	                        (rev 0)
+++ moonbase/trunk/zbeta/systemtap/BUILD	2007-09-11 23:09:52 UTC (rev 25772)
@@ -0,0 +1,6 @@
+(
+
+  cd src &&
+  default_build
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/zbeta/systemtap/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/systemtap/DEPENDS	                        (rev 0)
+++ moonbase/trunk/zbeta/systemtap/DEPENDS	2007-09-11 23:09:52 UTC (rev 25772)
@@ -0,0 +1,2 @@
+depends libcap
+depends elfutils

Added: moonbase/trunk/zbeta/systemtap/DETAILS
===================================================================
--- moonbase/trunk/zbeta/systemtap/DETAILS	                        (rev 0)
+++ moonbase/trunk/zbeta/systemtap/DETAILS	2007-09-11 23:09:52 UTC (rev 25772)
@@ -0,0 +1,18 @@
+          MODULE=systemtap
+         VERSION=20070908
+          SOURCE=${MODULE}-${VERSION}.tar.bz2
+      SOURCE_URL=ftp://sources.redhat.com/pub/systemtap/snapshots/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:d62e2110f4f72f3c3d7a905016543a848cba3154
+        WEB_SITE=http://sourceware.org/systemtap/
+         ENTERED=20070911
+         UPDATED=20070911
+           SHORT="kernel debugging using KPROBES interface"
+cat <<EOF
+SystemTap provides a simple command line interface and scripting
+language for writing instrumentation for a live running kernel. We
+are publishing samples, as well as enlarging the internal "tapset"
+script library to aid reuse and abstraction. We also plan to support
+probing userspace applications. We are investigating interfacing
+Systemtap with similar tools such as Frysk, Oprofile and LTT.
+EOF

Added: moonbase/trunk/zbeta/systemtap/PRE_BUILD
===================================================================
--- moonbase/trunk/zbeta/systemtap/PRE_BUILD	                        (rev 0)
+++ moonbase/trunk/zbeta/systemtap/PRE_BUILD	2007-09-11 23:09:52 UTC (rev 25772)
@@ -0,0 +1,4 @@
+validate_source_dir $SOURCE_DIRECTORY &&
+mkdir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
+unpack $SOURCE



More information about the Lunar-commits mailing list