This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Simple tests to check all probe aliases


I'd like to check in some simple tests that determine if all
probe aliases can be resolved in each tapset. They also use
the -u option to report variables that a tapset attempts to
make available, but can't due to debuginfo deficiencies or other problems.


For example, the nfs test script is as follows:

	#! stap -up4
	probe nfs.*.*, nfs.*.*.* {}

This simple script exposed 24 unresolvable probe aliases.
These scripts also found unresolvable probes in the sunrpc
and vfs tapsets, as well as numerous $var problems (see the
full log file below).

I know there's been disagreement as to the value of using -u, that it would report $var problems that we already know about
and can do little to fix. I still think too much test data
is better than too little. We can use the kfail mechnaism
if it becomes too annoying.


I also realize there's overlap between these tests and some
of the existing tests, at least from the build perspective.
I don't see the harm is some overlap, as long as it's not too
excessive.  The nice thing is these tests should catch all
tapset build issues.  The existing tests only find problems if
1) the tests actually exist and 2) the tests reference all
probe aliases and $var's in the tapsets.

So what do you think?  Should I check these tests in?  If so,
where should they go.  I'm thinking buildok makes the most
sense.

Regards,
Mike


Test Run By root on Fri Sep 21 09:30:38 2007 Native configuration is x86_64-redhat-linux-gnu

=== tests ===

Schedule of variations:
   unix

Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using ./config/unix.exp as tool-and-target-specific interface file.
env PATH = /usr/lib64/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/root/bin
env SRCDIR = /media/usbflash/SystemTap/systemtap-CVS/stap_co_200708162329/src/testsuite/./..
env SYSTEMTAP_DIR = /media/usbflash/SystemTap/systemtap-CVS/stap_co_200708162329/src/testsuite/.systemtap
Running ./systemtap.pass1-4/resolve.exp ...
Running ./resolve/ioblock.stp
starting ./resolve/ioblock.stp
spawn1 stap -up4 ./resolve/ioblock.stp
/media/usbflash/SystemTap/systemtap-CVS/stap_co_200708162329/src/testsuite/.systemtap/cache/09/stap_09f0693e96bc69d49d4dde596b759eeb_13544.ko
/media/usbflash/SystemTap/systemtap-CVS/stap_co_200708162329/src/testsuite/.systemtap/cache/09/stap_09f0693e96bc69d49d4dde596b759eeb_13544.ko
wait results: 10300 exp8 0 0
PASS: resolve/ioblock.stp
Running ./resolve/ioscheduler.stp
starting ./resolve/ioscheduler.stp
spawn1 stap -up4 ./resolve/ioscheduler.stp
/media/usbflash/SystemTap/systemtap-CVS/stap_co_200708162329/src/testsuite/.systemtap/cache/cc/stap_ccd618a42a4b719a24e063df193d490d_17241.ko
/media/usbflash/SystemTap/systemtap-CVS/stap_co_200708162329/src/testsuite/.systemtap/cache/cc/stap_ccd618a42a4b719a24e063df193d490d_17241.ko
wait results: 10473 exp8 0 0
PASS: resolve/ioscheduler.stp
Running ./resolve/memory.stp
starting ./resolve/memory.stp
spawn1 stap -up4 ./resolve/memory.stp
semantic error: failed to retrieve location attribute for local 'addr' (dieoffset: 0xaa9770): identifier '$addr' at /usr/local/share/systemtap/tapset/memory.stp:116:15
semantic error: failed to retrieve location attribute for local 'addr' (dieoffset: 0x8cc050): identifier '$addr' at /usr/local/share/systemtap/tapset/memory.stp:116:15
semantic error: failed to retrieve location attribute for local 'addr' (dieoffset: 0x8c9881): identifier '$addr' at /usr/local/share/systemtap/tapset/memory.stp:116:15
semantic error: failed to retrieve location attribute for local 'addr' (dieoffset: 0xaa9770): identifier '$addr' at /usr/local/share/systemtap/tapset/memory.stp:116:15

semantic error: failed to retrieve location attribute for local 'addr' (dieoffset: 0x8cc050): identifier '$addr' at /usr/local/share/systemtap/tapset/memory.stp:116:15

