summaryrefslogtreecommitdiffstats
path: root/top-nfscalls.stp
diff options
context:
space:
mode:
Diffstat (limited to 'top-nfscalls.stp')
-rwxr-xr-xtop-nfscalls.stp6
1 files changed, 3 insertions, 3 deletions
diff --git a/top-nfscalls.stp b/top-nfscalls.stp
index 62fe9d0..90586e0 100755
--- a/top-nfscalls.stp
+++ b/top-nfscalls.stp
@@ -3,11 +3,11 @@
global nfscalls
probe begin {
- printf("Collecting data...\n")
+ printf("Collecting top NFS procs...\n")
}
-probe kernel.function("*@fs/nfs") ?,
- module("nfs").function("*@fs/nfs/*") ?
+probe kernel.function("*@fs/nfs/*proc.c") ?,
+ module("nfs").function("*@fs/nfs/*proc.c") ?
{
nfscalls[probefunc()]++
}