This commit is contained in:
Frank Ch. Eigler 2018-09-16 06:26:23 -04:00
parent 4fb6cc1adf
commit 2bcf1a3045
2 changed files with 3 additions and 1 deletions

View File

@ -84,7 +84,7 @@
Name: systemtap
Version: 4.0
Release: 0.20180914gitfe4e14f4af16.1%{?dist}
Release: 0.20180914gitfe4e14f4af16.2%{?dist}
# for version, see also configure.ac

View File

@ -10,3 +10,5 @@ stap -L 'kernel.trace("*")' | grep -q sys_
stap -v --example helloworld.stp
stap -v -T 1 -e 'probe kernel.function("do_exit") {println($$vars)}'
stap -v -T 1 -e 'probe syscall.* ? {println(argstr)}'
echo PASS