diff options
Diffstat (limited to 'testsuite/buildok/fortytwo.stp')
-rwxr-xr-x | testsuite/buildok/fortytwo.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/buildok/fortytwo.stp b/testsuite/buildok/fortytwo.stp index c37d19af..a59df7ab 100755 --- a/testsuite/buildok/fortytwo.stp +++ b/testsuite/buildok/fortytwo.stp @@ -7,7 +7,7 @@ set -e fn="do_readv_writev@fs/read_write.c" var="file" -fullfn=`stap -p2 -e 'probe kernel.statement("'$fn'") {}' | grep kernel | cut -f2 -d'"'` +fullfn=`stap -wp2 -e 'probe kernel.statement("'$fn'") {}' | grep kernel | cut -f2 -d'"'` lineno=`echo $fullfn | cut -f2 -d:` echo "$0: $fn found, starting line $lineno" |