From 2f50cd5d13890b847b54630b16154b20cdc66704 Mon Sep 17 00:00:00 2001
From: fche 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.
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