test simplify more

This commit is contained in:
Frank Ch. Eigler 2018-10-03 22:17:17 -04:00
parent e5251ded41
commit 864ecbdfc2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ dnf debuginfo-install -y kernel
stap -L 'process("stap").mark("*")' | grep pass
# stap -L 'kernel.trace("sys_enter")'
stap -v --example helloworld.stp
stap -v -T 10 -e 'probe kernel.function("do_exit") {println($$vars)}' -c true
stap -v -T 10 -p4 -e 'probe kernel.function("do_exit") {println($$vars)}'
# stap -v -T 10 -e 'probe syscall.* ? {println(argstr)}'
echo