semantic error: failed to retrieve location attribute for local 'addr' (dieoffset: 0x8c9881): identifier '$addr' at /usr/local/share/systemtap/tapset/memory.stp:116:15
semantic error: failed to retrieve location attribute for local 'addr' (dieoffset: 0x8c962e): identifier '$addr' at /usr/local/share/systemtap/tapset/memory.stp:116:15
semantic error: failed to retrieve location attribute for local 'addr' (dieoffset: 0x79cca3): identifier '$addr' at /usr/local/share/systemtap/tapset/memory.stp:116:15
semantic error: failed to retrieve location attribute for local 'addr' (dieoffset: 0x2617bc): identifier '$addr' at /usr/local/share/systemtap/tapset/memory.stp:116:15
semantic error: failed to retrieve location attribute for local 'addr' (dieoffset: 0x25ecc8): identifier '$addr' at /usr/local/share/systemtap/tapset/memory.stp:116:15
semantic error: failed to retrieve location attribute for local 'addr' (dieoffset: 0x25ea4c): identifier '$addr' at /usr/local/share/systemtap/tapset/memory.stp:116:15
semantic error: failed to retrieve location attribute for local 'len' (dieoffset: 0xaa976b): identifier '$len' at /usr/local/share/systemtap/tapset/memory.stp:117:14
semantic error: failed to retrieve location attribute for local 'len' (dieoffset: 0x8cc04b): identifier '$len' at /usr/local/share/systemtap/tapset/memory.stp:117:14
semantic error: failed to retrieve location attribute for local 'len' (dieoffset: 0x8c987c): identifier '$len' at /usr/local/share/systemtap/tapset/memory.stp:117:14
semantic error: failed to retrieve location attribute for local 'len' (dieoffset: 0x8c9629): identifier '$len' at /usr/local/share/systemtap/tapset/memory.stp:117:14
semantic error: failed to retrieve location attribute for local 'len' (dieoffset: 0x79cc9e): identifier '$len' at /usr/local/share/systemtap/tapset/memory.stp:117:14
semantic error: failed to retrieve location attribute for local 'len' (dieoffset: 0x2617b7): identifier '$len' at /usr/local/share/systemtap/tapset/memory.stp:117:14
semantic error: failed to retrieve location attribute for local 'len' (dieoffset: 0x25ea47): identifier '$len' at /usr/local/share/systemtap/tapset/memory.stp:117:14

semantic error: failed to retrieve location attribute for local 'addr' (dieoffset: 0x8c962e): identifier '$addr' at /usr/local/share/systemtap/tapset/memory.stp:116:15

semantic error: failed to retrieve location attribute for local 'addr' (dieoffset: 0x79cca3): identifier '$addr' at /usr/local/share/systemtap/tapset/memory.stp:116:15

semantic error: failed to retrieve location attribute for local 'addr' (dieoffset: 0x2617bc): identifier '$addr' at /usr/local/share/systemtap/tapset/memory.stp:116:15

semantic error: failed to retrieve location attribute for local 'addr' (dieoffset: 0x25ecc8): identifier '$addr' at /usr/local/share/systemtap/tapset/memory.stp:116:15

semantic error: failed to retrieve location attribute for local 'addr' (dieoffset: 0x25ea4c): identifier '$addr' at /usr/local/share/systemtap/tapset/memory.stp:116:15

semantic error: failed to retrieve location attribute for local 'len' (dieoffset: 0xaa976b): identifier '$len' at /usr/local/share/systemtap/tapset/memory.stp:117:14

semantic error: failed to retrieve location attribute for local 'len' (dieoffset: 0x8cc04b): identifier '$len' at /usr/local/share/systemtap/tapset/memory.stp:117:14

semantic error: failed to retrieve location attribute for local 'len' (dieoffset: 0x8c987c): identifier '$len' at /usr/local/share/systemtap/tapset/memory.stp:117:14

semantic error: failed to retrieve location attribute for local 'len' (dieoffset: 0x8c9629): identifier '$len' at /usr/local/share/systemtap/tapset/memory.stp:117:14

semantic error: failed to retrieve location attribute for local 'len' (dieoffset: 0x79cc9e): identifier '$len' at /usr/local/share/systemtap/tapset/memory.stp:117:14

semantic error: failed to retrieve location attribute for local 'len' (dieoffset: 0x2617b7): identifier '$len' at /usr/local/share/systemtap/tapset/memory.stp:117:14

semantic error: failed to retrieve location attribute for local 'len' (dieoffset: 0x25ea47): identifier '$len' at /usr/local/share/systemtap/tapset/memory.stp:117:14
semantic error: probe_1060 with unresolved type: identifier 'address' at /usr/local/share/systemtap/tapset/memory.stp:116:5

semantic error: probe_1060 with unresolved type: identifier 'address' at /usr/local/share/systemtap/tapset/memory.stp:116:5
semantic error: probe_1060 with unresolved type: identifier 'length' at /usr/local/share/systemtap/tapset/memory.stp:117:5

semantic error: probe_1060 with unresolved type: identifier 'length' at /usr/local/share/systemtap/tapset/memory.stp:117:5
semantic error: probe_1061 with unresolved type: identifier 'address' at /usr/local/share/systemtap/tapset/memory.stp:116:5

