Latest testing results with inode-uprobes
David Smith
dsmith@redhat.com
Mon May 21 19:03:00 GMT 2012
Here's what I'm getting with the latest run of the inode-uprobes code:
=== systemtap Summary ===
# of expected passes 3087
# of unexpected failures 136
# of unexpected successes 7
# of expected failures 246
# of unknown successes 1
# of known failures 42
# of untested testcases 83
# of unsupported tests 2
Not too shabby. A good number of the failures, 73, comes from the fact
that the inode-uprobes code doesn't have return probes yet and that the
systemtap code doesn't support .absolute probes with inode-uprobes since
there is no (semi-easy) way to turn a raw address into file
inode+offset. Note that it is possible that the failures related to
process.return and process.absolute probes are masking other problems.
- Tests failing because of the lack of process.return probes (and the
number of failures in parens):
systemtap.base/at_var.exp (1)
systemtap.base/bz10078.exp (2)
systemtap.base/bz6850.exp (2)
systemtap.base/global_var.exp (6)
systemtap.base/library.exp (8)
systemtap.base/process_by_cmd.exp (1)
systemtap.base/uprobes.exp (4)
systemtap.context/fib.exp (2)
systemtap.context/uprobe_uaddr.exp (6)
systemtap.unprivileged/unprivileged_myproc.exp (18)
systemtap.unprivileged/unprivileged_probes.exp (18)
- Tests failing because of the lack of process.absolute probes (and the
number of failures in parens):
systemtap.pass1-4/buildok.exp (1)
systemtap.unprivileged/unprivileged_myproc.exp (2)
systemtap.unprivileged/unprivileged_probes.exp (2)
- Here's a list of failing testcases that looks like legitimate bugs in
the new code:
systemtap.base/itrace.exp
systemtap.base/plt.exp
systemtap.clone/dtrace_vfork_exec.exp
systemtap.context/uprobe_stmt_num.exp
systemtap.exelib/pthreadprobes.exp
I've attached the systemtap.sum.
--
David Smith
dsmith@redhat.com
Red Hat
http://www.redhat.com
256.217.0141 (direct)
256.837.0057 (fax)
-------------- next part --------------
Test Run By dsmith on Wed May 16 10:21:39 2012
Native configuration is x86_64-unknown-linux-gnu
=== systemtap tests ===
Schedule of variations:
unix
Running target unix
Host: Linux kvm-rawhide-64-2 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64 #1 SMP Mon Apr 23 11:33:05 CDT 2012 x86_64 x86_64 x86_64 GNU/Linux
Snapshot: version 1.8/0.153 commit release-1.7-229-g59861de + changes
GCC: 4.7.0 [gcc (GCC) 4.7.0 20120504 (Red Hat 4.7.0-4)]
Distro: Fedora release 18 (Rawhide)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap/notest.exp ...
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.apps/mysql.exp ...
UNTESTED: mysql sdt app
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.apps/postgres.exp ...
UNTESTED: postgres sdt app
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.apps/python.exp ...
UNTESTED: python sdt app
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.apps/tcl.exp ...
UNTESTED: tcl sdt app
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.apps/xulrunner.exp ...
UNTESTED: xulrunner sdt app
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/add.exp ...
PASS: systemtap.base/add.stp startup
PASS: systemtap.base/add.stp load generation
PASS: systemtap.base/add.stp shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/alias-condition.exp ...
PASS: systemtap.base/alias-condition.stp startup
PASS: systemtap.base/alias-condition.stp load generation
PASS: systemtap.base/alias-condition.stp shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/alias_tapset.exp ...
PASS: alias_tapset
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/alternatives.exp ...
PASS: LOCAL1
PASS: STRUCT1
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/arith.exp ...
PASS: arith
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/arith_limits.exp ...
PASS: arith_limits
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/array_size.exp ...
PASS: systemtap.base/array_size.stp startup
PASS: systemtap.base/array_size.stp load generation
PASS: systemtap.base/array_size.stp shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/array_string.exp ...
PASS: ARRAY_STRING startup
PASS: ARRAY_STRING load generation
PASS: ARRAY_STRING shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/at_var.exp ...
FAIL: at_var
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/at_var_mark.exp ...
PASS: at_var_mark startup
PASS: at_var_mark load generation
PASS: at_var_mark shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/atomic.exp ...
PASS: atomic1 expected error
PASS: atomic2 expected error
PASS: atomic3 expected error
PASS: atomic4 no expected error
PASS: atomic5 expected error
PASS: atomic6 expected error
PASS: atomic7 expected error
PASS: atomic8 no expected error
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/backtrace.exp ...
PASS: backtrace (3 12)
PASS: backtrace-unwindsyms (3 12)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/badkprobe.exp ...
PASS: bad kprobe registration: kernel.statement(-1).absolute
PASS: bad kprobe registration: kprobe.statement(-1).absolute
PASS: bad kprobe registration: kprobe.function("no_such_function")
PASS: bad kprobe registration: kprobe.function("no_such_function").return
PASS: bad optional kprobe registration: kernel.statement(-1).absolute
PASS: bad optional kprobe registration: kprobe.statement(-1).absolute
PASS: bad optional kprobe registration: kprobe.function("no_such_function")
PASS: bad optional kprobe registration: kprobe.function("no_such_function").return
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/be_order.exp ...
PASS: systemtap.base/be_order.stp startup
PASS: systemtap.base/be_order.stp load generation
PASS: systemtap.base/be_order.stp shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/beginenderror.exp ...
PASS: beginenderror (5 3 0)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/bench.exp ...
PASS: bench (555)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/bitfield.exp ...
PASS: systemtap.base/bitfield.stp startup
PASS: systemtap.base/bitfield.stp load generation
PASS: systemtap.base/bitfield.stp shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/buildid.exp ...
PASS: buildid.o
PASS: buildid.ro
PASS: ./buildid.x
PASS: nonshared build id ok (1)
PASS: ./buildid.x altered
PASS: nonshared build id !ok (1)
PASS: STP_NO_BUILDID_CHECK (1)
PASS: libbid.so -DNO_MAIN
PASS: ./buildid.x -DONLY_MAIN
PASS: shared build id ok (1)
PASS: shared build id !ok (1)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/bz10078.exp ...
PASS: bz10078 compile
FAIL: bz10078 -p4
FAIL: bz10078 -p5 (0)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/bz13338.exp ...
PASS: bz13338
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/bz5274.exp ...
PASS: ./bz5274 compile
UNTESTED: ./bz5274 longjmp to a uretprobed function
UNTESTED: ./bz5274 longjmp to a non-uretprobed function
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/bz6503.exp ...
PASS: bz6503 6
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/bz6850.exp ...
PASS: bz6850 compile
FAIL: bz6850 -p4
FAIL: bz6850 -p5
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/cache.exp ...
PASS: BASIC1 wasn't cached
PASS: BASIC2 was cached
PASS: OPTION1 wasn't cached
PASS: OPTION2 was cached
PASS: BULK1 wasn't cached
PASS: BULK2 was cached
PASS: TIMING1 wasn't cached
PASS: TIMING2 was cached
PASS: RUNTIME1 wasn't cached
PASS: RUNTIME2 was cached
PASS: DISABLED1 wasn't cached
PASS: DISABLED2 wasn't cached
PASS: MODNAM1 wasn't cached
PASS: MODNAM2 wasn't cached
PASS: ERROR1 wasn't cached
PASS: ERROR2 wasn't cached
PASS: BASIC3 wasn't cached
PASS: BASIC4 was cached
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/cache_clean.exp ...
PASS: cache_clean premature cleaning
PASS: cache_clean timed cleaning
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/cast-scope.exp ...
PASS: cast-scope-m64 compile
KFAIL: cast-scope-m64 (PRMS: 13420)
PASS: cast-scope-m32 compile
KPASS: cast-scope-m32 (PRMS 13420)
PASS: cast-scope-m64-O compile
PASS: cast-scope-m64-O
PASS: cast-scope-m32-O compile
PASS: cast-scope-m32-O
PASS: cast-scope-m64-O2 compile
PASS: cast-scope-m64-O2
PASS: cast-scope-m32-O2 compile
PASS: cast-scope-m32-O2
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/cast-user.exp ...
PASS: cast-user compile
PASS: cast-user
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/cast.exp ...
PASS: systemtap.base/cast.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/cmd_parse.exp ...
PASS: cmd_parse1
PASS: cmd_parse2
PASS: cmd_parse3
PASS: cmd_parse4
PASS: cmd_parse5
PASS: cmd_parse6
PASS: cmd_parse7
PASS: cmd_parse8
PASS: cmd_parse9
PASS: cmd_parse10
PASS: cmd_parse11
PASS: cmd_parse12
PASS: cmd_parse13
PASS: cmd_parse14
PASS: cmd_parse15
PASS: cmd_parse16
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/const_value.exp ...
PASS: const_value.c compile
PASS: systemtap.base/const_value.stp -c ./const_value.exe
PASS: const_value_func.c compile
UNTESTED: const_value_func (no-const-value)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/control_limits.exp ...
PASS: control_limits MAXNESTING (1)
PASS: control_limits MAXACTION (1)
PASS: control_limits MAXSTRINGLEN small (1)
PASS: control_limits MAXSTRINGLEN large (1)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/crash.exp ...
PASS: crash - testlog.stp
PASS: crash - crash(8) generated testlog/global
PASS: crash - crash(8) data
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/ctime.exp ...
PASS: systemtap.base/ctime.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/cu-decl.exp ...
PASS: cu-decl-m64 target compilation
PASS: cu-decl-m64 compilation succeeded
PASS: cu-decl-m32 target compilation
PASS: cu-decl-m32 compilation succeeded
PASS: cu-decl-m64-O target compilation
PASS: cu-decl-m64-O compilation succeeded
PASS: cu-decl-m32-O target compilation
PASS: cu-decl-m32-O compilation succeeded
PASS: cu-decl-m64-O2 target compilation
PASS: cu-decl-m64-O2 compilation succeeded
PASS: cu-decl-m32-O2 target compilation
PASS: cu-decl-m32-O2 compilation succeeded
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/cxxclass.exp ...
PASS: m64 cxxclass.c compile
PASS: cxxclass-m64
PASS: m32 cxxclass.c compile
PASS: cxxclass-m32
PASS: m64-O cxxclass.c compile
PASS: cxxclass-m64-O
PASS: m32-O cxxclass.c compile
PASS: cxxclass-m32-O
PASS: m64-O2 cxxclass.c compile
PASS: cxxclass-m64-O2
PASS: m32-O2 cxxclass.c compile
PASS: cxxclass-m32-O2
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/debugpath.exp ...
PASS: debugpath-bad
PASS: debugpath-good
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/deref.exp ...
PASS: systemtap.base/deref.stp startup
PASS: systemtap.base/deref.stp load generation
PASS: systemtap.base/deref.stp shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/deref2.exp ...
UNTESTED: deref2
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/div0.exp ...
PASS: systemtap.base/div0.stp startup
PASS: systemtap.base/div0.stp load generation
PASS: systemtap.base/div0.stp shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/dtrace.exp ...
PASS: dtrace -G -o XXX.o
PASS: dtrace -G -o XXX
PASS: dtrace -h -o XXX.h
PASS: dtrace -h -o XXX
PASS: dtrace -G -o /tmp/XXX.o
PASS: dtrace -G -o /tmp/XXX
PASS: dtrace -h -o /tmp/XXX.h
PASS: dtrace -h -o /tmp/XXX
PASS: dtrace -G
PASS: dtrace -h
PASS: dtrace CFLAGS= CC=
PASS: dtrace -C -h -o XXX.h
PASS: dtrace -C -Iincpath -h -o XXX.h
PASS: dtrace -Iincpath -G
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/equal.exp ...
PASS: systemtap.base/equal.stp startup
PASS: systemtap.base/equal.stp load generation
PASS: systemtap.base/equal.stp shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/error_fn.exp ...
PASS: systemtap.base/error_fn.stp startup
PASS: systemtap.base/error_fn.stp load generation
PASS: systemtap.base/error_fn.stp shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/externalvar.exp ...
PASS: externalvar-m64
PASS: externalvar-m32
PASS: externalvar-m64-O
PASS: externalvar-m32-O
PASS: externalvar-m64-O2
PASS: externalvar-m32-O2
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/finloop2.exp ...
PASS: systemtap.base/finloop2.stp startup
PASS: systemtap.base/finloop2.stp load generation
PASS: systemtap.base/finloop2.stp shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/flightrec1.exp ...
PASS: flightrec1 (flight recorder option)
PASS: flightrec1 (stapio in background)
PASS: flightrec1 (output file)
PASS: flightrec1 (switch output file)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/flightrec2.exp ...
PASS: flightrec2 (-S option)
FAIL: flightrec2 (log file numbers (2, 3))
PASS: flightrec2 (log file size limitation)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/flightrec3.exp ...
PASS: flightrec3 (-S option with bulk mode)
PASS: flightrec3 (log file size limitation with bulk mode)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/flightrec4.exp ...
PASS: flightrec4 (flight recorder option)
PASS: flightrec4 (output file)
PASS: flightrec4 (old output file is removed)
PASS: flightrec4 (switch output file)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/flightrec5.exp ...
PASS: flightrec5 (flight recorder option)
PASS: flightrec5 (output file)
PASS: flightrec5 (old output file is removed)
PASS: flightrec5 (switch output file)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/foreach_value.exp ...
PASS: foreach_value
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/func_alias.exp ...
PASS: 64-bit func_alias direct
PASS: 64-bit func_alias wildcard
PASS: 32-bit func_alias direct
PASS: 32-bit func_alias wildcard
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/global_end.exp ...
PASS: global_end (12)
PASS: global_end_var (6)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/global_init.exp ...
PASS: systemtap.base/global_init.stp startup
PASS: systemtap.base/global_init.stp load generation
PASS: systemtap.base/global_init.stp shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/global_opt.exp ...
PASS: global_opt
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/global_stat.exp ...
PASS: global_stat
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/global_var.exp ...
FAIL: global_var-m64
FAIL: global_var-m32
FAIL: global_var-m64-O
FAIL: global_var-m32-O
FAIL: global_var-m64-O2
FAIL: global_var-m32-O2
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/global_var_kernel.exp ...
PASS: global_var_kernel startup
PASS: global_var_kernel load generation
PASS: global_var_kernel shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/global_vars.exp ...
PASS: systemtap.base/global_vars.stp startup
PASS: systemtap.base/global_vars.stp load generation
PASS: systemtap.base/global_vars.stp shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/gtod.exp ...
PASS: gtod (300)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/hash_add_buildid.exp ...
PASS: RUN1-(-m64) wasn't cached
PASS: RUN2-(-m64) wasn't cached
PASS: RUN1-(-m32) wasn't cached
PASS: RUN2-(-m32) wasn't cached
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/if.exp ...
PASS: systemtap.base/if.stp startup
PASS: systemtap.base/if.stp load generation
PASS: systemtap.base/if.stp shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/implicitptr.exp ...
PASS: implicitptr.c compile m64
PASS: probe listing implicitptr-m64 (ijkl)
PASS: implicitptr-m64
PASS: implicitptr.c compile m32
PASS: probe listing implicitptr-m32 (ijkl)
PASS: implicitptr-m32
PASS: implicitptr.c compile m64-O
PASS: probe listing implicitptr-m64-O (ijkl)
PASS: implicitptr-m64-O
PASS: implicitptr.c compile m32-O
PASS: probe listing implicitptr-m32-O (ijkl)
PASS: implicitptr-m32-O
PASS: implicitptr.c compile m64-O2
PASS: probe listing implicitptr-m64-O2 (ijkl)
PASS: implicitptr-m64-O2
PASS: implicitptr.c compile m32-O2
PASS: probe listing implicitptr-m32-O2 (ijkl)
PASS: implicitptr-m32-O2
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/inc.exp ...
PASS: systemtap.base/inc.stp startup
PASS: systemtap.base/inc.stp load generation
PASS: systemtap.base/inc.stp shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/inherit.exp ...
PASS: inherit-m64 compile
PASS: inherit-m64
PASS: inherit-m32 compile
PASS: inherit-m32
PASS: inherit-m64-O compile
PASS: inherit-m64-O
PASS: inherit-m32-O compile
PASS: inherit-m32-O
PASS: inherit-m64-O2 compile
PASS: inherit-m64-O2
PASS: inherit-m32-O2 compile
PASS: inherit-m32-O2
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/inlinedvars.exp ...
PASS: inlinedvars-m64 compile
PASS: inlinedvars-m64
PASS: inlinedvars-m32 compile
PASS: inlinedvars-m32
PASS: inlinedvars-m64-O compile
PASS: inlinedvars-m64-O
PASS: inlinedvars-m32-O compile
PASS: inlinedvars-m32-O
PASS: inlinedvars-m64-O2 compile
PASS: inlinedvars-m64-O2
PASS: inlinedvars-m32-O2 compile
PASS: inlinedvars-m32-O2
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/ipaddr.exp ...
PASS: ipaddr_IPv4_recvmsg find 'nc'
PASS: ipaddr_IPv4_recvmsg nc server start
PASS: ipaddr_IPv4_recvmsg startup
PASS: ipaddr_IPv4_recvmsg load generation
PASS: ipaddr_IPv4_recvmsg shutdown and output
PASS: ipaddr_IPv4_recvmsg nc server stop
PASS: ipaddr_IPv4_receive nc server start
PASS: ipaddr_IPv4_receive startup
PASS: ipaddr_IPv4_receive load generation
PASS: ipaddr_IPv4_receive shutdown and output
PASS: ipaddr_IPv4_receive nc server stop
PASS: ipaddr_IPv6_recvmsg nc server start
PASS: ipaddr_IPv6_recvmsg startup
PASS: ipaddr_IPv6_recvmsg load generation
PASS: ipaddr_IPv6_recvmsg shutdown and output
PASS: ipaddr_IPv6_recvmsg nc server stop
PASS: ipaddr_IPv6_receive nc server start
PASS: ipaddr_IPv6_receive startup
PASS: ipaddr_IPv6_receive load generation
PASS: ipaddr_IPv6_receive shutdown and output
PASS: ipaddr_IPv6_receive nc server stop
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/itrace.exp ...
PASS: itrace single step check
PASS: itrace block step check
FAIL: itrace_single1 compilation
FAIL: itrace_single2 compilation
FAIL: itrace_block1 compilation
FAIL: itrace_block2 compilation
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/kallsyms_expand_symbol.exp ...
PASS: systemtap.base/kallsyms_expand_symbol.stp -c {head /proc/kallsyms}
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/kfunct.exp ...
PASS: systemtap.base/kfunct.stp startup
PASS: systemtap.base/kfunct.stp load generation
PASS: systemtap.base/kfunct.stp shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/kmodule.exp ...
PASS: systemtap.base/kmodule.stp startup
PASS: systemtap.base/kmodule.stp load generation
PASS: systemtap.base/kmodule.stp shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/kprobes.exp ...
PASS: systemtap.base/kprobes.stp startup
PASS: systemtap.base/kprobes.stp load generation
PASS: systemtap.base/kprobes.stp shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/kretprobe-vars.exp ...
PASS: systemtap.base/kretprobe-vars.stp startup
PASS: systemtap.base/kretprobe-vars.stp load generation
PASS: systemtap.base/kretprobe-vars.stp shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/labels.exp ...
PASS: compiling labels.c additional_flags=-g
PASS: labels :N .label 0
PASS: labels :N .label 1
PASS: labels -l .label
PASS: labels exe .label
PASS: labels exe .statement
PASS: compiling labels.c additional_flags=-g additional_flags=-shared additional_flags=-fPIC
PASS: labels so .label
PASS: labels so .statement
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/library.exp ...
PASS: library dtrace
PASS: library target_compile libsdt.so
PASS: library target_compile sdt_misc.x
FAIL: library sdt_misc * (0 != 15)
FAIL: library sdt_misc *libsdt* (0 != 15)
FAIL: library sdt_misc libsdt.so (0 != 15)
FAIL: library sdt_misc * rpath (0 != 15)
FAIL: library sdt_misc *libsdt* rpath (0 != 15)
FAIL: library sdt_misc libsdt.so rpath (0 != 15)
FAIL: library printf --ldd (0) (0 != 4)
FAIL: library .exported (0) (0 >= 6)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/limits.exp ...
PASS: systemtap.base/limits.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/logical_and.exp ...
PASS: systemtap.base/logical_and.stp startup
PASS: systemtap.base/logical_and.stp load generation
PASS: systemtap.base/logical_and.stp shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/marker.exp ...
UNTESTED: K_MARKER01 : no kernel markers present
UNTESTED: K_MARKER02 : no kernel markers present
PASS: K_MARKER03 compilation failed correctly
UNTESTED: K_MARKER04 : no kernel markers present
UNTESTED: K_MARKER05 : no kernel markers present
UNTESTED: K_MARKER06 : no kernel markers present
UNTESTED: K_MARKER07 : no kernel markers present
UNTESTED: K_MARKER08 : no kernel markers present
UNTESTED: K_MARKER09 : no kernel markers present
UNTESTED: K_MARKER10 : no kernel markers present
UNTESTED: K_MARKER11 : no kernel markers present
UNTESTED: K_MARKER12 : no kernel markers present
UNTESTED: K_MARKER13 : no kernel markers present
UNTESTED: K_MARKER14 : no kernel markers present
UNTESTED: K_MARKER15 : no kernel markers present
UNTESTED: K_MARKER16 : no kernel markers present
UNTESTED: K_MARKER17 : no kernel markers present
UNTESTED: K_MARKER18 : no kernel markers present
UNTESTED: K_MARKER19 : no kernel markers present
UNTESTED: K_MARKER20 : no kernel markers present
UNTESTED: K_MARKER21 : no kernel markers present
UNTESTED: K_MARKER22 : no kernel markers present
UNTESTED: K_MARKER23 : no kernel markers present
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/maxactive.exp ...
PASS: MAXACTIVE01 startup
PASS: MAXACTIVE01 load generation
PASS: MAXACTIVE01 shutdown and output
PASS: MAXACTIVE02 startup
PASS: MAXACTIVE02 load generation
PASS: MAXACTIVE02 shutdown and output
PASS: MAXACTIVE03
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/maxmemory.exp ...
PASS: MAXMEMORY1 no expected error
PASS: MAXMEMORY2 expected insert module error
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/modargs.exp ...
PASS: modargs compilation
PASS: modargs execution
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/modinfo.exp ...
PASS: modinfo compilation
PASS: modinfo modinfo
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/not.exp ...
PASS: systemtap.base/not.stp startup
PASS: systemtap.base/not.stp load generation
PASS: systemtap.base/not.stp shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/onoffprobe.exp ...
PASS: onoffprobe begin1 probed
PASS: onoffprobe function return probed
PASS: onoffprobe function entry probed
PASS: onoffprobe timer probed
PASS: onoffprobe profile probed
PASS: onoffprobe alias.one.a and alias.one and alias.* probed
alias.one.a and alias.one and alias.* probed
PASS: onoffprobe alias.one.b and alias.one and alias.* probed
PASS: onoffprobe alias.two and alias.* probed
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/optim.exp ...
PASS: optim
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/optim_arridx.exp ...
PASS: systemtap.base/optim_arridx.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/optim_voidstmt.exp ...
PASS: systemtap.base/optim_voidstmt.stp startup
PASS: systemtap.base/optim_voidstmt.stp load generation
PASS: systemtap.base/optim_voidstmt.stp shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/optionalprobe.exp ...
PASS: optionalprobe
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/overcatcher.exp ...
PASS: overcatcher
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/overflow_error.exp ...
PASS: overflow_error
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/overload.exp ...
PASS: OVERLOAD1 no expected error
PASS: OVERLOAD2 expected error
PASS: OVERLOAD3 no expected error
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/plt.exp ...
PASS: plt
FAIL: plt library (0 != 28)
FAIL: plt glob (0 != 1)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/pointer_array.exp ...
PASS: systemtap.base/pointer_array.stp -c/bin/true
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/poll_map.exp ...
PASS: poll_map (1)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/pp.exp ...
PASS: pp startup
PASS: pp load generation
PASS: pp shutdown and output
PASS: pn startup
PASS: pn load generation
PASS: pn shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/pr10854.exp ...
PASS: compiling pr10854.stp
PASS: pr10854 runloop
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/pr13158.exp ...
PASS: pr13158: Inserting 2 Identical Modules: Staprun without -R
PASS: pr13158: module was correctly removed
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/pr13306.exp ...
PASS: pr13306 plain
PASS: pr13306 -t
PASS: pr13306 --suppress-handler-errors
PASS: pr13306 --suppress-handler-errors -t
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/prcwildcard.exp ...
PASS: prcwildcard function
PASS: prcwildcard mark
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/prepost_optim.exp ...
PASS: prepost_optim (1)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/preprocessor.exp ...
PASS: preprocessor basic ops
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/print.exp ...
PASS: systemtap.base/print.stp startup
PASS: systemtap.base/print.stp load generation
PASS: systemtap.base/print.stp shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/probe_list.exp ...
PASS: probe list is correct
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/probefunc.exp ...
PASS: probefunc:.statement.(0xaddr).absolute startup
PASS: probefunc:.statement.(0xaddr).absolute load generation
PASS: probefunc:.statement.(0xaddr).absolute shutdown and output
PASS: probefunc:kernel.function("scheduler_tick") startup
PASS: probefunc:kernel.function("scheduler_tick") load generation
PASS: probefunc:kernel.function("scheduler_tick") shutdown and output
PASS: probefunc:kernel.function("context_switch").inline startup
PASS: probefunc:kernel.function("context_switch").inline load generation
PASS: probefunc:kernel.function("context_switch").inline shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/proc_exec.exp ...
PASS: PROC_EXEC_01 startup
PASS: PROC_EXEC_01 load generation
PASS: PROC_EXEC_01 shutdown and output
PASS: PROC_EXEC_02 startup
PASS: PROC_EXEC_02 load generation
PASS: PROC_EXEC_02 shutdown and output
PASS: PROC_EXEC_03 startup
PASS: PROC_EXEC_03 load generation
PASS: PROC_EXEC_03 shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/process_by_cmd.exp ...
PASS: process_by_cmd.c compile
FAIL: systemtap.base/process_by_cmd.stp -c ./process_by_cmd
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/procfs.exp ...
PASS: PROCFS startup
PASS: PROCFS read 100
PASS: PROCFS received correct initial value
PASS: PROCFS wrote 200
PASS: PROCFS read 200
PASS: PROCFS received correct value: 200
PASS: PROCFS again read 200
PASS: PROCFS received correct value: 200 again
PASS: PROCFS wrote hello
PASS: PROCFS read hello
PASS: PROCFS received correct value: hello
PASS: PROCFS wrote goodbye
PASS: PROCFS read goodbye
PASS: PROCFS received correct value: goodbye
PASS: PROCFS load generation
PASS: PROCFS shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/procfs_maxsize.exp ...
PASS: PROCFS_BUFFER1 startup
PASS: PROCFS_BUFFER1 read abcdefghijklmnoABCDEFGHIJKLMNOp
PASS: PROCFS_BUFFER1 received correct initial value maxsize: 32
PASS: PROCFS_BUFFER1 wrote abcdefghijklmnoABCDEFGHIJKLMNOpqrstuvwxyz123456789
PASS: PROCFS_BUFFER1 load generation
PASS: PROCFS_BUFFER1 shutdown and output
PASS: PROCFS_BUFFER2 startup
PASS: PROCFS_BUFFER2 read abcdefghijklmno
PASS: PROCFS_BUFFER2 received correct initial value maxsize: 16
PASS: PROCFS_BUFFER2 wrote abcdefghijklmnoABCDEFGHIJKLMNOpqrstuvwxyz123456789
PASS: PROCFS_BUFFER2 load generation
PASS: PROCFS_BUFFER2 shutdown and output
PASS: PROCFS_BUFFER3 startup
PASS: PROCFS_BUFFER3 read abcdefghijklmnoABCDEFGHIJKLMNOp
PASS: PROCFS_BUFFER3 received correct initial value maxsize: 32
PASS: PROCFS_BUFFER3 wrote abcdefghijklmnoABCDEFGHIJKLMNOpqrstuvwxyz123456789
PASS: PROCFS_BUFFER3 load generation
PASS: PROCFS_BUFFER3 shutdown and output
PASS: PROCFS_BUFFER4 startup
PASS: PROCFS_BUFFER4 read abcdefghijklmnoABCDEFGHIJKLMNOp
PASS: PROCFS_BUFFER4 received correct initial value maxsize: 32
PASS: PROCFS_BUFFER4 wrote abcdefghijklmnoABCDEFGHIJKLMNOpqrstuvwxyz123456789
PASS: PROCFS_BUFFER4 load generation
PASS: PROCFS_BUFFER4 shutdown and output
PASS: PROCFS_BUFFER5 startup
PASS: PROCFS_BUFFER5 read abcdefghijklmnoABCDEFGHIJKLMNOp
PASS: PROCFS_BUFFER5 received correct initial value maxsize: 32
PASS: PROCFS_BUFFER5 wrote abcdefghijklmnoABCDEFGHIJKLMNOpqrstuvwxyz123456789
PASS: PROCFS_BUFFER5 load generation
PASS: PROCFS_BUFFER5 shutdown and output
PASS: PROCFS_BUFFER6 startup
PASS: PROCFS_BUFFER6 read abcdefghijklmno
PASS: PROCFS_BUFFER6 received correct initial value
PASS: PROCFS_BUFFER6 read abcdefghijklmnoABCDEFGHIJKLMNOp
PASS: PROCFS_BUFFER6 received correct initial value maxsize: 32
PASS: PROCFS_BUFFER6 wrote abcdefghijklmnoABCDEFGHIJKLMNOpqrstuvwxyz123456789
PASS: PROCFS_BUFFER6 load generation
PASS: PROCFS_BUFFER6 shutdown and output
PASS: PROCFS_BUFFER7 startup
PASS: PROCFS_BUFFER7 read 0:12345678901234567890123456789012345678901234567890123456789
1:12345678901234567890123456789012345678901234567890123456789
2:12345678901234567890123456789012345678901234567890123456789
3:12345678901234567890123456789012345678901234567890123456789
4:12345678901234567890123456789012345678901234567890123456789
5:12345678901234567890123456789012345678901234567890123456789
6:12345678901234567890123456789012345678901234567890123456789
7:1234567890123456789012345678901234567890123456789012345678
8:12345678901234567890123456789012345678901234567890123456789
9:12345678901234567890123456789012345678901234567890123456789
10:12345678901234567890123456789012345678901234567890123456789
11:12345678901234567890123456789012345678901234567890123456789
12:12345678901234567890123456789012345678901234567890123456789
13:12345678901234567890123456789012345678901234567890123456789
14:12345678901234567890123456789012345678901234567890123456789
15:1234567890123456789012345678901234567890123456789012345678
16:12345678901234567890123456789012345678901234567890123456789
17:12345678901234567890123456789012345678901234567890123456789
18:12345678901234567890123456789012345678901234567890123456789
19:12345678901234567890123456789012345678901234567890123456789
20:12345678901234567890123456789012345678901234567890123456789
21:12345678901234567890123456789012345678901234567890123456789
22:12345678901234567890123456789012345678901234567890123456789
23:1234567890123456789012345678901234567890123456789012345678
24:12345678901234567890123456789012345678901234567890123456789
25:12345678901234567890123456789012345678901234567890123456789
26:12345678901234567890123456789012345678901234567890123456789
27:12345678901234567890123456789012345678901234567890123456789
28:12345678901234567890123456789012345678901234567890123456789
29:12345678901234567890123456789012345678901234567890123456789
30:12345678901234567890123456789012345678901234567890123456789
31:1234567890123456789012345678901234567890123456789012345678
32
PASS: PROCFS_BUFFER7 received correct initial value
PASS: PROCFS_BUFFER7 load generation
PASS: PROCFS_BUFFER7 shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/procfs_umask.exp ...
PASS: PROCFS_UMASK startup
PASS: PROCFS_UMASK
PASS: PROCFS_UMASK load generation
PASS: PROCFS_UMASK shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/procfs_write.exp ...
PASS: PROCFS_WRITE startup
PASS: PROCFS_WRITE wrote 0:12345678901234567890123456789012345678901234567890123456789
1:12345678901234567890123456789012345678901234567890123456789
2:12345678901234567890123456789012345678901234567890123456789
3:12345678901234567890123456789012345678901234567890123456789
4:12345678901234567890123456789012345678901234567890123456789
5:12345678901234567890123456789012345678901234567890123456789
6:12345678901234567890123456789012345678901234567890123456789
7:12345678901234567890123456789012345678901234567890123456789
8:12345678901234567890123456789012345678901234567890123456789
9:12345678901234567890123456789012345678901234567890123456789
10:12345678901234567890123456789012345678901234567890123456789
11:12345678901234567890123456789012345678901234567890123456789
12:12345678901234567890123456789012345678901234567890123456789
13:12345678901234567890123456789012345678901234567890123456789
14:12345678901234567890123456789012345678901234567890123456789
15:12345678901234567890123456789012345678901234567890123456789
16:12345678901234567890123456789012345678901234567890123456789
17:12345678901234567890123456789012345678901234567890123456789
18:12345678901234567890123456789012345678901234567890123456789
19:12345678901234567890123456789012345678901234567890123456789
20:12345678901234567890123456789012345678901234567890123456789
21:12345678901234567890123456789012345678901234567890123456789
22:12345678901234567890123456789012345678901234567890123456789
23:12345678901234567890123456789012345678901234567890123456789
24:12345678901234567890123456789012345678901234567890123456789
25:12345678901234567890123456789012345678901234567890123456789
26:12345678901234567890123456789012345678901234567890123456789
27:12345678901234567890123456789012345678901234567890123456789
28:12345678901234567890123456789012345678901234567890123456789
29:12345678901234567890123456789012345678901234567890123456789
30:12345678901234567890123456789012345678901234567890123456789
31:12345678901234567890123456789012345678901234567890123456789
32:12345678901234567890123456789012345678901234567890123456789
33:12345678901234567890123456789012345678901234567890123456789
34:12345678901234567890123456789012345678901234567890123456789
35:12345678901234567890123456789012345678901234567890123456789
36:12345678901234567890123456789012345678901234567890123456789
37:12345678901234567890123456789012345678901234567890123456789
38:12345678901234567890123456789012345678901234567890123456789
39:12345678901234567890123456789012345678901234567890123456789
40:12345678901234567890123456789012345678901234567890123456789
41:12345678901234567890123456789012345678901234567890123456789
42:12345678901234567890123456789012345678901234567890123456789
43:12345678901234567890123456789012345678901234567890123456789
44:12345678901234567890123456789012345678901234567890123456789
45:12345678901234567890123456789012345678901234567890123456789
46:12345678901234567890123456789012345678901234567890123456789
47:12345678901234567890123456789012345678901234567890123456789
48:12345678901234567890123456789012345678901234567890123456789
49:12345678901234567890123456789012345678901234567890123456789
50:12345678901234567890123456789012345678901234567890123456789
51:12345678901234567890123456789012345678901234567890123456789
52:12345678901234567890123456789012345678901234567890123456789
53:12345678901234567890123456789012345678901234567890123456789
54:12345678901234567890123456789012345678901234567890123456789
55:12345678901234567890123456789012345678901234567890123456789
56:12345678901234567890123456789012345678901234567890123456789
57:12345678901234567890123456789012345678901234567890123456789
58:12345678901234567890123456789012345678901234567890123456789
59:12345678901234567890123456789012345678901234567890123456789
60:12345678901234567890123456789012345678901234567890123456789
61:12345678901234567890123456789012345678901234567890123456789
62:12345678901234567890123456789012345678901234567890123456789
63:12345678901234567890123456789012345678901234567890123456789
64:12345678901234567890123456789012345678901234567890123456789
65:12345678901234567890123456789012345678901234567890123456789
66:12345678901234567890123456789012345678901234567890123456789
PASS: PROCFS_WRITE load generation
PASS: PROCFS_WRITE shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/prologues.exp ...
PASS: prologues -P
PASS: prologues no-P
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/pt_user_mode.exp ...
FAIL: systemtap.base/pt_user_mode.stp startup (eof)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/ptridx.exp ...
PASS: ptridx-m64 compile
PASS: ptridx-m64 (list labels)
PASS: ptridx-m64
PASS: ptridx-m32 compile
PASS: ptridx-m32 (list labels)
PASS: ptridx-m32
PASS: ptridx-m64-O compile
PASS: ptridx-m64-O (list labels)
KFAIL: ptridx-m64-O (0) (PRMS: GCC)
PASS: ptridx-m32-O compile
PASS: ptridx-m32-O (list labels)
KFAIL: ptridx-m32-O (0) (PRMS: GCC)
PASS: ptridx-m64-O2 compile
PASS: ptridx-m64-O2 (list labels)
KFAIL: ptridx-m64-O2 (0) (PRMS: GCC)
PASS: ptridx-m32-O2 compile
PASS: ptridx-m32-O2 (list labels)
KFAIL: ptridx-m32-O2 (0) (PRMS: GCC)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/rand.exp ...
PASS: systemtap.base/rand.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/remote.exp ...
PASS: remote build direct:
PASS: remote run direct:
PASS: remote build stapsh:
PASS: remote run stapsh:
PASS: remote batch --remote=direct: --remote=stapsh:
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/rename_module.exp ...
PASS: Inserting 2 Identical Modules: Basic Stap Call
PASS: test module compiles
PASS: Inserting 2 Identical Modules: Staprun without -R
PASS: Inserting 2 Identical Modules: Staprun with -R
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/rep_ret.exp ...
PASS: rep_ret.c compile -m64
FAIL: rep_ret-m64 (timeout)
FAIL: rep_ret-m64 (0, 0, 0)
PASS: rep_ret.c compile -m32
PASS: rep_ret-m32
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/rlimit.exp ...
PASS: rlimit unlimited
PASS: rlimit AS increase (as non root)
FAIL: rlimit AS increase (as root)
PASS: rlimit AS realistic
PASS: rlimit AS small
PASS: rlimit CPU increase (as non root)
FAIL: rlimit CPU increase (as root)
PASS: rlimit CPU realistic
PASS: rlimit CPU small
PASS: rlimit NPROC increase (as non root)
FAIL: rlimit NPROC increase (as non root)
PASS: rlimit NPROC realistic
PASS: rlimit STACK increase (as non root)
FAIL: rlimit STACK increase (as root)
PASS: rlimit STACK realistic
PASS: rlimit STACK small
PASS: rlimit FSIZE increase (as non root)
FAIL: rlimit FSIZE increase (as root)
PASS: rlimit FSIZE realistic
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/sdt.exp ...
PASS: compiling sdt.c -O2 uprobe
PASS: sdt -O2 uprobe
PASS: compiling sdt.c -O3 uprobe
PASS: sdt -O3 uprobe
PASS: compiling sdt.c c89 uprobe
PASS: sdt c89 uprobe
PASS: compiling sdt.c c89 -pedantic uprobe
PASS: sdt c89 -pedantic uprobe
PASS: compiling sdt.c c99 uprobe
PASS: sdt c99 uprobe
PASS: compiling sdt.c c99 -pedantic uprobe
PASS: sdt c99 -pedantic uprobe
PASS: compiling sdt.c gnu99 uprobe
PASS: sdt gnu99 uprobe
PASS: compiling sdt.c gnu99 -pedantic uprobe
PASS: sdt gnu99 -pedantic uprobe
PASS: compiling sdt.c c++98 uprobe
PASS: sdt c++98 uprobe
PASS: compiling sdt.c c++98 -pedantic uprobe
PASS: sdt c++98 -pedantic uprobe
PASS: compiling sdt.c gnu++98 uprobe
PASS: sdt gnu++98 uprobe
PASS: compiling sdt.c gnu++98 -pedantic uprobe
PASS: sdt gnu++98 -pedantic uprobe
PASS: compiling sdt.c c++0x uprobe
PASS: sdt c++0x uprobe
PASS: compiling sdt.c c++0x -pedantic uprobe
PASS: sdt c++0x -pedantic uprobe
PASS: compiling sdt.c gnu++0x uprobe
PASS: sdt gnu++0x uprobe
PASS: compiling sdt.c gnu++0x -pedantic uprobe
PASS: sdt gnu++0x -pedantic uprobe
PASS: compiling sdt.c -O2 V2_uprobe
PASS: sdt -O2 V2_uprobe
PASS: compiling sdt.c -O3 V2_uprobe
PASS: sdt -O3 V2_uprobe
PASS: compiling sdt.c c89 V2_uprobe
PASS: sdt c89 V2_uprobe
PASS: compiling sdt.c c89 -pedantic V2_uprobe
PASS: sdt c89 -pedantic V2_uprobe
PASS: compiling sdt.c c99 V2_uprobe
PASS: sdt c99 V2_uprobe
PASS: compiling sdt.c c99 -pedantic V2_uprobe
PASS: sdt c99 -pedantic V2_uprobe
PASS: compiling sdt.c gnu99 V2_uprobe
PASS: sdt gnu99 V2_uprobe
PASS: compiling sdt.c gnu99 -pedantic V2_uprobe
PASS: sdt gnu99 -pedantic V2_uprobe
PASS: compiling sdt.c c++98 V2_uprobe
PASS: sdt c++98 V2_uprobe
PASS: compiling sdt.c c++98 -pedantic V2_uprobe
PASS: sdt c++98 -pedantic V2_uprobe
PASS: compiling sdt.c gnu++98 V2_uprobe
PASS: sdt gnu++98 V2_uprobe
PASS: compiling sdt.c gnu++98 -pedantic V2_uprobe
PASS: sdt gnu++98 -pedantic V2_uprobe
PASS: compiling sdt.c c++0x V2_uprobe
PASS: sdt c++0x V2_uprobe
PASS: compiling sdt.c c++0x -pedantic V2_uprobe
PASS: sdt c++0x -pedantic V2_uprobe
PASS: compiling sdt.c gnu++0x V2_uprobe
PASS: sdt gnu++0x V2_uprobe
PASS: compiling sdt.c gnu++0x -pedantic V2_uprobe
PASS: sdt gnu++0x -pedantic V2_uprobe
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/sdt_misc.exp ...
PASS: sdt_misc dtrace V1_uprobe
PASS: sdt_misc compiling V1_uprobe
PASS: sdt_misc V1_uprobe
PASS: sdt_misc compiling V1_uprobe -DLOOP
PASS: sdt_misc V1_uprobe attach
PASS: sdt_misc V1_uprobe epilogue
PASS: sdt_misc compiling types V1_uprobe -O2
XFAIL: sdt_misc types types ptr_char_var ptr_short_int_var unsigned_short_int_var ptr_int_var unsigned_int_var ptr_long_long_int_var arr_char_var arr_struct_var V1_uprobe -O2
PASS: sdt_misc compiling types V1_uprobe -O3
XFAIL: sdt_misc types types ptr_char_var ptr_short_int_var unsigned_short_int_var ptr_int_var unsigned_int_var ptr_long_long_int_var arr_char_var arr_struct_var V1_uprobe -O3
PASS: sdt_misc compiling types V1_uprobe c89
PASS: sdt_misc types V1_uprobe c89
PASS: sdt_misc compiling types V1_uprobe c89 -pedantic
PASS: sdt_misc types V1_uprobe c89 -pedantic
PASS: sdt_misc compiling types V1_uprobe c99
PASS: sdt_misc types V1_uprobe c99
PASS: sdt_misc compiling types V1_uprobe c99 -pedantic
PASS: sdt_misc types V1_uprobe c99 -pedantic
PASS: sdt_misc compiling types V1_uprobe gnu99
PASS: sdt_misc types V1_uprobe gnu99
PASS: sdt_misc compiling types V1_uprobe gnu99 -pedantic
PASS: sdt_misc types V1_uprobe gnu99 -pedantic
PASS: sdt_misc compiling types V1_uprobe c++98
PASS: sdt_misc types V1_uprobe c++98
PASS: sdt_misc compiling types V1_uprobe c++98 -pedantic
PASS: sdt_misc types V1_uprobe c++98 -pedantic
PASS: sdt_misc compiling types V1_uprobe gnu++98
PASS: sdt_misc types V1_uprobe gnu++98
PASS: sdt_misc compiling types V1_uprobe gnu++98 -pedantic
PASS: sdt_misc types V1_uprobe gnu++98 -pedantic
PASS: sdt_misc compiling types V1_uprobe c++0x
PASS: sdt_misc types V1_uprobe c++0x
PASS: sdt_misc compiling types V1_uprobe c++0x -pedantic
PASS: sdt_misc types V1_uprobe c++0x -pedantic
PASS: sdt_misc compiling types V1_uprobe gnu++0x
PASS: sdt_misc types V1_uprobe gnu++0x
PASS: sdt_misc compiling types V1_uprobe gnu++0x -pedantic
PASS: sdt_misc types V1_uprobe gnu++0x -pedantic
PASS: sdt_misc compiling -shared V1_uprobe
PASS: sdt_misc shared V1_uprobe
PASS: sdt_misc compiling V1_uprobe -DLOOP with markers in a shared object
PASS: sdt_misc V1_uprobe shared attach
PASS: sdt_misc V1_uprobe shared shared epilogue
PASS: sdt_misc wildcard V1_uprobe
PASS: sdt_misc compiling -g V1_uprobe --types
PASS: sdt_misc V1_uprobe --types
PASS: sdt_misc dtrace V2_uprobe
PASS: sdt_misc compiling V2_uprobe
PASS: sdt_misc V2_uprobe
PASS: sdt_misc compiling V2_uprobe -DLOOP
PASS: sdt_misc V2_uprobe attach
PASS: sdt_misc V2_uprobe epilogue
PASS: sdt_misc compiling types V2_uprobe -O2
XFAIL: sdt_misc types types V2_uprobe -O2
PASS: sdt_misc compiling types V2_uprobe -O3
XFAIL: sdt_misc types types V2_uprobe -O3
PASS: sdt_misc compiling types V2_uprobe c89
PASS: sdt_misc types V2_uprobe c89
PASS: sdt_misc compiling types V2_uprobe c89 -pedantic
PASS: sdt_misc types V2_uprobe c89 -pedantic
PASS: sdt_misc compiling types V2_uprobe c99
PASS: sdt_misc types V2_uprobe c99
PASS: sdt_misc compiling types V2_uprobe c99 -pedantic
PASS: sdt_misc types V2_uprobe c99 -pedantic
PASS: sdt_misc compiling types V2_uprobe gnu99
PASS: sdt_misc types V2_uprobe gnu99
PASS: sdt_misc compiling types V2_uprobe gnu99 -pedantic
PASS: sdt_misc types V2_uprobe gnu99 -pedantic
PASS: sdt_misc compiling types V2_uprobe c++98
PASS: sdt_misc types V2_uprobe c++98
PASS: sdt_misc compiling types V2_uprobe c++98 -pedantic
PASS: sdt_misc types V2_uprobe c++98 -pedantic
PASS: sdt_misc compiling types V2_uprobe gnu++98
PASS: sdt_misc types V2_uprobe gnu++98
PASS: sdt_misc compiling types V2_uprobe gnu++98 -pedantic
PASS: sdt_misc types V2_uprobe gnu++98 -pedantic
PASS: sdt_misc compiling types V2_uprobe c++0x
PASS: sdt_misc types V2_uprobe c++0x
PASS: sdt_misc compiling types V2_uprobe c++0x -pedantic
PASS: sdt_misc types V2_uprobe c++0x -pedantic
PASS: sdt_misc compiling types V2_uprobe gnu++0x
PASS: sdt_misc types V2_uprobe gnu++0x
PASS: sdt_misc compiling types V2_uprobe gnu++0x -pedantic
PASS: sdt_misc types V2_uprobe gnu++0x -pedantic
PASS: sdt_misc compiling -shared V2_uprobe
PASS: sdt_misc shared V2_uprobe
PASS: sdt_misc compiling V2_uprobe -DLOOP with markers in a shared object
PASS: sdt_misc V2_uprobe shared attach
PASS: sdt_misc V2_uprobe shared shared epilogue
PASS: sdt_misc wildcard V2_uprobe
PASS: sdt_misc compiling -g V2_uprobe --types
PASS: sdt_misc V2_uprobe --types
PASS: sdt_misc dtrace V3_uprobe
PASS: sdt_misc compiling V3_uprobe
PASS: sdt_misc V3_uprobe
PASS: sdt_misc compiling V3_uprobe -DLOOP
PASS: sdt_misc V3_uprobe attach
PASS: sdt_misc V3_uprobe epilogue
PASS: sdt_misc compiling types V3_uprobe -O2
XFAIL: sdt_misc types types ptr_char_var ptr_short_int_var unsigned_short_int_var ptr_int_var unsigned_int_var ptr_long_long_int_var arr_char_var arr_struct_var V3_uprobe -O2
PASS: sdt_misc compiling types V3_uprobe -O3
XFAIL: sdt_misc types types ptr_char_var ptr_short_int_var unsigned_short_int_var ptr_int_var unsigned_int_var ptr_long_long_int_var arr_char_var arr_struct_var V3_uprobe -O3
PASS: sdt_misc compiling types V3_uprobe c89
PASS: sdt_misc types V3_uprobe c89
PASS: sdt_misc compiling types V3_uprobe c89 -pedantic
PASS: sdt_misc types V3_uprobe c89 -pedantic
PASS: sdt_misc compiling types V3_uprobe c99
PASS: sdt_misc types V3_uprobe c99
PASS: sdt_misc compiling types V3_uprobe c99 -pedantic
PASS: sdt_misc types V3_uprobe c99 -pedantic
PASS: sdt_misc compiling types V3_uprobe gnu99
PASS: sdt_misc types V3_uprobe gnu99
PASS: sdt_misc compiling types V3_uprobe gnu99 -pedantic
PASS: sdt_misc types V3_uprobe gnu99 -pedantic
PASS: sdt_misc compiling types V3_uprobe c++98
PASS: sdt_misc types V3_uprobe c++98
PASS: sdt_misc compiling types V3_uprobe c++98 -pedantic
PASS: sdt_misc types V3_uprobe c++98 -pedantic
PASS: sdt_misc compiling types V3_uprobe gnu++98
PASS: sdt_misc types V3_uprobe gnu++98
PASS: sdt_misc compiling types V3_uprobe gnu++98 -pedantic
PASS: sdt_misc types V3_uprobe gnu++98 -pedantic
PASS: sdt_misc compiling types V3_uprobe c++0x
PASS: sdt_misc types V3_uprobe c++0x
PASS: sdt_misc compiling types V3_uprobe c++0x -pedantic
PASS: sdt_misc types V3_uprobe c++0x -pedantic
PASS: sdt_misc compiling types V3_uprobe gnu++0x
PASS: sdt_misc types V3_uprobe gnu++0x
PASS: sdt_misc compiling types V3_uprobe gnu++0x -pedantic
PASS: sdt_misc types V3_uprobe gnu++0x -pedantic
PASS: sdt_misc compiling -shared V3_uprobe
PASS: sdt_misc shared V3_uprobe
PASS: sdt_misc compiling V3_uprobe -DLOOP with markers in a shared object
PASS: sdt_misc V3_uprobe shared attach
PASS: sdt_misc V3_uprobe shared shared epilogue
PASS: sdt_misc wildcard V3_uprobe
PASS: sdt_misc compiling -g V3_uprobe --types
PASS: sdt_misc V3_uprobe --types
PASS: sdt_misc compiling sdt_asm.S
FAIL: sdt_misc asm (0) asm
PASS: sdt_misc $$parms
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/sdt_va_args.exp ...
PASS: compiling sdt_va_args.c base
PASS: sdt_va_args base
PASS: compiling sdt_va_args.c c89
PASS: sdt_va_args c89
PASS: compiling sdt_va_args.c c99
PASS: sdt_va_args c99
PASS: compiling sdt_va_args.c gnu99
PASS: sdt_va_args gnu99
PASS: compiling sdt_va_args.c c++98
PASS: sdt_va_args c++98
PASS: compiling sdt_va_args.c gnu++98
PASS: sdt_va_args gnu++98
PASS: compiling sdt_va_args.c c++0x
PASS: sdt_va_args c++0x
PASS: compiling sdt_va_args.c gnu++0x
PASS: sdt_va_args gnu++0x
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/set_kernel.exp ...
PASS: systemtap.base/set_kernel.stp startup
PASS: systemtap.base/set_kernel.stp load generation
PASS: systemtap.base/set_kernel.stp shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/setjmp.exp ...
PASS: compiling setjmp.c
FAIL: setjmp
FAIL: compiling setjmp.c -D_FORTIFY_SOURCE=2
UNTESTED: setjmp -D_FORTIFY_SOURCE=2
PASS: compiling setjmp.c -DSIGJMP
FAIL: setjmp -DSIGJMP
FAIL: compiling setjmp.c -DSIGJMP -D_FORTIFY_SOURCE=2
UNTESTED: setjmp -DSIGJMP -D_FORTIFY_SOURCE=2
PASS: compiling setjmp.c -DUNDERJMP
FAIL: setjmp -DUNDERJMP
FAIL: compiling setjmp.c -DUNDERJMP -D_FORTIFY_SOURCE=2
UNTESTED: setjmp -DUNDERJMP -D_FORTIFY_SOURCE=2
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/simple.exp ...
PASS: systemtap.base/simple.stp startup
PASS: systemtap.base/simple.stp shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/skipped.exp ...
UNTESTED: skip tracking PR13332 skipped.exp testcase can freeze processes/system
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/stapsh-unix.exp ...
UNTESTED: stapsh-unix
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/stapsh.exp ...
PASS: systemtap.base/stapsh.stp --remote=stapsh:
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/statement.exp ...
PASS: bz6905 compile
PASS: bz6905 -p2
PASS: bz10294 compile
PASS: bz10294 -p2
XFAIL: stmtnofunc
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/stmt_rel.exp ...
PASS: stmt_rel line numbers
FAIL: stmt_rel wildcard (2)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/stmt_rel_user.exp ...
PASS: stmt_rel_user-m64 compiling
PASS: stmt_rel_user-m64
PASS: stmt_rel_user-m32 compiling
PASS: stmt_rel_user-m32
PASS: stmt_rel_user-m64-O compiling
KFAIL: stmt_rel_user-m64-O (0) (PRMS: 13430)
PASS: stmt_rel_user-m32-O compiling
KFAIL: stmt_rel_user-m32-O (8191) (PRMS: 13430)
PASS: stmt_rel_user-m64-O2 compiling
KFAIL: stmt_rel_user-m64-O2 (8192) (PRMS: 13430)
PASS: stmt_rel_user-m32-O2 compiling
KFAIL: stmt_rel_user-m32-O2 (0) (PRMS: 13430)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/stmtvars.exp ...
PASS: stmtvars - .function
PASS: stmtvars
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/strftime.exp ...
PASS: strftime (%S and %T)
PASS: strftime (except %S and %T)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/sysroot_sysenv.exp ...
PASS: sysroot_sysenv
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/system_func.exp ...
PASS: system_func
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/tapset_includes.exp ...
PASS: tapset include global
PASS: tapset include function
PASS: tapset include alias
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/target_set.exp ...
PASS: target_set
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/timeofday.exp ...
PASS: timeofday test startup
PASS: timeofday test load generation
PASS: timeofday test shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/timers.exp ...
PASS: systemtap.base/timers.stp startup
PASS: systemtap.base/timers.stp load generation
PASS: systemtap.base/timers.stp shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/tracepoints.exp ...
PASS: tracepoints list 418
PASS: tracepoints
PASS: systemtap.base/tracepoints.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/tracescripts.exp ...
PASS: tracescripts
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/tri.exp ...
PASS: systemtap.base/tri.stp startup
PASS: systemtap.base/tri.stp load generation
PASS: systemtap.base/tri.stp shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/trycatch.exp ...
PASS: trycatch
PASS: trycatch -u
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/unresolved-struct-typedef.exp ...
PASS: unresolved-struct-typedef-m64 compile
PASS: unresolved-struct-typedef-m64 compilation succeeded
PASS: unresolved-struct-typedef-m32 compile
PASS: unresolved-struct-typedef-m32 compilation succeeded
PASS: unresolved-struct-typedef-m64-O compile
PASS: unresolved-struct-typedef-m64-O compilation succeeded
PASS: unresolved-struct-typedef-m32-O compile
PASS: unresolved-struct-typedef-m32-O compilation succeeded
PASS: unresolved-struct-typedef-m64-O2 compile
PASS: unresolved-struct-typedef-m64-O2 compilation succeeded
PASS: unresolved-struct-typedef-m32-O2 compile
PASS: unresolved-struct-typedef-m32-O2 compilation succeeded
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/uprobes.exp ...
PASS: uprobes compile
FAIL: uprobes -p4
FAIL: uprobes -p5
PASS: uprobes_call -p4
PASS: uprobes_call -p5
FAIL: uprobes_return -p4
FAIL: uprobes_return -p5
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/utrace_p4.exp ...
PASS: UTRACE_P4_01 compilation succeeded
PASS: UTRACE_P4_01_pid compilation succeeded
PASS: UTRACE_P4_02 compilation succeeded
PASS: UTRACE_P4_02_pid compilation succeeded
PASS: UTRACE_P4_03 compilation succeeded
PASS: UTRACE_P4_03_pid compilation succeeded
PASS: UTRACE_P4_04 compilation succeeded
PASS: UTRACE_P4_04_pid compilation succeeded
PASS: UTRACE_P4_05 compilation succeeded
PASS: UTRACE_P4_05_pid compilation succeeded
PASS: UTRACE_P4_06 compilation succeeded
PASS: UTRACE_P4_06_pid compilation succeeded
PASS: UTRACE_P4_07 compilation succeeded
PASS: UTRACE_P4_08 compilation succeeded
PASS: UTRACE_P4_09 compilation succeeded
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/utrace_p5.exp ...
PASS: UTRACE_P5_01 startup
PASS: UTRACE_P5_01 load generation
PASS: UTRACE_P5_01 shutdown and output
PASS: UTRACE_P5_02 startup
PASS: UTRACE_P5_02 load generation
PASS: UTRACE_P5_02 shutdown and output
PASS: UTRACE_P5_03 startup
PASS: UTRACE_P5_03 load generation
PASS: UTRACE_P5_03 shutdown and output
PASS: UTRACE_P5_04 startup
PASS: UTRACE_P5_04 load generation
PASS: UTRACE_P5_04 shutdown and output
PASS: UTRACE_P5_05 startup
PASS: UTRACE_P5_05 load generation
PASS: UTRACE_P5_05 shutdown and output
PASS: UTRACE_P5_06 startup
PASS: UTRACE_P5_06 load generation
PASS: UTRACE_P5_06 shutdown and output
PASS: UTRACE_P5_07 startup
PASS: UTRACE_P5_07 load generation
PASS: UTRACE_P5_07 shutdown and output
PASS: UTRACE_P5_08 startup
PASS: UTRACE_P5_08 load generation
PASS: UTRACE_P5_08 shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/utrace_syscall_args.exp ...
PASS: 64_BIT_UTRACE_SYSCALL_ARGS startup
PASS: 64_BIT_UTRACE_SYSCALL_ARGS load generation
PASS: 64_BIT_UTRACE_SYSCALL_ARGS shutdown and output
PASS: 32_BIT_UTRACE_SYSCALL_ARGS startup
PASS: 32_BIT_UTRACE_SYSCALL_ARGS load generation
PASS: 32_BIT_UTRACE_SYSCALL_ARGS shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/vars.exp ...
PASS: vars
PASS: vars parms/locals
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/vma_vdso.exp ...
PASS: vma_vdso.c compile -m64
PASS: vma_vdso-m64
PASS: vma_vdso.c compile -m32
PASS: vma_vdso-m32
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/vta-test.exp ...
PASS: vta-test.c compile m64
UNTESTED: vta-test-m64 (no-gcc-vta)
PASS: vta-test.c compile m32
UNTESTED: vta-test-m32 (no-gcc-vta)
PASS: vta-test.c compile m64-O
PASS: vta-test-m64-O
PASS: vta-test.c compile m32-O
PASS: vta-test-m32-O
PASS: vta-test.c compile m64-O2
PASS: vta-test-m64-O2
PASS: vta-test.c compile m32-O2
PASS: vta-test-m32-O2
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/wakeup.exp ...
PASS: wakeup
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/warn_overflow.exp ...
PASS: warn_overflow (3,3)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/warnings.exp ...
PASS: warnings
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/warnings2.exp ...
PASS: warnings2 default
PASS: warnings2 -w
PASS: warnings2 -v
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.base/x86_gs.exp ...
UNTESTED: x86_gs
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.clone/dtrace_clone.exp ...
PASS: dtrace_clone1 - build success
PASS: dtrace_clone2 startup
PASS: dtrace_clone2 load generation
PASS: dtrace_clone2 shutdown and output
PASS: dtrace_clone3 - build success
PASS: dtrace_clone4 startup
PASS: dtrace_clone4 load generation
PASS: dtrace_clone4 shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.clone/dtrace_fork_exec.exp ...
PASS: dtrace_fork_exec1 - build success
PASS: dtrace_fork_exec2 startup
PASS: dtrace_fork_exec2 load generation
PASS: dtrace_fork_exec2 shutdown and output
PASS: dtrace_fork_exec3 - build success
PASS: dtrace_fork_exec4 startup
PASS: dtrace_fork_exec4 load generation
PASS: dtrace_fork_exec4 shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.clone/dtrace_vfork_exec.exp ...
PASS: dtrace_vfork_exec1 - build success
PASS: dtrace_vfork_exec2 startup
PASS: dtrace_vfork_exec2 load generation
PASS: dtrace_vfork_exec2 shutdown and output
PASS: dtrace_vfork_exec3 - build success
PASS: dtrace_vfork_exec4 startup
PASS: dtrace_vfork_exec4 load generation
FAIL: dtrace_vfork_exec4 shutdown (eof)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.clone/probe_by_pid.exp ...
PASS: probe_by_pid(utrace) - build success
PASS: probe_by_pid(utrace) startup
PASS: probe_by_pid(utrace) load generation
PASS: probe_by_pid(utrace) shutdown and output
PASS: probe_by_pid(function) startup
PASS: probe_by_pid(function) load generation
FAIL: probe_by_pid(function) shutdown (eof)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.context/context.exp ...
PASS: backtrace of begin probe
PASS: backtrace of yyy_func2
PASS: print_stack of yyy_func2
PASS: backtrace of yyy_func3
PASS: print_stack of yyy_func3
PASS: backtrace of yyy_func4
PASS: print_stack of yyy_func4
PASS: print_stack found systemtap_test_module1
PASS: print_stack found [kernel]
PASS: backtrace.stp called exit
PASS: integer function arguments
PASS: unsigned function arguments
PASS: long function arguments
PASS: int64 function arguments
PASS: char function arguments
PASS: string function arguments
PASS: execname
PASS: pexecname
PASS: pid
PASS: ppid
PASS: tid
PASS: uid
PASS: euid
PASS: gid
PASS: egid
PASS: integer function arguments -- numeric
PASS: unsigned function arguments -- numeric
PASS: long function arguments -- numeric
PASS: int64 function arguments -- numeric
PASS: char function arguments -- numeric
PASS: string function arguments -- numeric
PASS: integer function arguments -- numeric --kelf --ignore-dwarf
PASS: unsigned function arguments -- numeric --kelf --ignore-dwarf
PASS: long function arguments -- numeric --kelf --ignore-dwarf
PASS: int64 function arguments -- numeric --kelf --ignore-dwarf
PASS: char function arguments -- numeric --kelf --ignore-dwarf
PASS: string function arguments -- numeric --kelf --ignore-dwarf
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.context/fib.exp ...
FAIL: fib (0 0)
FAIL: fib (0 0)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.context/symbols.exp ...
PASS: symbols (11)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.context/uprobe_stmt_num.exp ...
PASS: uprobe_stmt_num-run-one
PASS: uprobe_stmt_num-run-two
FAIL: uprobe_stmt_num-run-statements
FAIL: uprobe_stmt_num-run-statements-nolines
KFAIL: uprobe_stmt_num-run-statements-nodebuginfo (PRMS: 10454)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.context/uprobe_uaddr.exp ...
FAIL: uprobe_uaddr (0)
FAIL: uprobe_uaddr match line 0 main+*
FAIL: uprobe_uaddr match line 1 func+*
FAIL: uprobe_uaddr match line 2 func2+*
FAIL: uprobe_uaddr match line 3 func+*
FAIL: uprobe_uaddr match line 4 main+*
PASS: uprobe_uaddr return from main
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.context/usymbols.exp ...
PASS: usymbols m64
PASS: usymbols m32
PASS: usymbols m64-O
PASS: usymbols m32-O
PASS: usymbols m64-O2
PASS: usymbols m32-O2
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.examples/check.exp ...
PASS: systemtap.examples/general/ansi_colors build
PASS: systemtap.examples/general/ansi_colors run
PASS: systemtap.examples/general/ansi_colors2 build
PASS: systemtap.examples/general/ansi_colors2 run
PASS: systemtap.examples/general/badname build
PASS: systemtap.examples/general/badname run
PASS: systemtap.examples/general/eventcount build
PASS: systemtap.examples/general/eventcount run
PASS: systemtap.examples/general/func_time_stats build
PASS: systemtap.examples/general/func_time_stats run
PASS: systemtap.examples/general/graphs build
PASS: systemtap.examples/general/graphs run
PASS: systemtap.examples/general/helloworld build
PASS: systemtap.examples/general/helloworld run
PASS: systemtap.examples/general/para-callgraph-verbose build
PASS: systemtap.examples/general/para-callgraph-verbose run
PASS: systemtap.examples/general/para-callgraph build
PASS: systemtap.examples/general/para-callgraph run
PASS: systemtap.examples/general/sizeof build
PASS: systemtap.examples/general/sizeof run
PASS: systemtap.examples/general/stopwatches build
PASS: systemtap.examples/general/stopwatches run
PASS: systemtap.examples/general/varwatch build
PASS: systemtap.examples/general/varwatch run
PASS: systemtap.examples/general/watchdog support
PASS: systemtap.examples/general/watchdog build
PASS: systemtap.examples/general/watchdog run
PASS: systemtap.examples/interrupt/interrupts-by-dev support
PASS: systemtap.examples/interrupt/interrupts-by-dev build
PASS: systemtap.examples/interrupt/interrupts-by-dev run
PASS: systemtap.examples/interrupt/scf build
PASS: systemtap.examples/interrupt/scf run
PASS: systemtap.examples/io/deviceseeks build
PASS: systemtap.examples/io/deviceseeks run
PASS: systemtap.examples/io/disktop build
PASS: systemtap.examples/io/disktop run
PASS: systemtap.examples/io/enospc build
PASS: systemtap.examples/io/enospc run
PASS: systemtap.examples/io/inodewatch build
PASS: systemtap.examples/io/inodewatch run
PASS: systemtap.examples/io/inodewatch2 build
PASS: systemtap.examples/io/inodewatch2 run
PASS: systemtap.examples/io/io_submit build
PASS: systemtap.examples/io/io_submit run
PASS: systemtap.examples/io/ioblktime build
PASS: systemtap.examples/io/ioblktime run
PASS: systemtap.examples/io/iodevstats build
PASS: systemtap.examples/io/iodevstats run
PASS: systemtap.examples/io/iostat-scsi support
PASS: systemtap.examples/io/iostat-scsi build
PASS: systemtap.examples/io/iostat-scsi run
PASS: systemtap.examples/io/iostats build
PASS: systemtap.examples/io/iostats run
PASS: systemtap.examples/io/iotime build
PASS: systemtap.examples/io/iotime run
PASS: systemtap.examples/io/iotop build
PASS: systemtap.examples/io/iotop run
PASS: systemtap.examples/io/mbrwatch build
FAIL: systemtap.examples/io/mbrwatch run
PASS: systemtap.examples/io/nfs_func_users build
PASS: systemtap.examples/io/nfs_func_users run
PASS: systemtap.examples/io/traceio build
PASS: systemtap.examples/io/traceio run
PASS: systemtap.examples/io/traceio2 build
PASS: systemtap.examples/io/traceio2 run
PASS: systemtap.examples/io/ttyspy support
PASS: systemtap.examples/io/ttyspy build
PASS: systemtap.examples/io/ttyspy run
UNTESTED: systemtap.examples/locks/bkl build
UNTESTED: systemtap.examples/locks/bkl run
UNTESTED: systemtap.examples/locks/bkl_stats build
UNTESTED: systemtap.examples/locks/bkl_stats run
UNTESTED: systemtap.examples/memory/hw_watch_addr build
UNTESTED: systemtap.examples/memory/hw_watch_addr run
UNTESTED: systemtap.examples/memory/hw_watch_sym build
UNTESTED: systemtap.examples/memory/hw_watch_sym run
PASS: systemtap.examples/memory/kmalloc-top build
PASS: systemtap.examples/memory/kmalloc-top run
UNTESTED: systemtap.examples/memory/mmanonpage build
UNTESTED: systemtap.examples/memory/mmanonpage run
UNTESTED: systemtap.examples/memory/mmfilepage build
UNTESTED: systemtap.examples/memory/mmfilepage run
UNTESTED: systemtap.examples/memory/mmreclaim build
UNTESTED: systemtap.examples/memory/mmreclaim run
PASS: systemtap.examples/memory/mmwriteback support
PASS: systemtap.examples/memory/mmwriteback build
PASS: systemtap.examples/memory/mmwriteback run
PASS: systemtap.examples/memory/numa_faults build
PASS: systemtap.examples/memory/numa_faults run
PASS: systemtap.examples/memory/overcommit build
PASS: systemtap.examples/memory/overcommit run
PASS: systemtap.examples/memory/pfaults build
PASS: systemtap.examples/memory/pfaults run
PASS: systemtap.examples/memory/vm.tracepoints build
PASS: systemtap.examples/memory/vm.tracepoints run
UNTESTED: systemtap.examples/network/autofs4 build
UNTESTED: systemtap.examples/network/autofs4 run
PASS: systemtap.examples/network/dropwatch support
PASS: systemtap.examples/network/dropwatch build
PASS: systemtap.examples/network/dropwatch run
PASS: systemtap.examples/network/netdev build
PASS: systemtap.examples/network/netdev run
PASS: systemtap.examples/network/nettop build
PASS: systemtap.examples/network/nettop run
PASS: systemtap.examples/network/nfsd_unlink build
PASS: systemtap.examples/network/nfsd_unlink run
FAIL: systemtap.examples/network/nfsdtop build
UNTESTED: systemtap.examples/network/nfsdtop run
PASS: systemtap.examples/network/sk_stream_wait_memory build
PASS: systemtap.examples/network/sk_stream_wait_memory run
PASS: systemtap.examples/network/socket-trace build
PASS: systemtap.examples/network/socket-trace run
PASS: systemtap.examples/network/socktop build
PASS: systemtap.examples/network/socktop run
PASS: systemtap.examples/network/tcp_connections build
PASS: systemtap.examples/network/tcp_connections run
PASS: systemtap.examples/network/tcp_init_cwnd build
PASS: systemtap.examples/network/tcp_init_cwnd run
PASS: systemtap.examples/network/tcp_trace build
PASS: systemtap.examples/network/tcp_trace run
PASS: systemtap.examples/network/tcpdumplike build
PASS: systemtap.examples/network/tcpdumplike run
PASS: systemtap.examples/network/tcpipstat support
PASS: systemtap.examples/network/tcpipstat build
PASS: systemtap.examples/network/tcpipstat run
PASS: systemtap.examples/process/auditbt build
PASS: systemtap.examples/process/auditbt run
PASS: systemtap.examples/process/chng_cpu build
PASS: systemtap.examples/process/chng_cpu run
PASS: systemtap.examples/process/cycle_thief support
PASS: systemtap.examples/process/cycle_thief build
PASS: systemtap.examples/process/cycle_thief run
PASS: systemtap.examples/process/errsnoop build
PASS: systemtap.examples/process/errsnoop run
PASS: systemtap.examples/process/forktracker build
PASS: systemtap.examples/process/forktracker run
PASS: systemtap.examples/process/futexes build
PASS: systemtap.examples/process/futexes run
PASS: systemtap.examples/process/migrate build
PASS: systemtap.examples/process/migrate run
PASS: systemtap.examples/process/noptrace support
PASS: systemtap.examples/process/noptrace build
PASS: systemtap.examples/process/noptrace run
FAIL: systemtap.examples/process/pfiles build
UNTESTED: systemtap.examples/process/pfiles run
PASS: systemtap.examples/process/plimit build
PASS: systemtap.examples/process/plimit run
PASS: systemtap.examples/process/pstrace_exec build
PASS: systemtap.examples/process/pstrace_exec run
PASS: systemtap.examples/process/schedtimes support
PASS: systemtap.examples/process/schedtimes build
PASS: systemtap.examples/process/schedtimes run
PASS: systemtap.examples/process/sig_by_pid build
PASS: systemtap.examples/process/sig_by_pid run
PASS: systemtap.examples/process/sig_by_proc build
PASS: systemtap.examples/process/sig_by_proc run
PASS: systemtap.examples/process/sigkill build
PASS: systemtap.examples/process/sigkill run
PASS: systemtap.examples/process/sigmon build
PASS: systemtap.examples/process/sigmon run
PASS: systemtap.examples/process/sleepingBeauties build
PASS: systemtap.examples/process/sleepingBeauties run
PASS: systemtap.examples/process/sleeptime build
PASS: systemtap.examples/process/sleeptime run
PASS: systemtap.examples/process/syscalls_by_pid build
PASS: systemtap.examples/process/syscalls_by_pid run
PASS: systemtap.examples/process/syscalls_by_proc build
PASS: systemtap.examples/process/syscalls_by_proc run
PASS: systemtap.examples/process/syscalltimes build
PASS: systemtap.examples/process/syscalltimes run
PASS: systemtap.examples/process/wait4time build
PASS: systemtap.examples/process/wait4time run
PASS: systemtap.examples/profiling/errno build
PASS: systemtap.examples/profiling/errno run
PASS: systemtap.examples/profiling/fntimes build
FAIL: systemtap.examples/profiling/fntimes run
PASS: systemtap.examples/profiling/functioncallcount build
PASS: systemtap.examples/profiling/functioncallcount run
PASS: systemtap.examples/profiling/latencytap build
PASS: systemtap.examples/profiling/latencytap run
PASS: systemtap.examples/profiling/linetimes build
PASS: systemtap.examples/profiling/linetimes run
PASS: systemtap.examples/profiling/periodic support
PASS: systemtap.examples/profiling/periodic build
PASS: systemtap.examples/profiling/periodic run
PASS: systemtap.examples/profiling/pf2 build
PASS: systemtap.examples/profiling/pf2 run
PASS: systemtap.examples/profiling/pf3 build
PASS: systemtap.examples/profiling/pf3 run
PASS: systemtap.examples/profiling/sched_switch build
PASS: systemtap.examples/profiling/sched_switch run
PASS: systemtap.examples/profiling/thread-times build
FAIL: systemtap.examples/profiling/thread-times run
PASS: systemtap.examples/profiling/timeout build
PASS: systemtap.examples/profiling/timeout run
PASS: systemtap.examples/profiling/topsys build
PASS: systemtap.examples/profiling/topsys run
UNTESTED: systemtap.examples/virtualization/kvm_service_time build
UNTESTED: systemtap.examples/virtualization/kvm_service_time run
UNTESTED: systemtap.examples/virtualization/qemu_count build
UNTESTED: systemtap.examples/virtualization/qemu_count run
UNTESTED: systemtap.examples/virtualization/qemu_io build
UNTESTED: systemtap.examples/virtualization/qemu_io run
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.exelib/exelib.exp ...
PASS: uprobeslibgcc-O3-m64-debug compile uprobes_lib.c
PASS: uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-debug compile uprobes_exe.c
PASS: uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-debug compile uprobes_exe.c
PASS: uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-debug compile uprobes_exe.c
PASS: uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-debug compile uprobes_exe.c
PASS: uprobeslibgcc-O3-m64-sep-debug compile uprobes_lib.c
PASS: uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-sep-debug compile uprobes_exe.c
PASS: uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-sep-debug compile uprobes_exe.c
PASS: uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-sep-debug compile uprobes_exe.c
PASS: uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-sep-debug compile uprobes_exe.c
PASS: uprobeslibgcc-O3-m64-prelink-debug compile uprobes_lib.c
FAIL: uprobeslibgcc-O3-m64-prelink-debug prelink ./libuprobeslibgcc-O3-m64-prelink-debug.so
PASS: uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-prelink-debug compile uprobes_exe.c
PASS: uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-prelink-debug compile uprobes_exe.c
PASS: uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-prelink-debug compile uprobes_exe.c
PASS: uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-prelink-debug compile uprobes_exe.c
PASS: uprobeslibgcc-O3-m64-prelink-sep-debug compile uprobes_lib.c
FAIL: uprobeslibgcc-O3-m64-prelink-sep-debug prelink ./libuprobeslibgcc-O3-m64-prelink-sep-debug.so
PASS: uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-prelink-sep-debug compile uprobes_exe.c
PASS: uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug compile uprobes_exe.c
PASS: uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-prelink-sep-debug compile uprobes_exe.c
PASS: uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug compile uprobes_exe.c
PASS: uprobeslibgcc-O3-m64-prelink-sep-debug-after compile uprobes_lib.c
FAIL: uprobeslibgcc-O3-m64-prelink-sep-debug-after prelink ./libuprobeslibgcc-O3-m64-prelink-sep-debug-after.so
PASS: uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after compile uprobes_exe.c
PASS: uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after compile uprobes_exe.c
PASS: uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after compile uprobes_exe.c
PASS: uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after compile uprobes_exe.c
PASS: lib-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug
PASS: mark-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug
PASS: uname-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug
PASS: ustack-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug print
PASS: ustack-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug main
PASS: ustack-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug main_func
PASS: ustack-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug lib_main
PASS: ustack-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug lib_func
PASS: lib-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug
PASS: mark-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug
PASS: uname-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug
PASS: ustack-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug print
PASS: ustack-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug main
PASS: ustack-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug main_func
PASS: ustack-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug lib_main
PASS: ustack-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug lib_func
PASS: lib-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug
PASS: mark-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug
PASS: uname-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug
PASS: ustack-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug print
PASS: ustack-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug main
PASS: ustack-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug main_func
PASS: ustack-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug lib_main
PASS: ustack-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug lib_func
PASS: lib-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug
PASS: mark-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug
PASS: uname-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug
PASS: ustack-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug print
PASS: ustack-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug main
PASS: ustack-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug main_func
PASS: ustack-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug lib_main
PASS: ustack-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-debug_uprobeslibgcc-O3-m64-debug lib_func
PASS: lib-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug
PASS: mark-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug
PASS: uname-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug
PASS: ustack-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug print
PASS: ustack-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug main
PASS: ustack-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug main_func
PASS: ustack-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug lib_main
PASS: ustack-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug lib_func
PASS: lib-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug
PASS: mark-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug
PASS: uname-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug
PASS: ustack-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug print
PASS: ustack-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug main
PASS: ustack-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug main_func
PASS: ustack-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug lib_main
PASS: ustack-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug lib_func
PASS: lib-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug
PASS: mark-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug
PASS: uname-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug
PASS: ustack-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug print
PASS: ustack-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug main
PASS: ustack-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug main_func
PASS: ustack-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug lib_main
PASS: ustack-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug lib_func
PASS: lib-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug
PASS: mark-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug
PASS: uname-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug
PASS: ustack-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug print
PASS: ustack-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug main
PASS: ustack-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug main_func
PASS: ustack-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug lib_main
PASS: ustack-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-sep-debug_uprobeslibgcc-O3-m64-sep-debug lib_func
PASS: lib-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug
PASS: mark-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug
PASS: uname-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug
PASS: ustack-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug print
PASS: ustack-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug main
PASS: ustack-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug main_func
PASS: ustack-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug lib_main
PASS: ustack-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug lib_func
PASS: lib-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug
PASS: mark-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug
PASS: uname-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug
PASS: ustack-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug print
PASS: ustack-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug main
PASS: ustack-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug main_func
PASS: ustack-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug lib_main
PASS: ustack-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug lib_func
PASS: lib-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug
PASS: mark-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug
PASS: uname-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug
PASS: ustack-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug print
PASS: ustack-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug main
PASS: ustack-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug main_func
PASS: ustack-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug lib_main
PASS: ustack-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug lib_func
PASS: lib-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug
PASS: mark-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug
PASS: uname-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug
PASS: ustack-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug print
PASS: ustack-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug main
PASS: ustack-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug main_func
PASS: ustack-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug lib_main
PASS: ustack-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-prelink-debug_uprobeslibgcc-O3-m64-prelink-debug lib_func
PASS: lib-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug
PASS: mark-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug
PASS: uname-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug
PASS: ustack-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug print
PASS: ustack-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug main
PASS: ustack-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug main_func
PASS: ustack-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug lib_main
PASS: ustack-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug lib_func
PASS: lib-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug
PASS: mark-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug
PASS: uname-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug
PASS: ustack-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug print
PASS: ustack-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug main
PASS: ustack-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug main_func
PASS: ustack-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug lib_main
PASS: ustack-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug lib_func
PASS: lib-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug
PASS: mark-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug
PASS: uname-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug
PASS: ustack-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug print
PASS: ustack-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug main
PASS: ustack-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug main_func
PASS: ustack-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug lib_main
PASS: ustack-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug lib_func
PASS: lib-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug
PASS: mark-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug
PASS: uname-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug
PASS: ustack-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug print
PASS: ustack-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug main
PASS: ustack-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug main_func
PASS: ustack-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug lib_main
PASS: ustack-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug_uprobeslibgcc-O3-m64-prelink-sep-debug lib_func
PASS: lib-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after
PASS: mark-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after
PASS: uname-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after
PASS: ustack-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after print
PASS: ustack-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after main
PASS: ustack-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after main_func
PASS: ustack-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after lib_main
PASS: ustack-uprobesgcc-O3-m64-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after lib_func
PASS: lib-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after
PASS: mark-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after
PASS: uname-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after
PASS: ustack-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after print
PASS: ustack-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after main
PASS: ustack-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after main_func
PASS: ustack-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after lib_main
PASS: ustack-uprobesgcc-O3-m64-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after lib_func
PASS: lib-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after
PASS: mark-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after
PASS: uname-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after
PASS: ustack-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after print
PASS: ustack-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after main
PASS: ustack-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after main_func
PASS: ustack-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after lib_main
PASS: ustack-uprobesgcc-O3-m64-pie-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after lib_func
PASS: lib-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after
PASS: mark-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after
PASS: uname-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after
PASS: ustack-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after print
PASS: ustack-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after main
PASS: ustack-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after main_func
PASS: ustack-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after lib_main
PASS: ustack-uprobesgcc-O3-m64-pie-sep-debug-uprobeslibgcc-O3-m64-prelink-sep-debug-after_uprobeslibgcc-O3-m64-prelink-sep-debug-after lib_func
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.exelib/pthreadprobes.exp ...
PASS: pthreadprobes
PASS: pthreadprobes cond_broadcast
PASS: pthreadprobes cond_destroy
PASS: pthreadprobes cond_init
PASS: pthreadprobes cond_signal
PASS: pthreadprobes cond_timedwait
PASS: pthreadprobes cond_wait
PASS: pthreadprobes mutex_acquired
PASS: pthreadprobes mutex_destroy
PASS: pthreadprobes mutex_entry
PASS: pthreadprobes mutex_init
PASS: pthreadprobes mutex_release
PASS: pthreadprobes mutex_timedlock_acquired
PASS: pthreadprobes mutex_timedlock_entry
PASS: pthreadprobes pthread_create
PASS: pthreadprobes pthread_join
PASS: pthreadprobes pthread_join_ret
PASS: pthreadprobes pthread_start
PASS: pthreadprobes rdlock_entry
PASS: pthreadprobes rwlock_destroy
FAIL: pthreadprobes wrlock_entry
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/absentstats.exp ...
PASS: absentstats
PASS: absentstats 1.4
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/elision.exp ...
PASS: elision-1
PASS: elision0
PASS: elision1
PASS: elision2
PASS: elision3
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/exists.exp ...
PASS: systemtap.maps/exists.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/foreach_fail.exp ...
PASS: foreach_fail correctly failed to compile
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/foreach_foreach.exp ...
PASS: systemtap.maps/foreach_foreach.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/foreach_limit.exp ...
PASS: systemtap.maps/foreach_limit.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/foreach_limit2.exp ...
PASS: systemtap.maps/foreach_limit2.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/hist_in_string.exp ...
PASS: systemtap.maps/hist_in_string.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/ii.exp ...
PASS: systemtap.maps/ii.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/iiiiii.exp ...
PASS: systemtap.maps/iiiiii.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/is.exp ...
PASS: systemtap.maps/is.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/ix.exp ...
PASS: systemtap.maps/ix.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/ix_clear.exp ...
PASS: ix_clear passed
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/ix_clear2.exp ...
PASS: ix_clear2 passed
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/ix_clear3.exp ...
PASS: ix_clear3 passed
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/ix_hist.exp ...
PASS: systemtap.maps/ix_hist.stp -DMAXACTION=10000
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/linear.exp ...
PASS: systemtap.maps/linear.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/linear_0.exp ...
PASS: linear_0
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/linear_bad.exp ...
PASS: linear_bad
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/linear_empty.exp ...
PASS: systemtap.maps/linear_empty.stp -w
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/linear_large.exp ...
PASS: systemtap.maps/linear_large.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/linear_large_neg.exp ...
PASS: systemtap.maps/linear_large_neg.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/linear_nearlyempty.exp ...
PASS: systemtap.maps/linear_nearlyempty.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/linear_neg.exp ...
PASS: linear_neg
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/linear_over.exp ...
PASS: systemtap.maps/linear_over.stp -DMAXACTION=10000
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/linear_overunder.exp ...
PASS: systemtap.maps/linear_overunder.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/linear_under.exp ...
PASS: systemtap.maps/linear_under.stp -DMAXACTION=10000
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/log.exp ...
PASS: systemtap.maps/log.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/log_edge.exp ...
PASS: systemtap.maps/log_edge.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/map_hash.exp ...
PASS: systemtap.maps/map_hash_II.stp
PASS: systemtap.maps/map_hash_SI.stp
PASS: systemtap.maps/map_hash_SSI.stp
PASS: systemtap.maps/map_hash_stat_II.stp
PASS: systemtap.maps/map_hash_stat_SI.stp
PASS: systemtap.maps/map_hash_stat_SSI.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/map_wrap.exp ...
PASS: systemtap.maps/map_wrap1.stp
PASS: systemtap.maps/map_wrap2.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/pmap_agg_overflow.exp ...
PASS: pmap_agg_overflow
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/si.exp ...
PASS: systemtap.maps/si.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.maps/ss.exp ...
PASS: systemtap.maps/ss.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.pass1-4/buildko.exp ...
XFAIL: buildko/one.stp
XFAIL: buildko/three.stp
XFAIL: buildko/two.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.pass1-4/buildok.exp ...
PASS: buildok/array_size.stp
PASS: buildok/atomic.stp
PASS: buildok/aux_syscalls-embedded.stp
PASS: buildok/cmdline01.stp
PASS: buildok/context-embedded.stp
PASS: buildok/context-symbols-embedded.stp
FAIL: buildok/context-unwind-embedded.stp
PASS: buildok/conversions-embedded.stp
PASS: buildok/conversions-guru-embedded.stp
PASS: buildok/conversions.stp
PASS: buildok/ctime-embedded.stp
PASS: buildok/delete.stp
PASS: buildok/dentry-embedded.stp
PASS: buildok/dev-embedded.stp
PASS: buildok/eight.stp
PASS: buildok/eighteen.stp
PASS: buildok/eleven.stp
PASS: buildok/endian-embedded.stp
PASS: buildok/errno-embedded.stp
PASS: buildok/fifteen.stp
PASS: buildok/five.stp
PASS: buildok/fortyfive.stp
PASS: buildok/fortyone.stp
PASS: buildok/fortysix.stp
PASS: buildok/fortytwo.stp
PASS: buildok/four.stp
PASS: buildok/fourteen-plus.stp
PASS: buildok/fourteen.stp
PASS: buildok/gtod_init.stp
PASS: buildok/gtod_noinit.stp
PASS: buildok/histogram_operator_in.stp
PASS: buildok/hwbkpt.stp
PASS: buildok/indent.stp
PASS: buildok/inet-embedded.stp
PASS: buildok/inet_sock-embedded.stp
PASS: buildok/ioblock-all-probes.stp
PASS: buildok/ioblock-detailed.stp
PASS: buildok/ioblock-embedded.stp
PASS: buildok/ioscheduler-all-probes.stp
PASS: buildok/ioscheduler-detailed.stp
PASS: buildok/ioscheduler-embedded.stp
PASS: buildok/ip-embedded.stp
PASS: buildok/ipmib-all-probes.stp
PASS: buildok/ipmib-detailed.stp
PASS: buildok/ipmib-embedded.stp
PASS: buildok/irq-all-probes.stp
PASS: buildok/irq-detailed.stp
PASS: buildok/iterate_histogram_buckets.stp
PASS: buildok/kprocess-all-probes.stp
PASS: buildok/kprocess-detailed.stp
PASS: buildok/kprocess-embedded.stp
PASS: buildok/linuxmib-all-probes.stp
PASS: buildok/linuxmib-detailed.stp
PASS: buildok/logging-embedded.stp
PASS: buildok/maxactive01.stp
PASS: buildok/memory-all-probes.stp
PASS: buildok/memory-detailed.stp
PASS: buildok/memory-embedded.stp
PASS: buildok/memory-mmap.stp
PASS: buildok/memory-write_shared_copy.stp
PASS: buildok/memory.stp
PASS: buildok/nd_syscalls-all-probes.stp
PASS: buildok/nd_syscalls-arch-detailed.stp
PASS: buildok/nd_syscalls-detailed.stp
PASS: buildok/nd_syscalls2-detailed.stp
PASS: buildok/networking-all-probes.stp
PASS: buildok/networking-change_rx_flag.stp
PASS: buildok/networking-detailed.stp
PASS: buildok/networking-embedded.stp
PASS: buildok/nfs-all-probes.stp
PASS: buildok/nfs-detailed.stp
PASS: buildok/nfs-embedded.stp
PASS: buildok/nfs-fop.check_flags.stp
KFAIL: buildok/nfs_proc-detailed.stp (PRMS: GCC)
PASS: buildok/nfs_proc-embedded.stp
PASS: buildok/nfsd-all-probes.stp
KFAIL: buildok/nfsd-detailed.stp (PRMS: GCC)
PASS: buildok/nfsd-embedded.stp
PASS: buildok/nfsderrno-embedded.stp
PASS: buildok/nine.stp
PASS: buildok/nineteen.stp
PASS: buildok/null.stp
PASS: buildok/one.stp
PASS: buildok/per-process-syscall.stp
PASS: buildok/pmap_foreach.stp
PASS: buildok/pr10678.stp
PASS: buildok/pr13284.stp
PASS: buildok/pretty-uprobes.stp
PASS: buildok/pretty.stp
PASS: buildok/print_histogram_entry.stp
PASS: buildok/print_histograms.stp
PASS: buildok/printf.stp
PASS: buildok/proc_mem-embedded.stp
FAIL: buildok/process_test.stp
PASS: buildok/procfs01.stp
PASS: buildok/queue_stats-embedded.stp
PASS: buildok/random-embedded.stp
PASS: buildok/rpc-all-probes.stp
KFAIL: buildok/rpc-detailed.stp (PRMS: GCC)
PASS: buildok/rpc-embedded.stp
PASS: buildok/scheduler-all-probes.stp
PASS: buildok/scheduler-cpu_off.stp
PASS: buildok/scheduler-ctxswitch.stp
PASS: buildok/scheduler-detailed.stp
PASS: buildok/scheduler-embedded.stp
PASS: buildok/scheduler-migrate.stp
PASS: buildok/scsi-all-probes.stp
PASS: buildok/scsi-detailed.stp
PASS: buildok/scsi-embedded.stp
PASS: buildok/semicolon.stp
PASS: buildok/seven.stp
PASS: buildok/seventeen.stp
PASS: buildok/signal-all-probes.stp
PASS: buildok/signal-check_ignored.stp
PASS: buildok/signal-detailed.stp
PASS: buildok/signal-embedded.stp
KFAIL: buildok/signal-handle.stp (PRMS: GCC)
PASS: buildok/six.stp
PASS: buildok/sixteen.stp
PASS: buildok/socket-all-probes.stp
PASS: buildok/socket-detailed.stp
PASS: buildok/socket-embedded.stp
PASS: buildok/stat_extract.stp
PASS: buildok/stat_insert.stp
PASS: buildok/stopwatches.stp
PASS: buildok/string-embedded.stp
PASS: buildok/syscall.stp
PASS: buildok/syscalls-arch-detailed.stp
PASS: buildok/syscalls-detailed.stp
PASS: buildok/syscalls2-detailed.stp
PASS: buildok/system-embedded.stp
PASS: buildok/task-embedded.stp
PASS: buildok/task_test.stp
PASS: buildok/task_time-embedded.stp
PASS: buildok/tcp-all-probes.stp
PASS: buildok/tcp-detailed.stp
PASS: buildok/tcp-embedded.stp
PASS: buildok/tcp_test.stp
PASS: buildok/tcpmib-all-probes.stp
PASS: buildok/tcpmib-detailed.stp
PASS: buildok/tcpmib-embedded.stp
PASS: buildok/ten.stp
PASS: buildok/thirteen.stp
PASS: buildok/thirty.stp
PASS: buildok/thirtyfour.stp
PASS: buildok/thirtyone.stp
PASS: buildok/thirtythree.stp
PASS: buildok/thirtytwo.stp
PASS: buildok/three.stp
PASS: buildok/timestamp-embedded.stp
PASS: buildok/timestamp_gtod-embedded.stp
PASS: buildok/timestamp_monotonic-embedded.stp
PASS: buildok/tty-detailed.stp
PASS: buildok/tty-resize.stp
PASS: buildok/twelve.stp
PASS: buildok/twenty.stp
PASS: buildok/twentyeight.stp
FAIL: buildok/twentyeightprime.stp
PASS: buildok/twentyfive.stp
PASS: buildok/twentyfour.stp
PASS: buildok/twentynine.stp
PASS: buildok/twentyone.stp
PASS: buildok/twentyseven.stp
PASS: buildok/twentythree.stp
PASS: buildok/twentytwo.stp
PASS: buildok/two.stp
PASS: buildok/ucontext-embedded.stp
PASS: buildok/ucontext-symbols-embedded.stp
PASS: buildok/ucontext-unwind-embedded.stp
PASS: buildok/udp-all-probes.stp
PASS: buildok/udp-detailed.stp
PASS: buildok/udp_test.stp
PASS: buildok/utrace.stp
PASS: buildok/vfs-all-probes.stp
PASS: buildok/vfs-detailed.stp
PASS: buildok/vfs-embedded.stp
FAIL: buildok/xtime.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.pass1-4/debugtypes.exp ...
PASS: compiling debugtypes.cxx
FAIL: compiling debugtypes.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.pass1-4/parseko.exp ...
XFAIL: parseko/array01.stp
XFAIL: parseko/array02.stp
XFAIL: parseko/array03.stp
XFAIL: parseko/array04.stp
XFAIL: parseko/bad_tapset.stp
XFAIL: parseko/cmdline02.stp
XFAIL: parseko/cmdline03.stp
XFAIL: parseko/cmdline04.stp
XFAIL: parseko/cmdline06.stp
XFAIL: parseko/cmdline07.stp
XFAIL: parseko/cmdline08.stp
XFAIL: parseko/cmdline09.stp
XFAIL: parseko/cmdline10.stp
XFAIL: parseko/cmdline11.stp
XFAIL: parseko/cmdline12.stp
XFAIL: parseko/cmdline13.stp
XFAIL: parseko/cmdline14.stp
XFAIL: parseko/cmdline15.stp
XFAIL: parseko/cmdline16.stp
XFAIL: parseko/cmdline17.stp
XFAIL: parseko/cmdline18.stp
XFAIL: parseko/cmdline19.stp
XFAIL: parseko/cmdline20.stp
XFAIL: parseko/cmdline21.stp
XFAIL: parseko/cmdline22.stp
XFAIL: parseko/cmdlinearg01.stp
XFAIL: parseko/cmdlinearg02.stp
XFAIL: parseko/conditional.stp
XFAIL: parseko/deprecated01.stp
XFAIL: parseko/eight.stp
XFAIL: parseko/eighteen.stp
XFAIL: parseko/eleven.stp
XFAIL: parseko/fifteen.stp
XFAIL: parseko/five.stp
XFAIL: parseko/foreachstmt01.stp
XFAIL: parseko/foreachstmt02.stp
XFAIL: parseko/foreachstmt03.stp
XFAIL: parseko/foreachstmt04.stp
XFAIL: parseko/foreachstmt05.stp
XFAIL: parseko/foreachstmt06.stp
XFAIL: parseko/foreachstmt07.stp
XFAIL: parseko/forstmt01.stp
XFAIL: parseko/forstmt02.stp
XFAIL: parseko/forstmt03.stp
XFAIL: parseko/forstmt04.stp
XFAIL: parseko/four.stp
XFAIL: parseko/fourteen.stp
XFAIL: parseko/functiondecl01.stp
XFAIL: parseko/functiondecl02.stp
XFAIL: parseko/functiondecl03.stp
XFAIL: parseko/functiondecl04.stp
XFAIL: parseko/functiondecl05.stp
XFAIL: parseko/functiondecl06.stp
XFAIL: parseko/functiondecl07.stp
XFAIL: parseko/ifstmt01.stp
XFAIL: parseko/ifstmt02.stp
XFAIL: parseko/maxactive01.stp
XFAIL: parseko/maxactive02.stp
XFAIL: parseko/maxactive03.stp
XFAIL: parseko/maxactive04.stp
XFAIL: parseko/nine.stp
XFAIL: parseko/nineteen.stp
XFAIL: parseko/one.stp
XFAIL: parseko/preprocess01.stp
XFAIL: parseko/preprocess02.stp
XFAIL: parseko/preprocess03.stp
XFAIL: parseko/preprocess04.stp
XFAIL: parseko/preprocess05.stp
XFAIL: parseko/preprocess06.stp
XFAIL: parseko/preprocess07.stp
XFAIL: parseko/preprocess08.stp
XFAIL: parseko/preprocess08b.stp
XFAIL: parseko/preprocess09.stp
XFAIL: parseko/preprocess10.stp
XFAIL: parseko/preprocess11.stp
XFAIL: parseko/preprocess12.stp
XFAIL: parseko/preprocess13.stp
XFAIL: parseko/preprocess14.stp
XFAIL: parseko/preprocess15.stp
XFAIL: parseko/preprocess16.stp
XFAIL: parseko/preprocess17.stp
XFAIL: parseko/printd01.stp
XFAIL: parseko/printd02.stp
XFAIL: parseko/printd03.stp
XFAIL: parseko/printd04.stp
XFAIL: parseko/probepoint01.stp
XFAIL: parseko/probepoint02.stp
XFAIL: parseko/probepoint03.stp
XFAIL: parseko/probepoint04.stp
XFAIL: parseko/probepoint05.stp
XFAIL: parseko/probepoint06.stp
XFAIL: parseko/probepoint07.stp
XFAIL: parseko/probepoint08.stp
XFAIL: parseko/probepoint09.stp
XFAIL: parseko/procfs01.stp
XFAIL: parseko/procfs02.stp
XFAIL: parseko/procfs03.stp
XFAIL: parseko/seven.stp
XFAIL: parseko/seventeen.stp
XFAIL: parseko/six.stp
XFAIL: parseko/sixteen.stp
XFAIL: parseko/ternarystmt01.stp
XFAIL: parseko/thirteen.stp
XFAIL: parseko/three.stp
XFAIL: parseko/twelve.stp
XFAIL: parseko/twenty.stp
XFAIL: parseko/twentyfive.stp
XFAIL: parseko/twentyfour.stp
XFAIL: parseko/twentyone.stp
XFAIL: parseko/twentyseven.stp
XFAIL: parseko/twentysix.stp
XFAIL: parseko/twentythree.stp
XFAIL: parseko/twentytwo.stp
XFAIL: parseko/two.stp
XFAIL: parseko/utrace01.stp
XFAIL: parseko/whilestmt01.stp
XFAIL: parseko/whilestmt02.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.pass1-4/parseok.exp ...
PASS: parseok/all_tapsets.stp
PASS: parseok/bad_tapset.stp
PASS: parseok/cmdline01.stp
PASS: parseok/cmdline02.stp
PASS: parseok/deprecated01.stp
PASS: parseok/eight.stp
PASS: parseok/eighteen.stp
PASS: parseok/eleven.stp
PASS: parseok/end_string.stp
PASS: parseok/fifteen.stp
PASS: parseok/five.stp
PASS: parseok/foreachstmt01.stp
PASS: parseok/four.stp
PASS: parseok/fourteen.stp
PASS: parseok/kconfig.stp
PASS: parseok/nine.stp
PASS: parseok/nineteen.stp
PASS: parseok/one.stp
PASS: parseok/preprocess-wildcard.stp
PASS: parseok/semko.stp
PASS: parseok/seven.stp
PASS: parseok/seventeen.stp
PASS: parseok/six.stp
PASS: parseok/sixteen.stp
PASS: parseok/ten.stp
PASS: parseok/thirteen.stp
PASS: parseok/three.stp
PASS: parseok/twelve.stp
PASS: parseok/twenty.stp
PASS: parseok/twentyone.stp
PASS: parseok/two.stp
PASS: parseok/umask01.stp
PASS: parseok/umask02.stp
PASS: parseok/umask03.stp
PASS: parseok/umask04.stp
PASS: parseok/umask05.stp
PASS: parseok/umask06.stp
PASS: parseok/umask07.stp
PASS: parseok/unparser.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.pass1-4/semko.exp ...
XFAIL: semko/array01.stp
XFAIL: semko/array02.stp
XFAIL: semko/doubleglob.stp
XFAIL: semko/eight.stp
XFAIL: semko/eighteen.stp
XFAIL: semko/eleven.stp
XFAIL: semko/entry01.stp
XFAIL: semko/entry02.stp
XFAIL: semko/entry03.stp
XFAIL: semko/fifteen.stp
XFAIL: semko/fifty.stp
XFAIL: semko/five.stp
XFAIL: semko/foreachstmt01.stp
XFAIL: semko/foreachstmt02.stp
XFAIL: semko/foreachstmt03.stp
XFAIL: semko/forty.stp
XFAIL: semko/fortyeight.stp
XFAIL: semko/fortyfive.stp
XFAIL: semko/fortyfour.stp
XFAIL: semko/fortynine.stp
XFAIL: semko/fortyone.stp
XFAIL: semko/fortyseven.stp
XFAIL: semko/fortysix.stp
XFAIL: semko/fortythree.stp
XFAIL: semko/fortytwo.stp
XFAIL: semko/four.stp
XFAIL: semko/fourteen.stp
XFAIL: semko/gurufunc.stp
XFAIL: semko/inb_blacklisted.stp
XFAIL: semko/local_array.stp
XFAIL: semko/local_stat.stp
XFAIL: semko/logging-embedded.stp
XFAIL: semko/map_wrap_bad.stp
XFAIL: semko/maxactive01.stp
XFAIL: semko/maxactive02.stp
XFAIL: semko/maxactive03.stp
XFAIL: semko/maxactive04.stp
XFAIL: semko/maxactive05.stp
XFAIL: semko/nine.stp
XPASS: semko/nodwf01.stp
XPASS: semko/nodwf02.stp
XPASS: semko/nodwf03.stp
XPASS: semko/nodwf04.stp
XPASS: semko/nodwf05.stp
XFAIL: semko/nodwf06.stp
XPASS: semko/nodwf07.stp
XFAIL: semko/nodwf08.stp
XPASS: semko/nodwf09.stp
XFAIL: semko/nofunc.stp
XFAIL: semko/one.stp
XFAIL: semko/plt1.stp
XFAIL: semko/plt2.stp
XFAIL: semko/procfs01.stp
XFAIL: semko/procfs02.stp
XFAIL: semko/procfs03.stp
XFAIL: semko/procfs04.stp
XFAIL: semko/procfs05.stp
XFAIL: semko/procfs06.stp
XFAIL: semko/procfs07.stp
XFAIL: semko/procfs08.stp
XFAIL: semko/procfs09.stp
XFAIL: semko/procfs10.stp
XFAIL: semko/procfs11.stp
XFAIL: semko/procfs12.stp
XFAIL: semko/procfs13.stp
XFAIL: semko/procfs14.stp
XFAIL: semko/procfs15.stp
XFAIL: semko/return01.stp
XFAIL: semko/return02.stp
XFAIL: semko/seven.stp
XFAIL: semko/seventeen.stp
XFAIL: semko/six.stp
XFAIL: semko/sixteen.stp
XFAIL: semko/source_context.stp
XFAIL: semko/target_addr1.stp
XFAIL: semko/target_addr2.stp
XFAIL: semko/target_addr3.stp
XFAIL: semko/target_lvalue.stp
XFAIL: semko/ten.stp
XFAIL: semko/thirteen.stp
XFAIL: semko/thirty.stp
XFAIL: semko/thirtyeight.stp
XFAIL: semko/thirtyfive.stp
XFAIL: semko/thirtyfour.stp
XFAIL: semko/thirtynine.stp
XFAIL: semko/thirtyone.stp
XFAIL: semko/thirtyseven.stp
XFAIL: semko/thirtysix.stp
XFAIL: semko/thirtythree.stp
XFAIL: semko/thirtytwo.stp
XFAIL: semko/three.stp
XFAIL: semko/twelve.stp
XFAIL: semko/twenty.stp
XFAIL: semko/twentyeight.stp
XFAIL: semko/twentyfive.stp
XFAIL: semko/twentyfour.stp
XFAIL: semko/twentynine.stp
XFAIL: semko/twentyone.stp
XFAIL: semko/twentyseven.stp
XFAIL: semko/twentysix.stp
XFAIL: semko/twentythree.stp
XFAIL: semko/twentytwo.stp
XFAIL: semko/two.stp
XFAIL: semko/twotwo.stp
XFAIL: semko/typemismatch.stp
UNTESTED: semko/utrace.stp
XFAIL: semko/utrace03.stp
XFAIL: semko/utrace04.stp
XFAIL: semko/utrace05.stp
XFAIL: semko/utrace06.stp
XFAIL: semko/utrace07.stp
XFAIL: semko/utrace14.stp
XFAIL: semko/utrace15.stp
XFAIL: semko/utrace16.stp
XFAIL: semko/utrace17.stp
XFAIL: semko/utrace18.stp
XFAIL: semko/utrace19.stp
XFAIL: semko/utrace20.stp
XFAIL: semko/utrace21.stp
XFAIL: semko/utrace22.stp
XFAIL: semko/zero.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.pass1-4/semok.exp ...
PASS: semok/args.stp
PASS: semok/badvar.stp
PASS: semok/badvar_undefined.stp
PASS: semok/beginend.stp
PASS: semok/bz10475.stp
PASS: semok/bz11911.stp
PASS: semok/cast.stp
PASS: semok/config_config.stp
PASS: semok/config_number.stp
PASS: semok/config_wildcard.stp
PASS: semok/defined_list_vars.stp
PASS: semok/doubleglob.stp
PASS: semok/eight.stp
PASS: semok/eighteen.stp
PASS: semok/eleven.stp
PASS: semok/entry01.stp
PASS: semok/entry02.stp
PASS: semok/entry03.stp
PASS: semok/fifteen.stp
PASS: semok/five.stp
PASS: semok/four.stp
PASS: semok/fourteen.stp
PASS: semok/gurufunc.stp
PASS: semok/kretprobe-data.stp
PASS: semok/mangled.stp
PASS: semok/map_wrap_good.stp
PASS: semok/nine.stp
PASS: semok/nineteen.stp
PASS: semok/nodwf01.stp
PASS: semok/nodwf02.stp
PASS: semok/nodwf03.stp
PASS: semok/nodwf04.stp
PASS: semok/nodwf05.stp
PASS: semok/nodwf06.stp
PASS: semok/nodwf07.stp
PASS: semok/one.stp
PASS: semok/optimize.stp
PASS: semok/plt1.stp
PASS: semok/plt2.stp
PASS: semok/pr11808.stp
PASS: semok/pr11809.stp
PASS: semok/pretty-uprobes.stp
PASS: semok/pretty.stp
PASS: semok/pretty2.stp
PASS: semok/seven.stp
PASS: semok/seventeen.stp
PASS: semok/six.stp
PASS: semok/sixteen.stp
PASS: semok/syscall_return.stp
PASS: semok/target_addr.stp
PASS: semok/ten.stp
PASS: semok/thirteen.stp
PASS: semok/thirty.stp
PASS: semok/thirtyeight.stp
PASS: semok/thirtyfive.stp
PASS: semok/thirtyfour.stp
FAIL: semok/thirtynine.stp
PASS: semok/thirtyone.stp
PASS: semok/thirtyseven.stp
PASS: semok/thirtysix-utrace.stp
PASS: semok/thirtysix.stp
PASS: semok/thirtythree.stp
PASS: semok/thirtytwo.stp
PASS: semok/three.stp
PASS: semok/transko.stp
PASS: semok/twelve.stp
PASS: semok/twenty.stp
PASS: semok/twentyeight.stp
PASS: semok/twentyfive.stp
PASS: semok/twentyfour.stp
PASS: semok/twentynine.stp
PASS: semok/twentyone.stp
PASS: semok/twentyseven.stp
PASS: semok/twentysix.stp
PASS: semok/twentythree.stp
PASS: semok/twentytwo.stp
PASS: semok/two.stp
PASS: semok/utrace01.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.pass1-4/transko.exp ...
XFAIL: transko/two.stp
XFAIL: transko/varargs.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.pass1-4/transok.exp ...
PASS: transok/buildko.stp
PASS: transok/eight.stp
PASS: transok/eleven.stp
PASS: transok/five.stp
PASS: transok/four.stp
PASS: transok/nine.stp
PASS: transok/one.stp
PASS: transok/seven.stp
PASS: transok/six.stp
PASS: transok/ten.stp
PASS: transok/three.stp
PASS: transok/tval-opt.stp
PASS: transok/two.stp
PASS: transok/varargs.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/basic1.exp ...
PASS: systemtap.printf/basic1.stp
PASS: systemtap.printf/basic1.stp -DSTP_LEGACY_PRINT
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/basic2.exp ...
PASS: systemtap.printf/basic2.stp
PASS: systemtap.printf/basic2.stp -DSTP_LEGACY_PRINT
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/basic3.exp ...
PASS: systemtap.printf/basic3.stp
PASS: systemtap.printf/basic3.stp -DSTP_LEGACY_PRINT
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/basic4.exp ...
PASS: systemtap.printf/basic4.stp
PASS: systemtap.printf/basic4.stp -DSTP_LEGACY_PRINT
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/basic5.exp ...
PASS: systemtap.printf/basic5.stp
PASS: systemtap.printf/basic5.stp -DSTP_LEGACY_PRINT
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/basic6.exp ...
PASS: systemtap.printf/basic6.stp
PASS: systemtap.printf/basic6.stp -DSTP_LEGACY_PRINT
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/bin1.exp ...
PASS: systemtap.printf/bin1.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/bin2.exp ...
PASS: systemtap.printf/bin2.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/bin3.exp ...
PASS: systemtap.printf/bin3.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/bin4.exp ...
PASS: systemtap.printf/bin4.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/bin5.exp ...
PASS: systemtap.printf/bin5.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/bin6.exp ...
PASS: systemtap.printf/bin6.stp
PASS: systemtap.printf/bin6.stp -DSTP_LEGACY_PRINT
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/char1.exp ...
PASS: systemtap.printf/char1.stp
PASS: systemtap.printf/char1.stp -DSTP_LEGACY_PRINT
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/char2.exp ...
PASS: systemtap.printf/char2.stp
PASS: systemtap.printf/char2.stp -DSTP_LEGACY_PRINT
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/end1.exp ...
PASS: systemtap.printf/end1
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/end1b.exp ...
PASS: systemtap.printf/end1b
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/int1.exp ...
PASS: systemtap.printf/int1.stp
PASS: systemtap.printf/int1.stp -DSTP_LEGACY_PRINT
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/memory1.exp ...
PASS: systemtap.printf/memory1.stp -w -c {/bin/sh < /dev/null}
PASS: systemtap.printf/memory1.stp -w -c {/bin/sh < /dev/null} -DSTP_LEGACY_PRINT
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/mixed_out.exp ...
PASS: systemtap.printf/mixed_out
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/mixed_outb.exp ...
PASS: systemtap.printf/mixed_outb
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/oct.exp ...
PASS: systemtap.printf/oct.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/out1.exp ...
PASS: systemtap.printf/out1
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/out1b.exp ...
PASS: systemtap.printf/out1b
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/out2.exp ...
PASS: systemtap.printf/out2
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/out2b.exp ...
PASS: systemtap.printf/out2b
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/out3.exp ...
PASS: systemtap.printf/out3
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/out3b.exp ...
PASS: systemtap.printf/out3b
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/pretty-bits.exp ...
PASS: systemtap.printf/pretty-bits.stp kernel</discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/pretty-bits.h> -g
PASS: systemtap.printf/pretty-bits.stp kernel</discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/pretty-bits.h> -g -DSTP_LEGACY_PRINT
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/pretty-char.exp ...
PASS: systemtap.printf/pretty-char.stp kernel</discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/pretty-char.h> -g
PASS: systemtap.printf/pretty-char.stp kernel</discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/pretty-char.h> -g -DSTP_LEGACY_PRINT
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/print.exp ...
PASS: systemtap.printf/print.stp
PASS: systemtap.printf/print.stp -DSTP_LEGACY_PRINT
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/print_char.exp ...
PASS: systemtap.printf/print_char.stp
PASS: systemtap.printf/print_char.stp -DSTP_LEGACY_PRINT
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/printd.exp ...
PASS: printd
PASS: printdln
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/println.exp ...
PASS: systemtap.printf/println.stp
PASS: systemtap.printf/println.stp -DSTP_LEGACY_PRINT
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/ptr-1.2.exp ...
PASS: systemtap.printf/ptr-1.2.stp --compatible=1.2
PASS: systemtap.printf/ptr-1.2.stp --compatible=1.2 -DSTP_LEGACY_PRINT
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/ptr-1.3.exp ...
PASS: systemtap.printf/ptr-1.3.stp --compatible=1.3
PASS: systemtap.printf/ptr-1.3.stp --compatible=1.3 -DSTP_LEGACY_PRINT
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/ring_buffer.exp ...
PASS: RING_BUFFER startup
PASS: RING_BUFFER load generation
PASS: RING_BUFFER shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/sharedbuf.exp ...
PASS: shared buffer hosting
PASS: shared buffer guest
PASS: shared buffer guest2
PASS: nonexist buffer sharing
PASS: buffer sharing
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/string1.exp ...
PASS: systemtap.printf/string1.stp
PASS: systemtap.printf/string1.stp -DSTP_LEGACY_PRINT
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.printf/string2.exp ...
PASS: systemtap.printf/string2.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.samples/examples.exp ...
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.samples/tcptest.exp ...
PASS: systemtap.samples/tcptest.stp startup
PASS: systemtap.samples/tcptest.stp load generation
PASS: systemtap.samples/tcptest.stp shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.server/client.exp ...
PASS: List existing online servers
PASS: List existing trusted servers
PASS: List existing signing servers
PASS: List all existing servers
PASS: Verify existing online server list
PASS: Verify existing trusted server list
PASS: Verify existing signing server list
PASS: Verify all existing server list
UNTESTED: Compile-server client tests against a server
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.server/client_args.exp ...
PASS: Invalid Server Client Arguments: --unprivileged --client-options -B X=Y
PASS: Invalid Server Client Arguments: --privilege=stapusr --client-options -B X=Y
PASS: Invalid Server Client Arguments: --privilege=stapsys --client-options -B X=Y
PASS: Invalid Server Client Arguments: --unprivileged --client-options -D X=Y
PASS: Invalid Server Client Arguments: --privilege=stapusr --client-options -D X=Y
PASS: Invalid Server Client Arguments: --privilege=stapsys --client-options -D X=Y
PASS: Invalid Server Client Arguments: --unprivileged --client-options -I foo
PASS: Invalid Server Client Arguments: --privilege=stapusr --client-options -I foo
PASS: Invalid Server Client Arguments: --privilege=stapsys --client-options -I foo
PASS: Invalid Server Client Arguments: --unprivileged --client-options -m test
PASS: Invalid Server Client Arguments: --privilege=stapusr --client-options -m test
PASS: Invalid Server Client Arguments: --privilege=stapsys --client-options -m test
PASS: Invalid Server Client Arguments: --unprivileged --client-options -R foo
PASS: Invalid Server Client Arguments: --privilege=stapusr --client-options -R foo
PASS: Invalid Server Client Arguments: --privilege=stapsys --client-options -R foo
PASS: Invalid Server Client Arguments: --unprivileged --client-options -k
PASS: Invalid Server Client Arguments: --privilege=stapusr --client-options -k
PASS: Invalid Server Client Arguments: --privilege=stapsys --client-options -k
PASS: Invalid Server Client Arguments: --unprivileged --client-options -B X=Y -D X=Y -I foo -m test -R foo -k -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64
PASS: Invalid Server Client Arguments: --privilege=stapusr --client-options -B X=Y -D X=Y -I foo -m test -R foo -k -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64
PASS: Invalid Server Client Arguments: --privilege=stapsys --client-options -B X=Y -D X=Y -I foo -m test -R foo -k -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64
PASS: Invalid Server Client Arguments: --client-options --unprivileged -B X=Y
PASS: Invalid Server Client Arguments: --client-options --privilege=stapusr -B X=Y
PASS: Invalid Server Client Arguments: --client-options --privilege=stapsys -B X=Y
PASS: Invalid Server Client Arguments: --client-options --unprivileged -D X=Y
PASS: Invalid Server Client Arguments: --client-options --privilege=stapusr -D X=Y
PASS: Invalid Server Client Arguments: --client-options --privilege=stapsys -D X=Y
PASS: Invalid Server Client Arguments: --client-options --unprivileged -I foo
PASS: Invalid Server Client Arguments: --client-options --privilege=stapusr -I foo
PASS: Invalid Server Client Arguments: --client-options --privilege=stapsys -I foo
PASS: Invalid Server Client Arguments: --client-options --unprivileged -m test
PASS: Invalid Server Client Arguments: --client-options --privilege=stapusr -m test
PASS: Invalid Server Client Arguments: --client-options --privilege=stapsys -m test
PASS: Invalid Server Client Arguments: --client-options --unprivileged -R foo
PASS: Invalid Server Client Arguments: --client-options --privilege=stapusr -R foo
PASS: Invalid Server Client Arguments: --client-options --privilege=stapsys -R foo
PASS: Invalid Server Client Arguments: --client-options --unprivileged -k
PASS: Invalid Server Client Arguments: --client-options --privilege=stapusr -k
PASS: Invalid Server Client Arguments: --client-options --privilege=stapsys -k
PASS: Invalid Server Client Arguments: --client-options --unprivileged -B X=Y -D X=Y -I foo -m test -R foo -k -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64
PASS: Invalid Server Client Arguments: --client-options --privilege=stapusr -B X=Y -D X=Y -I foo -m test -R foo -k -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64
PASS: Invalid Server Client Arguments: --client-options --privilege=stapsys -B X=Y -D X=Y -I foo -m test -R foo -k -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64
PASS: Invalid Server Client Arguments: --client-options -B X=Y --unprivileged
PASS: Invalid Server Client Arguments: --client-options -B X=Y --privilege=stapusr
PASS: Invalid Server Client Arguments: --client-options -B X=Y --privilege=stapsys
PASS: Invalid Server Client Arguments: --client-options -D X=Y --unprivileged
PASS: Invalid Server Client Arguments: --client-options -D X=Y --privilege=stapusr
PASS: Invalid Server Client Arguments: --client-options -D X=Y --privilege=stapsys
PASS: Invalid Server Client Arguments: --client-options -I foo --unprivileged
PASS: Invalid Server Client Arguments: --client-options -I foo --privilege=stapusr
PASS: Invalid Server Client Arguments: --client-options -I foo --privilege=stapsys
PASS: Invalid Server Client Arguments: --client-options -m test --unprivileged
PASS: Invalid Server Client Arguments: --client-options -m test --privilege=stapusr
PASS: Invalid Server Client Arguments: --client-options -m test --privilege=stapsys
PASS: Invalid Server Client Arguments: --client-options -R foo --unprivileged
PASS: Invalid Server Client Arguments: --client-options -R foo --privilege=stapusr
PASS: Invalid Server Client Arguments: --client-options -R foo --privilege=stapsys
PASS: Invalid Server Client Arguments: --client-options -k --unprivileged
PASS: Invalid Server Client Arguments: --client-options -k --privilege=stapusr
PASS: Invalid Server Client Arguments: --client-options -k --privilege=stapsys
PASS: Invalid Server Client Arguments: --client-options -B X=Y -D X=Y -I foo -m test -R foo -k -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64 --unprivileged
PASS: Invalid Server Client Arguments: --client-options -B X=Y -D X=Y -I foo -m test -R foo -k -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64 --privilege=stapusr
PASS: Invalid Server Client Arguments: --client-options -B X=Y -D X=Y -I foo -m test -R foo -k -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64 --privilege=stapsys
PASS: Invalid Server Client Arguments: --client-options -R /path
PASS: Invalid Server Client Arguments: --client-options --ldd
PASS: Invalid Server Client Arguments: --client-options --tmpdir=/tmp
PASS: Invalid Server Client Arguments: --client-options --use-server
PASS: Invalid Server Client Arguments: --client-options --use-server-on-error
PASS: Invalid Server Client Arguments: --client-options --list-servers
PASS: Invalid Server Client Arguments: --client-options --trust-servers
PASS: Invalid Server Client Arguments: --client-options --disable-cache
PASS: Invalid Server Client Arguments: --client-options --poison-cache
PASS: Invalid Server Client Arguments: --client-options --clean-cache
PASS: Invalid Server Client Arguments: --client-options --all-modules
PASS: Invalid Server Client Arguments: --client-options --remote=foo
PASS: Invalid Server Client Arguments: --client-options --remote-prefix
PASS: Invalid Server Client Arguments: --client-options --modinfo=foo
PASS: Invalid Server Client Arguments: -D "foo;bar"
PASS: Invalid Server Client Arguments: -D 2=4
PASS: Invalid Server Client Arguments: --client-options -r /path
PASS: Invalid Server Client Arguments: -S /path
PASS: Invalid Server Client Arguments: --client-options -q
PASS: Invalid Server Client Arguments: --client-options -k
PASS: Valid Server Client Arguments: -a i386
PASS: Valid Server Client Arguments: -B X=Y
PASS: Valid Server Client Arguments: -D X=Y
PASS: Valid Server Client Arguments: -I foo
PASS: Valid Server Client Arguments: -m test
PASS: Valid Server Client Arguments: -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64
PASS: Valid Server Client Arguments: -a i386 -B X=Y -D X=Y -I foo -m test -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64
PASS: Valid Server Client Arguments: --unprivileged
PASS: Valid Server Client Arguments: --privilege=stapusr
PASS: Valid Server Client Arguments: --privilege=stapsys
PASS: Valid Server Client Arguments: --unprivileged -a i386
PASS: Valid Server Client Arguments: --privilege=stapusr -a i386
PASS: Valid Server Client Arguments: --privilege=stapsys -a i386
PASS: Valid Server Client Arguments: --unprivileged -B X=Y
PASS: Valid Server Client Arguments: --privilege=stapusr -B X=Y
PASS: Valid Server Client Arguments: --privilege=stapsys -B X=Y
PASS: Valid Server Client Arguments: --unprivileged -D X=Y
PASS: Valid Server Client Arguments: --privilege=stapusr -D X=Y
PASS: Valid Server Client Arguments: --privilege=stapsys -D X=Y
PASS: Valid Server Client Arguments: --unprivileged -I foo
PASS: Valid Server Client Arguments: --privilege=stapusr -I foo
PASS: Valid Server Client Arguments: --privilege=stapsys -I foo
PASS: Valid Server Client Arguments: --unprivileged -m test
PASS: Valid Server Client Arguments: --privilege=stapusr -m test
PASS: Valid Server Client Arguments: --privilege=stapsys -m test
PASS: Valid Server Client Arguments: --unprivileged -R foo
PASS: Valid Server Client Arguments: --privilege=stapusr -R foo
PASS: Valid Server Client Arguments: --privilege=stapsys -R foo
PASS: Valid Server Client Arguments: --unprivileged -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64
PASS: Valid Server Client Arguments: --privilege=stapusr -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64
PASS: Valid Server Client Arguments: --privilege=stapsys -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64
PASS: Valid Server Client Arguments: --unprivileged -a i386 -B X=Y -D X=Y -I foo -m test -R foo -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64
PASS: Valid Server Client Arguments: --privilege=stapusr -a i386 -B X=Y -D X=Y -I foo -m test -R foo -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64
PASS: Valid Server Client Arguments: --privilege=stapsys -a i386 -B X=Y -D X=Y -I foo -m test -R foo -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64
PASS: Valid Server Client Arguments: --client-options
PASS: Valid Server Client Arguments: --client-options -a i386
PASS: Valid Server Client Arguments: --client-options -D X=Y
PASS: Valid Server Client Arguments: --client-options -I foo
PASS: Valid Server Client Arguments: --client-options -m test
PASS: Valid Server Client Arguments: --client-options -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64
PASS: Valid Server Client Arguments: --client-options -a i386 -D X=Y -I foo -m test -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64
PASS: Valid Server Client Arguments: --unprivileged --client-options
PASS: Valid Server Client Arguments: --privilege=stapusr --client-options
PASS: Valid Server Client Arguments: --privilege=stapsys --client-options
PASS: Valid Server Client Arguments: --client-options --unprivileged
PASS: Valid Server Client Arguments: --client-options --privilege=stapusr
PASS: Valid Server Client Arguments: --client-options --privilege=stapsys
PASS: Valid Server Client Arguments: --unprivileged -a i386 --client-options
PASS: Valid Server Client Arguments: --privilege=stapusr -a i386 --client-options
PASS: Valid Server Client Arguments: --privilege=stapsys -a i386 --client-options
PASS: Valid Server Client Arguments: --unprivileged -B X=Y --client-options
PASS: Valid Server Client Arguments: --privilege=stapusr -B X=Y --client-options
PASS: Valid Server Client Arguments: --privilege=stapsys -B X=Y --client-options
PASS: Valid Server Client Arguments: --unprivileged -D X=Y --client-options
PASS: Valid Server Client Arguments: --privilege=stapusr -D X=Y --client-options
PASS: Valid Server Client Arguments: --privilege=stapsys -D X=Y --client-options
PASS: Valid Server Client Arguments: --unprivileged -I foo --client-options
PASS: Valid Server Client Arguments: --privilege=stapusr -I foo --client-options
PASS: Valid Server Client Arguments: --privilege=stapsys -I foo --client-options
PASS: Valid Server Client Arguments: --unprivileged -m test --client-options
PASS: Valid Server Client Arguments: --privilege=stapusr -m test --client-options
PASS: Valid Server Client Arguments: --privilege=stapsys -m test --client-options
PASS: Valid Server Client Arguments: --unprivileged -R foo --client-options
PASS: Valid Server Client Arguments: --privilege=stapusr -R foo --client-options
PASS: Valid Server Client Arguments: --privilege=stapsys -R foo --client-options
PASS: Valid Server Client Arguments: --unprivileged -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64 --client-options
PASS: Valid Server Client Arguments: --privilege=stapusr -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64 --client-options
PASS: Valid Server Client Arguments: --privilege=stapsys -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64 --client-options
PASS: Valid Server Client Arguments: --unprivileged -a i386 -B X=Y -D X=Y -I foo -m test -R foo -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64 --client-options
PASS: Valid Server Client Arguments: --privilege=stapusr -a i386 -B X=Y -D X=Y -I foo -m test -R foo -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64 --client-options
PASS: Valid Server Client Arguments: --privilege=stapsys -a i386 -B X=Y -D X=Y -I foo -m test -R foo -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64 --client-options
PASS: Valid Server Client Arguments: -a i386 --unprivileged --client-options
PASS: Valid Server Client Arguments: -a i386 --privilege=stapusr --client-options
PASS: Valid Server Client Arguments: -a i386 --privilege=stapsys --client-options
PASS: Valid Server Client Arguments: -B X=Y --unprivileged --client-options
PASS: Valid Server Client Arguments: -B X=Y --privilege=stapusr --client-options
PASS: Valid Server Client Arguments: -B X=Y --privilege=stapsys --client-options
PASS: Valid Server Client Arguments: -D X=Y --unprivileged --client-options
PASS: Valid Server Client Arguments: -D X=Y --privilege=stapusr --client-options
PASS: Valid Server Client Arguments: -D X=Y --privilege=stapsys --client-options
PASS: Valid Server Client Arguments: -I foo --unprivileged --client-options
PASS: Valid Server Client Arguments: -I foo --privilege=stapusr --client-options
PASS: Valid Server Client Arguments: -I foo --privilege=stapsys --client-options
PASS: Valid Server Client Arguments: -m test --unprivileged --client-options
PASS: Valid Server Client Arguments: -m test --privilege=stapusr --client-options
PASS: Valid Server Client Arguments: -m test --privilege=stapsys --client-options
PASS: Valid Server Client Arguments: -R foo --unprivileged --client-options
PASS: Valid Server Client Arguments: -R foo --privilege=stapusr --client-options
PASS: Valid Server Client Arguments: -R foo --privilege=stapsys --client-options
PASS: Valid Server Client Arguments: -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64 --unprivileged --client-options
PASS: Valid Server Client Arguments: -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64 --privilege=stapusr --client-options
PASS: Valid Server Client Arguments: -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64 --privilege=stapsys --client-options
PASS: Valid Server Client Arguments: -a i386 -B X=Y -D X=Y -I foo -m test -R foo -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64 --unprivileged --client-options
PASS: Valid Server Client Arguments: -a i386 -B X=Y -D X=Y -I foo -m test -R foo -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64 --privilege=stapusr --client-options
PASS: Valid Server Client Arguments: -a i386 -B X=Y -D X=Y -I foo -m test -R foo -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64 --privilege=stapsys --client-options
PASS: Valid Server Client Arguments: -a i386 --client-options --unprivileged
PASS: Valid Server Client Arguments: -a i386 --client-options --privilege=stapusr
PASS: Valid Server Client Arguments: -a i386 --client-options --privilege=stapsys
PASS: Valid Server Client Arguments: -B X=Y --client-options --unprivileged
PASS: Valid Server Client Arguments: -B X=Y --client-options --privilege=stapusr
PASS: Valid Server Client Arguments: -B X=Y --client-options --privilege=stapsys
PASS: Valid Server Client Arguments: -D X=Y --client-options --unprivileged
PASS: Valid Server Client Arguments: -D X=Y --client-options --privilege=stapusr
PASS: Valid Server Client Arguments: -D X=Y --client-options --privilege=stapsys
PASS: Valid Server Client Arguments: -I foo --client-options --unprivileged
PASS: Valid Server Client Arguments: -I foo --client-options --privilege=stapusr
PASS: Valid Server Client Arguments: -I foo --client-options --privilege=stapsys
PASS: Valid Server Client Arguments: -m test --client-options --unprivileged
PASS: Valid Server Client Arguments: -m test --client-options --privilege=stapusr
PASS: Valid Server Client Arguments: -m test --client-options --privilege=stapsys
PASS: Valid Server Client Arguments: -R foo --client-options --unprivileged
PASS: Valid Server Client Arguments: -R foo --client-options --privilege=stapusr
PASS: Valid Server Client Arguments: -R foo --client-options --privilege=stapsys
PASS: Valid Server Client Arguments: -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64 --client-options --unprivileged
PASS: Valid Server Client Arguments: -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64 --client-options --privilege=stapusr
PASS: Valid Server Client Arguments: -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64 --client-options --privilege=stapsys
PASS: Valid Server Client Arguments: -a i386 -B X=Y -D X=Y -I foo -m test -R foo -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64 --client-options --unprivileged
PASS: Valid Server Client Arguments: -a i386 -B X=Y -D X=Y -I foo -m test -R foo -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64 --client-options --privilege=stapusr
PASS: Valid Server Client Arguments: -a i386 -B X=Y -D X=Y -I foo -m test -R foo -r 3.4.0-0.rc3.git0.2.tip.uprobes.0.hsv.2.fc16.x86_64 --client-options --privilege=stapsys
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.server/server.exp ...
UNTESTED: Server Tests
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.server/server_args.exp ...
UNTESTED: Server Argument Test
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.server/server_concurrency.exp ...
UNTESTED: Compile-server client tests against a server
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.server/server_locale.exp ...
UNTESTED: Server Locale Tests
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.speculate/speculate.exp ...
PASS: speculate compile
PASS: speculate -p4
PASS: speculate -p5
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.stress/all_kernel_functions.exp ...
UNTESTED: all_kernel_functions is disabled
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.stress/conversions.exp ...
PASS: conversions.stp 0
PASS: conversions.stp 0xffffffff
PASS: conversions.stp 0xffffffffffffffff
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.stress/current.exp ...
PASS: systemtap.stress/current.stp startup
PASS: systemtap.stress/current.stp load generation
PASS: systemtap.stress/current.stp shutdown and output
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.stress/whitelist.exp ...
UNTESTED: whitelist is disabled
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.string/dot.exp ...
PASS: systemtap.string/sprint.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.string/isinstr.exp ...
PASS: systemtap.string/isinstr.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.string/sprint.exp ...
PASS: systemtap.string/dot.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.string/str_replace.exp ...
PASS: systemtap.string/str_replace.stp -DMAXSTRINGLEN=128
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.string/strcmp.exp ...
PASS: systemtap.string/strcmp.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.string/strlen.exp ...
PASS: systemtap.string/strlen.stp -DMAXSTRINGLEN=64
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.string/strtol.exp ...
PASS: systemtap.string/strtol.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.string/substr.exp ...
PASS: systemtap.string/substr.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.string/text_str.exp ...
PASS: systemtap.string/text_str.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.string/tokenize.exp ...
PASS: systemtap.string/tokenize.stp
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.syscall/nd_syscall.exp ...
PASS: 64-bit access nd_syscall
PASS: 64-bit acct nd_syscall
PASS: 64-bit alarm nd_syscall
PASS: 64-bit chmod nd_syscall
PASS: 64-bit clock nd_syscall
PASS: 64-bit dir nd_syscall
KFAIL: 64-bit dup nd_syscall (PRMS: 13451)
KFAIL: 64-bit eventfd nd_syscall (PRMS: 13452)
PASS: 64-bit forkwait nd_syscall
PASS: 64-bit futimes nd_syscall
KFAIL: 64-bit inotify nd_syscall (PRMS: 13453)
PASS: 64-bit itimer nd_syscall
PASS: 64-bit link nd_syscall
PASS: 64-bit mmap nd_syscall
PASS: 64-bit mount nd_syscall
PASS: 64-bit net1 nd_syscall
PASS: 64-bit openclose nd_syscall
KFAIL: 64-bit pipe nd_syscall (PRMS: 13454)
KFAIL: 64-bit poll nd_syscall (PRMS: 13456)
PASS: 64-bit readwrite nd_syscall
PASS: 64-bit rt_signal nd_syscall
PASS: 64-bit select nd_syscall
PASS: 64-bit sendfile nd_syscall
PASS: 64-bit signal nd_syscall
KFAIL: 64-bit signalfd nd_syscall (PRMS: 13455)
PASS: 64-bit stat nd_syscall
PASS: 64-bit statfs nd_syscall
PASS: 64-bit swap nd_syscall
PASS: 64-bit sync nd_syscall
PASS: 64-bit timer nd_syscall
PASS: 64-bit trunc nd_syscall
PASS: 64-bit uid nd_syscall
UNSUPPORTED: 64-bit uid16 nd_syscall not supported on this arch
PASS: 64-bit umask nd_syscall
PASS: 64-bit unlink nd_syscall
PASS: 32-bit access nd_syscall
PASS: 32-bit acct nd_syscall
PASS: 32-bit alarm nd_syscall
PASS: 32-bit chmod nd_syscall
PASS: 32-bit clock nd_syscall
PASS: 32-bit dir nd_syscall
KFAIL: 32-bit dup nd_syscall (PRMS: 13451)
KFAIL: 32-bit eventfd nd_syscall (PRMS: 13452)
PASS: 32-bit forkwait nd_syscall
PASS: 32-bit futimes nd_syscall
KFAIL: 32-bit inotify nd_syscall (PRMS: 13453)
PASS: 32-bit itimer nd_syscall
PASS: 32-bit link nd_syscall
PASS: 32-bit mmap nd_syscall
PASS: 32-bit mount nd_syscall
PASS: 32-bit net1 nd_syscall
PASS: 32-bit openclose nd_syscall
KFAIL: 32-bit pipe nd_syscall (PRMS: 13454)
KFAIL: 32-bit poll nd_syscall (PRMS: 13456)
PASS: 32-bit readwrite nd_syscall
PASS: 32-bit rt_signal nd_syscall
PASS: 32-bit select nd_syscall
PASS: 32-bit sendfile nd_syscall
PASS: 32-bit signal nd_syscall
KFAIL: 32-bit signalfd nd_syscall (PRMS: 13455)
PASS: 32-bit stat nd_syscall
PASS: 32-bit statfs nd_syscall
PASS: 32-bit swap nd_syscall
PASS: 32-bit sync nd_syscall
PASS: 32-bit timer nd_syscall
PASS: 32-bit trunc nd_syscall
PASS: 32-bit uid nd_syscall
PASS: 32-bit uid16 nd_syscall
PASS: 32-bit umask nd_syscall
PASS: 32-bit unlink nd_syscall
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.syscall/syscall.exp ...
PASS: 64-bit access syscall
PASS: 64-bit acct syscall
PASS: 64-bit alarm syscall
PASS: 64-bit chmod syscall
PASS: 64-bit clock syscall
PASS: 64-bit dir syscall
PASS: 64-bit dup syscall
PASS: 64-bit eventfd syscall
PASS: 64-bit forkwait syscall
PASS: 64-bit futimes syscall
PASS: 64-bit inotify syscall
PASS: 64-bit itimer syscall
PASS: 64-bit link syscall
PASS: 64-bit mmap syscall
PASS: 64-bit mount syscall
PASS: 64-bit net1 syscall
PASS: 64-bit openclose syscall
PASS: 64-bit pipe syscall
PASS: 64-bit poll syscall
PASS: 64-bit readwrite syscall
PASS: 64-bit rt_signal syscall
PASS: 64-bit select syscall
PASS: 64-bit sendfile syscall
PASS: 64-bit signal syscall
PASS: 64-bit signalfd syscall
PASS: 64-bit stat syscall
PASS: 64-bit statfs syscall
PASS: 64-bit swap syscall
PASS: 64-bit sync syscall
PASS: 64-bit timer syscall
PASS: 64-bit trunc syscall
PASS: 64-bit uid syscall
UNSUPPORTED: 64-bit uid16 syscall not supported on this arch
PASS: 64-bit umask syscall
PASS: 64-bit unlink syscall
PASS: 32-bit access syscall
PASS: 32-bit acct syscall
PASS: 32-bit alarm syscall
PASS: 32-bit chmod syscall
PASS: 32-bit clock syscall
PASS: 32-bit dir syscall
PASS: 32-bit dup syscall
PASS: 32-bit eventfd syscall
PASS: 32-bit forkwait syscall
PASS: 32-bit futimes syscall
PASS: 32-bit inotify syscall
PASS: 32-bit itimer syscall
PASS: 32-bit link syscall
PASS: 32-bit mmap syscall
PASS: 32-bit mount syscall
PASS: 32-bit net1 syscall
PASS: 32-bit openclose syscall
PASS: 32-bit pipe syscall
PASS: 32-bit poll syscall
PASS: 32-bit readwrite syscall
PASS: 32-bit rt_signal syscall
PASS: 32-bit select syscall
PASS: 32-bit sendfile syscall
PASS: 32-bit signal syscall
PASS: 32-bit signalfd syscall
PASS: 32-bit stat syscall
PASS: 32-bit statfs syscall
PASS: 32-bit swap syscall
PASS: 32-bit sync syscall
PASS: 32-bit timer syscall
PASS: 32-bit trunc syscall
PASS: 32-bit uid syscall
PASS: 32-bit uid16 syscall
PASS: 32-bit umask syscall
PASS: 32-bit unlink syscall
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.unprivileged/unprivileged_embedded_C.exp ...
PASS: unprivileged embedded C: Obtain list tapset functions containing embedded C
PASS: unprivileged embedded C: privileged: --unprivileged: describe_data_direction(long)
PASS: unprivileged embedded C: privileged: --privilege=stapusr: tcp_get_info_rto(long)
PASS: unprivileged embedded C: no embedded C: --unprivileged: __get_skb_tcphdr(long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: __tcp_skb_syn (long)
PASS: unprivileged embedded C: no embedded C: --unprivileged: tcp_sockstate_str (long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: ipmib_filter_key (long, long, long)
PASS: unprivileged embedded C: no embedded C: --unprivileged: ansi_set_color(long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: ansi_cursor_move(long, long)
PASS: unprivileged embedded C: no embedded C: --unprivileged: linuxmib_filter_key (long, long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: read_stopwatch_us (string)
PASS: unprivileged embedded C: no embedded C: --unprivileged: cpu_clock_ms (long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: local_clock_s ()
PASS: unprivileged embedded C: no embedded C: --unprivileged: qs_done (string)
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: qsq_service_time (string, long)
PASS: unprivileged embedded C: no embedded C: --unprivileged: __nfsi_rcache_time (long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: __nfs_server_wsize (long)
PASS: unprivileged embedded C: no embedded C: --unprivileged: __p2i_state (long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: __file_mode (long)
PASS: unprivileged embedded C: privileged: --unprivileged: _struct_timezone_u(long)
PASS: unprivileged embedded C: privileged: --privilege=stapusr: _struct_timespec_u(long, long)
PASS: unprivileged embedded C: privileged: --unprivileged: _struct_sockaddr_u(long, long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: __get_compat_argv(long, long)
PASS: unprivileged embedded C: no embedded C: --unprivileged: _nfsctl_cmd_str(long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: _access_mode_str(long)
PASS: unprivileged embedded C: privileged: --unprivileged: _wait4_opt_str(long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: WCOREDUMP(long)
PASS: unprivileged embedded C: privileged: --unprivileged: _ptrace_event_name(long)
PASS: unprivileged embedded C: privileged: --privilege=stapusr: _module_flags_str(long)
PASS: unprivileged embedded C: no embedded C: --unprivileged: _reboot_flag_str(long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: _statfs_f_type_str(long)
PASS: unprivileged embedded C: no embedded C: --unprivileged: _seek_whence_str(long)
PASS: unprivileged embedded C: privileged: --privilege=stapusr: _sock_type_str(long)
PASS: unprivileged embedded C: no embedded C: --unprivileged: _rusage_who_str(long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: _adjtimex_return_str(long)
PASS: unprivileged embedded C: privileged: --unprivileged: _at_flag_str(long)
PASS: unprivileged embedded C: privileged: --privilege=stapusr: _dup3_flag_str(long)
PASS: unprivileged embedded C: privileged: --unprivileged: _sighandler_str(long)
PASS: unprivileged embedded C: privileged: --privilege=stapusr: _ptrace_options_str(long)
PASS: unprivileged embedded C: no embedded C: --unprivileged: inet_get_ip_source(long)
PASS: unprivileged embedded C: unprivileged: --privilege=stapusr: isinstr(string,string)
PASS: unprivileged embedded C: unprivileged: --unprivileged: isdigit(string)
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: bdevname(long)
PASS: unprivileged embedded C: privileged: --unprivileged: returnval ()
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: _spec_erase (long)
PASS: unprivileged embedded C: no embedded C: --unprivileged: get_sa_flags (long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: sa_handler_str(long)
PASS: unprivileged embedded C: unprivileged: --unprivileged: tid ()
PASS: unprivileged embedded C: unprivileged: --privilege=stapusr: gid ()
UNTESTED: unprivileged embedded C: privileged: --unprivileged: cpuid ()
PASS: unprivileged embedded C: privileged: --unprivileged: is_return ()
PASS: unprivileged embedded C: unprivileged: --privilege=stapusr: remote_uri ()
PASS: unprivileged embedded C: myproc-unprivileged: --unprivileged: uaddr ()
PASS: unprivileged embedded C: privileged: --privilege=stapusr: format_ipaddr (long, long)
PASS: unprivileged embedded C: privileged: --unprivileged: __get_skb_iphdr(long)
PASS: unprivileged embedded C: privileged: --privilege=stapusr: _set_kretprobe_long(long, long)
PASS: unprivileged embedded C: privileged: --unprivileged: nfs4_ctype(long)
PASS: unprivileged embedded C: unprivileged: --privilege=stapusr: task_stime ()
PASS: unprivileged embedded C: no embedded C: --unprivileged: task_time_string ()
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: vers_from_clnt(long)
PASS: unprivileged embedded C: no embedded C: --unprivileged: tasks_from_clnt(long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: pstrace(long)
PASS: unprivileged embedded C: no embedded C: --unprivileged: __dentry_IS_ROOT(long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: real_mount(long)
PASS: unprivileged embedded C: privileged: --unprivileged: disk_minor_from_request(long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: sock_prot_num2str (long)
PASS: unprivileged embedded C: no embedded C: --unprivileged: sock_state_str2num (string)
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: _success_check (long)
PASS: unprivileged embedded C: no embedded C: --unprivileged: _sock_state_num (long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: bio_rw_str(long)
PASS: unprivileged embedded C: myproc-unprivileged: --unprivileged: user_string2 (long, string)
PASS: unprivileged embedded C: myproc-unprivileged: --privilege=stapusr: user_string_n_warn (long, long)
PASS: unprivileged embedded C: myproc-unprivileged: --unprivileged: user_short_warn (long)
PASS: unprivileged embedded C: myproc-unprivileged: --privilege=stapusr: user_long (long)
PASS: unprivileged embedded C: myproc-unprivileged: --unprivileged: user_uint16 (long)
PASS: unprivileged embedded C: unprivileged: --privilege=stapusr: log (string)
PASS: unprivileged embedded C: privileged: --unprivileged: ftrace (string)
PASS: unprivileged embedded C: privileged: --privilege=stapusr: probefunc ()
PASS: unprivileged embedded C: privileged: --unprivileged: big_endian2 (long)
PASS: unprivileged embedded C: privileged: --privilege=stapusr: little_endian8 (long)
PASS: unprivileged embedded C: unprivileged: --unprivileged: AF_INET()
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: NFS_CLIENT(long)
PASS: unprivileged embedded C: no embedded C: --unprivileged: get_ip(long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: __nfsv4_bitmask(long, long)
PASS: unprivileged embedded C: no embedded C: --unprivileged: task_parent(long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: pid2execname (long)
PASS: unprivileged embedded C: privileged: --unprivileged: task_euid (long)
PASS: unprivileged embedded C: privileged: --privilege=stapusr: task_max_file_handles (long)
PASS: unprivileged embedded C: no embedded C: --unprivileged: thread_indent (long)
PASS: unprivileged embedded C: unprivileged: --privilege=stapusr: _MM_FILEPAGES()
PASS: unprivileged embedded C: no embedded C: --unprivileged: proc_mem_rss ()
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: proc_mem_txt ()
PASS: unprivileged embedded C: no embedded C: --unprivileged: _stp_number_to_string_postfix (long, long, string)
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: ipmib_remote_addr (long, long)
PASS: unprivileged embedded C: privileged: --unprivileged: _plunge_into_tcphdr (long)
PASS: unprivileged embedded C: unprivileged: --privilege=stapusr: _net_rx_drop ()
PASS: unprivileged embedded C: unprivileged: --unprivileged: _rtn_unspec ()
PASS: unprivileged embedded C: myproc-unprivileged: --privilege=stapusr: print_ustack(string)
PASS: unprivileged embedded C: privileged: --unprivileged: set_kernel_int (long, long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: gettimeofday_us ()
PASS: unprivileged embedded C: privileged: --unprivileged: htons (long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: kernel_string2 (long, string)
PASS: unprivileged embedded C: privileged: --unprivileged: kernel_char (long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: __page_ino (long)
PASS: unprivileged embedded C: no embedded C: --unprivileged: __file_bdev (long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: _dev_minor (long)
PASS: unprivileged embedded C: unprivileged: --unprivileged: GFP_KERNEL()
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: container_of_task_rcu(long)
UNTESTED: unprivileged embedded C: privileged: --unprivileged: _ia64_pipe1()
PASS: unprivileged embedded C: no embedded C: --unprivileged: tcpmib_remote_port(long)
PASS: unprivileged embedded C: privileged: --privilege=stapusr: _arch_ptrace_argstr(long, long, long, long)
PASS: unprivileged embedded C: no embedded C: --unprivileged: _stp_register (string, long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: int_arg (long)
PASS: unprivileged embedded C: no embedded C: --unprivileged: ulonglong_arg (long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapusr: u64_arg (long)
PASS: unprivileged embedded C: privileged: --privilege=stapsys: describe_data_direction(long)
PASS: unprivileged embedded C: privileged: --privilege=stapsys: tcp_get_info_rto(long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: __get_skb_tcphdr(long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: __tcp_skb_syn (long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: tcp_sockstate_str (long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: ipmib_filter_key (long, long, long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: ansi_set_color(long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: ansi_cursor_move(long, long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: linuxmib_filter_key (long, long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: read_stopwatch_us (string)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: cpu_clock_ms (long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: local_clock_s ()
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: qs_done (string)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: qsq_service_time (string, long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: __nfsi_rcache_time (long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: __nfs_server_wsize (long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: __p2i_state (long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: __file_mode (long)
PASS: unprivileged embedded C: privileged: --privilege=stapsys: _struct_timezone_u(long)
PASS: unprivileged embedded C: privileged: --privilege=stapsys: _struct_timespec_u(long, long)
PASS: unprivileged embedded C: privileged: --privilege=stapsys: _struct_sockaddr_u(long, long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: __get_compat_argv(long, long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: _nfsctl_cmd_str(long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: _access_mode_str(long)
PASS: unprivileged embedded C: privileged: --privilege=stapsys: _wait4_opt_str(long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: WCOREDUMP(long)
PASS: unprivileged embedded C: privileged: --privilege=stapsys: _ptrace_event_name(long)
PASS: unprivileged embedded C: privileged: --privilege=stapsys: _module_flags_str(long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: _reboot_flag_str(long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: _statfs_f_type_str(long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: _seek_whence_str(long)
PASS: unprivileged embedded C: privileged: --privilege=stapsys: _sock_type_str(long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: _rusage_who_str(long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: _adjtimex_return_str(long)
PASS: unprivileged embedded C: privileged: --privilege=stapsys: _at_flag_str(long)
PASS: unprivileged embedded C: privileged: --privilege=stapsys: _dup3_flag_str(long)
PASS: unprivileged embedded C: privileged: --privilege=stapsys: _sighandler_str(long)
PASS: unprivileged embedded C: privileged: --privilege=stapsys: _ptrace_options_str(long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: inet_get_ip_source(long)
PASS: unprivileged embedded C: unprivileged: --privilege=stapsys: isinstr(string,string)
PASS: unprivileged embedded C: unprivileged: --privilege=stapsys: isdigit(string)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: bdevname(long)
PASS: unprivileged embedded C: privileged: --privilege=stapsys: returnval ()
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: _spec_erase (long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: get_sa_flags (long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: sa_handler_str(long)
PASS: unprivileged embedded C: unprivileged: --privilege=stapsys: tid ()
PASS: unprivileged embedded C: unprivileged: --privilege=stapsys: gid ()
UNTESTED: unprivileged embedded C: privileged: --privilege=stapsys: cpuid ()
PASS: unprivileged embedded C: privileged: --privilege=stapsys: is_return ()
PASS: unprivileged embedded C: unprivileged: --privilege=stapsys: remote_uri ()
PASS: unprivileged embedded C: myproc-unprivileged: --privilege=stapsys: uaddr ()
PASS: unprivileged embedded C: privileged: --privilege=stapsys: format_ipaddr (long, long)
PASS: unprivileged embedded C: privileged: --privilege=stapsys: __get_skb_iphdr(long)
PASS: unprivileged embedded C: privileged: --privilege=stapsys: _set_kretprobe_long(long, long)
PASS: unprivileged embedded C: privileged: --privilege=stapsys: nfs4_ctype(long)
PASS: unprivileged embedded C: unprivileged: --privilege=stapsys: task_stime ()
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: task_time_string ()
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: vers_from_clnt(long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: tasks_from_clnt(long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: pstrace(long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: __dentry_IS_ROOT(long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: real_mount(long)
PASS: unprivileged embedded C: privileged: --privilege=stapsys: disk_minor_from_request(long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: sock_prot_num2str (long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: sock_state_str2num (string)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: _success_check (long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: _sock_state_num (long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: bio_rw_str(long)
PASS: unprivileged embedded C: myproc-unprivileged: --privilege=stapsys: user_string2 (long, string)
PASS: unprivileged embedded C: myproc-unprivileged: --privilege=stapsys: user_string_n_warn (long, long)
PASS: unprivileged embedded C: myproc-unprivileged: --privilege=stapsys: user_short_warn (long)
PASS: unprivileged embedded C: myproc-unprivileged: --privilege=stapsys: user_long (long)
PASS: unprivileged embedded C: myproc-unprivileged: --privilege=stapsys: user_uint16 (long)
PASS: unprivileged embedded C: unprivileged: --privilege=stapsys: log (string)
PASS: unprivileged embedded C: privileged: --privilege=stapsys: ftrace (string)
PASS: unprivileged embedded C: privileged: --privilege=stapsys: probefunc ()
PASS: unprivileged embedded C: privileged: --privilege=stapsys: big_endian2 (long)
PASS: unprivileged embedded C: privileged: --privilege=stapsys: little_endian8 (long)
PASS: unprivileged embedded C: unprivileged: --privilege=stapsys: AF_INET()
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: NFS_CLIENT(long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: get_ip(long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: __nfsv4_bitmask(long, long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: task_parent(long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: pid2execname (long)
PASS: unprivileged embedded C: privileged: --privilege=stapsys: task_euid (long)
PASS: unprivileged embedded C: privileged: --privilege=stapsys: task_max_file_handles (long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: thread_indent (long)
PASS: unprivileged embedded C: unprivileged: --privilege=stapsys: _MM_FILEPAGES()
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: proc_mem_rss ()
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: proc_mem_txt ()
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: _stp_number_to_string_postfix (long, long, string)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: ipmib_remote_addr (long, long)
PASS: unprivileged embedded C: privileged: --privilege=stapsys: _plunge_into_tcphdr (long)
PASS: unprivileged embedded C: unprivileged: --privilege=stapsys: _net_rx_drop ()
PASS: unprivileged embedded C: unprivileged: --privilege=stapsys: _rtn_unspec ()
PASS: unprivileged embedded C: myproc-unprivileged: --privilege=stapsys: print_ustack(string)
PASS: unprivileged embedded C: privileged: --privilege=stapsys: set_kernel_int (long, long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: gettimeofday_us ()
PASS: unprivileged embedded C: privileged: --privilege=stapsys: htons (long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: kernel_string2 (long, string)
PASS: unprivileged embedded C: privileged: --privilege=stapsys: kernel_char (long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: __page_ino (long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: __file_bdev (long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: _dev_minor (long)
PASS: unprivileged embedded C: unprivileged: --privilege=stapsys: GFP_KERNEL()
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: container_of_task_rcu(long)
UNTESTED: unprivileged embedded C: privileged: --privilege=stapsys: _ia64_pipe1()
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: tcpmib_remote_port(long)
PASS: unprivileged embedded C: privileged: --privilege=stapsys: _arch_ptrace_argstr(long, long, long, long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: _stp_register (string, long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: int_arg (long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: ulonglong_arg (long)
PASS: unprivileged embedded C: no embedded C: --privilege=stapsys: u64_arg (long)
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.unprivileged/unprivileged_myproc.exp ...
PASS: unprivileged myproc library compile
PASS: unprivileged myproc exe compile
PASS: unprivileged myproc: Obtain list of supported probe types
PASS: unprivileged myproc: --unprivileged process.begin
PASS: unprivileged myproc: --privilege=stapusr process.end
PASS: unprivileged myproc: --unprivileged process.function(string)
PASS: unprivileged myproc: --privilege=stapusr process.function(number)
PASS: unprivileged myproc: --unprivileged process.function(number).call
KFAIL: unprivileged myproc: --privilege=stapusr process.function(number).inline (PRMS: GCC)
FAIL: unprivileged myproc: --unprivileged process.function(number).return
PASS: unprivileged myproc: --privilege=stapusr process.function(number).exported
PASS: unprivileged myproc: --unprivileged process.function(string).call
PASS: unprivileged myproc: --privilege=stapusr process.function(string).inline
PASS: unprivileged myproc: --unprivileged process.function(string).label(string)
FAIL: unprivileged myproc: --privilege=stapusr process.function(string).return
PASS: unprivileged myproc: --unprivileged process.function(string).exported
PASS: unprivileged myproc: --privilege=stapusr process.plt
PASS: unprivileged myproc: --unprivileged process.plt.statement(number)
PASS: unprivileged myproc: --privilege=stapusr process.plt(string)
PASS: unprivileged myproc: --unprivileged process.plt(string).statement(number)
PASS: unprivileged myproc: --privilege=stapusr process.library(string).function(number)
PASS: unprivileged myproc: --unprivileged process.library(string).function(number).call
KFAIL: unprivileged myproc: --privilege=stapusr process.library(string).function(number).inline (PRMS: GCC)
FAIL: unprivileged myproc: --unprivileged process.library(string).function(number).return
PASS: unprivileged myproc: --privilege=stapusr process.library(string).function(number).exported
PASS: unprivileged myproc: --unprivileged process.library(string).function(string)
PASS: unprivileged myproc: --privilege=stapusr process.library(string).function(string).call
PASS: unprivileged myproc: --unprivileged process.library(string).function(string).inline
FAIL: unprivileged myproc: --privilege=stapusr process.library(string).function(string).return
PASS: unprivileged myproc: --unprivileged process.library(string).function(string).exported
PASS: unprivileged myproc: --privilege=stapusr process.library(string).function(string).label(string)
PASS: unprivileged myproc: --unprivileged process.library(string).plt
XFAIL: unprivileged myproc: --privilege=stapusr process.library(string).plt.statement(number)
PASS: unprivileged myproc: --unprivileged process.library(string).plt(string)
XFAIL: unprivileged myproc: --privilege=stapusr process.library(string).plt(string).statement(number)
PASS: unprivileged myproc: --unprivileged process.library(string).mark(string)
PASS: unprivileged myproc: --privilege=stapusr process.library(string).provider(string).mark(string)
PASS: unprivileged myproc: --unprivileged process.library(string).statement(number)
PASS: unprivileged myproc: --privilege=stapusr process.library(string).statement(string)
PASS: unprivileged myproc: --unprivileged process.provider(string).mark(string)
PASS: unprivileged myproc: --privilege=stapusr process.mark(string)
PASS: unprivileged myproc: --unprivileged process.statement(number)
PASS: unprivileged myproc: --privilege=stapusr process.statement(string)
PASS: unprivileged myproc: --unprivileged process.syscall
PASS: unprivileged myproc: --privilege=stapusr process.syscall.return
PASS: unprivileged myproc: --unprivileged process.thread.begin
PASS: unprivileged myproc: --privilege=stapusr process.thread.end
PASS: unprivileged myproc: --unprivileged process(number).begin
PASS: unprivileged myproc: --privilege=stapusr process(number).end
UNTESTED: unprivileged myproc: --unprivileged process(number).insn
UNTESTED: unprivileged myproc: --unprivileged process(number).insn.block
FAIL: unprivileged myproc: --unprivileged process(number).statement(number).absolute
FAIL: unprivileged myproc: --privilege=stapusr process(number).statement(number).absolute.return
PASS: unprivileged myproc: --unprivileged process(number).syscall
PASS: unprivileged myproc: --privilege=stapusr process(number).syscall.return
UNTESTED: unprivileged myproc: --unprivileged process(number).thread.begin
UNTESTED: unprivileged myproc: --unprivileged process(number).thread.end
PASS: unprivileged myproc: --unprivileged process(string).begin
PASS: unprivileged myproc: --privilege=stapusr process(string).end
PASS: unprivileged myproc: --unprivileged process(string).function(number)
PASS: unprivileged myproc: --privilege=stapusr process(string).function(number).call
KFAIL: unprivileged myproc: --unprivileged process(string).function(number).inline (PRMS: GCC)
FAIL: unprivileged myproc: --privilege=stapusr process(string).function(number).return
FAIL: unprivileged myproc: --unprivileged process(string).function(number).exported
FAIL: unprivileged myproc: --privilege=stapusr process(string).function(string)
FAIL: unprivileged myproc: --unprivileged process(string).function(string).call
FAIL: unprivileged myproc: --privilege=stapusr process(string).function(string).inline
FAIL: unprivileged myproc: --unprivileged process(string).function(string).return
FAIL: unprivileged myproc: --privilege=stapusr process(string).function(string).exported
UNTESTED: unprivileged myproc: --unprivileged process(string).insn
UNTESTED: unprivileged myproc: --unprivileged process(string).insn.block
PASS: unprivileged myproc: --unprivileged process(string).library(string).function(number)
PASS: unprivileged myproc: --privilege=stapusr process(string).library(string).function(number).call
KFAIL: unprivileged myproc: --unprivileged process(string).library(string).function(number).inline (PRMS: GCC)
FAIL: unprivileged myproc: --privilege=stapusr process(string).library(string).function(number).return
FAIL: unprivileged myproc: --unprivileged process(string).library(string).function(number).exported
PASS: unprivileged myproc: --privilege=stapusr process(string).library(string).function(string)
FAIL: unprivileged myproc: --unprivileged process(string).library(string).function(string).call
FAIL: unprivileged myproc: --privilege=stapusr process(string).library(string).function(string).inline
FAIL: unprivileged myproc: --unprivileged process(string).library(string).function(string).return
FAIL: unprivileged myproc: --privilege=stapusr process(string).library(string).function(string).exported
FAIL: unprivileged myproc: --unprivileged process(string).library(string).function(string).label(string)
PASS: unprivileged myproc: --privilege=stapusr process(string).library(string).mark(string)
PASS: unprivileged myproc: --unprivileged process(string).library(string).provider(string).mark(string)
PASS: unprivileged myproc: --privilege=stapusr process(string).library(string).statement(number)
PASS: unprivileged myproc: --unprivileged process(string).library(string).statement(string)
FAIL: unprivileged myproc: --privilege=stapusr process(string).library(string).plt
XFAIL: unprivileged myproc: --unprivileged process(string).library(string).plt.statement(number)
FAIL: unprivileged myproc: --privilege=stapusr process(string).library(string).plt(string)
XFAIL: unprivileged myproc: --unprivileged process(string).library(string).plt(string).statement(number)
PASS: unprivileged myproc: --privilege=stapusr process(string).mark(string)
PASS: unprivileged myproc: --unprivileged process(string).provider(string).mark(string)
PASS: unprivileged myproc: --privilege=stapusr process(string).statement(number)
PASS: unprivileged myproc: --unprivileged process(string).statement(string)
FAIL: unprivileged myproc: --privilege=stapusr process(string).plt
FAIL: unprivileged myproc: --unprivileged process(string).plt.statement(number)
PASS: unprivileged myproc: --privilege=stapusr process(string).plt(string)
PASS: unprivileged myproc: --unprivileged process(string).plt(string).statement(number)
PASS: unprivileged myproc: --privilege=stapusr process(string).syscall
PASS: unprivileged myproc: --unprivileged process(string).syscall.return
PASS: unprivileged myproc: --privilege=stapusr process(string).thread.begin
PASS: unprivileged myproc: --unprivileged process(string).thread.end
PASS: unprivileged myproc: --privilege=stapusr process(string).function(string).label(string)
PASS: unprivileged myproc: --privilege=stapsys process.begin
PASS: unprivileged myproc: --privilege=stapsys process.end
PASS: unprivileged myproc: --privilege=stapsys process.function(string)
PASS: unprivileged myproc: --privilege=stapsys process.function(number)
PASS: unprivileged myproc: --privilege=stapsys process.function(number).call
KFAIL: unprivileged myproc: --privilege=stapsys process.function(number).inline (PRMS: GCC)
FAIL: unprivileged myproc: --privilege=stapsys process.function(number).return
PASS: unprivileged myproc: --privilege=stapsys process.function(number).exported
PASS: unprivileged myproc: --privilege=stapsys process.function(string).call
PASS: unprivileged myproc: --privilege=stapsys process.function(string).inline
PASS: unprivileged myproc: --privilege=stapsys process.function(string).label(string)
FAIL: unprivileged myproc: --privilege=stapsys process.function(string).return
PASS: unprivileged myproc: --privilege=stapsys process.function(string).exported
PASS: unprivileged myproc: --privilege=stapsys process.plt
PASS: unprivileged myproc: --privilege=stapsys process.plt.statement(number)
PASS: unprivileged myproc: --privilege=stapsys process.plt(string)
PASS: unprivileged myproc: --privilege=stapsys process.plt(string).statement(number)
PASS: unprivileged myproc: --privilege=stapsys process.library(string).function(number)
PASS: unprivileged myproc: --privilege=stapsys process.library(string).function(number).call
KFAIL: unprivileged myproc: --privilege=stapsys process.library(string).function(number).inline (PRMS: GCC)
FAIL: unprivileged myproc: --privilege=stapsys process.library(string).function(number).return
PASS: unprivileged myproc: --privilege=stapsys process.library(string).function(number).exported
PASS: unprivileged myproc: --privilege=stapsys process.library(string).function(string)
PASS: unprivileged myproc: --privilege=stapsys process.library(string).function(string).call
PASS: unprivileged myproc: --privilege=stapsys process.library(string).function(string).inline
FAIL: unprivileged myproc: --privilege=stapsys process.library(string).function(string).return
PASS: unprivileged myproc: --privilege=stapsys process.library(string).function(string).exported
PASS: unprivileged myproc: --privilege=stapsys process.library(string).function(string).label(string)
PASS: unprivileged myproc: --privilege=stapsys process.library(string).plt
FAIL: unprivileged myproc: --privilege=stapsys process.library(string).plt.statement(number)
PASS: unprivileged myproc: --privilege=stapsys process.library(string).plt(string)
FAIL: unprivileged myproc: --privilege=stapsys process.library(string).plt(string).statement(number)
PASS: unprivileged myproc: --privilege=stapsys process.library(string).mark(string)
PASS: unprivileged myproc: --privilege=stapsys process.library(string).provider(string).mark(string)
PASS: unprivileged myproc: --privilege=stapsys process.library(string).statement(number)
PASS: unprivileged myproc: --privilege=stapsys process.library(string).statement(string)
PASS: unprivileged myproc: --privilege=stapsys process.provider(string).mark(string)
PASS: unprivileged myproc: --privilege=stapsys process.mark(string)
PASS: unprivileged myproc: --privilege=stapsys process.statement(number)
PASS: unprivileged myproc: --privilege=stapsys process.statement(string)
PASS: unprivileged myproc: --privilege=stapsys process.syscall
PASS: unprivileged myproc: --privilege=stapsys process.syscall.return
PASS: unprivileged myproc: --privilege=stapsys process.thread.begin
PASS: unprivileged myproc: --privilege=stapsys process.thread.end
PASS: unprivileged myproc: --privilege=stapsys process(number).begin
PASS: unprivileged myproc: --privilege=stapsys process(number).end
FAIL: unprivileged myproc: --privilege=stapsys process(number).insn
FAIL: unprivileged myproc: --privilege=stapsys process(number).insn.block
FAIL: unprivileged myproc: --privilege=stapsys process(number).statement(number).absolute
FAIL: unprivileged myproc: --privilege=stapsys process(number).statement(number).absolute.return
PASS: unprivileged myproc: --privilege=stapsys process(number).syscall
PASS: unprivileged myproc: --privilege=stapsys process(number).syscall.return
UNTESTED: unprivileged myproc: --privilege=stapsys process(number).thread.begin
UNTESTED: unprivileged myproc: --privilege=stapsys process(number).thread.end
PASS: unprivileged myproc: --privilege=stapsys process(string).begin
PASS: unprivileged myproc: --privilege=stapsys process(string).end
PASS: unprivileged myproc: --privilege=stapsys process(string).function(number)
PASS: unprivileged myproc: --privilege=stapsys process(string).function(number).call
KFAIL: unprivileged myproc: --privilege=stapsys process(string).function(number).inline (PRMS: GCC)
FAIL: unprivileged myproc: --privilege=stapsys process(string).function(number).return
PASS: unprivileged myproc: --privilege=stapsys process(string).function(number).exported
PASS: unprivileged myproc: --privilege=stapsys process(string).function(string)
PASS: unprivileged myproc: --privilege=stapsys process(string).function(string).call
PASS: unprivileged myproc: --privilege=stapsys process(string).function(string).inline
FAIL: unprivileged myproc: --privilege=stapsys process(string).function(string).return
PASS: unprivileged myproc: --privilege=stapsys process(string).function(string).exported
FAIL: unprivileged myproc: --privilege=stapsys process(string).insn
FAIL: unprivileged myproc: --privilege=stapsys process(string).insn.block
PASS: unprivileged myproc: --privilege=stapsys process(string).library(string).function(number)
PASS: unprivileged myproc: --privilege=stapsys process(string).library(string).function(number).call
KFAIL: unprivileged myproc: --privilege=stapsys process(string).library(string).function(number).inline (PRMS: GCC)
FAIL: unprivileged myproc: --privilege=stapsys process(string).library(string).function(number).return
PASS: unprivileged myproc: --privilege=stapsys process(string).library(string).function(number).exported
PASS: unprivileged myproc: --privilege=stapsys process(string).library(string).function(string)
PASS: unprivileged myproc: --privilege=stapsys process(string).library(string).function(string).call
PASS: unprivileged myproc: --privilege=stapsys process(string).library(string).function(string).inline
FAIL: unprivileged myproc: --privilege=stapsys process(string).library(string).function(string).return
PASS: unprivileged myproc: --privilege=stapsys process(string).library(string).function(string).exported
PASS: unprivileged myproc: --privilege=stapsys process(string).library(string).function(string).label(string)
PASS: unprivileged myproc: --privilege=stapsys process(string).library(string).mark(string)
PASS: unprivileged myproc: --privilege=stapsys process(string).library(string).provider(string).mark(string)
PASS: unprivileged myproc: --privilege=stapsys process(string).library(string).statement(number)
PASS: unprivileged myproc: --privilege=stapsys process(string).library(string).statement(string)
PASS: unprivileged myproc: --privilege=stapsys process(string).library(string).plt
FAIL: unprivileged myproc: --privilege=stapsys process(string).library(string).plt.statement(number)
PASS: unprivileged myproc: --privilege=stapsys process(string).library(string).plt(string)
FAIL: unprivileged myproc: --privilege=stapsys process(string).library(string).plt(string).statement(number)
PASS: unprivileged myproc: --privilege=stapsys process(string).mark(string)
PASS: unprivileged myproc: --privilege=stapsys process(string).provider(string).mark(string)
PASS: unprivileged myproc: --privilege=stapsys process(string).statement(number)
PASS: unprivileged myproc: --privilege=stapsys process(string).statement(string)
PASS: unprivileged myproc: --privilege=stapsys process(string).plt
PASS: unprivileged myproc: --privilege=stapsys process(string).plt.statement(number)
PASS: unprivileged myproc: --privilege=stapsys process(string).plt(string)
PASS: unprivileged myproc: --privilege=stapsys process(string).plt(string).statement(number)
PASS: unprivileged myproc: --privilege=stapsys process(string).syscall
PASS: unprivileged myproc: --privilege=stapsys process(string).syscall.return
PASS: unprivileged myproc: --privilege=stapsys process(string).thread.begin
PASS: unprivileged myproc: --privilege=stapsys process(string).thread.end
PASS: unprivileged myproc: --privilege=stapsys process(string).function(string).label(string)
PASS: unprivileged myproc: tested: process.begin
PASS: unprivileged myproc: tested: process.end
PASS: unprivileged myproc: tested: process.function(number)
PASS: unprivileged myproc: tested: process.function(number).call
PASS: unprivileged myproc: tested: process.function(number).exported
PASS: unprivileged myproc: tested: process.function(number).return
PASS: unprivileged myproc: tested: process.function(string)
PASS: unprivileged myproc: tested: process.function(string).call
PASS: unprivileged myproc: tested: process.function(string).exported
PASS: unprivileged myproc: tested: process.function(string).inline
PASS: unprivileged myproc: tested: process.function(string).label(string)
PASS: unprivileged myproc: tested: process.function(string).return
PASS: unprivileged myproc: tested: process.library(string).function(number)
PASS: unprivileged myproc: tested: process.library(string).function(number).call
PASS: unprivileged myproc: tested: process.library(string).function(number).exported
PASS: unprivileged myproc: tested: process.library(string).function(number).return
PASS: unprivileged myproc: tested: process.library(string).function(string)
PASS: unprivileged myproc: tested: process.library(string).function(string).call
PASS: unprivileged myproc: tested: process.library(string).function(string).exported
PASS: unprivileged myproc: tested: process.library(string).function(string).inline
PASS: unprivileged myproc: tested: process.library(string).function(string).label(string)
PASS: unprivileged myproc: tested: process.library(string).function(string).return
PASS: unprivileged myproc: tested: process.library(string).mark(string)
PASS: unprivileged myproc: tested: process.library(string).plt
PASS: unprivileged myproc: tested: process.library(string).plt.statement(number)
PASS: unprivileged myproc: tested: process.library(string).plt(string)
PASS: unprivileged myproc: tested: process.library(string).plt(string).statement(number)
PASS: unprivileged myproc: tested: process.library(string).provider(string).mark(string)
PASS: unprivileged myproc: tested: process.library(string).statement(number)
PASS: unprivileged myproc: tested: process.library(string).statement(string)
PASS: unprivileged myproc: tested: process.mark(string)
PASS: unprivileged myproc: tested: process.plt
PASS: unprivileged myproc: tested: process.plt.statement(number)
PASS: unprivileged myproc: tested: process.plt(string)
PASS: unprivileged myproc: tested: process.plt(string).statement(number)
PASS: unprivileged myproc: tested: process.provider(string).mark(string)
PASS: unprivileged myproc: tested: process.statement(number)
PASS: unprivileged myproc: tested: process.statement(string)
PASS: unprivileged myproc: tested: process.syscall
PASS: unprivileged myproc: tested: process.syscall.return
PASS: unprivileged myproc: tested: process.thread.begin
PASS: unprivileged myproc: tested: process.thread.end
PASS: unprivileged myproc: tested: process(number).begin
PASS: unprivileged myproc: tested: process(number).end
PASS: unprivileged myproc: tested: process(number).insn
PASS: unprivileged myproc: tested: process(number).insn.block
PASS: unprivileged myproc: tested: process(number).statement(number).absolute
PASS: unprivileged myproc: tested: process(number).statement(number).absolute.return
PASS: unprivileged myproc: tested: process(number).syscall
PASS: unprivileged myproc: tested: process(number).syscall.return
PASS: unprivileged myproc: tested: process(number).thread.begin
PASS: unprivileged myproc: tested: process(number).thread.end
PASS: unprivileged myproc: tested: process(string).begin
PASS: unprivileged myproc: tested: process(string).end
PASS: unprivileged myproc: tested: process(string).function(number)
PASS: unprivileged myproc: tested: process(string).function(number).call
PASS: unprivileged myproc: tested: process(string).function(number).exported
PASS: unprivileged myproc: tested: process(string).function(number).return
PASS: unprivileged myproc: tested: process(string).function(string)
PASS: unprivileged myproc: tested: process(string).function(string).call
PASS: unprivileged myproc: tested: process(string).function(string).exported
PASS: unprivileged myproc: tested: process(string).function(string).inline
PASS: unprivileged myproc: tested: process(string).function(string).label(string)
PASS: unprivileged myproc: tested: process(string).function(string).return
PASS: unprivileged myproc: tested: process(string).insn
PASS: unprivileged myproc: tested: process(string).insn.block
PASS: unprivileged myproc: tested: process(string).library(string).function(number)
PASS: unprivileged myproc: tested: process(string).library(string).function(number).call
PASS: unprivileged myproc: tested: process(string).library(string).function(number).exported
PASS: unprivileged myproc: tested: process(string).library(string).function(number).return
PASS: unprivileged myproc: tested: process(string).library(string).function(string)
PASS: unprivileged myproc: tested: process(string).library(string).function(string).call
PASS: unprivileged myproc: tested: process(string).library(string).function(string).exported
PASS: unprivileged myproc: tested: process(string).library(string).function(string).inline
PASS: unprivileged myproc: tested: process(string).library(string).function(string).label(string)
PASS: unprivileged myproc: tested: process(string).library(string).function(string).return
PASS: unprivileged myproc: tested: process(string).library(string).mark(string)
PASS: unprivileged myproc: tested: process(string).library(string).plt
PASS: unprivileged myproc: tested: process(string).library(string).plt.statement(number)
PASS: unprivileged myproc: tested: process(string).library(string).plt(string)
PASS: unprivileged myproc: tested: process(string).library(string).plt(string).statement(number)
PASS: unprivileged myproc: tested: process(string).library(string).provider(string).mark(string)
PASS: unprivileged myproc: tested: process(string).library(string).statement(number)
PASS: unprivileged myproc: tested: process(string).library(string).statement(string)
PASS: unprivileged myproc: tested: process(string).mark(string)
PASS: unprivileged myproc: tested: process(string).plt
PASS: unprivileged myproc: tested: process(string).plt.statement(number)
PASS: unprivileged myproc: tested: process(string).plt(string)
PASS: unprivileged myproc: tested: process(string).plt(string).statement(number)
PASS: unprivileged myproc: tested: process(string).provider(string).mark(string)
PASS: unprivileged myproc: tested: process(string).statement(number)
PASS: unprivileged myproc: tested: process(string).statement(string)
PASS: unprivileged myproc: tested: process(string).syscall
PASS: unprivileged myproc: tested: process(string).syscall.return
PASS: unprivileged myproc: tested: process(string).thread.begin
PASS: unprivileged myproc: tested: process(string).thread.end
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.unprivileged/unprivileged_options.exp ...
PASS: Invalid Unprivileged Mode Arguments: --unprivileged -g
PASS: Invalid Unprivileged Mode Arguments: --privilege=stapusr -g
PASS: Invalid Unprivileged Mode Arguments: --privilege=stapsys -g
PASS: Invalid Unprivileged Mode Arguments: -g --unprivileged
PASS: Invalid Unprivileged Mode Arguments: -g --privilege=stapusr
PASS: Invalid Unprivileged Mode Arguments: -g --privilege=stapsys
Running /discer.farm/es/scratch/dsmith/systemtap/src/testsuite/systemtap.unprivileged/unprivileged_probes.exp ...
PASS: unprivileged probes library compile
PASS: unprivileged probes exe compile
PASS: unprivileged probes: Obtain list of supported probe types
PASS: unprivileged probes: --unprivileged begin
PASS: unprivileged probes: --privilege=stapusr begin(number) with alias
PASS: unprivileged probes: --unprivileged end
PASS: unprivileged probes: --privilege=stapusr end(number) with alias
PASS: unprivileged probes: --unprivileged error
PASS: unprivileged probes: --privilege=stapusr error(number) with alias
PASS: unprivileged probes: --unprivileged never
PASS: unprivileged probes: --privilege=stapusr process.begin with alias
PASS: unprivileged probes: --unprivileged process.end
PASS: unprivileged probes: --privilege=stapusr process.function(number) with alias
PASS: unprivileged probes: --unprivileged process.function(number).call
KFAIL: unprivileged probes: --privilege=stapusr process.function(number).inline with alias (PRMS: GCC)
FAIL: unprivileged probes: --unprivileged process.function(number).return
PASS: unprivileged probes: --privilege=stapusr process.function(number).exported with alias
PASS: unprivileged probes: --unprivileged process.function(string)
PASS: unprivileged probes: --privilege=stapusr process.function(string).call with alias
PASS: unprivileged probes: --unprivileged process.function(string).inline
PASS: unprivileged probes: --privilege=stapusr process.function(string).label(string) with alias
FAIL: unprivileged probes: --unprivileged process.function(string).return
PASS: unprivileged probes: --privilege=stapusr process.function(string).exported with alias
PASS: unprivileged probes: --unprivileged process.plt
PASS: unprivileged probes: --privilege=stapusr process.plt.statement(number) with alias
PASS: unprivileged probes: --unprivileged process.plt(string)
PASS: unprivileged probes: --privilege=stapusr process.plt(string).statement(number) with alias
PASS: unprivileged probes: --unprivileged process.library(string).function(number)
PASS: unprivileged probes: --privilege=stapusr process.library(string).function(number).call with alias
KFAIL: unprivileged probes: --unprivileged process.library(string).function(number).inline (PRMS: GCC)
FAIL: unprivileged probes: --privilege=stapusr process.library(string).function(number).return with alias
PASS: unprivileged probes: --unprivileged process.library(string).function(number).exported
PASS: unprivileged probes: --privilege=stapusr process.library(string).function(string) with alias
PASS: unprivileged probes: --unprivileged process.library(string).function(string).call
PASS: unprivileged probes: --privilege=stapusr process.library(string).function(string).inline with alias
FAIL: unprivileged probes: --unprivileged process.library(string).function(string).return
PASS: unprivileged probes: --privilege=stapusr process.library(string).function(string).exported with alias
PASS: unprivileged probes: --unprivileged process.library(string).function(string).label(string)
PASS: unprivileged probes: --privilege=stapusr process.library(string).plt with alias
PASS: unprivileged probes: --unprivileged process.library(string).plt.statement(number)
PASS: unprivileged probes: --privilege=stapusr process.library(string).plt(string) with alias
PASS: unprivileged probes: --unprivileged process.library(string).plt(string).statement(number)
PASS: unprivileged probes: --privilege=stapusr process.library(string).mark(string) with alias
PASS: unprivileged probes: --unprivileged process.library(string).provider(string).mark(string)
PASS: unprivileged probes: --privilege=stapusr process.library(string).statement(number) with alias
PASS: unprivileged probes: --unprivileged process.library(string).statement(string)
PASS: unprivileged probes: --privilege=stapusr process.provider(string).mark(string) with alias
PASS: unprivileged probes: --unprivileged process.mark(string)
PASS: unprivileged probes: --privilege=stapusr process.statement(number) with alias
PASS: unprivileged probes: --unprivileged process.statement(string)
PASS: unprivileged probes: --privilege=stapusr process.syscall with alias
PASS: unprivileged probes: --unprivileged process.syscall.return
PASS: unprivileged probes: --privilege=stapusr process.thread.begin with alias
PASS: unprivileged probes: --unprivileged process.thread.end
PASS: unprivileged probes: --privilege=stapusr process(number).begin with alias
PASS: unprivileged probes: --unprivileged process(number).end
FAIL: unprivileged probes: --privilege=stapusr process(number).statement(number).absolute with alias
FAIL: unprivileged probes: --unprivileged process(number).statement(number).absolute.return
PASS: unprivileged probes: --privilege=stapusr process(number).syscall with alias
PASS: unprivileged probes: --unprivileged process(number).syscall.return
PASS: unprivileged probes: --privilege=stapusr process(number).thread.begin with alias
PASS: unprivileged probes: --unprivileged process(number).thread.end
PASS: unprivileged probes: --privilege=stapusr process(string).begin with alias
PASS: unprivileged probes: --unprivileged process(string).end
PASS: unprivileged probes: --privilege=stapusr process(string).function(number) with alias
PASS: unprivileged probes: --unprivileged process(string).function(number).call
KFAIL: unprivileged probes: --privilege=stapusr process(string).function(number).inline with alias (PRMS: GCC)
FAIL: unprivileged probes: --unprivileged process(string).function(number).return
PASS: unprivileged probes: --privilege=stapusr process(string).function(number).exported with alias
PASS: unprivileged probes: --unprivileged process(string).function(string)
PASS: unprivileged probes: --privilege=stapusr process(string).function(string).call with alias
PASS: unprivileged probes: --unprivileged process(string).function(string).inline
PASS: unprivileged probes: --privilege=stapusr process(string).function(string).label(string) with alias
FAIL: unprivileged probes: --unprivileged process(string).function(string).return
PASS: unprivileged probes: --privilege=stapusr process(string).function(string).exported with alias
PASS: unprivileged probes: --unprivileged process(string).library(string).function(number)
PASS: unprivileged probes: --privilege=stapusr process(string).library(string).function(number).call with alias
KFAIL: unprivileged probes: --unprivileged process(string).library(string).function(number).inline (PRMS: GCC)
FAIL: unprivileged probes: --privilege=stapusr process(string).library(string).function(number).return with alias
PASS: unprivileged probes: --unprivileged process(string).library(string).function(number).exported
PASS: unprivileged probes: --privilege=stapusr process(string).library(string).function(string) with alias
PASS: unprivileged probes: --unprivileged process(string).library(string).function(string).call
PASS: unprivileged probes: --privilege=stapusr process(string).library(string).function(string).inline with alias
FAIL: unprivileged probes: --unprivileged process(string).library(string).function(string).return
PASS: unprivileged probes: --privilege=stapusr process(string).library(string).function(string).exported with alias
PASS: unprivileged probes: --unprivileged process(string).library(string).function(string).label(string)
PASS: unprivileged probes: --privilege=stapusr process(string).library(string).mark(string) with alias
PASS: unprivileged probes: --unprivileged process(string).library(string).provider(string).mark(string)
PASS: unprivileged probes: --privilege=stapusr process(string).library(string).statement(number) with alias
PASS: unprivileged probes: --unprivileged process(string).library(string).statement(string)
PASS: unprivileged probes: --privilege=stapusr process(string).library(string).plt with alias
PASS: unprivileged probes: --unprivileged process(string).library(string).plt.statement(number)
PASS: unprivileged probes: --privilege=stapusr process(string).library(string).plt(string) with alias
PASS: unprivileged probes: --unprivileged process(string).library(string).plt(string).statement(number)
PASS: unprivileged probes: --privilege=stapusr process(string).mark(string) with alias
PASS: unprivileged probes: --unprivileged process(string).provider(string).mark(string)
PASS: unprivileged probes: --privilege=stapusr process(string).statement(number) with alias
PASS: unprivileged probes: --unprivileged process(string).statement(string)
PASS: unprivileged probes: --privilege=stapusr process(string).plt with alias
PASS: unprivileged probes: --unprivileged process(string).plt.statement(number)
PASS: unprivileged probes: --privilege=stapusr process(string).plt(string) with alias
PASS: unprivileged probes: --unprivileged process(string).plt(string).statement(number)
PASS: unprivileged probes: --privilege=stapusr process(string).syscall with alias
PASS: unprivileged probes: --unprivileged process(string).syscall.return
PASS: unprivileged probes: --privilege=stapusr process(string).thread.begin with alias
PASS: unprivileged probes: --unprivileged process(string).thread.end
PASS: unprivileged probes: --privilege=stapusr timer.hz(number) with alias
PASS: unprivileged probes: --unprivileged timer.jiffies(number)
PASS: unprivileged probes: --privilege=stapusr timer.jiffies(number).randomize(number) with alias
PASS: unprivileged probes: --unprivileged timer.ms(number)
PASS: unprivileged probes: --privilege=stapusr timer.ms(number).randomize(number) with alias
PASS: unprivileged probes: --unprivileged timer.msec(number)
PASS: unprivileged probes: --privilege=stapusr timer.msec(number).randomize(number) with alias
PASS: unprivileged probes: --unprivileged timer.ns(number)
PASS: unprivileged probes: --privilege=stapusr timer.ns(number).randomize(number) with alias
PASS: unprivileged probes: --unprivileged timer.nsec(number)
PASS: unprivileged probes: --privilege=stapusr timer.nsec(number).randomize(number) with alias
PASS: unprivileged probes: --unprivileged timer.s(number)
PASS: unprivileged probes: --privilege=stapusr timer.s(number).randomize(number) with alias
PASS: unprivileged probes: --unprivileged timer.sec(number)
PASS: unprivileged probes: --privilege=stapusr timer.sec(number).randomize(number) with alias
PASS: unprivileged probes: --unprivileged timer.us(number)
PASS: unprivileged probes: --privilege=stapusr timer.us(number).randomize(number) with alias
PASS: unprivileged probes: --unprivileged timer.usec(number)
PASS: unprivileged probes: --privilege=stapusr timer.usec(number).randomize(number) with alias
PASS: unprivileged probes: --privilege=stapsys begin
PASS: unprivileged probes: --privilege=stapsys begin(number) with alias
PASS: unprivileged probes: --privilege=stapsys end
PASS: unprivileged probes: --privilege=stapsys end(number) with alias
PASS: unprivileged probes: --privilege=stapsys error
PASS: unprivileged probes: --privilege=stapsys error(number) with alias
PASS: unprivileged probes: --privilege=stapsys never
PASS: unprivileged probes: --privilege=stapsys process.begin with alias
PASS: unprivileged probes: --privilege=stapsys process.end
PASS: unprivileged probes: --privilege=stapsys process.function(number) with alias
PASS: unprivileged probes: --privilege=stapsys process.function(number).call
KFAIL: unprivileged probes: --privilege=stapsys process.function(number).inline with alias (PRMS: GCC)
FAIL: unprivileged probes: --privilege=stapsys process.function(number).return
PASS: unprivileged probes: --privilege=stapsys process.function(number).exported with alias
PASS: unprivileged probes: --privilege=stapsys process.function(string)
PASS: unprivileged probes: --privilege=stapsys process.function(string).call with alias
PASS: unprivileged probes: --privilege=stapsys process.function(string).inline
PASS: unprivileged probes: --privilege=stapsys process.function(string).label(string) with alias
FAIL: unprivileged probes: --privilege=stapsys process.function(string).return
PASS: unprivileged probes: --privilege=stapsys process.function(string).exported with alias
PASS: unprivileged probes: --privilege=stapsys process.plt
PASS: unprivileged probes: --privilege=stapsys process.plt.statement(number) with alias
PASS: unprivileged probes: --privilege=stapsys process.plt(string)
PASS: unprivileged probes: --privilege=stapsys process.plt(string).statement(number) with alias
PASS: unprivileged probes: --privilege=stapsys process.library(string).function(number)
PASS: unprivileged probes: --privilege=stapsys process.library(string).function(number).call with alias
KFAIL: unprivileged probes: --privilege=stapsys process.library(string).function(number).inline (PRMS: GCC)
FAIL: unprivileged probes: --privilege=stapsys process.library(string).function(number).return with alias
PASS: unprivileged probes: --privilege=stapsys process.library(string).function(number).exported
PASS: unprivileged probes: --privilege=stapsys process.library(string).function(string) with alias
PASS: unprivileged probes: --privilege=stapsys process.library(string).function(string).call
PASS: unprivileged probes: --privilege=stapsys process.library(string).function(string).inline with alias
FAIL: unprivileged probes: --privilege=stapsys process.library(string).function(string).return
PASS: unprivileged probes: --privilege=stapsys process.library(string).function(string).exported with alias
PASS: unprivileged probes: --privilege=stapsys process.library(string).function(string).label(string)
PASS: unprivileged probes: --privilege=stapsys process.library(string).plt with alias
PASS: unprivileged probes: --privilege=stapsys process.library(string).plt.statement(number)
PASS: unprivileged probes: --privilege=stapsys process.library(string).plt(string) with alias
PASS: unprivileged probes: --privilege=stapsys process.library(string).plt(string).statement(number)
PASS: unprivileged probes: --privilege=stapsys process.library(string).mark(string) with alias
PASS: unprivileged probes: --privilege=stapsys process.library(string).provider(string).mark(string)
PASS: unprivileged probes: --privilege=stapsys process.library(string).statement(number) with alias
PASS: unprivileged probes: --privilege=stapsys process.library(string).statement(string)
PASS: unprivileged probes: --privilege=stapsys process.provider(string).mark(string) with alias
PASS: unprivileged probes: --privilege=stapsys process.mark(string)
PASS: unprivileged probes: --privilege=stapsys process.statement(number) with alias
PASS: unprivileged probes: --privilege=stapsys process.statement(string)
PASS: unprivileged probes: --privilege=stapsys process.syscall with alias
PASS: unprivileged probes: --privilege=stapsys process.syscall.return
PASS: unprivileged probes: --privilege=stapsys process.thread.begin with alias
PASS: unprivileged probes: --privilege=stapsys process.thread.end
PASS: unprivileged probes: --privilege=stapsys process(number).begin with alias
PASS: unprivileged probes: --privilege=stapsys process(number).end
FAIL: unprivileged probes: --privilege=stapsys process(number).statement(number).absolute with alias
FAIL: unprivileged probes: --privilege=stapsys process(number).statement(number).absolute.return
PASS: unprivileged probes: --privilege=stapsys process(number).syscall with alias
PASS: unprivileged probes: --privilege=stapsys process(number).syscall.return
PASS: unprivileged probes: --privilege=stapsys process(number).thread.begin with alias
PASS: unprivileged probes: --privilege=stapsys process(number).thread.end
PASS: unprivileged probes: --privilege=stapsys process(string).begin with alias
PASS: unprivileged probes: --privilege=stapsys process(string).end
PASS: unprivileged probes: --privilege=stapsys process(string).function(number) with alias
PASS: unprivileged probes: --privilege=stapsys process(string).function(number).call
KFAIL: unprivileged probes: --privilege=stapsys process(string).function(number).inline with alias (PRMS: GCC)
FAIL: unprivileged probes: --privilege=stapsys process(string).function(number).return
PASS: unprivileged probes: --privilege=stapsys process(string).function(number).exported with alias
PASS: unprivileged probes: --privilege=stapsys process(string).function(string)
PASS: unprivileged probes: --privilege=stapsys process(string).function(string).call with alias
PASS: unprivileged probes: --privilege=stapsys process(string).function(string).inline
PASS: unprivileged probes: --privilege=stapsys process(string).function(string).label(string) with alias
FAIL: unprivileged probes: --privilege=stapsys process(string).function(string).return
PASS: unprivileged probes: --privilege=stapsys process(string).function(string).exported with alias
PASS: unprivileged probes: --privilege=stapsys process(string).library(string).function(number)
PASS: unprivileged probes: --privilege=stapsys process(string).library(string).function(number).call with alias
KFAIL: unprivileged probes: --privilege=stapsys process(string).library(string).function(number).inline (PRMS: GCC)
FAIL: unprivileged probes: --privilege=stapsys process(string).library(string).function(number).return with alias
PASS: unprivileged probes: --privilege=stapsys process(string).library(string).function(number).exported
PASS: unprivileged probes: --privilege=stapsys process(string).library(string).function(string) with alias
PASS: unprivileged probes: --privilege=stapsys process(string).library(string).function(string).call
PASS: unprivileged probes: --privilege=stapsys process(string).library(string).function(string).inline with alias
FAIL: unprivileged probes: --privilege=stapsys process(string).library(string).function(string).return
PASS: unprivileged probes: --privilege=stapsys process(string).library(string).function(string).exported with alias
PASS: unprivileged probes: --privilege=stapsys process(string).library(string).function(string).label(string)
PASS: unprivileged probes: --privilege=stapsys process(string).library(string).mark(string) with alias
PASS: unprivileged probes: --privilege=stapsys process(string).library(string).provider(string).mark(string)
PASS: unprivileged probes: --privilege=stapsys process(string).library(string).statement(number) with alias
PASS: unprivileged probes: --privilege=stapsys process(string).library(string).statement(string)
PASS: unprivileged probes: --privilege=stapsys process(string).library(string).plt with alias
PASS: unprivileged probes: --privilege=stapsys process(string).library(string).plt.statement(number)
PASS: unprivileged probes: --privilege=stapsys process(string).library(string).plt(string) with alias
PASS: unprivileged probes: --privilege=stapsys process(string).library(string).plt(string).statement(number)
PASS: unprivileged probes: --privilege=stapsys process(string).mark(string) with alias
PASS: unprivileged probes: --privilege=stapsys process(string).provider(string).mark(string)
PASS: unprivileged probes: --privilege=stapsys process(string).statement(number) with alias
PASS: unprivileged probes: --privilege=stapsys process(string).statement(string)
PASS: unprivileged probes: --privilege=stapsys process(string).plt with alias
PASS: unprivileged probes: --privilege=stapsys process(string).plt.statement(number)
PASS: unprivileged probes: --privilege=stapsys process(string).plt(string) with alias
PASS: unprivileged probes: --privilege=stapsys process(string).plt(string).statement(number)
PASS: unprivileged probes: --privilege=stapsys process(string).syscall with alias
PASS: unprivileged probes: --privilege=stapsys process(string).syscall.return
PASS: unprivileged probes: --privilege=stapsys process(string).thread.begin with alias
PASS: unprivileged probes: --privilege=stapsys process(string).thread.end
PASS: unprivileged probes: --privilege=stapsys timer.hz(number) with alias
PASS: unprivileged probes: --privilege=stapsys timer.jiffies(number)
PASS: unprivileged probes: --privilege=stapsys timer.jiffies(number).randomize(number) with alias
PASS: unprivileged probes: --privilege=stapsys timer.ms(number)
PASS: unprivileged probes: --privilege=stapsys timer.ms(number).randomize(number) with alias
PASS: unprivileged probes: --privilege=stapsys timer.msec(number)
PASS: unprivileged probes: --privilege=stapsys timer.msec(number).randomize(number) with alias
PASS: unprivileged probes: --privilege=stapsys timer.ns(number)
PASS: unprivileged probes: --privilege=stapsys timer.ns(number).randomize(number) with alias
PASS: unprivileged probes: --privilege=stapsys timer.nsec(number)
PASS: unprivileged probes: --privilege=stapsys timer.nsec(number).randomize(number) with alias
PASS: unprivileged probes: --privilege=stapsys timer.s(number)
PASS: unprivileged probes: --privilege=stapsys timer.s(number).randomize(number) with alias
PASS: unprivileged probes: --privilege=stapsys timer.sec(number)
PASS: unprivileged probes: --privilege=stapsys timer.sec(number).randomize(number) with alias
PASS: unprivileged probes: --privilege=stapsys timer.us(number)
PASS: unprivileged probes: --privilege=stapsys timer.us(number).randomize(number) with alias
PASS: unprivileged probes: --privilege=stapsys timer.usec(number)
PASS: unprivileged probes: --privilege=stapsys timer.usec(number).randomize(number) with alias
PASS: unprivileged probes: --unprivileged process(string).insn
PASS: unprivileged probes: --privilege=stapusr kernel.data(number).length(number).rw with alias
PASS: unprivileged probes: --unprivileged kernel.data(number).length(number).write
PASS: unprivileged probes: --privilege=stapusr kernel.data(number).rw with alias
PASS: unprivileged probes: --unprivileged kernel.data(number).write
PASS: unprivileged probes: --privilege=stapusr kernel.data(string).rw with alias
PASS: unprivileged probes: --unprivileged kernel.data(string).write
PASS: unprivileged probes: --privilege=stapusr kernel.function(number) with alias
PASS: unprivileged probes: --unprivileged kernel.function(number).call
PASS: unprivileged probes: --privilege=stapusr kernel.function(number).return with alias
PASS: unprivileged probes: --unprivileged kernel.function(number).exported
PASS: unprivileged probes: --privilege=stapusr kernel.function(number).return.maxactive(number) with alias
PASS: unprivileged probes: --unprivileged kernel.function(string)
PASS: unprivileged probes: --privilege=stapusr kernel.function(string).call with alias
PASS: unprivileged probes: --unprivileged kernel.function(string).inline
PASS: unprivileged probes: --privilege=stapusr kernel.function(string).label(string) with alias
PASS: unprivileged probes: --unprivileged kernel.function(string).return
PASS: unprivileged probes: --privilege=stapusr kernel.function(string).exported with alias
PASS: unprivileged probes: --unprivileged kernel.function(string).return.maxactive(number)
PASS: unprivileged probes: --privilege=stapusr kernel.mark(string) with alias
PASS: unprivileged probes: --unprivileged kernel.mark(string).format(string)
PASS: unprivileged probes: --privilege=stapusr kernel.statement(number) with alias
PASS: unprivileged probes: --unprivileged kernel.statement(number).absolute
PASS: unprivileged probes: --privilege=stapusr kernel.statement(string) with alias
PASS: unprivileged probes: --unprivileged kernel.trace(string)
PASS: unprivileged probes: --privilege=stapusr kprobe.function(string) with alias
PASS: unprivileged probes: --unprivileged kprobe.function(string).return
PASS: unprivileged probes: --privilege=stapusr kprobe.function(string).return.maxactive(number) with alias
PASS: unprivileged probes: --unprivileged kprobe.module(string).function(string)
PASS: unprivileged probes: --privilege=stapusr kprobe.module(string).function(string).return with alias
PASS: unprivileged probes: --unprivileged kprobe.module(string).function(string).return.maxactive(number)
PASS: unprivileged probes: --privilege=stapusr kprobe.statement(number).absolute with alias
PASS: unprivileged probes: --unprivileged module(string).function(number)
PASS: unprivileged probes: --privilege=stapusr module(string).function(number).call with alias
PASS: unprivileged probes: --unprivileged module(string).function(number).return
PASS: unprivileged probes: --privilege=stapusr module(string).function(number).exported with alias
PASS: unprivileged probes: --unprivileged module(string).function(number).return.maxactive(number)
PASS: unprivileged probes: --privilege=stapusr module(string).function(string) with alias
PASS: unprivileged probes: --unprivileged module(string).function(string).call
PASS: unprivileged probes: --privilege=stapusr module(string).function(string).inline with alias
PASS: unprivileged probes: --unprivileged module(string).function(string).label(string)
PASS: unprivileged probes: --privilege=stapusr module(string).function(string).return with alias
PASS: unprivileged probes: --unprivileged module(string).function(string).exported
PASS: unprivileged probes: --privilege=stapusr module(string).function(string).return.maxactive(number) with alias
PASS: unprivileged probes: --unprivileged module(string).statement(number)
PASS: unprivileged probes: --privilege=stapusr module(string).statement(string) with alias
PASS: unprivileged probes: --unprivileged perf.type(number).config(number)
PASS: unprivileged probes: --privilege=stapusr perf.type(number).config(number).sample(number) with alias
PASS: unprivileged probes: --unprivileged process(number).insn
PASS: unprivileged probes: --privilege=stapusr process(number).insn.block with alias
PASS: unprivileged probes: --unprivileged process(string).insn.block
PASS: unprivileged probes: --privilege=stapusr procfs.read with alias
PASS: unprivileged probes: --unprivileged procfs.write
PASS: unprivileged probes: --privilege=stapusr procfs.read.maxsize(number) with alias
PASS: unprivileged probes: --unprivileged procfs.umask(number).read
PASS: unprivileged probes: --privilege=stapusr procfs.umask(number).read.maxsize(number) with alias
PASS: unprivileged probes: --unprivileged procfs.umask(number).write
PASS: unprivileged probes: --privilege=stapusr procfs(string).read with alias
PASS: unprivileged probes: --unprivileged procfs(string).read.maxsize(number)
PASS: unprivileged probes: --privilege=stapusr procfs(string).write with alias
PASS: unprivileged probes: --unprivileged procfs(string).umask(number).read
PASS: unprivileged probes: --privilege=stapusr procfs(string).umask(number).read.maxsize(number) with alias
PASS: unprivileged probes: --unprivileged procfs(string).umask(number).write
PASS: unprivileged probes: --privilege=stapusr timer.profile with alias
PASS: unprivileged probes: --unprivileged netfilter.hook(string)
PASS: unprivileged probes: --privilege=stapusr netfilter.hook(string).pf(string) with alias
PASS: unprivileged probes: --unprivileged netfilter.hook(string).priority(string)
PASS: unprivileged probes: --privilege=stapusr netfilter.hook(string).pf(string).priority(string) with alias
PASS: unprivileged probes: --privilege=stapsys process(string).insn
PASS: unprivileged probes: --privilege=stapsys kernel.data(number).length(number).rw with alias
PASS: unprivileged probes: --privilege=stapsys kernel.data(number).length(number).write
PASS: unprivileged probes: --privilege=stapsys kernel.data(number).rw with alias
PASS: unprivileged probes: --privilege=stapsys kernel.data(number).write
PASS: unprivileged probes: --privilege=stapsys kernel.data(string).rw with alias
PASS: unprivileged probes: --privilege=stapsys kernel.data(string).write
PASS: unprivileged probes: --privilege=stapsys kernel.function(number) with alias
PASS: unprivileged probes: --privilege=stapsys kernel.function(number).call
PASS: unprivileged probes: --privilege=stapsys kernel.function(number).return with alias
PASS: unprivileged probes: --privilege=stapsys kernel.function(number).exported
PASS: unprivileged probes: --privilege=stapsys kernel.function(number).return.maxactive(number) with alias
PASS: unprivileged probes: --privilege=stapsys kernel.function(string)
PASS: unprivileged probes: --privilege=stapsys kernel.function(string).call with alias
PASS: unprivileged probes: --privilege=stapsys kernel.function(string).inline
PASS: unprivileged probes: --privilege=stapsys kernel.function(string).label(string) with alias
PASS: unprivileged probes: --privilege=stapsys kernel.function(string).return
PASS: unprivileged probes: --privilege=stapsys kernel.function(string).exported with alias
PASS: unprivileged probes: --privilege=stapsys kernel.function(string).return.maxactive(number)
PASS: unprivileged probes: --privilege=stapsys kernel.mark(string) with alias
PASS: unprivileged probes: --privilege=stapsys kernel.mark(string).format(string)
PASS: unprivileged probes: --privilege=stapsys kernel.statement(number) with alias
PASS: unprivileged probes: --privilege=stapsys kernel.statement(number).absolute
PASS: unprivileged probes: --privilege=stapsys kernel.statement(string) with alias
PASS: unprivileged probes: --privilege=stapsys kernel.trace(string)
PASS: unprivileged probes: --privilege=stapsys kprobe.function(string) with alias
PASS: unprivileged probes: --privilege=stapsys kprobe.function(string).return
PASS: unprivileged probes: --privilege=stapsys kprobe.function(string).return.maxactive(number) with alias
PASS: unprivileged probes: --privilege=stapsys kprobe.module(string).function(string)
PASS: unprivileged probes: --privilege=stapsys kprobe.module(string).function(string).return with alias
PASS: unprivileged probes: --privilege=stapsys kprobe.module(string).function(string).return.maxactive(number)
PASS: unprivileged probes: --privilege=stapsys kprobe.statement(number).absolute with alias
PASS: unprivileged probes: --privilege=stapsys module(string).function(number)
PASS: unprivileged probes: --privilege=stapsys module(string).function(number).call with alias
PASS: unprivileged probes: --privilege=stapsys module(string).function(number).return
PASS: unprivileged probes: --privilege=stapsys module(string).function(number).exported with alias
PASS: unprivileged probes: --privilege=stapsys module(string).function(number).return.maxactive(number)
PASS: unprivileged probes: --privilege=stapsys module(string).function(string) with alias
PASS: unprivileged probes: --privilege=stapsys module(string).function(string).call
PASS: unprivileged probes: --privilege=stapsys module(string).function(string).inline with alias
PASS: unprivileged probes: --privilege=stapsys module(string).function(string).label(string)
PASS: unprivileged probes: --privilege=stapsys module(string).function(string).return with alias
PASS: unprivileged probes: --privilege=stapsys module(string).function(string).exported
PASS: unprivileged probes: --privilege=stapsys module(string).function(string).return.maxactive(number) with alias
PASS: unprivileged probes: --privilege=stapsys module(string).statement(number)
PASS: unprivileged probes: --privilege=stapsys module(string).statement(string) with alias
PASS: unprivileged probes: --privilege=stapsys perf.type(number).config(number)
PASS: unprivileged probes: --privilege=stapsys perf.type(number).config(number).sample(number) with alias
PASS: unprivileged probes: --privilege=stapsys process(number).insn
PASS: unprivileged probes: --privilege=stapsys process(number).insn.block with alias
PASS: unprivileged probes: --privilege=stapsys process(string).insn.block
PASS: unprivileged probes: --privilege=stapsys procfs.read with alias
PASS: unprivileged probes: --privilege=stapsys procfs.write
PASS: unprivileged probes: --privilege=stapsys procfs.read.maxsize(number) with alias
PASS: unprivileged probes: --privilege=stapsys procfs.umask(number).read
PASS: unprivileged probes: --privilege=stapsys procfs.umask(number).read.maxsize(number) with alias
PASS: unprivileged probes: --privilege=stapsys procfs.umask(number).write
PASS: unprivileged probes: --privilege=stapsys procfs(string).read with alias
PASS: unprivileged probes: --privilege=stapsys procfs(string).read.maxsize(number)
PASS: unprivileged probes: --privilege=stapsys procfs(string).write with alias
PASS: unprivileged probes: --privilege=stapsys procfs(string).umask(number).read
PASS: unprivileged probes: --privilege=stapsys procfs(string).umask(number).read.maxsize(number) with alias
PASS: unprivileged probes: --privilege=stapsys procfs(string).umask(number).write
PASS: unprivileged probes: --privilege=stapsys timer.profile with alias
PASS: unprivileged probes: --privilege=stapsys netfilter.hook(string)
PASS: unprivileged probes: --privilege=stapsys netfilter.hook(string).pf(string) with alias
PASS: unprivileged probes: --privilege=stapsys netfilter.hook(string).priority(string)
PASS: unprivileged probes: --privilege=stapsys netfilter.hook(string).pf(string).priority(string) with alias
PASS: unprivileged probes: tested: begin
PASS: unprivileged probes: tested: begin(number)
PASS: unprivileged probes: tested: end
PASS: unprivileged probes: tested: end(number)
PASS: unprivileged probes: tested: error
PASS: unprivileged probes: tested: error(number)
PASS: unprivileged probes: tested: kernel.data(number).length(number).rw
PASS: unprivileged probes: tested: kernel.data(number).length(number).write
PASS: unprivileged probes: tested: kernel.data(number).rw
PASS: unprivileged probes: tested: kernel.data(number).write
PASS: unprivileged probes: tested: kernel.data(string).rw
PASS: unprivileged probes: tested: kernel.data(string).write
PASS: unprivileged probes: tested: kernel.function(number)
PASS: unprivileged probes: tested: kernel.function(number).call
PASS: unprivileged probes: tested: kernel.function(number).exported
PASS: unprivileged probes: tested: kernel.function(number).return
PASS: unprivileged probes: tested: kernel.function(number).return.maxactive(number)
PASS: unprivileged probes: tested: kernel.function(string)
PASS: unprivileged probes: tested: kernel.function(string).call
PASS: unprivileged probes: tested: kernel.function(string).exported
PASS: unprivileged probes: tested: kernel.function(string).inline
PASS: unprivileged probes: tested: kernel.function(string).label(string)
PASS: unprivileged probes: tested: kernel.function(string).return
PASS: unprivileged probes: tested: kernel.function(string).return.maxactive(number)
PASS: unprivileged probes: tested: kernel.mark(string)
PASS: unprivileged probes: tested: kernel.mark(string).format(string)
PASS: unprivileged probes: tested: kernel.statement(number)
PASS: unprivileged probes: tested: kernel.statement(number).absolute
PASS: unprivileged probes: tested: kernel.statement(string)
PASS: unprivileged probes: tested: kernel.trace(string)
PASS: unprivileged probes: tested: kprobe.function(string)
PASS: unprivileged probes: tested: kprobe.function(string).return
PASS: unprivileged probes: tested: kprobe.function(string).return.maxactive(number)
PASS: unprivileged probes: tested: kprobe.module(string).function(string)
PASS: unprivileged probes: tested: kprobe.module(string).function(string).return
PASS: unprivileged probes: tested: kprobe.module(string).function(string).return.maxactive(number)
PASS: unprivileged probes: tested: kprobe.statement(number).absolute
PASS: unprivileged probes: tested: module(string).function(number)
PASS: unprivileged probes: tested: module(string).function(number).call
PASS: unprivileged probes: tested: module(string).function(number).exported
PASS: unprivileged probes: tested: module(string).function(number).return
PASS: unprivileged probes: tested: module(string).function(number).return.maxactive(number)
PASS: unprivileged probes: tested: module(string).function(string)
PASS: unprivileged probes: tested: module(string).function(string).call
PASS: unprivileged probes: tested: module(string).function(string).exported
PASS: unprivileged probes: tested: module(string).function(string).inline
PASS: unprivileged probes: tested: module(string).function(string).label(string)
PASS: unprivileged probes: tested: module(string).function(string).return
PASS: unprivileged probes: tested: module(string).function(string).return.maxactive(number)
PASS: unprivileged probes: tested: module(string).statement(number)
PASS: unprivileged probes: tested: module(string).statement(string)
PASS: unprivileged probes: tested: netfilter.hook(string)
PASS: unprivileged probes: tested: netfilter.hook(string).pf(string)
PASS: unprivileged probes: tested: netfilter.hook(string).pf(string).priority(string)
PASS: unprivileged probes: tested: netfilter.hook(string).priority(string)
PASS: unprivileged probes: tested: never
PASS: unprivileged probes: tested: perf.type(number).config(number)
PASS: unprivileged probes: tested: perf.type(number).config(number).sample(number)
PASS: unprivileged probes: tested: process.begin
PASS: unprivileged probes: tested: process.end
PASS: unprivileged probes: tested: process.function(number)
PASS: unprivileged probes: tested: process.function(number).call
PASS: unprivileged probes: tested: process.function(number).exported
PASS: unprivileged probes: tested: process.function(number).return
PASS: unprivileged probes: tested: process.function(string)
PASS: unprivileged probes: tested: process.function(string).call
PASS: unprivileged probes: tested: process.function(string).exported
PASS: unprivileged probes: tested: process.function(string).inline
PASS: unprivileged probes: tested: process.function(string).label(string)
PASS: unprivileged probes: tested: process.function(string).return
PASS: unprivileged probes: tested: process.library(string).function(number)
PASS: unprivileged probes: tested: process.library(string).function(number).call
PASS: unprivileged probes: tested: process.library(string).function(number).exported
PASS: unprivileged probes: tested: process.library(string).function(number).return
PASS: unprivileged probes: tested: process.library(string).function(string)
PASS: unprivileged probes: tested: process.library(string).function(string).call
PASS: unprivileged probes: tested: process.library(string).function(string).exported
PASS: unprivileged probes: tested: process.library(string).function(string).inline
PASS: unprivileged probes: tested: process.library(string).function(string).label(string)
PASS: unprivileged probes: tested: process.library(string).function(string).return
PASS: unprivileged probes: tested: process.library(string).mark(string)
PASS: unprivileged probes: tested: process.library(string).plt
PASS: unprivileged probes: tested: process.library(string).plt.statement(number)
PASS: unprivileged probes: tested: process.library(string).plt(string)
PASS: unprivileged probes: tested: process.library(string).plt(string).statement(number)
PASS: unprivileged probes: tested: process.library(string).provider(string).mark(string)
PASS: unprivileged probes: tested: process.library(string).statement(number)
PASS: unprivileged probes: tested: process.library(string).statement(string)
PASS: unprivileged probes: tested: process.mark(string)
PASS: unprivileged probes: tested: process.plt
PASS: unprivileged probes: tested: process.plt.statement(number)
PASS: unprivileged probes: tested: process.plt(string)
PASS: unprivileged probes: tested: process.plt(string).statement(number)
PASS: unprivileged probes: tested: process.provider(string).mark(string)
PASS: unprivileged probes: tested: process.statement(number)
PASS: unprivileged probes: tested: process.statement(string)
PASS: unprivileged probes: tested: process.syscall
PASS: unprivileged probes: tested: process.syscall.return
PASS: unprivileged probes: tested: process.thread.begin
PASS: unprivileged probes: tested: process.thread.end
PASS: unprivileged probes: tested: process(number).begin
PASS: unprivileged probes: tested: process(number).end
PASS: unprivileged probes: tested: process(number).insn
PASS: unprivileged probes: tested: process(number).insn.block
PASS: unprivileged probes: tested: process(number).statement(number).absolute
PASS: unprivileged probes: tested: process(number).statement(number).absolute.return
PASS: unprivileged probes: tested: process(number).syscall
PASS: unprivileged probes: tested: process(number).syscall.return
PASS: unprivileged probes: tested: process(number).thread.begin
PASS: unprivileged probes: tested: process(number).thread.end
PASS: unprivileged probes: tested: process(string).begin
PASS: unprivileged probes: tested: process(string).end
PASS: unprivileged probes: tested: process(string).function(number)
PASS: unprivileged probes: tested: process(string).function(number).call
PASS: unprivileged probes: tested: process(string).function(number).exported
PASS: unprivileged probes: tested: process(string).function(number).return
PASS: unprivileged probes: tested: process(string).function(string)
PASS: unprivileged probes: tested: process(string).function(string).call
PASS: unprivileged probes: tested: process(string).function(string).exported
PASS: unprivileged probes: tested: process(string).function(string).inline
PASS: unprivileged probes: tested: process(string).function(string).label(string)
PASS: unprivileged probes: tested: process(string).function(string).return
PASS: unprivileged probes: tested: process(string).insn
PASS: unprivileged probes: tested: process(string).insn.block
PASS: unprivileged probes: tested: process(string).library(string).function(number)
PASS: unprivileged probes: tested: process(string).library(string).function(number).call
PASS: unprivileged probes: tested: process(string).library(string).function(number).exported
PASS: unprivileged probes: tested: process(string).library(string).function(number).return
PASS: unprivileged probes: tested: process(string).library(string).function(string)
PASS: unprivileged probes: tested: process(string).library(string).function(string).call
PASS: unprivileged probes: tested: process(string).library(string).function(string).exported
PASS: unprivileged probes: tested: process(string).library(string).function(string).inline
PASS: unprivileged probes: tested: process(string).library(string).function(string).label(string)
PASS: unprivileged probes: tested: process(string).library(string).function(string).return
PASS: unprivileged probes: tested: process(string).library(string).mark(string)
PASS: unprivileged probes: tested: process(string).library(string).plt
PASS: unprivileged probes: tested: process(string).library(string).plt.statement(number)
PASS: unprivileged probes: tested: process(string).library(string).plt(string)
PASS: unprivileged probes: tested: process(string).library(string).plt(string).statement(number)
PASS: unprivileged probes: tested: process(string).library(string).provider(string).mark(string)
PASS: unprivileged probes: tested: process(string).library(string).statement(number)
PASS: unprivileged probes: tested: process(string).library(string).statement(string)
PASS: unprivileged probes: tested: process(string).mark(string)
PASS: unprivileged probes: tested: process(string).plt
PASS: unprivileged probes: tested: process(string).plt.statement(number)
PASS: unprivileged probes: tested: process(string).plt(string)
PASS: unprivileged probes: tested: process(string).plt(string).statement(number)
PASS: unprivileged probes: tested: process(string).provider(string).mark(string)
PASS: unprivileged probes: tested: process(string).statement(number)
PASS: unprivileged probes: tested: process(string).statement(string)
PASS: unprivileged probes: tested: process(string).syscall
PASS: unprivileged probes: tested: process(string).syscall.return
PASS: unprivileged probes: tested: process(string).thread.begin
PASS: unprivileged probes: tested: process(string).thread.end
PASS: unprivileged probes: tested: procfs.read
PASS: unprivileged probes: tested: procfs.read.maxsize(number)
PASS: unprivileged probes: tested: procfs.umask(number).read
PASS: unprivileged probes: tested: procfs.umask(number).read.maxsize(number)
PASS: unprivileged probes: tested: procfs.umask(number).write
PASS: unprivileged probes: tested: procfs.write
PASS: unprivileged probes: tested: procfs(string).read
PASS: unprivileged probes: tested: procfs(string).read.maxsize(number)
PASS: unprivileged probes: tested: procfs(string).umask(number).read
PASS: unprivileged probes: tested: procfs(string).umask(number).read.maxsize(number)
PASS: unprivileged probes: tested: procfs(string).umask(number).write
PASS: unprivileged probes: tested: procfs(string).write
PASS: unprivileged probes: tested: timer.hz(number)
PASS: unprivileged probes: tested: timer.jiffies(number)
PASS: unprivileged probes: tested: timer.jiffies(number).randomize(number)
PASS: unprivileged probes: tested: timer.ms(number)
PASS: unprivileged probes: tested: timer.ms(number).randomize(number)
PASS: unprivileged probes: tested: timer.msec(number)
PASS: unprivileged probes: tested: timer.msec(number).randomize(number)
PASS: unprivileged probes: tested: timer.ns(number)
PASS: unprivileged probes: tested: timer.ns(number).randomize(number)
PASS: unprivileged probes: tested: timer.nsec(number)
PASS: unprivileged probes: tested: timer.nsec(number).randomize(number)
PASS: unprivileged probes: tested: timer.profile
PASS: unprivileged probes: tested: timer.s(number)
PASS: unprivileged probes: tested: timer.s(number).randomize(number)
PASS: unprivileged probes: tested: timer.sec(number)
PASS: unprivileged probes: tested: timer.sec(number).randomize(number)
PASS: unprivileged probes: tested: timer.us(number)
PASS: unprivileged probes: tested: timer.us(number).randomize(number)
PASS: unprivileged probes: tested: timer.usec(number)
PASS: unprivileged probes: tested: timer.usec(number).randomize(number)
=== systemtap Summary ===
# of expected passes 3087
# of unexpected failures 136
# of unexpected successes 7
# of expected failures 246
# of unknown successes 1
# of known failures 42
# of untested testcases 83
# of unsupported tests 2
More information about the Systemtap
mailing list