diff options
author | ddomingo <ddomingo@redhat.com> | 2008-11-04 12:50:22 +1000 |
---|---|---|
committer | ddomingo <ddomingo@redhat.com> | 2008-11-04 12:50:22 +1000 |
commit | 2dd045b6dfbe200b1b765cf64c7fcd3036a2e87a (patch) | |
tree | ca68b1e04d409bf1aefa853008a3676057b948f5 /doc/SystemTap_Beginners_Guide/en-US/extras | |
parent | bbf8d0c864ab85224a6cc7e1c0597fc1cef1ab07 (diff) | |
download | systemtap-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.stp | 1 |
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' |