semantic error: probe_1061 with unresolved type: identifier 'address' at /usr/local/share/systemtap/tapset/memory.stp:116:5
semantic error: probe_1062 with unresolved type: identifier 'address' at /usr/local/share/systemtap/tapset/memory.stp:116:5

semantic error: probe_1062 with unresolved type: identifier 'address' at /usr/local/share/systemtap/tapset/memory.stp:116:5
semantic error: probe_1062 with unresolved type: identifier 'length' at /usr/local/share/systemtap/tapset/memory.stp:117:5

semantic error: probe_1062 with unresolved type: identifier 'length' at /usr/local/share/systemtap/tapset/memory.stp:117:5
semantic error: probe_1063 with unresolved type: identifier 'address' at /usr/local/share/systemtap/tapset/memory.stp:116:5

semantic error: probe_1063 with unresolved type: identifier 'address' at /usr/local/share/systemtap/tapset/memory.stp:116:5
semantic error: probe_1063 with unresolved type: identifier 'length' at /usr/local/share/systemtap/tapset/memory.stp:117:5

semantic error: probe_1063 with unresolved type: identifier 'length' at /usr/local/share/systemtap/tapset/memory.stp:117:5
semantic error: probe_1064 with unresolved type: identifier 'address' at /usr/local/share/systemtap/tapset/memory.stp:116:5

semantic error: probe_1064 with unresolved type: identifier 'address' at /usr/local/share/systemtap/tapset/memory.stp:116:5
semantic error: probe_1064 with unresolved type: identifier 'length' at /usr/local/share/systemtap/tapset/memory.stp:117:5

semantic error: probe_1064 with unresolved type: identifier 'length' at /usr/local/share/systemtap/tapset/memory.stp:117:5
semantic error: probe_1065 with unresolved type: identifier 'address' at /usr/local/share/systemtap/tapset/memory.stp:116:5

semantic error: probe_1065 with unresolved type: identifier 'address' at /usr/local/share/systemtap/tapset/memory.stp:116:5
semantic error: probe_1065 with unresolved type: identifier 'length' at /usr/local/share/systemtap/tapset/memory.stp:117:5

semantic error: probe_1065 with unresolved type: identifier 'length' at /usr/local/share/systemtap/tapset/memory.stp:117:5
semantic error: probe_1066 with unresolved type: identifier 'address' at /usr/local/share/systemtap/tapset/memory.stp:116:5

semantic error: probe_1066 with unresolved type: identifier 'address' at /usr/local/share/systemtap/tapset/memory.stp:116:5
semantic error: probe_1066 with unresolved type: identifier 'length' at /usr/local/share/systemtap/tapset/memory.stp:117:5

semantic error: probe_1066 with unresolved type: identifier 'length' at /usr/local/share/systemtap/tapset/memory.stp:117:5
semantic error: probe_1067 with unresolved type: identifier 'address' at /usr/local/share/systemtap/tapset/memory.stp:116:5

semantic error: probe_1067 with unresolved type: identifier 'address' at /usr/local/share/systemtap/tapset/memory.stp:116:5
semantic error: probe_1067 with unresolved type: identifier 'length' at /usr/local/share/systemtap/tapset/memory.stp:117:5

semantic error: probe_1067 with unresolved type: identifier 'length' at /usr/local/share/systemtap/tapset/memory.stp:117:5
Pass 2: analysis failed.  Try again with more '-v' (verbose) options.

Pass 2: analysis failed.  Try again with more '-v' (verbose) options.
wait results: 10647 exp8 0 1
FAIL: resolve/memory.stp
Running ./resolve/networking.stp
starting ./resolve/networking.stp
spawn1 stap -up4 ./resolve/networking.stp
/media/usbflash/SystemTap/systemtap-CVS/stap_co_200708162329/src/testsuite/.systemtap/cache/71/stap_71125cd0876f15a87d9d7eec22c5f436_8108.ko
/media/usbflash/SystemTap/systemtap-CVS/stap_co_200708162329/src/testsuite/.systemtap/cache/71/stap_71125cd0876f15a87d9d7eec22c5f436_8108.ko
wait results: 10651 exp8 0 0
PASS: resolve/networking.stp
Running ./resolve/nfs.stp
starting ./resolve/nfs.stp
spawn1 stap -up4 ./resolve/nfs.stp
semantic error: no match for probe point while resolving probe point nfs.fop.sendfile
semantic error: no match for probe point while resolving probe point nfs.fop.sendfile
semantic error: no match for probe point while resolving probe point nfs.fop.sendfile.return

