From 2f50cd5d13890b847b54630b16154b20cdc66704 Mon Sep 17 00:00:00 2001 From: fche Date: Sun, 18 Feb 2007 20:18:04 +0000 Subject: [PATCH] none --- getinvolved.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/getinvolved.html b/getinvolved.html index d0bddff1..9bbd0bec 100644 --- a/getinvolved.html +++ b/getinvolved.html @@ -90,9 +90,11 @@ yum --enablerepo=core-debuginfo --enablerepo=updates-debuginfo \ install kernel-debuginfo

To build and install the latest sources, follow the - directions here. - Our CVSROOT is :pserver:anoncvs@sources.redhat.com:/cvs/systemtap. Periodic source snapshots are available at ftp://sources.redhat.com/pub/systemtap/snapshots/. - Everyone can browse the CVS repository.

+ these directions. The essence:

+

Once installed, try these little scripts:

# stap -ve 'probe begin { log("hello world") exit () }'
 # stap -c df -e 'probe syscall.* { if (target()==pid()) log(name." ".argstr) }
-- 
2.43.5