summaryrefslogtreecommitdiffstats
path: root/doc/SystemTap_Beginners_Guide/en-US/extras
diff options
context:
space:
mode:
authorddomingo <ddomingo@redhat.com>2008-11-04 12:50:22 +1000
committerddomingo <ddomingo@redhat.com>2008-11-04 12:50:22 +1000
commit2dd045b6dfbe200b1b765cf64c7fcd3036a2e87a (patch)
treeca68b1e04d409bf1aefa853008a3676057b948f5 /doc/SystemTap_Beginners_Guide/en-US/extras
parentbbf8d0c864ab85224a6cc7e1c0597fc1cef1ab07 (diff)
downloadsystemtap-steved-2dd045b6dfbe200b1b765cf64c7fcd3036a2e87a.tar.gz
systemtap-steved-2dd045b6dfbe200b1b765cf64c7fcd3036a2e87a.tar.xz
systemtap-steved-2dd045b6dfbe200b1b765cf64c7fcd3036a2e87a.zip
removed excess line
Diffstat (limited to 'doc/SystemTap_Beginners_Guide/en-US/extras')
-rw-r--r--doc/SystemTap_Beginners_Guide/en-US/extras/inodewatch-simple.stp1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/SystemTap_Beginners_Guide/en-US/extras/inodewatch-simple.stp b/doc/SystemTap_Beginners_Guide/en-US/extras/inodewatch-simple.stp
index 5f81008d..d1cbf6f6 100644
--- a/doc/SystemTap_Beginners_Guide/en-US/extras/inodewatch-simple.stp
+++ b/doc/SystemTap_Beginners_Guide/en-US/extras/inodewatch-simple.stp
@@ -8,4 +8,3 @@ probe kernel.function ("vfs_write"),
printf ("%s(%d) %s 0x%x/%u\n",
execname(), pid(), probefunc(), dev_nr, inode_nr)
}
- stap -p4 para-callgraph.stp sys_read '*@fs/*.c'