semantic error: no match for probe point while resolving probe point nfs.fop.sendfile.return
semantic error: no match for probe point while resolving probe point nfs.proc3.commit

semantic error: no match for probe point while resolving probe point nfs.proc3.commit
semantic error: no match for probe point while resolving probe point nfs.proc4.commit

semantic error: no match for probe point while resolving probe point nfs.proc4.commit
semantic error: no match for probe point while resolving probe point nfs.proc2.read

semantic error: no match for probe point while resolving probe point nfs.proc2.read
semantic error: no match for probe point while resolving probe point nfs.proc3.read

semantic error: no match for probe point while resolving probe point nfs.proc3.read
semantic error: no match for probe point while resolving probe point nfs.proc4.read

semantic error: no match for probe point while resolving probe point nfs.proc4.read
semantic error: no match for probe point while resolving probe point nfs.proc.read

semantic error: no match for probe point while resolving probe point nfs.proc.read
semantic error: no match for probe point while resolving probe point nfs.proc2.write

semantic error: no match for probe point while resolving probe point nfs.proc2.write
semantic error: no match for probe point while resolving probe point nfs.proc3.write

semantic error: no match for probe point while resolving probe point nfs.proc3.write
semantic error: no match for probe point while resolving probe point nfs.proc4.write

semantic error: no match for probe point while resolving probe point nfs.proc4.write
semantic error: no match for probe point while resolving probe point nfs.proc.write

semantic error: no match for probe point while resolving probe point nfs.proc.write
semantic error: no match for probe point while resolving probe point nfs.proc.commit

semantic error: no match for probe point while resolving probe point nfs.proc.commit
semantic error: no match for probe point while resolving probe point nfs.proc2.read.return

semantic error: no match for probe point while resolving probe point nfs.proc2.read.return
semantic error: no match for probe point while resolving probe point nfs.proc3.read.return

semantic error: no match for probe point while resolving probe point nfs.proc3.read.return
semantic error: no match for probe point while resolving probe point nfs.proc4.read.return

semantic error: no match for probe point while resolving probe point nfs.proc4.read.return
semantic error: no match for probe point while resolving probe point nfs.proc.read.return

semantic error: no match for probe point while resolving probe point nfs.proc.read.return
semantic error: no match for probe point while resolving probe point nfs.proc2.write.return

semantic error: no match for probe point while resolving probe point nfs.proc2.write.return
semantic error: no match for probe point while resolving probe point nfs.proc3.write.return

semantic error: no match for probe point while resolving probe point nfs.proc3.write.return
semantic error: no match for probe point while resolving probe point nfs.proc4.write.return

semantic error: no match for probe point while resolving probe point nfs.proc4.write.return
semantic error: no match for probe point while resolving probe point nfs.proc.write.return

semantic error: no match for probe point while resolving probe point nfs.proc.write.return
semantic error: no match for probe point while resolving probe point nfs.proc3.commit.return

semantic error: no match for probe point while resolving probe point nfs.proc3.commit.return
semantic error: no match for probe point while resolving probe point nfs.proc4.commit.return

semantic error: no match for probe point while resolving probe point nfs.proc4.commit.return
semantic error: no match for probe point while resolving probe point nfs.proc.commit.return

semantic error: no match for probe point while resolving probe point nfs.proc.commit.return
Pass 2: analysis failed.  Try again with more '-v' (verbose) options.

Pass 2: analysis failed.  Try again with more '-v' (verbose) options.
wait results: 10824 exp8 0 1
FAIL: resolve/nfs.stp
Running ./resolve/nfsd.stp
starting ./resolve/nfsd.stp
spawn1 stap -up4 ./resolve/nfsd.stp
Pass 4: compilation failed.  Try again with more '-v' (verbose) options.
Pass 4: compilation failed.  Try again with more '-v' (verbose) options.
wait results: 10872 exp8 0 1
FAIL: resolve/nfsd.stp
Running ./resolve/process.stp
starting ./resolve/process.stp
spawn1 stap -up4 ./resolve/process.stp
/media/usbflash/SystemTap/systemtap-CVS/stap_co_200708162329/src/testsuite/.systemtap/cache/eb/stap_eb29a6268724136f57fe088034e3c5cf_10648.ko
/media/usbflash/SystemTap/systemtap-CVS/stap_co_200708162329/src/testsuite/.systemtap/cache/eb/stap_eb29a6268724136f57fe088034e3c5cf_10648.ko
wait results: 11026 exp8 0 0
PASS: resolve/process.stp
Running ./resolve/rpc.stp
starting ./resolve/rpc.stp
spawn1 stap -up4 ./resolve/rpc.stp
semantic error: no match for probe point while resolving probe point sunrpc.clnt.create_client
semantic error: no match for probe point while resolving probe point sunrpc.clnt.create_client
semantic error: no match for probe point while resolving probe point sunrpc.clnt.create_client.return

