This commit is contained in:
Frank Ch. Eigler 2018-09-16 11:11:19 -04:00
parent c985571b05
commit b6ed2853aa
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -7,11 +7,11 @@ dnf debuginfo-install -y kernel
# on Fedora CI, can only assume about 1GB RAM to run these tests # on Fedora CI, can only assume about 1GB RAM to run these tests
stap -L 'process("stap").mark("*")' | grep -q pass stap -L 'process("stap").mark("*")' | grep pass
# stap -L 'kernel.trace("sys_enter")' # stap -L 'kernel.trace("sys_enter")'
stap -v --example helloworld.stp stap -v --example helloworld.stp
stap -v -T 1 -e 'probe kernel.function("do_exit") {println($$vars)}' stap -v -T 10 -e 'probe kernel.function("do_exit") {println($$vars)}' -c true
# stap -v -T 1 -e 'probe syscall.* ? {println(argstr)}' # stap -v -T 10 -e 'probe syscall.* ? {println(argstr)}'
echo echo
echo RESULT: PASS echo RESULT: PASS