diff options
Diffstat (limited to 'doc/SystemTap_Beginners_Guide')
-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' |