semantic error: no match for probe point while resolving probe point sunrpc.clnt.create_client.return
semantic error: no match for probe point while resolving probe point sunrpc.sched.release_task.return

semantic error: no match for probe point while resolving probe point sunrpc.sched.release_task.return
Pass 2: analysis failed.  Try again with more '-v' (verbose) options.

Pass 2: analysis failed.  Try again with more '-v' (verbose) options.
wait results: 11200 exp8 0 1
FAIL: resolve/rpc.stp
Running ./resolve/scheduler.stp
starting ./resolve/scheduler.stp
spawn1 stap -up4 ./resolve/scheduler.stp
semantic error: failed to retrieve location attribute for local 'prev' (dieoffset: 0x297e8d): identifier '$prev' at /usr/local/share/systemtap/tapset/scheduler.stp:38:17
semantic error: failed to retrieve location attribute for local 'next' (dieoffset: 0x297e88): identifier '$next' at /usr/local/share/systemtap/tapset/scheduler.stp:39:17
semantic error: failed to retrieve location attribute for local 'prev' (dieoffset: 0x297e8d): identifier '$prev' at /usr/local/share/systemtap/tapset/scheduler.stp:38:17

semantic error: failed to retrieve location attribute for local 'next' (dieoffset: 0x297e88): identifier '$next' at /usr/local/share/systemtap/tapset/scheduler.stp:39:17
semantic error: failed to retrieve location attribute for local 'prev' (dieoffset: 0x298259): identifier '$prev' at /usr/local/share/systemtap/tapset/scheduler.stp:58:17
semantic error: failed to retrieve location attribute for local 'prev' (dieoffset: 0x2990c4): identifier '$prev' at /usr/local/share/systemtap/tapset/scheduler.stp:58:17
semantic error: failed to retrieve location attribute for local 'prev' (dieoffset: 0x297e8d): identifier '$prev' at /usr/local/share/systemtap/tapset/scheduler.stp:137:20
semantic error: failed to retrieve location attribute for local 'next' (dieoffset: 0x297e88): identifier '$next' at /usr/local/share/systemtap/tapset/scheduler.stp:138:21
semantic error: failed to retrieve location attribute for local 'prev' (dieoffset: 0x297e8d): identifier '$prev' at /usr/local/share/systemtap/tapset/scheduler.stp:139:21
semantic error: failed to retrieve location attribute for local 'next' (dieoffset: 0x297e88): identifier '$next' at /usr/local/share/systemtap/tapset/scheduler.stp:140:21
semantic error: failed to retrieve location attribute for local 'prev' (dieoffset: 0x297e8d): identifier '$prev' at /usr/local/share/systemtap/tapset/scheduler.stp:141:25
semantic error: failed to retrieve location attribute for local 'p' (dieoffset: 0x29195a): identifier '$p' at /usr/local/share/systemtap/tapset/scheduler.stp:93:12

semantic error: failed to retrieve location attribute for local 'prev' (dieoffset: 0x298259): identifier '$prev' at /usr/local/share/systemtap/tapset/scheduler.stp:58:17

semantic error: failed to retrieve location attribute for local 'prev' (dieoffset: 0x2990c4): identifier '$prev' at /usr/local/share/systemtap/tapset/scheduler.stp:58:17

semantic error: failed to retrieve location attribute for local 'prev' (dieoffset: 0x297e8d): identifier '$prev' at /usr/local/share/systemtap/tapset/scheduler.stp:137:20

semantic error: failed to retrieve location attribute for local 'next' (dieoffset: 0x297e88): identifier '$next' at /usr/local/share/systemtap/tapset/scheduler.stp:138:21

semantic error: failed to retrieve location attribute for local 'prev' (dieoffset: 0x297e8d): identifier '$prev' at /usr/local/share/systemtap/tapset/scheduler.stp:139:21

semantic error: failed to retrieve location attribute for local 'next' (dieoffset: 0x297e88): identifier '$next' at /usr/local/share/systemtap/tapset/scheduler.stp:140:21

semantic error: failed to retrieve location attribute for local 'prev' (dieoffset: 0x297e8d): identifier '$prev' at /usr/local/share/systemtap/tapset/scheduler.stp:141:25

