CI try 6
This commit is contained in:
parent
4fb6cc1adf
commit
2bcf1a3045
@ -84,7 +84,7 @@
|
|||||||
|
|
||||||
Name: systemtap
|
Name: systemtap
|
||||||
Version: 4.0
|
Version: 4.0
|
||||||
Release: 0.20180914gitfe4e14f4af16.1%{?dist}
|
Release: 0.20180914gitfe4e14f4af16.2%{?dist}
|
||||||
# for version, see also configure.ac
|
# for version, see also configure.ac
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,3 +10,5 @@ stap -L 'kernel.trace("*")' | grep -q sys_
|
|||||||
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 1 -e 'probe kernel.function("do_exit") {println($$vars)}'
|
||||||
stap -v -T 1 -e 'probe syscall.* ? {println(argstr)}'
|
stap -v -T 1 -e 'probe syscall.* ? {println(argstr)}'
|
||||||
|
|
||||||
|
echo PASS
|
||||||
|
Loading…
Reference in New Issue
Block a user