CI try 8
This commit is contained in:
parent
c985571b05
commit
b6ed2853aa
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user