semantic error: failed to retrieve location attribute for local 'p' (dieoffset: 0x29195a): identifier '$p' at /usr/local/share/systemtap/tapset/scheduler.stp:93:12
semantic error: failed to retrieve location attribute for local 'p' (dieoffset: 0x29195a): identifier '$p' at /usr/local/share/systemtap/tapset/scheduler.stp:94:25
semantic error: failed to retrieve location attribute for local 'this_cpu' (dieoffset: 0x291950): identifier '$this_cpu' at /usr/local/share/systemtap/tapset/scheduler.stp:95:14

semantic error: failed to retrieve location attribute for local 'p' (dieoffset: 0x29195a): identifier '$p' at /usr/local/share/systemtap/tapset/scheduler.stp:94:25

semantic error: failed to retrieve location attribute for local 'this_cpu' (dieoffset: 0x291950): identifier '$this_cpu' at /usr/local/share/systemtap/tapset/scheduler.stp:95:14
semantic error: probe_1060 with unresolved type: identifier 'task_prev' at /usr/local/share/systemtap/tapset/scheduler.stp:38:5

semantic error: probe_1060 with unresolved type: identifier 'task_prev' at /usr/local/share/systemtap/tapset/scheduler.stp:38:5
semantic error: probe_1060 with unresolved type: identifier 'task_next' at /usr/local/share/systemtap/tapset/scheduler.stp:39:5
semantic error: probe_1062 with unresolved type: identifier 'task_prev' at /usr/local/share/systemtap/tapset/scheduler.stp:58:5

semantic error: probe_1060 with unresolved type: identifier 'task_next' at /usr/local/share/systemtap/tapset/scheduler.stp:39:5

semantic error: probe_1062 with unresolved type: identifier 'task_prev' at /usr/local/share/systemtap/tapset/scheduler.stp:58:5
semantic error: probe_1063 with unresolved type: identifier 'task_prev' at /usr/local/share/systemtap/tapset/scheduler.stp:58:5
semantic error: probe_1065 with unresolved type: identifier 'prev_pid' at /usr/local/share/systemtap/tapset/scheduler.stp:137:9
semantic error: probe_1065 with unresolved type: identifier 'next_pid' at /usr/local/share/systemtap/tapset/scheduler.stp:138:9

semantic error: probe_1063 with unresolved type: identifier 'task_prev' at /usr/local/share/systemtap/tapset/scheduler.stp:58:5

semantic error: probe_1065 with unresolved type: identifier 'prev_pid' at /usr/local/share/systemtap/tapset/scheduler.stp:137:9

semantic error: probe_1065 with unresolved type: identifier 'next_pid' at /usr/local/share/systemtap/tapset/scheduler.stp:138:9
semantic error: probe_1065 with unresolved type: identifier 'prev_task' at /usr/local/share/systemtap/tapset/scheduler.stp:139:9
semantic error: probe_1065 with unresolved type: identifier 'next_task' at /usr/local/share/systemtap/tapset/scheduler.stp:140:9
semantic error: probe_1065 with unresolved type: identifier 'prevtsk_state' at /usr/local/share/systemtap/tapset/scheduler.stp:141:9
semantic error: probe_1067 with unresolved type: identifier 'task' at /usr/local/share/systemtap/tapset/scheduler.stp:93:5

semantic error: probe_1065 with unresolved type: identifier 'prev_task' at /usr/local/share/systemtap/tapset/scheduler.stp:139:9

semantic error: probe_1065 with unresolved type: identifier 'next_task' at /usr/local/share/systemtap/tapset/scheduler.stp:140:9

semantic error: probe_1065 with unresolved type: identifier 'prevtsk_state' at /usr/local/share/systemtap/tapset/scheduler.stp:141:9

semantic error: probe_1067 with unresolved type: identifier 'task' at /usr/local/share/systemtap/tapset/scheduler.stp:93:5
semantic error: probe_1067 with unresolved type: identifier 'cpu_to' at /usr/local/share/systemtap/tapset/scheduler.stp:95:5
Pass 2: analysis failed.  Try again with more '-v' (verbose) options.

semantic error: probe_1067 with unresolved type: identifier 'cpu_to' at /usr/local/share/systemtap/tapset/scheduler.stp:95:5

