public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: William Cohen <wcohen@redhat.com>
To: Crestez Dan Leonard <cdleonard@gmail.com>
Cc: systemtap@sourceware.org
Subject: Re: What about MIPS support?
Date: Thu, 06 Aug 2015 13:04:00 -0000	[thread overview]
Message-ID: <55C35B42.2010208@redhat.com> (raw)
In-Reply-To: <55C2B8CB.3060700@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 1219 bytes --]

On 08/05/2015 09:30 PM, William Cohen wrote:
> On 08/05/2015 02:45 PM, Crestez Dan Leonard wrote:
>> Hello,
>>
>> Those patches were on top of an older version. I just rebased on top of latest release 2.8 and only encountered a minor conflict. There are no further conflicts when rebasing on top of latest master. I pushed the branches here:
>>
>>     https://github.com/cdleonard/systemtap/commits/mips-2.8
>>     https://github.com/cdleonard/systemtap/commits/mips-master
>>
>> Regards,
>> Leonard
> 
> Hi Leonard,
> 
> Thanks for the pointers to current git trees with the patches.  I found that the div instruction for the mips processor is not coded correctly and the "make installcheck" smoke test fails as a result.  Attached is a patch to fix that and allow the systemtap.base/arith.exp test to pass.  With this patch the mips-master branch will run the "make installcheck" testsuite on a 32-bit mips processor
> 
> -Will
> 

Hi Dan,

I rebuild the kernel with CONFIG_DEGUG_INFO=y, had the systemtap source patched for the mips divide and ran the testsuite again.  Things ran a bit better, but the machine still dies on the systemtap.base/limits.exp test.  Attached is the portion of the tests that ran.

-Will

