summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtop-nfscalls.stp4
1 files changed, 2 insertions, 2 deletions
diff --git a/top-nfscalls.stp b/top-nfscalls.stp
index 90586e0..ebd3eaf 100755
--- a/top-nfscalls.stp
+++ b/top-nfscalls.stp
@@ -6,8 +6,8 @@ probe begin {
printf("Collecting top NFS procs...\n")
}
-probe kernel.function("*@fs/nfs/*proc.c") ?,
- module("nfs").function("*@fs/nfs/*proc.c") ?
+probe kernel.function("*@fs/nfs/*.c") ?,
+ module("nfs").function("*@fs/nfs/*.c") ?
{
nfscalls[probefunc()]++
}