Pass 2: analysis failed.  Try again with more '-v' (verbose) options.
wait results: 11222 exp8 0 1
FAIL: resolve/scheduler.stp
Running ./resolve/scsi.stp
starting ./resolve/scsi.stp
spawn1 stap -up4 ./resolve/scsi.stp
/media/usbflash/SystemTap/systemtap-CVS/stap_co_200708162329/src/testsuite/.systemtap/cache/b4/stap_b40d31711625a4a3a277ed9b98770f17_20737.ko
/media/usbflash/SystemTap/systemtap-CVS/stap_co_200708162329/src/testsuite/.systemtap/cache/b4/stap_b40d31711625a4a3a277ed9b98770f17_20737.ko
wait results: 11226 exp8 0 0
PASS: resolve/scsi.stp
Running ./resolve/signal.stp
starting ./resolve/signal.stp
spawn1 stap -up4 ./resolve/signal.stp
semantic error: struct/union 'sa' is being accessed instead of a member of the struct/union: identifier '$act' at /usr/local/share/systemtap/tapset/signal.stp:430:23
semantic error: struct/union 'sa' is being accessed instead of a member of the struct/union: identifier '$act' at /usr/local/share/systemtap/tapset/signal.stp:430:23
semantic error: struct/union 'sa' is being accessed instead of a member of the struct/union: identifier '$act' at /usr/local/share/systemtap/tapset/signal.stp:431:20
semantic error: failed to retrieve location attribute for local 'info' (dieoffset: 0x59da7): identifier '$info' at /usr/local/share/systemtap/tapset/signal.stp:392:13
semantic error: failed to retrieve location attribute for local 'info' (dieoffset: 0x59da7): identifier '$info' at /usr/local/share/systemtap/tapset/signal.stp:393:16
semantic error: failed to retrieve location attribute for local 'ka' (dieoffset: 0x59da2): identifier '$ka' at /usr/local/share/systemtap/tapset/signal.stp:394:15
semantic error: failed to retrieve location attribute for local 'oldset' (dieoffset: 0x59d9d): identifier '$oldset' at /usr/local/share/systemtap/tapset/signal.stp:395:18

semantic error: struct/union 'sa' is being accessed instead of a member of the struct/union: identifier '$act' at /usr/local/share/systemtap/tapset/signal.stp:431:20

semantic error: failed to retrieve location attribute for local 'info' (dieoffset: 0x59da7): identifier '$info' at /usr/local/share/systemtap/tapset/signal.stp:392:13

semantic error: failed to retrieve location attribute for local 'info' (dieoffset: 0x59da7): identifier '$info' at /usr/local/share/systemtap/tapset/signal.stp:393:16

semantic error: failed to retrieve location attribute for local 'ka' (dieoffset: 0x59da2): identifier '$ka' at /usr/local/share/systemtap/tapset/signal.stp:394:15

semantic error: failed to retrieve location attribute for local 'oldset' (dieoffset: 0x59d9d): identifier '$oldset' at /usr/local/share/systemtap/tapset/signal.stp:395:18
semantic error: failed to retrieve location attribute for local 'regs' (dieoffset: 0x59d98): identifier '$regs' at /usr/local/share/systemtap/tapset/signal.stp:396:12
semantic error: struct/union 'info' is being accessed instead of a member of the struct/union: identifier '$q' at /usr/local/share/systemtap/tapset/signal.stp:65:13
semantic error: struct/union 'info' is being accessed instead of a member of the struct/union: identifier '$q' at /usr/local/share/systemtap/tapset/signal.stp:74:13

semantic error: failed to retrieve location attribute for local 'regs' (dieoffset: 0x59d98): identifier '$regs' at /usr/local/share/systemtap/tapset/signal.stp:396:12

semantic error: struct/union 'info' is being accessed instead of a member of the struct/union: identifier '$q' at /usr/local/share/systemtap/tapset/signal.stp:65:13

semantic error: struct/union 'info' is being accessed instead of a member of the struct/union: identifier '$q' at /usr/local/share/systemtap/tapset/signal.stp:74:13
semantic error: probe_1062 with unresolved type: identifier 'sa_handler' at /usr/local/share/systemtap/tapset/signal.stp:430:10

semantic error: probe_1062 with unresolved type: identifier 'sa_handler' at /usr/local/share/systemtap/tapset/signal.stp:430:10
semantic error: probe_1062 with unresolved type: identifier 'sa_mask' at /usr/local/share/systemtap/tapset/signal.stp:431:10

semantic error: probe_1062 with unresolved type: identifier 'sa_mask' at /usr/local/share/systemtap/tapset/signal.stp:431:10
semantic error: probe_1070 with unresolved type: identifier 'ka_addr' at /usr/local/share/systemtap/tapset/signal.stp:394:5
semantic error: probe_1070 with unresolved type: identifier 'oldset_addr' at /usr/local/share/systemtap/tapset/signal.stp:395:5
semantic error: probe_1070 with unresolved type: identifier 'regs' at /usr/local/share/systemtap/tapset/signal.stp:396:5

semantic error: probe_1070 with unresolved type: identifier 'ka_addr' at /usr/local/share/systemtap/tapset/signal.stp:394:5

semantic error: probe_1070 with unresolved type: identifier 'oldset_addr' at /usr/local/share/systemtap/tapset/signal.stp:395:5