[-- Attachment #2: systemtap.sum --]
[-- Type: text/plain, Size: 26015 bytes --]

Test Run By root on Thu Aug  6 05:18:27 2015
Native configuration is mipsel-unknown-linux-gnu

		=== systemtap tests ===

Schedule of variations:
    unix

Running target unix

Host: Linux ci20 3.0.8loc-12469-gc52aae2 #1 SMP PREEMPT Thu Aug 6 03:45:22 BST 2015 mips GNU/Linux
Snapshot: version 2.9/0.152, commit release-2.7-277-g9a63aeaa5d06 + changes
GCC: 4.6.3 [gcc (Debian 4.6.3-14) 4.6.3]
Distro: 7.8
SElinux: unknown


Running ./systemtap/notest.exp ...
Running ./systemtap.apps/java.exp ...
UNTESTED: java - no javac
Running ./systemtap.apps/mysql.exp ...
UNTESTED: mysql sdt app
Running ./systemtap.apps/postgres.exp ...
UNTESTED: postgres sdt app
Running ./systemtap.apps/python.exp ...
UNTESTED: python sdt app
Running ./systemtap.apps/tcl.exp ...
UNTESTED: tcl sdt app
Running ./systemtap.apps/xulrunner.exp ...
UNTESTED: xulrunner sdt app
Running ./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 ./systemtap.base/additional_scripts.exp ...
PASS: additional_scripts (no script)
PASS: additional_scripts (-E BAD_SCRIPT) 
PASS: additional_scripts (-E listing probes) 
PASS: additional_scripts (-E BAD_SCRIPT listing probes) 
PASS: additional_scripts (-e and -E ) 
FAIL: additional_scripts (file and -E)
FAIL: additional_scripts (multiple -E)
Running ./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 ./systemtap.base/alias_suffixes.exp ...
PASS: ./systemtap.base/alias_suffixes01.stp startup
PASS: ./systemtap.base/alias_suffixes01.stp load generation
PASS: ./systemtap.base/alias_suffixes01.stp shutdown and output
PASS: ./systemtap.base/alias_suffixes02.stp startup
PASS: ./systemtap.base/alias_suffixes02.stp load generation
PASS: ./systemtap.base/alias_suffixes02.stp shutdown and output
PASS: ./systemtap.base/alias_suffixes03.stp startup
PASS: ./systemtap.base/alias_suffixes03.stp load generation
PASS: ./systemtap.base/alias_suffixes03.stp shutdown and output
PASS: ./systemtap.base/alias_suffixes04.stp startup
PASS: ./systemtap.base/alias_suffixes04.stp load generation
PASS: ./systemtap.base/alias_suffixes04.stp shutdown and output
PASS: ./systemtap.base/alias_suffixes05.stp startup
PASS: ./systemtap.base/alias_suffixes05.stp load generation
PASS: ./systemtap.base/alias_suffixes05.stp shutdown and output
Running ./systemtap.base/alias_tapset.exp ...
PASS: alias_tapset
Running ./systemtap.base/alternatives.exp ...
PASS: LOCAL1
PASS: STRUCT1
Running ./systemtap.base/argv.exp ...
PASS: argv naked
PASS: argv one
PASS: argv two
PASS: argv one other
PASS: argv two other
PASS: argv two mixed
PASS: argv three mixed
Running ./systemtap.base/arith.exp ...
PASS: arith
Running ./systemtap.base/arith_limits.exp ...
PASS: arith_limits
Running ./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 ./systemtap.base/array_slicing.exp ...
PASS: $test_name foreach (... val[*, *]) startup
PASS: $test_name foreach (... val[*, *]) shutdown and output
PASS: $test_name foreach (... val[int, int]) startup
PASS: $test_name foreach (... val[int, int]) shutdown and output
PASS: $test_name foreach (... val[string, string]) startup
PASS: $test_name foreach (... val[string, string]) shutdown and output
PASS: $test_name foreach (... val[variable, *]) startup
PASS: $test_name foreach (... val[variable, *]) shutdown and output
PASS: $test_name foreach (... val[variable, string]) startup
PASS: $test_name foreach (... val[variable, string]) shutdown and output
PASS: $test_name foreach (... val[c,d]) {c++;d++;} startup
PASS: $test_name foreach (... val[c,d]) {c++;d++;} shutdown and output
PASS: $test_name foreach (... val[expression,*]) startup
PASS: $test_name foreach (... val[expression,*]) shutdown and output
PASS: $test_name foreach sorting startup
PASS: $test_name foreach sorting shutdown and output
PASS: $test_name delete val[*,*] startup
PASS: $test_name delete val[*,*] shutdown and output
PASS: $test_name delete val[*, string] startup
PASS: $test_name delete val[*, string] shutdown and output
PASS: $test_name delete val[int, *] startup
PASS: $test_name delete val[int, *] shutdown and output
PASS: $test_name delete val[epression, *] startup
PASS: $test_name delete val[epression, *] shutdown and output
PASS: $test_name delete pmaps startup
PASS: $test_name delete pmaps shutdown and output
PASS: $test_name membership [*,*] in val startup
PASS: $test_name membership [*,*] in val shutdown and output
PASS: $test_name membership [*, string] in val startup
PASS: $test_name membership [*, string] in val shutdown and output
PASS: $test_name membership [int, *] in val startup
PASS: $test_name membership [int, *] in val shutdown and output
PASS: $test_name membership [expression,*] in val startup
PASS: $test_name membership [expression,*] in val shutdown and output
PASS: $test_name membership pmaps startup
PASS: $test_name membership pmaps shutdown and output
PASS: $test_name membership pmaps (2) startup
PASS: $test_name membership pmaps (2) shutdown and output
Running ./systemtap.base/array_string.exp ...
PASS: ARRAY_STRING startup
PASS: ARRAY_STRING load generation
PASS: ARRAY_STRING shutdown and output
Running ./systemtap.base/at_var.exp ...
UNTESTED: at_var
Running ./systemtap.base/at_var_cu.exp ...
UNTESTED: at_var_cu
Running ./systemtap.base/at_var_func.exp ...
UNTESTED: at_var_func
Running ./systemtap.base/at_var_lvalue.exp ...
UNTESTED: at_var_lvalue
Running ./systemtap.base/at_var_mark.exp ...
UNTESTED: at_var_mark
Running ./systemtap.base/at_var_mark_func.exp ...
UNTESTED: at_var_mark_func
Running ./systemtap.base/at_var_pie.exp ...
UNTESTED: at_var_pie
Running ./systemtap.base/at_var_timer_profile.exp ...
UNTESTED: at_var_timer_profile
Running ./systemtap.base/at_var_tracepoint.exp ...
PASS: at_var_tracepoint startup
PASS: at_var_tracepoint load generation
PASS: at_var_tracepoint shutdown and output
Running ./systemtap.base/at_var_unresolved.exp ...
PASS: at_var_unresolved (1)
PASS: at_var_unresolved (cuname: 1, 0)
Running ./systemtap.base/at_var_unresolved_lvalue.exp ...
UNTESTED: at_var_unresolved_lvalue
Running ./systemtap.base/at_var_void_stmt.exp ...
FAIL: at_var_void_stmt (0, 2)
Running ./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 ./systemtap.base/backtrace.exp ...
KFAIL: backtrace (0 0) (PRMS: 10739)
KFAIL: backtrace-unwindsyms (0 0) (PRMS: 10739)
KPASS: self-unwind-ensure-exact (0) (PRMS 10739)
Running ./systemtap.base/bad-code.exp ...
PASS: bad-code.c compile
FAIL: bad-code
Running ./systemtap.base/badkprobe.exp ...
PASS: bad kprobe registration: kernel.statement(-1).absolute
PASS: bad kprobe registration: kprobe.statement(-1).absolute
PASS: bad optional kprobe registration: kernel.statement(-1).absolute
PASS: bad optional kprobe registration: kprobe.statement(-1).absolute
Running ./systemtap.base/be_loaded.exp ...
PASS: be_loaded
Running ./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 ./systemtap.base/beginenderror.exp ...
PASS: beginenderror (5 3 0)
Running ./systemtap.base/bench.exp ...
PASS: bench (524)
Running ./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 ./systemtap.base/buildid.exp ...
UNTESTED: buildid (uprobes)
Running ./systemtap.base/bz10078.exp ...
PASS: bz10078 compile
UNTESTED: bz10078 -p4
UNTESTED: bz10078 -p5
Running ./systemtap.base/bz1027459.exp ...
FAIL: bz1027459 (timeout)
FAIL: bz1027459 -p5 (0)
Running ./systemtap.base/bz1074541.exp ...
PASS: ./bz1074541
Running ./systemtap.base/bz1126645.exp ...
FAIL: bz1126645 -p5 (0)
Running ./systemtap.base/bz13338.exp ...
PASS: bz13338
Running ./systemtap.base/bz5274.exp ...
UNTESTED: ./bz5274 -p5
Running ./systemtap.base/bz6503.exp ...
FAIL: bz6503 0 0
Running ./systemtap.base/bz6850.exp ...
PASS: bz6850 compile
UNTESTED: bz6850 -p4
UNTESTED: bz6850 -p5
Running ./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 ./systemtap.base/cache_clean.exp ...
PASS: cache_clean premature cleaning
PASS: cache_clean timed cleaning
Running ./systemtap.base/callee.exp ...
UNTESTED: callee
Running ./systemtap.base/caller.exp ...
FAIL: caller startup (eof)
Running ./systemtap.base/cast-scope.exp ...
PASS: cast-scope-m32 compile
UNTESTED: cast-scope-m32
PASS: cast-scope-m32 compile
UNTESTED: cast-scope-m32
PASS: cast-scope-m32-O compile
UNTESTED: cast-scope-m32-O
Running ./systemtap.base/cast-user.exp ...
PASS: cast-user compile
FAIL: cast-user
Running ./systemtap.base/cast.exp ...
PASS: ./systemtap.base/cast.stp
Running ./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
FAIL: cmd_parse16: eof
Running ./systemtap.base/cmdline.exp ...
FAIL: cmdline
Running ./systemtap.base/color_parsing.exp ...
PASS: color_parsing (empty - stap: output matched)
PASS: color_parsing (empty - staprun: output matched)
PASS: color_parsing (short_key1 - stap: output matched)
PASS: color_parsing (short_key1 - staprun: output matched)
PASS: color_parsing (short_key2 - stap: output matched)
PASS: color_parsing (short_key2 - staprun: output matched)
PASS: color_parsing (short_key3 - stap: output matched)
PASS: color_parsing (short_key3 - staprun: output matched)
PASS: color_parsing (short_key4 - stap: output matched)
PASS: color_parsing (short_key4 - staprun: output matched)
PASS: color_parsing (short_key5 - stap: output matched)
PASS: color_parsing (short_key5 - staprun: output matched)
PASS: color_parsing (short_key6 - stap: output matched)
PASS: color_parsing (short_key6 - staprun: output matched)
PASS: color_parsing (short_key7 - stap: output matched)
PASS: color_parsing (short_key7 - staprun: output matched)
PASS: color_parsing (short_key8 - stap: output matched)
PASS: color_parsing (short_key8 - staprun: output matched)
PASS: color_parsing (short_key9 - stap: output matched)
PASS: color_parsing (short_key9 - staprun: output matched)
PASS: color_parsing (no_eq1 - stap: output matched)
PASS: color_parsing (no_eq1 - staprun: output matched)
PASS: color_parsing (no_eq2 - stap: output matched)
PASS: color_parsing (no_eq2 - staprun: output matched)
PASS: color_parsing (no_eq3 - stap: output matched)
PASS: color_parsing (no_eq3 - staprun: output matched)
PASS: color_parsing (no_eq4 - stap: output matched)
PASS: color_parsing (no_eq4 - staprun: output matched)
PASS: color_parsing (no_eq5 - stap: output matched)
PASS: color_parsing (no_eq5 - staprun: output matched)
PASS: color_parsing (no_eq6 - stap: output matched)
PASS: color_parsing (no_eq6 - staprun: output matched)
PASS: color_parsing (no_eq7 - stap: output matched)
PASS: color_parsing (no_eq7 - staprun: output matched)
PASS: color_parsing (no_eq8 - stap: output matched)
PASS: color_parsing (no_eq8 - staprun: output matched)
PASS: color_parsing (no_eq9 - stap: output matched)
PASS: color_parsing (no_eq9 - staprun: output matched)
PASS: color_parsing (no_eq10 - stap: output matched)
PASS: color_parsing (no_eq10 - staprun: output matched)
PASS: color_parsing (no_key1 - stap: output matched)
PASS: color_parsing (no_key1 - staprun: output matched)
PASS: color_parsing (no_key2 - stap: output matched)
PASS: color_parsing (no_key2 - staprun: output matched)
PASS: color_parsing (no_key3 - stap: output matched)
PASS: color_parsing (no_key3 - staprun: output matched)
PASS: color_parsing (no_key4 - stap: output matched)
PASS: color_parsing (no_key4 - staprun: output matched)
PASS: color_parsing (no_key5 - stap: output matched)
PASS: color_parsing (no_key5 - staprun: output matched)
PASS: color_parsing (no_key6 - stap: output matched)
PASS: color_parsing (no_key6 - staprun: output matched)
PASS: color_parsing (no_key7 - stap: output matched)
PASS: color_parsing (no_key7 - staprun: output matched)
PASS: color_parsing (no_key8 - stap: output matched)
PASS: color_parsing (no_key8 - staprun: output matched)
PASS: color_parsing (no_key9 - stap: output matched)
PASS: color_parsing (no_key9 - staprun: output matched)
PASS: color_parsing (no_key10 - stap: output matched)
PASS: color_parsing (no_key10 - staprun: output matched)
PASS: color_parsing (no_key11 - stap: output matched)
PASS: color_parsing (no_key11 - staprun: output matched)
PASS: color_parsing (no_key12 - stap: output matched)
PASS: color_parsing (no_key12 - staprun: output matched)
PASS: color_parsing (no_key13 - stap: output matched)
PASS: color_parsing (no_key13 - staprun: output matched)
PASS: color_parsing (no_val1 - stap: output matched)
PASS: color_parsing (no_val1 - staprun: output matched)
PASS: color_parsing (no_val2 - stap: output matched)
PASS: color_parsing (no_val2 - staprun: output matched)
PASS: color_parsing (no_val3 - stap: output matched)
PASS: color_parsing (no_val3 - staprun: output matched)
PASS: color_parsing (no_val4 - stap: output matched)
PASS: color_parsing (no_val4 - staprun: output matched)
PASS: color_parsing (no_val5 - stap: output matched)
PASS: color_parsing (no_val5 - staprun: output matched)
PASS: color_parsing (bad_val1 - stap: output matched)
PASS: color_parsing (bad_val1 - staprun: output matched)
PASS: color_parsing (bad_val2 - stap: output matched)
PASS: color_parsing (bad_val2 - staprun: output matched)
PASS: color_parsing (bad_val3 - stap: output matched)
PASS: color_parsing (bad_val3 - staprun: output matched)
PASS: color_parsing (bad_val4 - stap: output matched)
PASS: color_parsing (bad_val4 - staprun: output matched)
PASS: color_parsing (bad_val5 - stap: output matched)
PASS: color_parsing (bad_val5 - staprun: output matched)
PASS: color_parsing (valid1 - stap: output matched)
PASS: color_parsing (valid1 - staprun: output matched)
PASS: color_parsing (valid2 - stap: output matched)
PASS: color_parsing (valid2 - staprun: output matched)
PASS: color_parsing (valid3 - stap: output matched)
PASS: color_parsing (valid3 - staprun: output matched)
PASS: color_parsing (valid4 - stap: output matched)
PASS: color_parsing (valid4 - staprun: output matched)
PASS: color_parsing (valid5 - stap: output matched)
PASS: color_parsing (valid5 - staprun: output matched)
PASS: color_parsing
Running ./systemtap.base/const_value.exp ...
PASS: const_value.c compile
UNTESTED: const_value
PASS: const_value_func.c compile
UNTESTED: const_value_func (no-const-value)
Running ./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 ./systemtap.base/crash.exp ...
UNTESTED: crash - no staplog.so
Running ./systemtap.base/ctime.exp ...
PASS: ./systemtap.base/ctime.stp
Running ./systemtap.base/cu-decl.exp ...
PASS: cu-decl-m32 target compilation
UNTESTED: cu-decl-m32
PASS: cu-decl-m32 target compilation
UNTESTED: cu-decl-m32
PASS: cu-decl-m32-O target compilation
UNTESTED: cu-decl-m32-O
Running ./systemtap.base/cxxclass.exp ...
PASS: m32 cxxclass.c compile
UNTESTED: cxxclass-m32
PASS: m32 cxxclass.c compile
UNTESTED: cxxclass-m32
PASS: m32-O cxxclass.c compile
UNTESTED: cxxclass-m32-O
Running ./systemtap.base/debug_mem.exp ...
PASS: debug_mem (run)
PASS: debug_mem
Running ./systemtap.base/debugpath.exp ...
PASS: debugpath-bad
FAIL: debugpath-good (eof)
Running ./systemtap.base/deref.exp ...
PASS: ./systemtap.base/deref.stp startup
PASS: ./systemtap.base/deref.stp load generation
FAIL: ./systemtap.base/deref.stp shutdown (eof)
Running ./systemtap.base/deref2.exp ...
UNTESTED: deref2
Running ./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 ./systemtap.base/dtrace.exp ...
PASS: dtrace python -G -64 -fPIC -o dtrace-XXX.o
PASS: dtrace python -G -o dtrace-XXX
PASS: dtrace python -h -o dtrace-XXX.h
PASS: dtrace python -h -o dtrace-XXX
PASS: dtrace python -G -o /tmp/XXX.o
PASS: dtrace python -G -o /tmp/XXX
PASS: dtrace python -h -o /tmp/XXX.h
PASS: dtrace python -h -o /tmp/XXX
PASS: dtrace python -G
PASS: dtrace python -h
PASS: dtrace python CFLAGS= CC=
PASS: dtrace python -C -h -o dtrace-XXX.h
PASS: dtrace python -C -Iincpath -h -o dtrace-XXX.h
PASS: dtrace python -C --no-pyparsing -Iincpath -h -o dtrace-XXX.h
UNTESTED: dtrace python parser check
PASS: dtrace python -Iincpath -G
PASS: dtrace python known uses
PASS: dtrace python -x IGNORED
PASS: dtrace python2 -G -64 -fPIC -o dtrace-XXX.o
PASS: dtrace python2 -G -o dtrace-XXX
PASS: dtrace python2 -h -o dtrace-XXX.h
PASS: dtrace python2 -h -o dtrace-XXX
PASS: dtrace python2 -G -o /tmp/XXX.o
PASS: dtrace python2 -G -o /tmp/XXX
PASS: dtrace python2 -h -o /tmp/XXX.h
PASS: dtrace python2 -h -o /tmp/XXX
PASS: dtrace python2 -G
PASS: dtrace python2 -h
PASS: dtrace python2 CFLAGS= CC=
PASS: dtrace python2 -C -h -o dtrace-XXX.h
PASS: dtrace python2 -C -Iincpath -h -o dtrace-XXX.h
PASS: dtrace python2 -C --no-pyparsing -Iincpath -h -o dtrace-XXX.h
UNTESTED: dtrace python2 parser check
PASS: dtrace python2 -Iincpath -G
PASS: dtrace python2 known uses
PASS: dtrace python2 -x IGNORED
UNSUPPORTED: dtrace python3
Running ./systemtap.base/dump_functions.exp ...
PASS: dump_functions (got output of stap --dump-functions)
PASS: dump_functions (got output of stap -v --dump-functions)
PASS: dump_functions (user_string in output)
PASS: dump_functions (_caller_match not in output)
PASS: dump_functions (user_string in -v output)
PASS: dump_functions (_caller_match in -v output)
PASS: dump_functions (mdelay has guru in output)
PASS: dump_functions (mdelay has guru in -v output)
PASS: dump_functions (uid has unpriv but not pure in output)
PASS: dump_functions (uid has unpriv and pure in -v output)
Running ./systemtap.base/dump_probe_aliases.exp ...
PASS: dump_probe_aliases (got output of stap --dump-probe-aliases)
PASS: dump_probe_aliases (got output of stap -v --dump-probe-aliases)
PASS: dump_probe_aliases (oneshot in output)
PASS: dump_probe_aliases (vfs.read in output)
PASS: dump_probe_aliases (__syscall.accept not in output)
PASS: dump_probe_aliases (oneshot in -v output)
PASS: dump_probe_aliases (vfs.read in -v output)
PASS: dump_probe_aliases (__syscall.accept in -v output)
Running ./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 ./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 ./systemtap.base/execve.exp ...
FAIL: ./systemtap.base/execve.stp -c /bin/true
Running ./systemtap.base/externalvar.exp ...
UNTESTED: externalvar-m32
UNTESTED: externalvar-m32
UNTESTED: externalvar-m32-O
Running ./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 ./systemtap.base/flightrec1.exp ...
PASS: flightrec1 (flight recorder option)
PASS: flightrec1 (stapio in background)
PASS: flightrec1 (output file)
PASS: flightrec1 (switch output file)
Running ./systemtap.base/flightrec2.exp ...
PASS: flightrec2 (-S option)
PASS: flightrec2 (log file numbers limitation)
PASS: flightrec2 (log file size limitation)
Running ./systemtap.base/flightrec3.exp ...
PASS: flightrec3 (-S option with bulk mode)
PASS: flightrec3 (log file size limitation with bulk mode)
Running ./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 ./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 ./systemtap.base/foreach_aggrsort.exp ...
PASS: foreach_aggrsort
Running ./systemtap.base/foreach_value.exp ...
PASS: foreach_value
Running ./systemtap.base/func_alias.exp ...
UNTESTED: func_alias
Running ./systemtap.base/global_end.exp ...
PASS: global_end (12)
PASS: global_end_var (6)
PASS: global_end_var_used (1)
Running ./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 ./systemtap.base/global_opt.exp ...
PASS: global_opt
Running ./systemtap.base/global_opt_invalid.exp ...
PASS: global_opt_invalid
Running ./systemtap.base/global_opt_unknown.exp ...
UNSUPPORTED: global_opt_unknown - kernel won't ignore unknown options
Running ./systemtap.base/global_stat.exp ...
PASS: global_stat
Running ./systemtap.base/global_var.exp ...
UNTESTED: global_var-m32
UNTESTED: global_var-m32
UNTESTED: global_var-m32-O
Running ./systemtap.base/global_var_kernel.exp ...
FAIL: global_var_kernel startup (eof)
Running ./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 ./systemtap.base/gtod.exp ...
FAIL: gtod (short range) (0)
FAIL: gtod (10ms interval) (0)
FAIL: gtod (100ms interval) (0)
Running ./systemtap.base/hash_add_buildid.exp ...
UNTESTED: hash_add_buildid
Running ./systemtap.base/helpout.exp ...
PASS: helpout stap -V
PASS: helpout stap -h
PASS: helpout staprun -V
PASS: helpout staprun -h
PASS: helpout /home/ci20/mount/ci20/install/libexec/systemtap/stapio -V
PASS: helpout /home/ci20/mount/ci20/install/libexec/systemtap/stapio -h
Running ./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 ./systemtap.base/implicitptr.exp ...
PASS: implicitptr.c compile m32
PASS: probe listing implicitptr-m32 (ijkl)
UNTESTED: implicitptr-m32
PASS: implicitptr.c compile m32
PASS: probe listing implicitptr-m32 (ijkl)
UNTESTED: implicitptr-m32
PASS: implicitptr.c compile m32-O
PASS: probe listing implicitptr-m32-O (ijkl)
UNTESTED: implicitptr-m32-O
Running ./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 ./systemtap.base/inherit.exp ...
PASS: inherit-m32 compile
UNTESTED: inherit-m32
PASS: inherit-m32 compile
UNTESTED: inherit-m32
PASS: inherit-m32-O compile
UNTESTED: inherit-m32-O
Running ./systemtap.base/inlinedvars.exp ...
PASS: inlinedvars-m32 compile
UNTESTED: inlinedvars-m32
PASS: inlinedvars-m32 compile
UNTESTED: inlinedvars-m32
PASS: inlinedvars-m32-O compile
UNTESTED: inlinedvars-m32-O
Running ./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
FAIL: ipaddr_IPv4_recvmsg shutdown (eof)
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
UNTESTED: ipaddr_IPv6_recvmsg starting IPv6 nc server
Running ./systemtap.base/itrace.exp ...
UNTESTED: itrace single step check : no kernel utrace support found
UNTESTED: itrace block step check : no kernel utrace support found
UNTESTED: itrace_single1 : no kernel utrace support found
UNTESTED: itrace_single2 : no kernel utrace support found
UNTESTED: itrace_block1 : no kernel utrace support found
UNTESTED: itrace_block2 : no kernel utrace support found
Running ./systemtap.base/kallsyms_expand_symbol.exp ...
PASS: ./systemtap.base/kallsyms_expand_symbol.stp -c {head /proc/kallsyms}
Running ./systemtap.base/kbuildenv.exp ...
PASS: kbuild PATH sanitization
Running ./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 ./systemtap.base/kmodule.exp ...
PASS: kmodule (built and installed module)
PASS: ./systemtap.base/kmodule.stp startup
PASS: ./systemtap.base/kmodule.stp load generation
FAIL: ./systemtap.base/kmodule.stp shutdown (timeout)
FAIL: ./systemtap.base/kprobe_module.stp startup (timeout)
Running ./systemtap.base/kprobes.exp ...
FAIL: ./systemtap.base/kprobes.stp startup (timeout)
Running ./systemtap.base/kretprobe-vars.exp ...
FAIL: ./systemtap.base/kretprobe-vars.stp startup (timeout)
Running ./systemtap.base/labels.exp ...
UNTESTED: labels
Running ./systemtap.base/library.exp ...
UNTESTED: library
Running ./systemtap.base/limits.exp ...

  reply	other threads:[~2015-08-06 13:04 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-22 20:04 Victor Kamensky
2012-08-23  2:23 ` Maneesh Soni
2012-08-23 14:33   ` Ananth N Mavinakayanahalli
2012-08-23 22:11 ` Josh Stone
2012-10-15 21:21   ` Victor Kamensky
2012-10-23 23:43     ` Josh Stone
2015-08-05 12:42     ` William Cohen
     [not found]       ` <CAJdmCr+1s6JLW3DsGxbdqPcpnD1+wNo5VwAifm6UN-SWE+PKmw@mail.gmail.com>
2015-08-05 16:25         ` William Cohen
     [not found]           ` <CAJdmCrLN3w6J3XHTCx0uMDQDAc6LB+5qC3o7Rr+KABAriwNATg@mail.gmail.com>
2015-08-06  1:30             ` William Cohen
2015-08-06 13:04               ` William Cohen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-08-17 16:33 Hallsmark, Per
2012-08-18  2:20 ` Josh Stone

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55C35B42.2010208@redhat.com \
    --to=wcohen@redhat.com \
    --cc=cdleonard@gmail.com \
    --cc=systemtap@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).