semantic error: probe_1070 with unresolved type: identifier 'regs' at /usr/local/share/systemtap/tapset/signal.stp:396:5
semantic error: probe_1138 with unresolved type: identifier 'sinfo' at /usr/local/share/systemtap/tapset/signal.stp:65:5

semantic error: probe_1138 with unresolved type: identifier 'sinfo' at /usr/local/share/systemtap/tapset/signal.stp:65:5
semantic error: probe_1140 with unresolved type: identifier 'sinfo' at /usr/local/share/systemtap/tapset/signal.stp:74:5

semantic error: probe_1140 with unresolved type: identifier 'sinfo' at /usr/local/share/systemtap/tapset/signal.stp:74:5
Pass 2: analysis failed.  Try again with more '-v' (verbose) options.

Pass 2: analysis failed.  Try again with more '-v' (verbose) options.
wait results: 11400 exp8 0 1
FAIL: resolve/signal.stp
Running ./resolve/socket.stp
starting ./resolve/socket.stp
spawn1 stap -up4 ./resolve/socket.stp
/media/usbflash/SystemTap/systemtap-CVS/stap_co_200708162329/src/testsuite/.systemtap/cache/40/stap_40438f59a27567c2e29f135a444a6a12_68018.ko
/media/usbflash/SystemTap/systemtap-CVS/stap_co_200708162329/src/testsuite/.systemtap/cache/40/stap_40438f59a27567c2e29f135a444a6a12_68018.ko
wait results: 11410 exp8 0 0
PASS: resolve/socket.stp
Running ./resolve/syscall.stp
starting ./resolve/syscall.stp
spawn1 stap -up4 ./resolve/syscall.stp
semantic error: probe_1143 with unresolved type: identifier 'sops_uaddr' at /usr/local/share/systemtap/tapset/syscalls2.stp:1350:2
semantic error: probe_1143 with unresolved type: identifier 'tsems' at /usr/local/share/systemtap/tapset/syscalls2.stp:1350:15
semantic error: probe_1143 with unresolved type: identifier 'sops_uaddr' at /usr/local/share/systemtap/tapset/syscalls2.stp:1350:2

semantic error: probe_1143 with unresolved type: identifier 'tsems' at /usr/local/share/systemtap/tapset/syscalls2.stp:1350:15
Pass 2: analysis failed.  Try again with more '-v' (verbose) options.

Pass 2: analysis failed.  Try again with more '-v' (verbose) options.
wait results: 11608 exp8 0 1
FAIL: resolve/syscall.stp
Running ./resolve/tcp.stp
starting ./resolve/tcp.stp
spawn1 stap -up4 ./resolve/tcp.stp
/media/usbflash/SystemTap/systemtap-CVS/stap_co_200708162329/src/testsuite/.systemtap/cache/be/stap_be3d661d27c18506231ec91e11a2ba6f_8147.ko
/media/usbflash/SystemTap/systemtap-CVS/stap_co_200708162329/src/testsuite/.systemtap/cache/be/stap_be3d661d27c18506231ec91e11a2ba6f_8147.ko
wait results: 11708 exp8 0 0
PASS: resolve/tcp.stp
Running ./resolve/udp.stp
starting ./resolve/udp.stp
spawn1 stap -up4 ./resolve/udp.stp
/media/usbflash/SystemTap/systemtap-CVS/stap_co_200708162329/src/testsuite/.systemtap/cache/b4/stap_b43800e94e55984812ebfb66c55b71e1_3393.ko
/media/usbflash/SystemTap/systemtap-CVS/stap_co_200708162329/src/testsuite/.systemtap/cache/b4/stap_b43800e94e55984812ebfb66c55b71e1_3393.ko
wait results: 11881 exp8 0 0
PASS: resolve/udp.stp
Running ./resolve/vfs.stp
starting ./resolve/vfs.stp
spawn1 stap -up4 ./resolve/vfs.stp
semantic error: no match for probe point while resolving probe point kernel.function("generic_file_sendfile")
semantic error: no match for probe point while resolving probe point kernel.function("generic_file_sendfile")
semantic error: no match for probe point while resolving probe point kernel.function("generic_file_sendfile").return

semantic error: no match for probe point while resolving probe point kernel.function("generic_file_sendfile").return
Pass 2: analysis failed.  Try again with more '-v' (verbose) options.

Pass 2: analysis failed.  Try again with more '-v' (verbose) options.
wait results: 12054 exp8 0 1
FAIL: resolve/vfs.stp
testcase ./systemtap.pass1-4/resolve.exp completed in 105 seconds

=== Summary ===

# of expected passes		8
# of unexpected failures	8
runtest completed at Fri Sep 21 09:32:24 2007


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]