Test Run By root on Wed Feb 2 22:19:01 2011 Native configuration is powerpc64-unknown-linux-gnu === systemtap 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 /home/prasadkr/systemtap/testsuite/config/unix.exp as tool-and-target-specific interface file. Host: Linux llm64.in.ibm.com 2.6.32-71.el6.ppc64 #1 SMP Wed Sep 1 02:56:55 EDT 2010 ppc64 ppc64 ppc64 GNU/Linux Snapshot: version 1.5/0.148 commit release-1.4-37-g55b377f + changes GCC: 4.4.4 [gcc (GCC) 4.4.4 20100726 (Red Hat 4.4.4-13)] Distro: Red Hat Enterprise Linux Server release 6.0 (Santiago) Running /home/prasadkr/systemtap/testsuite/systemtap/notest.exp ... testcase /home/prasadkr/systemtap/testsuite/systemtap/notest.exp completed in 0 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.apps/mysql.exp ... UNTESTED: mysql sdt app testcase /home/prasadkr/systemtap/testsuite/systemtap.apps/mysql.exp completed in 0 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.apps/postgres.exp ... UNTESTED: postgres sdt app testcase /home/prasadkr/systemtap/testsuite/systemtap.apps/postgres.exp completed in 0 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.apps/tcl.exp ... UNTESTED: tcl sdt app testcase /home/prasadkr/systemtap/testsuite/systemtap.apps/tcl.exp completed in 0 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.apps/xulrunner.exp ... UNTESTED: xulrunner sdt app testcase /home/prasadkr/systemtap/testsuite/systemtap.apps/xulrunner.exp completed in 0 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/add.exp ... executing: stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/add.stp spawn stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/add.stp Pass 1: parsed user script and 75 library script(s) using 38592virt/30656res/7872shr kb, in 140usr/0sys/313real ms. Pass 2: analyzed script: 2 probe(s), 0 function(s), 0 embed(s), 3 global(s) using 38976virt/31296res/8064shr kb, in 0usr/0sys/7real ms. Pass 3: translated to C into "/tmp/stapd7xs2D/stap_fdff935bf8080ef11bfc768c6327ce11_862.c" using 39104virt/31680res/8384shr kb, in 0usr/0sys/20real ms. Pass 4: compiled C into "stap_fdff935bf8080ef11bfc768c6327ce11_862.ko" in 960usr/110sys/2221real ms. Pass 5: starting run. systemtap starting probe PASS: systemtap.base/add.stp startup PASS: systemtap.base/add.stp load generation systemtap ending probe systemtap test success Pass 5: run completed in 0usr/20sys/356real ms. FAIL: systemtap.base/add.stp shutdown (eof) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/add.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/alias-condition.exp ... executing: stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/alias-condition.stp spawn stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/alias-condition.stp Pass 1: parsed user script and 75 library script(s) using 38592virt/30720res/7872shr kb, in 130usr/0sys/295real ms. Pass 2: analyzed script: 4 probe(s), 1 function(s), 0 embed(s), 1 global(s) using 38976virt/31360res/8064shr kb, in 0usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapGhDFoF/stap_0111868c88df1215a9c44ddb59c1c98e_1103.c" using 39104virt/31744res/8384shr kb, in 10usr/0sys/1real ms. Pass 4: compiled C into "stap_0111868c88df1215a9c44ddb59c1c98e_1103.ko" in 980usr/110sys/2258real ms. Pass 5: starting run. systemtap starting probe PASS: systemtap.base/alias-condition.stp startup PASS: systemtap.base/alias-condition.stp load generation systemtap ending probe systemtap test success Pass 5: run completed in 0usr/10sys/352real ms. FAIL: systemtap.base/alias-condition.stp shutdown (eof) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/alias-condition.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/alias_tapset.exp ... running stap -p2 -I /home/prasadkr/systemtap/testsuite/systemtap.base/alias_tapset /home/prasadkr/systemtap/testsuite/systemtap.base/alias_tapset.stp spawn stap -p2 -I /home/prasadkr/systemtap/testsuite/systemtap.base/alias_tapset /home/prasadkr/systemtap/testsuite/systemtap.base/alias_tapset.stp # globals _reads:long # probes never /* <- tapset_test.foo = never <- tapset_test.foo */ kernel.function("SyS_read@fs/read_write.c:372").call /* pc=_stext+0x1b1710 */ /* <- syscall.read = kernel.function("sys_read").call <- syscall.read */ timer.s(5) /* <- timer.s(5) */ PASS: alias_tapset testcase /home/prasadkr/systemtap/testsuite/systemtap.base/alias_tapset.exp completed in 1 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/alternatives.exp ... starting stap -u -p2 -e { probe kernel.function("vfs_write") { ret = $z; } } spawn stap -u -p2 -e probe kernel.function("vfs_write") { ret = $z; } semantic error: unable to find local 'z' near pc 0xc0000000001b10e0 in vfs_write(fs/read_write.c) (alternatives: $file $buf $count $pos $ret): identifier '$z' at :2:48 source: probe kernel.function("vfs_write") { ret = $z; } ^ semantic error: unresolved type : identifier 'ret' at :2:42 source: probe kernel.function("vfs_write") { ret = $z; } ^ Pass 2: analysis failed. Try again with another '--vp 01' option. ile $buf $count $pos $ret): identifier '$z' at :2:48 source: probe kernel.function("vfs_write") { ret = $z; } ^ semantic error: unresolved type : identifier 'ret' at :2:42 source: probe kernel.function("vfs_write") { ret = $z; } ^ Pass 2: analysis failed. Try again with another '--vp 01' option. EOF wait results: 5881 exp6 0 1 PASS: LOCAL1 starting stap -u -p2 -e { probe kernel.function("vfs_write") { f_pos = $file->f_po; } } spawn stap -u -p2 -e probe kernel.function("vfs_write") { f_pos = $file->f_po; } semantic error: unable to find member 'f_po' for struct file (alternatives: f_u f_path f_op f_lock f_count f_flags f_mode f_pos f_owner f_cred f_ra f_version f_security private_data f_ep_links f_mapping): operator '->' at :2:55 source: probe kernel.function("vfs_write") { f_pos = $file->f_po; } ^ semantic error: unresolved type : identifier 'f_pos' at :2:42 source: probe kernel.function("vfs_write") { f_pos = $file->f_po; } ^ Pass 2: analysis failed. Try again with another '--vp 01' option. _u f_path f_op f_lock f_count f_flags f_mode f_pos f_owner f_cred f_ra f_version f_security private_data f_ep_links f_mapping): operator '->' at :2:55 source: probe kernel.function("vfs_write") { f_pos = $file->f_po; } ^ semantic error: unresolved type : identifier 'f_pos' at :2:42 source: probe kernel.function("vfs_write") { f_pos = $file->f_po; } ^ Pass 2: analysis failed. Try again with another '--vp 01' option. EOF wait results: 5885 exp6 0 1 PASS: STRUCT1 testcase /home/prasadkr/systemtap/testsuite/systemtap.base/alternatives.exp completed in 2 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/arith.exp ... spawn stap -DMAXNESTING=5 /home/prasadkr/systemtap/testsuite/systemtap.base/arith.stp test 1 [+] pass test 2 [+] pass test 3 [-] pass test 4 [==] pass test 5 [!=] pass test 6 [== s] pass test 7 [<= s] pass test 8 [> s] pass test 9 [<] pass test 10 [<] pass test 11 [*] pass test 12 [*] pass test 13 [/] pass test 14 [%] pass test 15 [/] pass test 16 [%] pass test 17 [/] pass test 18 [%] pass test 19 [/] pass test 20 [%] pass test 21 [%] pass test 22 [&] pass test 23 [|] pass test 24 [^] pass test 25 [&&] pass test 26 [||] pass test 27 [<<] pass test 28 [<<] pass test 29 [<<] pass test 30 [<<] pass test 31 [<<] pass test 32 [>>] pass test 33 [>>] pass test 34 [>>] pass test 35 [>>] pass test 36 [--i] pass test 37 [++i] pass test 38 [i--] pass test 39 [i++] pass test 40 [+=] pass test 41 [after +=] pass test 42 [/=] pass test 43 [after /=] pass test 44 [.=] pass test 45 [after .=] pass passes: 45 failures: 0 PASS: arith testcase /home/prasadkr/systemtap/testsuite/systemtap.base/arith.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/arith_limits.exp ... spawn stap -DMAXNESTING=5 /home/prasadkr/systemtap/testsuite/systemtap.base/arith_limits.stp test 0 [string lmax] pass test 1 [hex lmax] pass test 2 [string lmin] pass test 3 [hex lmin] pass test 4 [lmax/-1] pass test 5 [lmin/-1] pass test 6 [lmax +1] pass test 7 [lmin -1] pass test 8 [string llmax] pass test 9 [hex llmax] pass test 10 [string llmin] pass test 11 [hex llmin] pass test 12 [llmax/-1] pass test 13 [llmax*-1] pass test 14 [llmin/-1] pass test 15 [llmin*-1] pass test 16 [llmax +1] pass test 17 [llmin -1] pass test 18 [llmax%1] pass test 19 [llmin%1] pass test 20 [0%1 ] pass test 21 [0%lmax] pass test 22 [1%lmax] pass test 23 [0%lmin] pass test 24 [1%lmin] pass passes: 25 failures: 0 PASS: arith_limits testcase /home/prasadkr/systemtap/testsuite/systemtap.base/arith_limits.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/array_size.exp ... executing: stap -v -DMAXMAPENTRIES=1 /home/prasadkr/systemtap/testsuite/systemtap.base/array_size.stp spawn stap -v -DMAXMAPENTRIES=1 /home/prasadkr/systemtap/testsuite/systemtap.base/array_size.stp Pass 1: parsed user script and 75 library script(s) using 38592virt/30720res/7872shr kb, in 130usr/0sys/298real ms. Pass 2: analyzed script: 4 probe(s), 0 function(s), 0 embed(s), 1 global(s) using 39104virt/31424res/8064shr kb, in 10usr/0sys/7real ms. Pass 3: translated to C into "/tmp/stapgEOcGe/stap_52cdd45f79f5cf8b046aaf84e74fc76b_1119.c" using 39104virt/31744res/8384shr kb, in 0usr/0sys/1real ms. Pass 4: compiled C into "stap_52cdd45f79f5cf8b046aaf84e74fc76b_1119.ko" in 1040usr/110sys/2379real ms. Pass 5: starting run. systemtap starting probe PASS: systemtap.base/array_size.stp startup PASS: systemtap.base/array_size.stp load generation systemtap ending probe systemtap test success Pass 5: run completed in 0usr/10sys/328real ms. FAIL: systemtap.base/array_size.stp shutdown (eof) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/array_size.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/array_string.exp ... executing: stap -v -DMAXSTRINGLEN=512 -e { global str global str_array[1] probe begin { str = " 0:123456789+123456789+123456789+123456789+123456789+123456789 1:123456789+123456789+123456789+123456789+123456789+123456789 2:123456789+123456789+123456789+123456789+123456789+123456789 3:123456789+123456789+123456789+123456789+123456789+123456789 4:123456789+123456789+123456789+123456789+123456789+123456789 5:123456789+123456789+123456789+123456789+123456789+123456789 6:123456789+123456789+123456789+123456789+123456789+123456789 7:123456789+123456789+123456789+123456789+123456789+123456789" str_array[0] = str printf("systemtap starting probe\n") } probe end { printf("systemtap ending probe\n") if (strlen(str) < 500) { printf("string str is too short: %d\n", strlen(str)) printf("%s\n", str) } if (strlen(str) == strlen(str_array[0])) { printf("string lengths match\n") } else { printf("string lengths *don't* match\n") printf("str: %d\n", strlen(str)) printf("str_array[0]: %d\n", strlen(str_array[0])) } if (str_array[0] == str) { printf("strings match\n") } else { printf("strings *don't* match!\n") printf("str: %s\n", str) printf("str_array[0]: %s\n", str_array[0]) } } } spawn stap -v -DMAXSTRINGLEN=512 -e global str global str_array[1] probe begin { str = " 0:123456789+123456789+123456789+123456789+123456789+123456789 1:123456789+123456789+123456789+123456789+123456789+123456789 2:123456789+123456789+123456789+123456789+123456789+123456789 3:123456789+123456789+123456789+123456789+123456789+123456789 4:123456789+123456789+123456789+123456789+123456789+123456789 5:123456789+123456789+123456789+123456789+123456789+123456789 6:123456789+123456789+123456789+123456789+123456789+123456789 7:123456789+123456789+123456789+123456789+123456789+123456789" str_array[0] = str printf("systemtap starting probe\n") } probe end { printf("systemtap ending probe\n") if (strlen(str) < 500) { printf("string str is too short: %d\n", strlen(str)) printf("%s\n", str) } if (strlen(str) == strlen(str_array[0])) { printf("string lengths match\n") } else { printf("string lengths *don't* match\n") printf("str: %d\n", strlen(str)) printf("str_array[0]: %d\n", strlen(str_array[0])) } if (str_array[0] == str) { printf("strings match\n") } else { printf("strings *don't* match!\n") printf("str: %s\n", str) printf("str_array[0]: %s\n", str_array[0]) } } Pass 1: parsed user script and 75 library script(s) using 38528virt/30720res/7872shr kb, in 130usr/0sys/297real ms. Pass 2: analyzed script: 2 probe(s), 1 function(s), 0 embed(s), 2 global(s) using 39104virt/31424res/8064shr kb, in 10usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapw5lGk3/stap_e5c80bdce460b02b16534329c17e45a0_1910.c" using 39104virt/31744res/8384shr kb, in 0usr/0sys/2real ms. Pass 4: compiled C into "stap_e5c80bdce460b02b16534329c17e45a0_1910.ko" in 1050usr/120sys/2395real ms. Pass 5: starting run. systemtap starting probe PASS: ARRAY_STRING startup PASS: ARRAY_STRING load generation systemtap ending probe string lengths match strings match Pass 5: run completed in 0usr/10sys/352real ms. PASS: ARRAY_STRING shutdown and output metric: ARRAY_STRING 130 0 297 10 0 6 0 0 2 1050 120 2395 0 10 352 testcase /home/prasadkr/systemtap/testsuite/systemtap.base/array_string.exp completed in 4 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/atomic.exp ... executing: stap -v -e { probe begin { print("systemtap starting probe\n") exit() } probe end { print("systemtap ending probe\n") printf("%d\n", atomic_long_read(0)) } } spawn stap -v -e probe begin { print("systemtap starting probe\n") exit() } probe end { print("systemtap ending probe\n") printf("%d\n", atomic_long_read(0)) } Pass 1: parsed user script and 75 library script(s) using 38528virt/30592res/7872shr kb, in 140usr/0sys/317real ms. Pass 2: analyzed script: 2 probe(s), 2 function(s), 0 embed(s), 0 global(s) using 39104virt/31296res/8064shr kb, in 10usr/0sys/7real ms. Pass 3: translated to C into "/tmp/stapX625re/stap_ea061f1716129c66d7a18cff90192d6f_1281.c" using 39104virt/31680res/8384shr kb, in 0usr/0sys/0real ms. Pass 4: compiled C into "stap_ea061f1716129c66d7a18cff90192d6f_1281.ko" in 1010usr/120sys/2319real ms. Pass 5: starting run. systemtap starting probe ERROR: kernel read fault at 0x(null) (a) near identifier 'atomic_long_read' at /usr/local/share/systemtap/tapset/atomic.stp:21:10 WARNING: Number of errors: 1, skipped probes: 0 systemtap ending probe Pass 5: run completed in 0usr/10sys/353real ms. Pass 5: run failed. Try again with another '--vp 00001' option. PASS: atomic1 received expected error executing: stap -v -e { probe begin { print("systemtap starting probe\n") exit() } probe end { print("systemtap ending probe\n") printf("%d\n", atomic_long_read(-1)) } } spawn stap -v -e probe begin { print("systemtap starting probe\n") exit() } probe end { print("systemtap ending probe\n") printf("%d\n", atomic_long_read(-1)) } Pass 1: parsed user script and 75 library script(s) using 38528virt/30592res/7872shr kb, in 140usr/0sys/310real ms. Pass 2: analyzed script: 2 probe(s), 2 function(s), 0 embed(s), 0 global(s) using 39104virt/31296res/8064shr kb, in 0usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapC7lzJl/stap_e6f312325da571c48f5fed709b2d6d1d_1282.c" using 39104virt/31680res/8384shr kb, in 0usr/0sys/1real ms. Pass 4: compiled C into "stap_e6f312325da571c48f5fed709b2d6d1d_1282.ko" in 990usr/110sys/2304real ms. Pass 5: starting run. systemtap starting probe ERROR: kernel read fault at 0xffffffffffffffff (a) near identifier 'atomic_long_read' at /usr/local/share/systemtap/tapset/atomic.stp:21:10 WARNING: Number of errors: 1, skipped probes: 0 systemtap ending probe Pass 5: run completed in 10usr/10sys/367real ms. Pass 5: run failed. Try again with another '--vp 00001' option. PASS: atomic2 received expected error executing: stap -v -e { probe begin { print("systemtap starting probe\n") exit() } probe end { print("systemtap ending probe\n") printf("%d\n", atomic_long_read(3)) } } spawn stap -v -e probe begin { print("systemtap starting probe\n") exit() } probe end { print("systemtap ending probe\n") printf("%d\n", atomic_long_read(3)) } Pass 1: parsed user script and 75 library script(s) using 38528virt/30592res/7872shr kb, in 140usr/0sys/313real ms. Pass 2: analyzed script: 2 probe(s), 2 function(s), 0 embed(s), 0 global(s) using 39104virt/31296res/8064shr kb, in 0usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapKbG8Gu/stap_1dbca024be68500c2941ffb0924e2d81_1281.c" using 39104virt/31680res/8384shr kb, in 0usr/0sys/1real ms. Pass 4: compiled C into "stap_1dbca024be68500c2941ffb0924e2d81_1281.ko" in 980usr/110sys/2234real ms. Pass 5: starting run. systemtap starting probe ERROR: kernel read fault at 0x0000000000000003 (a) near identifier 'atomic_long_read' at /usr/local/share/systemtap/tapset/atomic.stp:21:10 WARNING: Number of errors: 1, skipped probes: 0 systemtap ending probe Pass 5: run completed in 0usr/10sys/342real ms. Pass 5: run failed. Try again with another '--vp 00001' option. PASS: atomic3 received expected error executing: stap -v -ge { %{ #include #ifdef ATOMIC_LONG_INIT struct { ulong barrier1; atomic_long_t a; ulong barrier2; } stp_atomic_struct = { ULONG_MAX, ATOMIC_LONG_INIT(5), ULONG_MAX }; #else struct { ulong barrier1; long a; ulong barrier2; } stp_atomic_struct = { ULONG_MAX, 5, ULONG_MAX }; #endif %} function get_atomic_long_addr:long() %{ THIS->__retvalue = (long)&stp_atomic_struct.a; %} probe begin { print("systemtap starting probe\n") exit() } probe end { print("systemtap ending probe\n") printf("%d\n", atomic_long_read(get_atomic_long_addr() + 0)) } } spawn stap -v -ge %{ #include #ifdef ATOMIC_LONG_INIT struct { ulong barrier1; atomic_long_t a; ulong barrier2; } stp_atomic_struct = { ULONG_MAX, ATOMIC_LONG_INIT(5), ULONG_MAX }; #else struct { ulong barrier1; long a; ulong barrier2; } stp_atomic_struct = { ULONG_MAX, 5, ULONG_MAX }; #endif %} function get_atomic_long_addr:long() %{ THIS->__retvalue = (long)&stp_atomic_struct.a; %} probe begin { print("systemtap starting probe\n") exit() } probe end { print("systemtap ending probe\n") printf("%d\n", atomic_long_read(get_atomic_long_addr() + 0)) } Pass 1: parsed user script and 75 library script(s) using 38592virt/30720res/7872shr kb, in 140usr/0sys/295real ms. Pass 2: analyzed script: 2 probe(s), 3 function(s), 1 embed(s), 0 global(s) using 38976virt/31360res/8064shr kb, in 0usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapAdCG7u/stap_31fe13d158122921390beda7e4f8f48e_1790.c" using 39104virt/31744res/8384shr kb, in 0usr/0sys/0real ms. Pass 4: compiled C into "stap_31fe13d158122921390beda7e4f8f48e_1790.ko" in 1010usr/110sys/2318real ms. Pass 5: starting run. systemtap starting probe systemtap ending probe 5 Pass 5: run completed in 0usr/10sys/356real ms. PASS: atomic4 didn't error executing: stap -v -e { probe begin { print("systemtap starting probe\n") exit() } probe end { print("systemtap ending probe\n") printf("%d\n", atomic_read(0)) } } spawn stap -v -e probe begin { print("systemtap starting probe\n") exit() } probe end { print("systemtap ending probe\n") printf("%d\n", atomic_read(0)) } Pass 1: parsed user script and 75 library script(s) using 38528virt/30656res/7872shr kb, in 140usr/0sys/313real ms. Pass 2: analyzed script: 2 probe(s), 2 function(s), 0 embed(s), 0 global(s) using 39104virt/31360res/8064shr kb, in 0usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapDxcwBA/stap_8af23f2009d448d83491e83b5dc7b400_1225.c" using 39104virt/31744res/8384shr kb, in 0usr/0sys/0real ms. Pass 4: compiled C into "stap_8af23f2009d448d83491e83b5dc7b400_1225.ko" in 1000usr/110sys/2300real ms. Pass 5: starting run. systemtap starting probe ERROR: kernel read fault at 0x(null) (a) near identifier 'atomic_read' at /usr/local/share/systemtap/tapset/atomic.stp:9:10 WARNING: Number of errors: 1, skipped probes: 0 systemtap ending probe Pass 5: run completed in 0usr/10sys/358real ms. Pass 5: run failed. Try again with another '--vp 00001' option. PASS: atomic5 received expected error executing: stap -v -e { probe begin { print("systemtap starting probe\n") exit() } probe end { print("systemtap ending probe\n") printf("%d\n", atomic_read(-1)) } } spawn stap -v -e probe begin { print("systemtap starting probe\n") exit() } probe end { print("systemtap ending probe\n") printf("%d\n", atomic_read(-1)) } Pass 1: parsed user script and 75 library script(s) using 38528virt/30592res/7872shr kb, in 140usr/0sys/314real ms. Pass 2: analyzed script: 2 probe(s), 2 function(s), 0 embed(s), 0 global(s) using 39104virt/31296res/8064shr kb, in 0usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapGDjxRD/stap_034eddae35b4f38fcc94e27865ec5eca_1226.c" using 39104virt/31680res/8384shr kb, in 0usr/0sys/0real ms. Pass 4: compiled C into "stap_034eddae35b4f38fcc94e27865ec5eca_1226.ko" in 970usr/110sys/2213real ms. Pass 5: starting run. systemtap starting probe ERROR: kernel read fault at 0xffffffffffffffff (a) near identifier 'atomic_read' at /usr/local/share/systemtap/tapset/atomic.stp:9:10 WARNING: Number of errors: 1, skipped probes: 0 systemtap ending probe Pass 5: run completed in 0usr/10sys/343real ms. Pass 5: run failed. Try again with another '--vp 00001' option. PASS: atomic6 received expected error executing: stap -v -e { probe begin { print("systemtap starting probe\n") exit() } probe end { print("systemtap ending probe\n") printf("%d\n", atomic_read(3)) } } spawn stap -v -e probe begin { print("systemtap starting probe\n") exit() } probe end { print("systemtap ending probe\n") printf("%d\n", atomic_read(3)) } Pass 1: parsed user script and 75 library script(s) using 38528virt/30656res/7872shr kb, in 130usr/0sys/295real ms. Pass 2: analyzed script: 2 probe(s), 2 function(s), 0 embed(s), 0 global(s) using 39104virt/31360res/8064shr kb, in 0usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapG6IkJC/stap_ebe95203a9b2327b476866b35bb1af27_1225.c" using 39104virt/31744res/8384shr kb, in 0usr/0sys/0real ms. Pass 4: compiled C into "stap_ebe95203a9b2327b476866b35bb1af27_1225.ko" in 980usr/110sys/2294real ms. Pass 5: starting run. systemtap starting probe ERROR: kernel read fault at 0x0000000000000003 (a) near identifier 'atomic_read' at /usr/local/share/systemtap/tapset/atomic.stp:9:10 WARNING: Number of errors: 1, skipped probes: 0 systemtap ending probe Pass 5: run completed in 0usr/10sys/351real ms. Pass 5: run failed. Try again with another '--vp 00001' option. PASS: atomic7 received expected error executing: stap -v -ge { %{ #include struct { ulong barrier1; atomic_t a; ulong barrier2; } stp_atomic_struct = { ULONG_MAX, ATOMIC_INIT(5), ULONG_MAX }; %} function get_atomic_addr:long() %{ THIS->__retvalue = (long)&stp_atomic_struct.a; %} probe begin { print("systemtap starting probe\n") exit() } probe end { print("systemtap ending probe\n") printf("%d\n", atomic_read(get_atomic_addr() + 0)) } } spawn stap -v -ge %{ #include struct { ulong barrier1; atomic_t a; ulong barrier2; } stp_atomic_struct = { ULONG_MAX, ATOMIC_INIT(5), ULONG_MAX }; %} function get_atomic_addr:long() %{ THIS->__retvalue = (long)&stp_atomic_struct.a; %} probe begin { print("systemtap starting probe\n") exit() } probe end { print("systemtap ending probe\n") printf("%d\n", atomic_read(get_atomic_addr() + 0)) } Pass 1: parsed user script and 75 library script(s) using 38528virt/30592res/7872shr kb, in 140usr/0sys/314real ms. Pass 2: analyzed script: 2 probe(s), 3 function(s), 1 embed(s), 0 global(s) using 39104virt/31296res/8064shr kb, in 0usr/0sys/7real ms. Pass 3: translated to C into "/tmp/stap0XPjAI/stap_e0f9730df9686f5af7237ee734ac3806_1533.c" using 39104virt/31680res/8384shr kb, in 0usr/0sys/1real ms. Pass 4: compiled C into "stap_e0f9730df9686f5af7237ee734ac3806_1533.ko" in 980usr/110sys/2250real ms. Pass 5: starting run. systemtap starting probe systemtap ending probe 5 Pass 5: run completed in 0usr/10sys/353real ms. PASS: atomic8 didn't error testcase /home/prasadkr/systemtap/testsuite/systemtap.base/atomic.exp completed in 24 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/backtrace.exp ... spawn stap /home/prasadkr/systemtap/testsuite/systemtap.base/backtrace.stp begin Systemtap probe: begin timer.ms(100) Systemtap probe: timer.ms(100) end Systemtap probe: end KFAIL: backtrace (1 0) (PRMS: 6961) spawn stap /home/prasadkr/systemtap/testsuite/systemtap.base/backtrace.stp -d kernel begin Systemtap probe: begin timer.ms(100) Systemtap probe: timer.ms(100) end Systemtap probe: end KFAIL: backtrace-unwindsyms (1 0) (PRMS: 6961) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/backtrace.exp completed in 14 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/badkprobe.exp ... spawn stap -g -e probe $1 { k++ } global k probe timer.ms(100) { exit() } probe end { println("cleanup ok") } kernel.statement(-1).absolute WARNING: probe kernel.statement(0xffffffffffffffff).absolute (address 0xffffffffffffffff) registration error (rc -22) cleanup ok PASS: bad kprobe registration: kernel.statement(-1).absolute spawn stap -g -e probe $1 { k++ } global k probe timer.ms(100) { exit() } probe end { println("cleanup ok") } kprobe.statement(-1).absolute WARNING: probe kprobe.statement(0xffffffffffffffff).absolute (address 0xffffffffffffffff) registration error (rc -22) cleanup ok PASS: bad kprobe registration: kprobe.statement(-1).absolute spawn stap -g -e probe $1 { k++ } global k probe timer.ms(100) { exit() } probe end { println("cleanup ok") } kprobe.function("no_such_function") WARNING: probe kprobe.function("no_such_function") (address 0x0) registration error (rc -22) cleanup ok PASS: bad kprobe registration: kprobe.function("no_such_function") spawn stap -g -e probe $1 { k++ } global k probe timer.ms(100) { exit() } probe end { println("cleanup ok") } kprobe.function("no_such_function").return WARNING: probe kprobe.function("no_such_function").return (address 0x0) registration error (rc -22) cleanup ok PASS: bad kprobe registration: kprobe.function("no_such_function").return spawn stap -g -w -e probe $1 { k++ } global k probe timer.ms(100) { exit() } probe end { println("cleanup ok") } kernel.statement(-1).absolute ? cleanup ok PASS: bad optional kprobe registration: kernel.statement(-1).absolute spawn stap -g -w -e probe $1 { k++ } global k probe timer.ms(100) { exit() } probe end { println("cleanup ok") } kprobe.statement(-1).absolute ? cleanup ok PASS: bad optional kprobe registration: kprobe.statement(-1).absolute spawn stap -g -w -e probe $1 { k++ } global k probe timer.ms(100) { exit() } probe end { println("cleanup ok") } kprobe.function("no_such_function") ? cleanup ok PASS: bad optional kprobe registration: kprobe.function("no_such_function") spawn stap -g -w -e probe $1 { k++ } global k probe timer.ms(100) { exit() } probe end { println("cleanup ok") } kprobe.function("no_such_function").return ? cleanup ok PASS: bad optional kprobe registration: kprobe.function("no_such_function").return testcase /home/prasadkr/systemtap/testsuite/systemtap.base/badkprobe.exp completed in 25 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/be_order.exp ... executing: stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/be_order.stp spawn stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/be_order.stp Pass 1: parsed user script and 75 library script(s) using 38656virt/30656res/7872shr kb, in 260usr/0sys/264real ms. Pass 2: analyzed script: 14 probe(s), 0 function(s), 0 embed(s), 2 global(s) using 39040virt/31360res/8064shr kb, in 10usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapXuwukp/stap_4c5c4a5cfa7255bd0e7e44344d64c418_1669.c" using 39040virt/31680res/8384shr kb, in 0usr/0sys/2real ms. Pass 4: compiled C into "stap_4c5c4a5cfa7255bd0e7e44344d64c418_1669.ko" in 1720usr/200sys/1934real ms. Pass 5: starting run. systemtap starting probe PASS: systemtap.base/be_order.stp startup PASS: systemtap.base/be_order.stp load generation systemtap ending probe systemtap test success systemtap test success Pass 5: run completed in 0usr/30sys/324real ms. FAIL: systemtap.base/be_order.stp shutdown (eof) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/be_order.exp completed in 2 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/beginenderror.exp ... spawn stap /home/prasadkr/systemtap/testsuite/systemtap.base/beginenderror.stp ERROR: division by 0 near operator '/' at /home/prasadkr/systemtap/testsuite/systemtap.base/beginenderror.stp:1:46 ok begin ERROR: division by 0 near operator '/' at /home/prasadkr/systemtap/testsuite/systemtap.base/beginenderror.stp:5:39 ERROR: division by 0 near operator '/' at /home/prasadkr/systemtap/testsuite/systemtap.base/beginenderror.stp:5:39 WARNING: Number of errors: 3, skipped probes: 0 ok error ok error(10) Pass 5: run failed. Try again with another '--vp 00001' option. PASS: beginenderror (4 3 0) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/beginenderror.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/bench.exp ... spawn stap -tu /home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp gs="" gnn[1]=0x1 gss["foo"]="bar" ----- probe hit report: begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 49min/49avg/49max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 49min/49avg/49max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 49min/49avg/49max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 48min/48avg/48max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 49min/49avg/49max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 49min/49avg/49max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 49min/49avg/49max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 48min/48avg/48max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 49min/49avg/49max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 49min/49avg/49max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 48min/48avg/48max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 49min/49avg/49max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 49min/49avg/49max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 49min/49avg/49max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 49min/49avg/49max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 49min/49avg/49max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 49min/49avg/49max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 48min/48avg/48max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 48min/48avg/48max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 49min/49avg/49max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 48min/48avg/48max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 49min/49avg/49max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 49min/49avg/49max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 49min/49avg/49max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 49min/49avg/49max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 49min/49avg/49max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 49min/49avg/49max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 48min/48avg/48max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 49min/49avg/49max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 48min/48avg/48max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 49min/49avg/49max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 48min/48avg/48max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 49min/49avg/49max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 49min/49avg/49max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 50min/50avg/50max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:12:19), hits: 1, cycles: 49min/49avg/49max, from: begin from: repeat from: test.null begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 58min/58avg/58max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 64min/64avg/64max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 58min/58avg/58max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:13:23), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.intassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 64min/64avg/64max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 58min/58avg/58max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 98min/98avg/98max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 58min/58avg/58max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:14:24), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.gintassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 98min/98avg/98max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 76min/76avg/76max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:15:22), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.intincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 58min/58avg/58max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 58min/58avg/58max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:16:23), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.gintincr begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 64min/64avg/64max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 64min/64avg/64max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 124min/124avg/124max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 77min/77avg/77max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:18:23), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.strassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 64min/64avg/64max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 64min/64avg/64max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 70min/70avg/70max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 64min/64avg/64max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 64min/64avg/64max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 64min/64avg/64max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.gstrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 84min/84avg/84max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 83min/83avg/83max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 84min/84avg/84max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 90min/90avg/90max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 84min/84avg/84max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 84min/84avg/84max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 84min/84avg/84max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 84min/84avg/84max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 84min/84avg/84max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 90min/90avg/90max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 84min/84avg/84max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 84min/84avg/84max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 84min/84avg/84max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 84min/84avg/84max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 84min/84avg/84max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 84min/84avg/84max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 81min/81avg/81max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 84min/84avg/84max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 84min/84avg/84max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 82min/82avg/82max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 104min/104avg/104max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 84min/84avg/84max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 84min/84avg/84max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 81min/81avg/81max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 84min/84avg/84max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 84min/84avg/84max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 84min/84avg/84max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 84min/84avg/84max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 84min/84avg/84max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 82min/82avg/82max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 82min/82avg/82max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 84min/84avg/84max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 84min/84avg/84max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 82min/82avg/82max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 84min/84avg/84max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 83min/83avg/83max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 90min/90avg/90max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 82min/82avg/82max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 84min/84avg/84max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:21:22), hits: 1, cycles: 84min/84avg/84max, from: begin from: repeat from: test.forloop begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 58min/58avg/58max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 68min/68avg/68max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:22:21), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.ifgint begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 116min/116avg/116max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:23:19), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.next begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 64min/64avg/64max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 89min/89avg/89max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 64min/64avg/64max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 64min/64avg/64max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 64min/64avg/64max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 64min/64avg/64max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:25:24), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.stataccum begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 223min/223avg/223max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 117min/117avg/117max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 111min/111avg/111max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 112min/112avg/112max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 112min/112avg/112max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 112min/112avg/112max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 111min/111avg/111max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 112min/112avg/112max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 112min/112avg/112max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 111min/111avg/111max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 112min/112avg/112max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 111min/111avg/111max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 111min/111avg/111max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 112min/112avg/112max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 111min/111avg/111max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 111min/111avg/111max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 111min/111avg/111max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 111min/111avg/111max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 112min/112avg/112max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 112min/112avg/112max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 111min/111avg/111max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 111min/111avg/111max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 111min/111avg/111max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 112min/112avg/112max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 112min/112avg/112max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 111min/111avg/111max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 111min/111avg/111max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 111min/111avg/111max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 112min/112avg/112max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 112min/112avg/112max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 112min/112avg/112max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 111min/111avg/111max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 112min/112avg/112max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 112min/112avg/112max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 111min/111avg/111max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 112min/112avg/112max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 147min/147avg/147max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 112min/112avg/112max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 111min/111avg/111max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:26:24), hits: 1, cycles: 112min/112avg/112max, from: begin from: repeat from: test.statcount begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 58min/58avg/58max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 64min/64avg/64max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 56min/56avg/56max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 64min/64avg/64max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 54min/54avg/54max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 64min/64avg/64max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 118min/118avg/118max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 57min/57avg/57max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 62min/62avg/62max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 63min/63avg/63max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:25), hits: 1, cycles: 55min/55avg/55max, from: begin from: repeat from: test.nnarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 252min/252avg/252max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 125min/125avg/125max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 117min/117avg/117max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 120min/120avg/120max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 120min/120avg/120max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 120min/120avg/120max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 120min/120avg/120max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 119min/119avg/119max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 111min/111avg/111max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 117min/117avg/117max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 120min/120avg/120max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 117min/117avg/117max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 117min/117avg/117max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 117min/117avg/117max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 117min/117avg/117max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 117min/117avg/117max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 117min/117avg/117max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 119min/119avg/119max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 119min/119avg/119max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 117min/117avg/117max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 117min/117avg/117max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 117min/117avg/117max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 117min/117avg/117max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 117min/117avg/117max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 111min/111avg/111max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 117min/117avg/117max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 120min/120avg/120max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 120min/120avg/120max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 120min/120avg/120max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 119min/119avg/119max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 120min/120avg/120max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 120min/120avg/120max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 119min/119avg/119max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 117min/117avg/117max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 119min/119avg/119max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 119min/119avg/119max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 120min/120avg/120max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 119min/119avg/119max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 119min/119avg/119max, from: begin from: repeat from: test.ssarrassmt begin, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:25), hits: 1, cycles: 120min/120avg/120max, from: begin from: repeat from: test.ssarrassmt begin(9999), (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:31:1), hits: 1, cycles: 79min/79avg/79max, from: begin(9999) end, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:19:81), hits: 1, cycles: 709min/709avg/709max, from: end end, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:28:86), hits: 1, cycles: 613min/613avg/613max, from: end end, (/home/prasadkr/systemtap/testsuite/systemtap.base/bench.stp:29:86), hits: 1, cycles: 516min/516avg/516max, from: end FAIL: bench (1) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/bench.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/bitfield.exp ... executing: stap -v -g /home/prasadkr/systemtap/testsuite/systemtap.base/bitfield.stp spawn stap -v -g /home/prasadkr/systemtap/testsuite/systemtap.base/bitfield.stp Pass 1: parsed user script and 75 library script(s) using 38592virt/30720res/7872shr kb, in 240usr/0sys/257real ms. Pass 2: analyzed script: 1 probe(s), 9 function(s), 1 embed(s), 0 global(s) using 197376virt/149120res/71040shr kb, in 1150usr/10sys/1158real ms. Pass 3: translated to C into "/tmp/stapYyeICS/stap_900ef74a7e93fbb855d61197a3c25c45_4426.c" using 197376virt/149248res/71168shr kb, in 0usr/0sys/1real ms. Pass 4: compiled C into "stap_900ef74a7e93fbb855d61197a3c25c45_4426.ko" in 1870usr/200sys/2185real ms. Pass 5: starting run. systemtap starting probe systemtap ending probe systemtap test success PASS: systemtap.base/bitfield.stp startup PASS: systemtap.base/bitfield.stp load generation PASS: systemtap.base/bitfield.stp shutdown and output Pass 5: run completed in 10usr/30sys/354real ms. metric: systemtap.base/bitfield.stp 240 0 257 1150 10 1158 0 0 1 1870 200 2185 10 30 354 testcase /home/prasadkr/systemtap/testsuite/systemtap.base/bitfield.exp completed in 4 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/buildid.exp ... Executing on host: gcc -g -c -o /home/prasadkr/systemtap/testsuite/buildid.o /home/prasadkr/systemtap/testsuite/systemtap.base/buildid.c (timeout = 300) spawn -ignore SIGHUP gcc -g -c -o /home/prasadkr/systemtap/testsuite/buildid.o /home/prasadkr/systemtap/testsuite/systemtap.base/buildid.c PASS: buildid.o Executing on host: ld buildid.o -r -o buildid.ro (timeout = 300) spawn -ignore SIGHUP ld buildid.o -r -o buildid.ro PASS: buildid.ro Executing on host: gcc buildid.ro -lm -o /home/prasadkr/systemtap/testsuite/buildid.x (timeout = 300) spawn -ignore SIGHUP gcc buildid.ro -lm -o /home/prasadkr/systemtap/testsuite/buildid.x PASS: /home/prasadkr/systemtap/testsuite/buildid.x spawn staprun -u /home/prasadkr/systemtap/testsuite/bid.ko -c /home/prasadkr/systemtap/testsuite/buildid.x x=1 PASS: nonshared build id ok (1) Executing on host: gcc buildid2.ro -lm -o /home/prasadkr/systemtap/testsuite/buildid.x (timeout = 300) spawn -ignore SIGHUP gcc buildid2.ro -lm -o /home/prasadkr/systemtap/testsuite/buildid.x PASS: /home/prasadkr/systemtap/testsuite/buildid.x spawn staprun -u /home/prasadkr/systemtap/testsuite/bid.ko -c /home/prasadkr/systemtap/testsuite/buildid.x ERROR: Build-id mismatch: "buildid.x" vs. "buildid.x" byte 0 (0x7c vs 0xf6) rc 0 0 PASS: nonshared build id !ok (1) Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/buildid.c -DNO_MAIN -shared -g -lm -o libbid.so (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/buildid.c -DNO_MAIN -shared -g -lm -o libbid.so PASS: libbid.so Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/buildid.c -DONLY_MAIN -Wl,-rpath,/home/prasadkr/systemtap/testsuite -L/home/prasadkr/systemtap/testsuite -lbid -lm -o /home/prasadkr/systemtap/testsuite/buildid.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/buildid.c -DONLY_MAIN -Wl,-rpath,/home/prasadkr/systemtap/testsuite -L/home/prasadkr/systemtap/testsuite -lbid -lm -o /home/prasadkr/systemtap/testsuite/buildid.x PASS: /home/prasadkr/systemtap/testsuite/buildid.x spawn staprun -u /home/prasadkr/systemtap/testsuite/bid.ko -c /home/prasadkr/systemtap/testsuite/buildid.x x=1 PASS: shared build id ok (1) spawn staprun -u /home/prasadkr/systemtap/testsuite/bid.ko -c /home/prasadkr/systemtap/testsuite/buildid.x ERROR: Build-id mismatch: "libbid.so" vs. "libbid.so" byte 0 (0x3c vs 0x00) rc 0 0 x=1 PASS: shared build id !ok (1) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/buildid.exp completed in 9 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/bz10078.exp ... PASS: bz10078 compile starting /home/prasadkr/systemtap/testsuite/systemtap.base/bz10078.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/systemtap.base/bz10078.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/systemtap.base/bz10078.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/7f/stap_7fd82d3bcdec90079479c8098cf19303_2075.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/7f/stap_7fd82d3bcdec90079479c8098cf19303_2075.ko wait results: 13002 exp8 0 0 PASS: bz10078 -p4 spawn stap /home/prasadkr/systemtap/testsuite/systemtap.base/bz10078.stp -c ./bz10078 1,2 mkpoint2 returns mkpoint1 returns PASS: bz10078 -p5 testcase /home/prasadkr/systemtap/testsuite/systemtap.base/bz10078.exp completed in 4 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/bz5274.exp ... PASS: ./bz5274 compile PASS: ./bz5274 longjmp to a uretprobed function PASS: ./bz5274 longjmp to a non-uretprobed function testcase /home/prasadkr/systemtap/testsuite/systemtap.base/bz5274.exp completed in 9 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/bz6850.exp ... PASS: bz6850 compile starting /home/prasadkr/systemtap/testsuite/systemtap.base/bz6850.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/systemtap.base/bz6850.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/systemtap.base/bz6850.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/4b/stap_4b7b757c82a26f966d05677b24cd39b3_4114.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/4b/stap_4b7b757c82a26f966d05677b24cd39b3_4114.ko wait results: 14401 exp8 0 0 PASS: bz6850 -p4 spawn stap /home/prasadkr/systemtap/testsuite/systemtap.base/bz6850.stp -c ./bz6850 main called fork_and_exec1 called fork_and_exec2 called fork1 called fork2 called fork2 returns fork1 returns fork_and_exec2 returns fork_and_exec1 returns PASS: bz6850 -p5 testcase /home/prasadkr/systemtap/testsuite/systemtap.base/bz6850.exp completed in 4 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/cache.exp ... spawn stap -v -p4 -e probe begin { println(1) } Pass 1: parsed user script and 75 library script(s) using 38272virt/30400res/7808shr kb, in 260usr/0sys/263real ms. Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 38848virt/31104res/8000shr kb, in 10usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapXI1KT2/stap_71396afb4d6c7cbafe277a9d01804021_607.c" using 38848virt/31424res/8320shr kb, in 0usr/0sys/0real ms. /home/prasadkr/systemtap/testsuite/.cache_test-root/cache/71/stap_71396afb4d6c7cbafe277a9d01804021_607.ko Pass 4: compiled C into "stap_71396afb4d6c7cbafe277a9d01804021_607.ko" in 4460usr/420sys/4898real ms. PASS: BASIC1 wasn't cached spawn stap -v -p4 -e probe begin { println(1) } Pass 1: parsed user script and 75 library script(s) using 38272virt/30400res/7808shr kb, in 260usr/0sys/264real ms. Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 38848virt/31104res/8000shr kb, in 10usr/0sys/6real ms. /home/prasadkr/systemtap/testsuite/.cache_test-root/cache/71/stap_71396afb4d6c7cbafe277a9d01804021_607.ko Pass 3: using cached /home/prasadkr/systemtap/testsuite/.cache_test-root/cache/71/stap_71396afb4d6c7cbafe277a9d01804021_607.c Pass 4: using cached /home/prasadkr/systemtap/testsuite/.cache_test-root/cache/71/stap_71396afb4d6c7cbafe277a9d01804021_607.ko PASS: BASIC2 was cached spawn stap -v -p4 -e probe begin { println(1) } -DFOO=1 Pass 1: parsed user script and 75 library script(s) using 38400virt/30464res/7808shr kb, in 240usr/0sys/245real ms. Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 38784virt/31104res/8000shr kb, in 0usr/0sys/5real ms. Pass 3: translated to C into "/tmp/stapZbRPJB/stap_6f3f8eba47e19575bd1abf473076bad7_612.c" using 38912virt/31488res/8320shr kb, in 0usr/0sys/0real ms. /home/prasadkr/systemtap/testsuite/.cache_test-root/cache/6f/stap_6f3f8eba47e19575bd1abf473076bad7_612.ko Pass 4: compiled C into "stap_6f3f8eba47e19575bd1abf473076bad7_612.ko" in 1570usr/200sys/1793real ms. PASS: OPTION1 wasn't cached spawn stap -v -p4 -e probe begin { println(1) } -DFOO=1 Pass 1: parsed user script and 75 library script(s) using 38400virt/30464res/7808shr kb, in 240usr/0sys/245real ms. Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 38784virt/31104res/8000shr kb, in 0usr/0sys/5real ms. /home/prasadkr/systemtap/testsuite/.cache_test-root/cache/6f/stap_6f3f8eba47e19575bd1abf473076bad7_612.ko Pass 3: using cached /home/prasadkr/systemtap/testsuite/.cache_test-root/cache/6f/stap_6f3f8eba47e19575bd1abf473076bad7_612.c Pass 4: using cached /home/prasadkr/systemtap/testsuite/.cache_test-root/cache/6f/stap_6f3f8eba47e19575bd1abf473076bad7_612.ko PASS: OPTION2 was cached spawn stap -v -p4 -e probe begin { println(1) } -b Pass 1: parsed user script and 75 library script(s) using 38272virt/30464res/7808shr kb, in 240usr/0sys/245real ms. Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 38848virt/31168res/8000shr kb, in 0usr/0sys/5real ms. Pass 3: translated to C into "/tmp/stapaa6rt4/stap_a52d62ec5d786d25638c4faa0ebb5281_607.c" using 38848virt/31488res/8320shr kb, in 0usr/0sys/0real ms. /home/prasadkr/systemtap/testsuite/.cache_test-root/cache/a5/stap_a52d62ec5d786d25638c4faa0ebb5281_607.ko Pass 4: compiled C into "stap_a52d62ec5d786d25638c4faa0ebb5281_607.ko" in 1630usr/200sys/1842real ms. PASS: BULK1 wasn't cached spawn stap -v -p4 -e probe begin { println(1) } -b Pass 1: parsed user script and 75 library script(s) using 38272virt/30400res/7808shr kb, in 240usr/0sys/247real ms. Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 38848virt/31104res/8000shr kb, in 0usr/0sys/5real ms. /home/prasadkr/systemtap/testsuite/.cache_test-root/cache/a5/stap_a52d62ec5d786d25638c4faa0ebb5281_607.ko Pass 3: using cached /home/prasadkr/systemtap/testsuite/.cache_test-root/cache/a5/stap_a52d62ec5d786d25638c4faa0ebb5281_607.c Pass 4: using cached /home/prasadkr/systemtap/testsuite/.cache_test-root/cache/a5/stap_a52d62ec5d786d25638c4faa0ebb5281_607.ko PASS: BULK2 was cached spawn stap -v -p4 -e probe begin { println(1) } -t Pass 1: parsed user script and 75 library script(s) using 38272virt/30400res/7808shr kb, in 240usr/0sys/247real ms. Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 38848virt/31104res/8000shr kb, in 0usr/0sys/5real ms. Pass 3: translated to C into "/tmp/stapFs1cmu/stap_8fd17f0caf36f77afc1a1ad0b31a04f8_607.c" using 38848virt/31424res/8320shr kb, in 0usr/0sys/0real ms. /home/prasadkr/systemtap/testsuite/.cache_test-root/cache/8f/stap_8fd17f0caf36f77afc1a1ad0b31a04f8_607.ko Pass 4: compiled C into "stap_8fd17f0caf36f77afc1a1ad0b31a04f8_607.ko" in 1670usr/200sys/1874real ms. PASS: TIMING1 wasn't cached spawn stap -v -p4 -e probe begin { println(1) } -t Pass 1: parsed user script and 75 library script(s) using 38272virt/30400res/7808shr kb, in 250usr/0sys/245real ms. Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 38848virt/31104res/8000shr kb, in 0usr/0sys/5real ms. /home/prasadkr/systemtap/testsuite/.cache_test-root/cache/8f/stap_8fd17f0caf36f77afc1a1ad0b31a04f8_607.ko Pass 3: using cached /home/prasadkr/systemtap/testsuite/.cache_test-root/cache/8f/stap_8fd17f0caf36f77afc1a1ad0b31a04f8_607.c Pass 4: using cached /home/prasadkr/systemtap/testsuite/.cache_test-root/cache/8f/stap_8fd17f0caf36f77afc1a1ad0b31a04f8_607.ko PASS: TIMING2 was cached spawn stap -v -p4 -e probe begin { println(1) } -R /home/prasadkr/systemtap/testsuite/.cache_test_runtime Pass 1: parsed user script and 75 library script(s) using 38272virt/30400res/7808shr kb, in 250usr/0sys/262real ms. Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 38848virt/31104res/8000shr kb, in 10usr/0sys/5real ms. Pass 3: translated to C into "/tmp/staphlTH57/stap_2bb5471c12fcaafcdfbf5e46c4a6f7b3_627.c" using 38848virt/31424res/8320shr kb, in 0usr/0sys/0real ms. /home/prasadkr/systemtap/testsuite/.cache_test-root/cache/2b/stap_2bb5471c12fcaafcdfbf5e46c4a6f7b3_627.ko Pass 4: compiled C into "stap_2bb5471c12fcaafcdfbf5e46c4a6f7b3_627.ko" in 4360usr/410sys/4789real ms. PASS: RUNTIME1 wasn't cached spawn stap -v -p4 -e probe begin { println(1) } -R /home/prasadkr/systemtap/testsuite/.cache_test_runtime Pass 1: parsed user script and 75 library script(s) using 38272virt/30464res/7808shr kb, in 250usr/0sys/246real ms. Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 38848virt/31168res/8000shr kb, in 0usr/0sys/5real ms. /home/prasadkr/systemtap/testsuite/.cache_test-root/cache/2b/stap_2bb5471c12fcaafcdfbf5e46c4a6f7b3_627.ko Pass 3: using cached /home/prasadkr/systemtap/testsuite/.cache_test-root/cache/2b/stap_2bb5471c12fcaafcdfbf5e46c4a6f7b3_627.c Pass 4: using cached /home/prasadkr/systemtap/testsuite/.cache_test-root/cache/2b/stap_2bb5471c12fcaafcdfbf5e46c4a6f7b3_627.ko PASS: RUNTIME2 was cached spawn stap -v -p4 -e probe begin { println(1) } Warning: failed to create systemtap data directory ("/dev/null"): Not a directory, disabling cache support. Pass 1: parsed user script and 75 library script(s) using 38272virt/30400res/7808shr kb, in 250usr/0sys/262real ms. Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 38848virt/31104res/8000shr kb, in 0usr/0sys/5real ms. Pass 3: translated to C into "/tmp/stappFrPyE/stap_16188.c" using 38848virt/31296res/8192shr kb, in 10usr/0sys/0real ms. stap_16188.ko Pass 4: compiled C into "stap_16188.ko" in 4460usr/410sys/4899real ms. PASS: DISABLED1 wasn't cached spawn stap -v -p4 -e probe begin { println(1) } Warning: failed to create systemtap data directory ("/dev/null"): Not a directory, disabling cache support. Pass 1: parsed user script and 75 library script(s) using 38272virt/30400res/7808shr kb, in 260usr/0sys/263real ms. Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 38848virt/31104res/8000shr kb, in 0usr/0sys/5real ms. Pass 3: translated to C into "/tmp/stapdeBzT9/stap_16508.c" using 38848virt/31296res/8192shr kb, in 0usr/0sys/0real ms. stap_16508.ko Pass 4: compiled C into "stap_16508.ko" in 4370usr/410sys/4791real ms. PASS: DISABLED2 wasn't cached spawn stap -v -p4 -e probe begin { println(1) } -m modnam Pass 1: parsed user script and 75 library script(s) using 38336virt/30400res/7808shr kb, in 240usr/0sys/246real ms. Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 38912virt/31104res/8000shr kb, in 0usr/0sys/5real ms. Pass 3: translated to C into "/tmp/stap9zffMl/modnam.c" using 38912virt/31360res/8192shr kb, in 0usr/0sys/0real ms. modnam.ko Pass 4: compiled C into "modnam.ko" in 1580usr/200sys/1787real ms. PASS: MODNAM1 wasn't cached spawn stap -v -p4 -e probe begin { println(1) } -m modnam Pass 1: parsed user script and 75 library script(s) using 38336virt/30400res/7808shr kb, in 270usr/0sys/264real ms. Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 38912virt/31104res/8000shr kb, in 0usr/0sys/5real ms. Pass 3: translated to C into "/tmp/stapvEV5lu/modnam.c" using 38912virt/31360res/8192shr kb, in 0usr/0sys/0real ms. modnam.ko Pass 4: compiled C into "modnam.ko" in 1610usr/200sys/1829real ms. PASS: MODNAM2 wasn't cached spawn stap -v -p4 -e probe XbeginX { } Pass 1: parsed user script and 75 library script(s) using 38272virt/30464res/7808shr kb, in 260usr/0sys/264real ms. semantic error: probe point mismatch at position 0 (alternatives: __nfs __scheduler __signal __tcpmib __vm _linuxmib _signal _sunrpc _syscall _vfs begin begin(number) end end(number) error error(number) generic ioblock ioblock_trace ioscheduler ioscheduler_trace ipmib irq_handler kernel kprobe kprocess linuxmib module(string) nd_syscall netdev never nfs nfsd perf process process(number) process(string) procfs procfs(string) scheduler scsi signal socket softirq stap staprun sunrpc syscall tcp tcpmib timer tty udp vfs vm workqueue): identifier 'XbeginX' at :1:7 while resolving probe point XbeginX source: probe XbeginX { } ^ Pass 2: analyzed script: 0 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 38848virt/31168res/8000shr kb, in 10usr/0sys/6real ms. Pass 2: analysis failed. Try again with another '--vp 01' option. PASS: ERROR1 wasn't cached spawn stap -v -p4 -e probe XbeginX { } Pass 1: parsed user script and 75 library script(s) using 38272virt/30464res/7808shr kb, in 270usr/0sys/262real ms. semantic error: probe point mismatch at position 0 (alternatives: __nfs __scheduler __signal __tcpmib __vm _linuxmib _signal _sunrpc _syscall _vfs begin begin(number) end end(number) error error(number) generic ioblock ioblock_trace ioscheduler ioscheduler_trace ipmib irq_handler kernel kprobe kprocess linuxmib module(string) nd_syscall netdev never nfs nfsd perf process process(number) process(string) procfs procfs(string) scheduler scsi signal socket softirq stap staprun sunrpc syscall tcp tcpmib timer tty udp vfs vm workqueue): identifier 'XbeginX' at :1:7 while resolving probe point XbeginX source: probe XbeginX { } ^ Pass 2: analyzed script: 0 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 38848virt/31168res/8000shr kb, in 0usr/0sys/6real ms. Pass 2: analysis failed. Try again with another '--vp 01' option. PASS: ERROR2 wasn't cached spawn stap -v -p4 -e probe begin, end { println(2) } Pass 1: parsed user script and 75 library script(s) using 38272virt/30400res/7808shr kb, in 250usr/0sys/245real ms. Pass 2: analyzed script: 2 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 38848virt/31104res/8000shr kb, in 0usr/0sys/5real ms. Pass 3: translated to C into "/tmp/stapCWUPKi/stap_a6159b89c1ab3d4a6151d9b2b6332ee3_645.c" using 38848virt/31424res/8320shr kb, in 0usr/0sys/0real ms. /home/prasadkr/systemtap/testsuite/.cache_test-root/cache/a6/stap_a6159b89c1ab3d4a6151d9b2b6332ee3_645.ko Pass 4: compiled C into "stap_a6159b89c1ab3d4a6151d9b2b6332ee3_645.ko" in 1620usr/200sys/1836real ms. PASS: BASIC3 wasn't cached spawn stap -v -p4 -e probe begin, end { println(2) } Pass 1: parsed user script and 75 library script(s) using 38272virt/30400res/7808shr kb, in 270usr/0sys/264real ms. Pass 2: analyzed script: 2 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 38848virt/31104res/8000shr kb, in 0usr/0sys/5real ms. /home/prasadkr/systemtap/testsuite/.cache_test-root/cache/a6/stap_a6159b89c1ab3d4a6151d9b2b6332ee3_645.ko Pass 3: using cached /home/prasadkr/systemtap/testsuite/.cache_test-root/cache/a6/stap_a6159b89c1ab3d4a6151d9b2b6332ee3_645.c Pass 4: using cached /home/prasadkr/systemtap/testsuite/.cache_test-root/cache/a6/stap_a6159b89c1ab3d4a6151d9b2b6332ee3_645.ko PASS: BASIC4 was cached testcase /home/prasadkr/systemtap/testsuite/systemtap.base/cache.exp completed in 37 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/cast.exp ... executing: stap /home/prasadkr/systemtap/testsuite/systemtap.base/cast.stp -g PASS: systemtap.base/cast.stp testcase /home/prasadkr/systemtap/testsuite/systemtap.base/cast.exp completed in 4 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/cmd_parse.exp ... spawn stap -c echo "hello world" -we probe begin {} hello world PASS: cmd_parse1 spawn stap -c echo "hello "\"world\" -we probe begin {} hello "world" PASS: cmd_parse2 spawn stap -c sh -c '(a="hello world"; echo $a)' -we probe begin {} hello world PASS: cmd_parse3 spawn stap -c sh -c '(a="hello "\"world\"; echo $a)' -we probe begin {} hello "world" PASS: cmd_parse4 spawn stap -c sh -c '(a="hello "world; echo $a)' -we probe begin {} hello world PASS: cmd_parse5 spawn stap -c bash -c '((a=42+7)); echo "The answer is $a"' -we probe begin {} The answer is 49 PASS: cmd_parse6 spawn stap -c sh -c '(echo "Hello World" 1>&2) > /dev/null' -we probe begin {} Hello World PASS: cmd_parse7 spawn stap -l vm.* vm.brk vm.kfree vm.kmalloc vm.kmalloc_node vm.kmem_cache_alloc vm.kmem_cache_alloc_node vm.kmem_cache_free vm.mmap vm.munmap vm.oom_kill vm.pagefault vm.write_shared PASS: cmd_parse8 spawn stap -e probe begin { printf("%d %s\n", argc, argv[$1]) exit() } 1 1 1 PASS: cmd_parse9 spawn stap -e probe begin { printf("%d %s\n", argc, argv[$1]) exit() } 5 a b c d 5 d PASS: cmd_parse10 spawn stap -e probe begin { printf("%d %s\n", argc, argv[$1]) exit() } 10 a b c d 5 PASS: cmd_parse11 spawn stap -e probe begin { printf("%d %s\n", argc, argv[0]) exit() } 0 PASS: cmd_parse12 spawn stap -L syscall.a* syscall.accept flags:long flags_str:string name:string sockfd:long addr_uaddr:long addrlen_uaddr:long argstr:string $fd:long int $upeer_sockaddr:long int $upeer_addrlen:long int $flags:long int syscall.access name:string pathname:string mode:long mode_str:string argstr:string $filename:long int $mode:long int syscall.acct name:string filename:string argstr:string $name:long int syscall.add_key name:string type_uaddr:long description_uaddr:long payload_uaddr:long plen:long ringid:long argstr:string $_type:long int $_description:long int $_payload:long int $plen:long int $ringid:long int syscall.adjtimex name:string argstr:string $txc_p:long int syscall.alarm name:string seconds:long argstr:string $seconds:long int PASS: cmd_parse13 spawn sh -c stap -v -v --vp 01020 -h 2>&1 SystemTap translator/driver (version 1.5/0.148 commit release-1.4-37-g55b377f + changes) Copyright (C) 2005-2011 Red Hat, Inc. and others This is free software; see the source for copying conditions. enabled features: LIBRPM LIBSQLITE3 TR1_UNORDERED_MAP Usage: stap [options] FILE Run script in file. or: stap [options] - Run script on stdin. or: stap [options] -e SCRIPT Run given script. or: stap [options] -l PROBE List matching probes. or: stap [options] -L PROBE List matching probes and local variables. Options: -- end of translator options, script options follow -h --help show help -V show version -p NUM stop after pass NUM 1-5, instead of 5 (parse, elaborate, translate, compile, run) -v add verbosity to all passes --vp {N}+ add per-pass verbosity [23242] -k keep temporary directory -u unoptimized translation -w suppress warnings -W turn warnings into errors -g guru mode -P prologue-searching for function probes -b bulk (percpu file) mode -s NUM buffer size in megabytes, instead of 0 -I DIR look in DIR for additional .stp script files, in addition to /usr/local/share/systemtap/tapset -D NM=VAL emit macro definition into generated C code -B NM=VAL pass option to kbuild make -G VAR=VAL set global variable to value -R DIR look in DIR for runtime, instead of /usr/local/share/systemtap/runtime -r DIR cross-compile to kernel with given build tree; or else -r RELEASE cross-compile to kernel /lib/modules/RELEASE/build, instead of /lib/modules/2.6.32-71.el6.ppc64/build -a ARCH cross-compile to given architecture, instead of powerpc -m MODULE set probe module name, instead of stap_27311 -o FILE send script output to file, instead of stdout. This supports strftime(3) formats for FILE -c CMD start the probes, run CMD, and exit when it finishes -x PID sets target() to PID -F run as on-file flight recorder with -o. run as on-memory flight recorder without -o. -S size[,n] set maximum of the size and the number of files. -d OBJECT add unwind/symbol data for OBJECT file --ldd add unwind/symbol data for all referenced OBJECT files. --all-modules add unwind/symbol data for all loaded kernel objects. -t collect probe timing information -q generate information on tapset coverage --unprivileged restrict usage to features available to unprivileged users --compatible=VERSION suppress incompatible language/tapset changes beyond VERSION, instead of 1.5 --check-version displays warnings where a syntax element may be version dependent --skip-badvars substitute zero for bad context $variables --use-server[=SERVER-SPEC] specify systemtap compile-servers --list-servers[=PROPERTIES] report on the status of the specified compile-servers --remote=HOSTNAME run pass 5 on the specified ssh host (EXPERIMENTAL) PASS: cmd_parse14 spawn sh -c stap -m do_not_cache_me -B kernelrelease -p4 -e 'probe begin {exit()}' 2.6.32-71.el6.ppc64 PASS: cmd_parse15 spawn sh -c stap -m do_not_cache_me -a powerpc -p4 -e 'probe begin {exit()}' do_not_cache_me.ko PASS: cmd_parse16 testcase /home/prasadkr/systemtap/testsuite/systemtap.base/cmd_parse.exp completed in 61 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/const_value.exp ... Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/const_value.c -g -O2 -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -lm -o const_value.exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/const_value.c -g -O2 -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -lm -o const_value.exe PASS: const_value.c compile executing: stap /home/prasadkr/systemtap/testsuite/systemtap.base/const_value.stp {-c ./const_value.exe} PASS: systemtap.base/const_value.stp Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/const_value_func.c -g -O2 -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -lm -o const_value_func.exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/const_value_func.c -g -O2 -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -lm -o const_value_func.exe PASS: const_value_func.c compile UNTESTED: const_value_func (no-const-value) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/const_value.exp completed in 4 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/control_limits.exp ... spawn stap -u -DMAXNESTING=5 /home/prasadkr/systemtap/testsuite/systemtap.base/control_limits.stp ERROR: MAXNESTING exceeded near identifier 'recurse' at /home/prasadkr/systemtap/testsuite/systemtap.base/control_limits.stp:3:10 WARNING: Number of errors: 1, skipped probes: 0 Pass 5: run failed. Try again with another '--vp 00001' option. PASS: control_limits MAXNESTING (1) spawn stap -u -DMAXACTION_INTERRUPTIBLE=500 /home/prasadkr/systemtap/testsuite/systemtap.base/control_limits.stp ERROR: MAXACTION exceeded near operator '{' at /home/prasadkr/systemtap/testsuite/systemtap.base/control_limits.stp:12:25 WARNING: Number of errors: 1, skipped probes: 0 Pass 5: run failed. Try again with another '--vp 00001' option. PASS: control_limits MAXACTION (1) spawn stap -u -DMAXSTRINGLEN=50 /home/prasadkr/systemtap/testsuite/systemtap.base/control_limits.stp ERROR: MAXSTRINGLEN reduced WARNING: Number of errors: 1, skipped probes: 0 Pass 5: run failed. Try again with another '--vp 00001' option. PASS: control_limits MAXSTRINGLEN small (1) spawn stap -u -DMAXSTRINGLEN=500 /home/prasadkr/systemtap/testsuite/systemtap.base/control_limits.stp ERROR: MAXSTRINGLEN enlarged WARNING: Number of errors: 1, skipped probes: 0 Pass 5: run failed. Try again with another '--vp 00001' option. PASS: control_limits MAXSTRINGLEN large (1) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/control_limits.exp completed in 10 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/crash.exp ... UNTESTED: crash - no staplog.so testcase /home/prasadkr/systemtap/testsuite/systemtap.base/crash.exp completed in 0 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/ctime.exp ... executing: stap /home/prasadkr/systemtap/testsuite/systemtap.base/ctime.stp PASS: systemtap.base/ctime.stp testcase /home/prasadkr/systemtap/testsuite/systemtap.base/ctime.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/cu-decl.exp ... Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/cu-decl-1.c /home/prasadkr/systemtap/testsuite/systemtap.base/cu-decl-2.c -g -lm -o cu-decl (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/cu-decl-1.c /home/prasadkr/systemtap/testsuite/systemtap.base/cu-decl-2.c -g -lm -o cu-decl PASS: cu-decl target compilation running stap -v -p4 -e { probe process("cu-decl").function("print") { println($f->x * $f->y) } } spawn stap -v -p4 -e probe process("cu-decl").function("print") { println($f->x * $f->y) } Pass 1: parsed user script and 75 library script(s) using 38272virt/30400res/7808shr kb, in 250usr/0sys/262real ms. Pass 2: analyzed script: 1 probe(s), 2 function(s), 0 embed(s), 0 global(s) using 39168virt/31872res/8576shr kb, in 10usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapror7NA/stap_694ec9d50e1d1563efaee8c68d16e320_2625.c" using 142720virt/32256res/8832shr kb, in 20usr/110sys/135real ms. /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/69/stap_694ec9d50e1d1563efaee8c68d16e320_2625.ko Pass 4: compiled C into "stap_694ec9d50e1d1563efaee8c68d16e320_2625.ko" in 2660usr/400sys/3067real ms. PASS: cu-decl compilation succeeded testcase /home/prasadkr/systemtap/testsuite/systemtap.base/cu-decl.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/cxxclass.exp ... Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/cxxclass.cxx -g -O2 -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -lm -o cxxclass.exe (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/cxxclass.cxx -g -O2 -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -lm -o cxxclass.exe PASS: cxxclass.c compile executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/cxxclass.stp cxxclass.exe -c ./cxxclass.exe FAIL: cxxclass line 1: expected "main_enter" Got "semantic error: unable to find local 'arg1' near pc 0x10000608 in ProbeClass(/home/prasadkr/systemtap/testsuite/systemtap.base/cxxclass.cxx) (alternatives: $n $v $this): identifier '$arg1' at /home/prasadkr/systemtap/testsuite/systemtap.base/cxxclass.stp:23:39" testcase /home/prasadkr/systemtap/testsuite/systemtap.base/cxxclass.exp completed in 1 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/debugpath.exp ... spawn env SYSTEMTAP_DEBUGINFO_PATH=/dev/null stap -e probe kernel.function("vfs_read") {} -wp4 semantic error: missing powerpc kernel/module debuginfo under '/lib/modules/2.6.32-71.el6.ppc64/build' while resolving probe point kernel.function("vfs_read") Pass 2: analysis failed. Try again with another '--vp 01' option. PASS: debugpath-bad spawn env SYSTEMTAP_DEBUGINFO_PATH=/usr/lib/debug stap -e probe kernel.function("vfs_read") {} -wp2 # probes kernel.function("vfs_read@fs/read_write.c:277") /* pc=_stext+0x1b1450 */ /* <- kernel.function("vfs_read") */ PASS: debugpath-good testcase /home/prasadkr/systemtap/testsuite/systemtap.base/debugpath.exp completed in 1 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/deref.exp ... executing: stap -v -g /home/prasadkr/systemtap/testsuite/systemtap.base/deref.stp spawn stap -v -g /home/prasadkr/systemtap/testsuite/systemtap.base/deref.stp Pass 1: parsed user script and 75 library script(s) using 38528virt/30720res/7872shr kb, in 240usr/0sys/247real ms. Pass 2: analyzed script: 3 probe(s), 16 function(s), 0 embed(s), 0 global(s) using 39104virt/31424res/8064shr kb, in 10usr/0sys/5real ms. Pass 3: translated to C into "/tmp/stapFui77n/stap_5ac6f4ba88143ecd999a3a1ce1993de3_3548.c" using 39104virt/31744res/8384shr kb, in 0usr/0sys/2real ms. Pass 4: compiled C into "stap_5ac6f4ba88143ecd999a3a1ce1993de3_3548.ko" in 1830usr/200sys/2043real ms. Pass 5: starting run. systemtap starting probe PASS: systemtap.base/deref.stp startup PASS: systemtap.base/deref.stp load generation systemtap ending probe systemtap test success systemtap test success systemtap test success systemtap test success systemtap test success systemtap test success systemtap test success systemtap test success systemtap test success systemtap test success systemtap test success systemtap test success systemtap test success systemtap test success systemtap test success Pass 5: run completed in 10usr/20sys/343real ms. FAIL: systemtap.base/deref.stp shutdown (eof) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/deref.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/deref2.exp ... UNTESTED: deref2 testcase /home/prasadkr/systemtap/testsuite/systemtap.base/deref2.exp completed in 0 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/div0.exp ... executing: stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/div0.stp spawn stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/div0.stp Pass 1: parsed user script and 75 library script(s) using 38592virt/30720res/7872shr kb, in 260usr/0sys/263real ms. Pass 2: analyzed script: 2 probe(s), 0 function(s), 0 embed(s), 3 global(s) using 38976virt/31360res/8064shr kb, in 0usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapRocBv7/stap_8f4c20145ae223932678c44ead2536f2_865.c" using 39104virt/31744res/8384shr kb, in 0usr/0sys/1real ms. Pass 4: compiled C into "stap_8f4c20145ae223932678c44ead2536f2_865.ko" in 1600usr/200sys/1825real ms. Pass 5: starting run. systemtap starting probe systemtap ending probe PASS: systemtap.base/div0.stp startup PASS: systemtap.base/div0.stp load generation ERROR: division by 0 near operator '/' at /home/prasadkr/systemtap/testsuite/systemtap.base/div0.stp:26:10 WARNING: Number of errors: 1, skipped probes: 0 Pass 5: run completed in 0usr/20sys/328real ms. Pass 5: run failed. Try again with another '--vp 00001' option. PASS: systemtap.base/div0.stp shutdown and output testcase /home/prasadkr/systemtap/testsuite/systemtap.base/div0.exp completed in 2 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/dtrace.exp ... /usr/local/bin/dtrace -G -s /tmp/dtrace/test.d -o XXX.o PASS: dtrace -G -o XXX.o /usr/local/bin/dtrace -G -s /tmp/dtrace/test.d -o XXX PASS: dtrace -G -o XXX /usr/local/bin/dtrace -h -s /tmp/dtrace/test.d -o XXX.h PASS: dtrace -h -o XXX.h /usr/local/bin/dtrace -h -s /tmp/dtrace/test.d -o XXX PASS: dtrace -h -o XXX /usr/local/bin/dtrace -G -s /tmp/dtrace/test.d -o /tmp/XXX.o PASS: dtrace -G -o /tmp/XXX.o /usr/local/bin/dtrace -G -s /tmp/dtrace/test.d -o /tmp/XXX PASS: dtrace -G -o /tmp/XXX.o /usr/local/bin/dtrace -h -s /tmp/dtrace/test.d -o /tmp/XXX.h PASS: dtrace -h -o /tmp/XXX.h /usr/local/bin/dtrace -h -s /tmp/dtrace/test.d -o /tmp/XXX PASS: dtrace -h -o /tmp/XXX /usr/local/bin/dtrace -G -s /tmp/dtrace/test.d PASS: dtrace -G /usr/local/bin/dtrace -h -s /tmp/dtrace/test.d PASS: dtrace -h /usr/local/bin/dtrace -C -h -s /tmp/dtrace/test.d -o XXX.h spawn cat XXX.h /* Generated by the Systemtap dtrace wrapper */ #define _SDT_HAS_SEMAPHORES 1 #define STAP_HAS_SEMAPHORES 1 /* deprecated */ #include /* TSTSYSCALL_TEST ( short arg1, int arg2, int arg3, int arg4, struct astruct arg5) */ #if defined STAP_SDT_V1 #define TSTSYSCALL_TEST_ENABLED() __builtin_expect (test_semaphore, 0) #define tstsyscall_test_semaphore test_semaphore #else #define TSTSYSCALL_TEST_ENABLED() __builtin_expect (tstsyscall_test_semaphore, 0) #endif __extension__ extern unsigned short tstsyscall_test_semaphore __attribute__ ((unused)) __attribute__ ((section (".probes"))); #define TSTSYSCALL_TEST(arg1,arg2,arg3,arg4,arg5) \ STAP_PROBE5(tstsyscall,test,arg1,arg2,arg3,arg4,arg5) PASS: dtrace -C -h -o XXX.h /usr/local/bin/dtrace -C -I/tmp/dtrace_inc -h -s /tmp/dtrace/itest.d -o XXX.h spawn cat XXX.h /* Generated by the Systemtap dtrace wrapper */ #define _SDT_HAS_SEMAPHORES 1 #define STAP_HAS_SEMAPHORES 1 /* deprecated */ #include /* TSTSYSCALL_TEST ( short arg1, int arg2, int arg3, int arg4, struct astruct arg5) */ #if defined STAP_SDT_V1 #define TSTSYSCALL_TEST_ENABLED() __builtin_expect (test_semaphore, 0) #define tstsyscall_test_semaphore test_semaphore #else #define TSTSYSCALL_TEST_ENABLED() __builtin_expect (tstsyscall_test_semaphore, 0) #endif __extension__ extern unsigned short tstsyscall_test_semaphore __attribute__ ((unused)) __attribute__ ((section (".probes"))); #define TSTSYSCALL_TEST(arg1,arg2,arg3,arg4,arg5) \ STAP_PROBE5(tstsyscall,test,arg1,arg2,arg3,arg4,arg5) PASS: dtrace -C -Iincpath -h -o XXX.h /usr/local/bin/dtrace -I/tmp/dtrace_inc -G -s /tmp/dtrace/itest.d PASS: dtrace -Iincpath -G testcase /home/prasadkr/systemtap/testsuite/systemtap.base/dtrace.exp completed in 1 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/equal.exp ... executing: stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/equal.stp spawn stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/equal.stp Pass 1: parsed user script and 75 library script(s) using 38656virt/30656res/7872shr kb, in 250usr/0sys/264real ms. Pass 2: analyzed script: 3 probe(s), 0 function(s), 0 embed(s), 2 global(s) using 162752virt/113728res/69888shr kb, in 470usr/10sys/472real ms. Pass 3: translated to C into "/tmp/stapkYzUFr/stap_3c690a13332d654cd9a9db691bac46fa_1112.c" using 162752virt/115264res/71424shr kb, in 1200usr/10sys/1233real ms. Pass 4: compiled C into "stap_3c690a13332d654cd9a9db691bac46fa_1112.ko" in 2290usr/200sys/2509real ms. Pass 5: starting run. systemtap starting probe PASS: systemtap.base/equal.stp startup PASS: systemtap.base/equal.stp load generation systemtap ending probe count = 29 count2 = 29 systemtap test success Pass 5: run completed in 0usr/30sys/384real ms. PASS: systemtap.base/equal.stp shutdown and output metric: systemtap.base/equal.stp 250 0 264 470 10 472 1200 10 1233 2290 200 2509 0 30 384 testcase /home/prasadkr/systemtap/testsuite/systemtap.base/equal.exp completed in 5 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/error_fn.exp ... executing: stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/error_fn.stp spawn stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/error_fn.stp Pass 1: parsed user script and 75 library script(s) using 38528virt/30592res/7872shr kb, in 260usr/0sys/264real ms. Pass 2: analyzed script: 2 probe(s), 3 function(s), 0 embed(s), 0 global(s) using 39104virt/31296res/8064shr kb, in 0usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapOjOwYq/stap_95a1c99f888ee825ea804360c493cf7e_1305.c" using 39104virt/31680res/8384shr kb, in 10usr/0sys/0real ms. Pass 4: compiled C into "stap_95a1c99f888ee825ea804360c493cf7e_1305.ko" in 1640usr/200sys/1854real ms. Pass 5: starting run. systemtap starting probe systemtap ending probe PASS: systemtap.base/error_fn.stp startup PASS: systemtap.base/error_fn.stp load generation ERROR: synthetic error WARNING: Number of errors: 1, skipped probes: 0 Pass 5: run completed in 10usr/20sys/347real ms. Pass 5: run failed. Try again with another '--vp 00001' option. PASS: systemtap.base/error_fn.stp shutdown and output testcase /home/prasadkr/systemtap/testsuite/systemtap.base/error_fn.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/externalvar.exp ... Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/externalvar_lib.c -g -O0 -fPIC -shared -lm -o /home/prasadkr/systemtap/testsuite/libexternalvar.so (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/externalvar_lib.c -g -O0 -fPIC -shared -lm -o /home/prasadkr/systemtap/testsuite/libexternalvar.so Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/externalvar.c -g -O0 -L/home/prasadkr/systemtap/testsuite -lexternalvar -Wl,-rpath,/home/prasadkr/systemtap/testsuite -lm -o /home/prasadkr/systemtap/testsuite/externalvar (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/externalvar.c -g -O0 -L/home/prasadkr/systemtap/testsuite -lexternalvar -Wl,-rpath,/home/prasadkr/systemtap/testsuite -lm -o /home/prasadkr/systemtap/testsuite/externalvar cmd: stap -d /home/prasadkr/systemtap/testsuite/libexternalvar.so -d /home/prasadkr/systemtap/testsuite/externalvar -c /home/prasadkr/systemtap/testsuite/externalvar /home/prasadkr/systemtap/testsuite/systemtap.base/externalvar.stp cmd output: exevar_c = 42 exevar_i = 2 exevar_l = 21 exe_s->i = 1 exe_s->l = 2 exe_s->c = 3 exe_s->s1 = 0x0 exe_s == exe_s->s2 libvar = 42 lib_s->i = 1 lib_s->l = 2 lib_s->c = 3 lib_s == lib_s->s1 lib_s->s2 = 0x0 PASS: externalvar testcase /home/prasadkr/systemtap/testsuite/systemtap.base/externalvar.exp completed in 4 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/finloop2.exp ... executing: stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/finloop2.stp spawn stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/finloop2.stp Pass 1: parsed user script and 75 library script(s) using 38656virt/30656res/7872shr kb, in 270usr/0sys/263real ms. Pass 2: analyzed script: 3 probe(s), 0 function(s), 0 embed(s), 2 global(s) using 162752virt/113728res/69888shr kb, in 460usr/10sys/472real ms. Pass 3: translated to C into "/tmp/stapSoHfUa/stap_157924620bf6c564d998c03e9baa33d6_1125.c" using 162752virt/115264res/71424shr kb, in 1200usr/10sys/1217real ms. Pass 4: compiled C into "stap_157924620bf6c564d998c03e9baa33d6_1125.ko" in 2280usr/200sys/2497real ms. Pass 5: starting run. systemtap starting probe PASS: systemtap.base/finloop2.stp startup PASS: systemtap.base/finloop2.stp load generation systemtap ending probe count = 34 loop_count = 340 systemtap test success Pass 5: run completed in 0usr/30sys/389real ms. PASS: systemtap.base/finloop2.stp shutdown and output metric: systemtap.base/finloop2.stp 270 0 263 460 10 472 1200 10 1217 2280 200 2497 0 30 389 testcase /home/prasadkr/systemtap/testsuite/systemtap.base/finloop2.exp completed in 5 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/flightrec1.exp ... spawn stap -F -o flightrec1.out -we probe begin {} 31650 PASS: flightrec1 (flight recorder option) spawn ps -o cmd hc 31650 stapio PASS: flightrec1 (stapio in background) PASS: flightrec1 (output file) PASS: flightrec1 (switch output file) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/flightrec1.exp completed in 4 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/flightrec2.exp ... spawn stap -F -o flightlog.out -S 1,3 /home/prasadkr/systemtap/testsuite/systemtap.base/flightrec2.stp 31887 PASS: flightrec2 (-S option) spawn stat -c %s flightlog.out.2 flightlog.out.4 flightlog.out.3 1034000 253000 1034000 spawn stat -c %s flightlog.out.5 flightlog.out.6 flightlog.out.7 1034000 1034000 253000 PASS: flightrec2 (log file numbers limitation) PASS: flightrec2 (log file size limitation) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/flightrec2.exp completed in 10 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/flightrec3.exp ... spawn stap -F -o flightlog.out -S 1,3 -b /home/prasadkr/systemtap/testsuite/systemtap.base/flightrec3.stp 32126 PASS: flightrec3 (-S option with bulk mode) spawn stat -c %n %s flightlog.out_cpu1.0 flightlog.out_cpu0.0 flightlog.out_cpu1.0 262596 flightlog.out_cpu0.0 262596 spawn stat -c %n %s flightlog.out_cpu1.0 flightlog.out_cpu0.0 flightlog.out_cpu1.0 785572 flightlog.out_cpu0.0 785572 PASS: flightrec3 (log file size limitation with bulk mode) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/flightrec3.exp completed in 14 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/flightrec4.exp ... spawn stap -F -S 1,2 -o flightrec4.out -we probe begin {} 32156 PASS: flightrec4 (flight recorder option) PASS: flightrec4 (output file) PASS: flightrec4 (old output file is removed) PASS: flightrec4 (switch output file) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/flightrec4.exp completed in 8 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/flightrec5.exp ... spawn stap -F -S 1,2 -b -o flightrec5.out -we probe begin {} 32395 PASS: flightrec5 (flight recorder option) PASS: flightrec5 (output file) PASS: flightrec5 (old output file is removed) PASS: flightrec5 (switch output file) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/flightrec5.exp completed in 12 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/foreach_value.exp ... PASS: foreach_value testcase /home/prasadkr/systemtap/testsuite/systemtap.base/foreach_value.exp completed in 4 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/func_alias.exp ... testing 64-bit func_alias Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/func_alias.c -g -m64 -lm -o /home/prasadkr/systemtap/testsuite/func_alias.x64 (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/func_alias.c -g -m64 -lm -o /home/prasadkr/systemtap/testsuite/func_alias.x64 subtest 64-bit func_alias direct Running stap -l %( CONFIG_UTRACE == "y" %? process("/home/prasadkr/systemtap/testsuite/func_alias.x64").function("func_alias") %: never %) spawn stap -l %( CONFIG_UTRACE == "y" %? process("/home/prasadkr/systemtap/testsuite/func_alias.x64").function("func_alias") %: never %) process("/home/prasadkr/systemtap/testsuite/func_alias.x64").function("main@/home/prasadkr/systemtap/testsuite/systemtap.base/func_alias.c:1") PASS: 64-bit func_alias direct subtest 64-bit func_alias wildcard Running stap -l %( CONFIG_UTRACE == "y" %? process("/home/prasadkr/systemtap/testsuite/func_alias.x64").function("func_alias*") %: never %) spawn stap -l %( CONFIG_UTRACE == "y" %? process("/home/prasadkr/systemtap/testsuite/func_alias.x64").function("func_alias*") %: never %) process("/home/prasadkr/systemtap/testsuite/func_alias.x64").function("main@/home/prasadkr/systemtap/testsuite/systemtap.base/func_alias.c:1") PASS: 64-bit func_alias wildcard testing 32-bit func_alias Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/func_alias.c -g -m32 -lm -o /home/prasadkr/systemtap/testsuite/func_alias.x32 (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/func_alias.c -g -m32 -lm -o /home/prasadkr/systemtap/testsuite/func_alias.x32 subtest 32-bit func_alias direct Running stap -l %( CONFIG_UTRACE == "y" %? process("/home/prasadkr/systemtap/testsuite/func_alias.x32").function("func_alias") %: never %) spawn stap -l %( CONFIG_UTRACE == "y" %? process("/home/prasadkr/systemtap/testsuite/func_alias.x32").function("func_alias") %: never %) process("/home/prasadkr/systemtap/testsuite/func_alias.x32").function("main@/home/prasadkr/systemtap/testsuite/systemtap.base/func_alias.c:1") PASS: 32-bit func_alias direct subtest 32-bit func_alias wildcard Running stap -l %( CONFIG_UTRACE == "y" %? process("/home/prasadkr/systemtap/testsuite/func_alias.x32").function("func_alias*") %: never %) spawn stap -l %( CONFIG_UTRACE == "y" %? process("/home/prasadkr/systemtap/testsuite/func_alias.x32").function("func_alias*") %: never %) process("/home/prasadkr/systemtap/testsuite/func_alias.x32").function("main@/home/prasadkr/systemtap/testsuite/systemtap.base/func_alias.c:1") PASS: 32-bit func_alias wildcard testcase /home/prasadkr/systemtap/testsuite/systemtap.base/func_alias.exp completed in 1 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/global_end.exp ... spawn stap /home/prasadkr/systemtap/testsuite/systemtap.base/global_end.stp [one,0x1]=0x1 [one,0x2]=0x2 [two,0x1]=0x3 [two,0x2]=0x4 alpha["two",2]=0x4 alpha["two",1]=0x3 alpha["one",2]=0x2 alpha["one",1]=0x1 gamma="abcdefghijklmnopqrstuvwxyz" iota["two"]="twelve" iota["one"]="eleven" epsilon["one",1] @count=4 @min=1 @max=4 @sum=10 @avg=2 epsilon["two",2] @count=4 @min=10 @max=40 @sum=100 @avg=25 phi @count=4 @min=1 @max=4 @sum=10 @avg=2 spawn stap /home/prasadkr/systemtap/testsuite/systemtap.base/global_end2.stp Avg time = 2 PASS: global_end (12) spawn stap /home/prasadkr/systemtap/testsuite/systemtap.base/global_end_var.stp KFAIL: global_end_var (0) (PRMS: 6954) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/global_end.exp completed in 9 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/global_init.exp ... executing: stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/global_init.stp spawn stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/global_init.stp Pass 1: parsed user script and 75 library script(s) using 38656virt/30656res/7872shr kb, in 250usr/0sys/245real ms. Pass 2: analyzed script: 4 probe(s), 0 function(s), 0 embed(s), 4 global(s) using 39040virt/31296res/8064shr kb, in 0usr/0sys/5real ms. Pass 3: translated to C into "/tmp/stap5KOYQH/stap_478b7ce1a67212734e0ff830facbfcfe_1181.c" using 39040virt/31680res/8384shr kb, in 0usr/0sys/1real ms. Pass 4: compiled C into "stap_478b7ce1a67212734e0ff830facbfcfe_1181.ko" in 1660usr/200sys/1870real ms. Pass 5: starting run. systemtap starting probe PASS: systemtap.base/global_init.stp startup PASS: systemtap.base/global_init.stp load generation systemtap ending probe systemtap test success systemtap test success Pass 5: run completed in 0usr/30sys/324real ms. FAIL: systemtap.base/global_init.stp shutdown (eof) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/global_init.exp completed in 2 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/global_opt.exp ... spawn stap -G var1=29 -e global var1=9 ; probe begin { if (var1 == 29) println("systemtap test success") else println("systemtap test failure") ; exit() } systemtap test success PASS: global_opt testcase /home/prasadkr/systemtap/testsuite/systemtap.base/global_opt.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/global_stat.exp ... spawn stap -e global var; probe never {var<<<1} probe begin {exit()} var @count=0x0 PASS: global_stat testcase /home/prasadkr/systemtap/testsuite/systemtap.base/global_stat.exp completed in 2 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/global_vars.exp ... executing: stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/global_vars.stp spawn stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/global_vars.stp Pass 1: parsed user script and 75 library script(s) using 38656virt/30656res/7872shr kb, in 260usr/0sys/263real ms. Pass 2: analyzed script: 4 probe(s), 0 function(s), 0 embed(s), 8 global(s) using 39040virt/31360res/8064shr kb, in 10usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapfs7Ykv/stap_fd82e9f25c845e28c1c36fdcdb419598_1687.c" using 39040virt/31680res/8384shr kb, in 0usr/0sys/2real ms. Pass 4: compiled C into "stap_fd82e9f25c845e28c1c36fdcdb419598_1687.ko" in 1730usr/200sys/1937real ms. Pass 5: starting run. systemtap starting probe PASS: systemtap.base/global_vars.stp startup PASS: systemtap.base/global_vars.stp load generation systemtap ending probe systemtap test success systemtap test success systemtap test success systemtap test success systemtap test success systemtap test success Pass 5: run completed in 10usr/20sys/348real ms. FAIL: systemtap.base/global_vars.stp shutdown (eof) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/global_vars.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/gtod.exp ... Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/gtod.c -lm -o /home/prasadkr/systemtap/testsuite/gtod (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/gtod.c -lm -o /home/prasadkr/systemtap/testsuite/gtod spawn /home/prasadkr/systemtap/testsuite/systemtap.base/gtod.sh /home/prasadkr/systemtap/testsuite/systemtap.base/gtod.stp /home/prasadkr/systemtap/testsuite/gtod 1296665688343312 :00 appl 1296665688343317 :00 kern 1296665688343322 :00 prog 1296665688343322 :01 appl 1296665688343323 :01 kern 1296665688343324 :01 prog 1296665688343324 :02 appl 1296665688343325 :02 kern 1296665688343327 :02 prog 1296665688343327 :03 appl 1296665688343328 :03 kern 1296665688343329 :03 prog 1296665688343329 :04 appl 1296665688343330 :04 kern 1296665688343332 :04 prog 1296665688343332 :05 appl 1296665688343333 :05 kern 1296665688343334 :05 prog 1296665688343334 :06 appl 1296665688343335 :06 kern 1296665688343337 :06 prog 1296665688343337 :07 appl 1296665688343338 :07 kern 1296665688343339 :07 prog 1296665688343339 :08 appl 1296665688343340 :08 kern 1296665688343342 :08 prog 1296665688343342 :09 appl 1296665688343343 :09 kern 1296665688343344 :09 prog 1296665688343344 :10 appl 1296665688343345 :10 kern 1296665688343347 :10 prog 1296665688343347 :11 appl 1296665688343348 :11 kern 1296665688343349 :11 prog 1296665688343349 :12 appl 1296665688343350 :12 kern 1296665688343352 :12 prog 1296665688343352 :13 appl 1296665688343353 :13 kern 1296665688343354 :13 prog 1296665688343354 :14 appl 1296665688343355 :14 kern 1296665688343357 :14 prog 1296665688343357 :15 appl 1296665688343358 :15 kern 1296665688343359 :15 prog 1296665688343359 :16 appl 1296665688343360 :16 kern 1296665688343362 :16 prog 1296665688343362 :17 appl 1296665688343363 :17 kern 1296665688343364 :17 prog 1296665688343364 :18 appl 1296665688343365 :18 kern 1296665688343367 :18 prog 1296665688343367 :19 appl 1296665688343368 :19 kern 1296665688343369 :19 prog 1296665688343369 :20 appl 1296665688343370 :20 kern 1296665688343372 :20 prog 1296665688343372 :21 appl 1296665688343373 :21 kern 1296665688343374 :21 prog 1296665688343374 :22 appl 1296665688343375 :22 kern 1296665688343377 :22 prog 1296665688343377 :23 appl 1296665688343377 :23 kern 1296665688343379 :23 prog 1296665688343379 :24 appl 1296665688343380 :24 kern 1296665688343382 :24 prog 1296665688343382 :25 appl 1296665688343382 :25 kern 1296665688343384 :25 prog 1296665688343384 :26 appl 1296665688343385 :26 kern 1296665688343387 :26 prog 1296665688343387 :27 appl 1296665688343387 :27 kern 1296665688343389 :27 prog 1296665688343389 :28 appl 1296665688343390 :28 kern 1296665688343391 :28 prog 1296665688343392 :29 appl 1296665688343392 :29 kern 1296665688343394 :29 prog 1296665688343394 :30 appl 1296665688343395 :30 kern 1296665688343396 :30 prog 1296665688343397 :31 appl 1296665688343397 :31 kern 1296665688343399 :31 prog 1296665688343399 :32 appl 1296665688343400 :32 kern 1296665688343401 :32 prog 1296665688343401 :33 appl 1296665688343402 :33 kern 1296665688343404 :33 prog 1296665688343404 :34 appl 1296665688343405 :34 kern 1296665688343406 :34 prog 1296665688343407 :35 appl 1296665688343407 :35 kern 1296665688343409 :35 prog 1296665688343409 :36 appl 1296665688343410 :36 kern 1296665688343411 :36 prog 1296665688343411 :37 appl 1296665688343412 :37 kern 1296665688343414 :37 prog 1296665688343414 :38 appl 1296665688343415 :38 kern 1296665688343416 :38 prog 1296665688343416 :39 appl 1296665688343417 :39 kern 1296665688343419 :39 prog 1296665688343419 :40 appl 1296665688343420 :40 kern 1296665688343421 :40 prog 1296665688343421 :41 appl 1296665688343422 :41 kern 1296665688343424 :41 prog 1296665688343424 :42 appl 1296665688343425 :42 kern 1296665688343426 :42 prog 1296665688343426 :43 appl 1296665688343427 :43 kern 1296665688343429 :43 prog 1296665688343429 :44 appl 1296665688343430 :44 kern 1296665688343431 :44 prog 1296665688343431 :45 appl 1296665688343432 :45 kern 1296665688343434 :45 prog 1296665688343434 :46 appl 1296665688343435 :46 kern 1296665688343436 :46 prog 1296665688343436 :47 appl 1296665688343437 :47 kern 1296665688343439 :47 prog 1296665688343439 :48 appl 1296665688343440 :48 kern 1296665688343441 :48 prog 1296665688343441 :49 appl 1296665688343442 :49 kern 1296665688343444 :49 prog 1296665688343444 :50 appl 1296665688343445 :50 kern 1296665688343446 :50 prog 1296665688343446 :51 appl 1296665688343447 :51 kern 1296665688343449 :51 prog 1296665688343449 :52 appl 1296665688343450 :52 kern 1296665688343451 :52 prog 1296665688343451 :53 appl 1296665688343452 :53 kern 1296665688343454 :53 prog 1296665688343454 :54 appl 1296665688343455 :54 kern 1296665688343456 :54 prog 1296665688343456 :55 appl 1296665688343457 :55 kern 1296665688343459 :55 prog 1296665688343459 :56 appl 1296665688343460 :56 kern 1296665688343461 :56 prog 1296665688343461 :57 appl 1296665688343462 :57 kern 1296665688343464 :57 prog 1296665688343464 :58 appl 1296665688343465 :58 kern 1296665688343466 :58 prog 1296665688343466 :59 appl 1296665688343467 :59 kern 1296665688343469 :59 prog 1296665688343469 :60 appl 1296665688343470 :60 kern 1296665688343471 :60 prog 1296665688343471 :61 appl 1296665688343472 :61 kern 1296665688343474 :61 prog 1296665688343474 :62 appl 1296665688343474 :62 kern 1296665688343476 :62 prog 1296665688343476 :63 appl 1296665688343477 :63 kern 1296665688343479 :63 prog 1296665688343479 :64 appl 1296665688343479 :64 kern 1296665688343481 :64 prog 1296665688343481 :65 appl 1296665688343482 :65 kern 1296665688343484 :65 prog 1296665688343484 :66 appl 1296665688343484 :66 kern 1296665688343486 :66 prog 1296665688343486 :67 appl 1296665688343487 :67 kern 1296665688343488 :67 prog 1296665688343489 :68 appl 1296665688343489 :68 kern 1296665688343491 :68 prog 1296665688343491 :69 appl 1296665688343492 :69 kern 1296665688343493 :69 prog 1296665688343494 :70 appl 1296665688343494 :70 kern 1296665688343496 :70 prog 1296665688343496 :71 appl 1296665688343497 :71 kern 1296665688343498 :71 prog 1296665688343499 :72 appl 1296665688343499 :72 kern 1296665688343501 :72 prog 1296665688343501 :73 appl 1296665688343502 :73 kern 1296665688343503 :73 prog 1296665688343504 :74 appl 1296665688343504 :74 kern 1296665688343506 :74 prog 1296665688343506 :75 appl 1296665688343507 :75 kern 1296665688343508 :75 prog 1296665688343508 :76 appl 1296665688343509 :76 kern 1296665688343511 :76 prog 1296665688343511 :77 appl 1296665688343512 :77 kern 1296665688343513 :77 prog 1296665688343513 :78 appl 1296665688343514 :78 kern 1296665688343516 :78 prog 1296665688343516 :79 appl 1296665688343517 :79 kern 1296665688343518 :79 prog 1296665688343518 :80 appl 1296665688343519 :80 kern 1296665688343521 :80 prog 1296665688343521 :81 appl 1296665688343522 :81 kern 1296665688343523 :81 prog 1296665688343523 :82 appl 1296665688343524 :82 kern 1296665688343526 :82 prog 1296665688343526 :83 appl 1296665688343527 :83 kern 1296665688343528 :83 prog 1296665688343528 :84 appl 1296665688343529 :84 kern 1296665688343531 :84 prog 1296665688343531 :85 appl 1296665688343532 :85 kern 1296665688343533 :85 prog 1296665688343533 :86 appl 1296665688343534 :86 kern 1296665688343536 :86 prog 1296665688343536 :87 appl 1296665688343537 :87 kern 1296665688343538 :87 prog 1296665688343538 :88 appl 1296665688343539 :88 kern 1296665688343541 :88 prog 1296665688343541 :89 appl 1296665688343542 :89 kern 1296665688343543 :89 prog 1296665688343543 :90 appl 1296665688343544 :90 kern 1296665688343546 :90 prog 1296665688343546 :91 appl 1296665688343547 :91 kern 1296665688343548 :91 prog 1296665688343548 :92 appl 1296665688343549 :92 kern 1296665688343551 :92 prog 1296665688343551 :93 appl 1296665688343552 :93 kern 1296665688343553 :93 prog 1296665688343553 :94 appl 1296665688343554 :94 kern 1296665688343556 :94 prog 1296665688343556 :95 appl 1296665688343557 :95 kern 1296665688343558 :95 prog 1296665688343558 :96 appl 1296665688343559 :96 kern 1296665688343561 :96 prog 1296665688343561 :97 appl 1296665688343562 :97 kern 1296665688343563 :97 prog 1296665688343563 :98 appl 1296665688343564 :98 kern 1296665688343566 :98 prog 1296665688343566 :99 appl 1296665688343567 :99 kern 1296665688343568 :99 prog spawn /home/prasadkr/systemtap/testsuite/systemtap.base/gtod.sh /home/prasadkr/systemtap/testsuite/systemtap.base/gtod.stp /home/prasadkr/systemtap/testsuite/gtod 10000 1296665689620532 :00 appl 1296665689620537 :00 kern 1296665689620541 :00 prog 1296665689630620 :01 appl 1296665689630623 :01 kern 1296665689630628 :01 prog 1296665689640699 :02 appl 1296665689640700 :02 kern 1296665689640702 :02 prog 1296665689650772 :03 appl 1296665689650774 :03 kern 1296665689650776 :03 prog 1296665689660846 :04 appl 1296665689660848 :04 kern 1296665689660850 :04 prog 1296665689670920 :05 appl 1296665689670922 :05 kern 1296665689670924 :05 prog 1296665689680994 :06 appl 1296665689680995 :06 kern 1296665689680997 :06 prog 1296665689691068 :07 appl 1296665689691069 :07 kern 1296665689691071 :07 prog 1296665689701142 :08 appl 1296665689701143 :08 kern 1296665689701145 :08 prog 1296665689711216 :09 appl 1296665689711217 :09 kern 1296665689711219 :09 prog 1296665689721290 :10 appl 1296665689721291 :10 kern 1296665689721293 :10 prog 1296665689731363 :11 appl 1296665689731365 :11 kern 1296665689731367 :11 prog 1296665689741437 :12 appl 1296665689741439 :12 kern 1296665689741441 :12 prog 1296665689751511 :13 appl 1296665689751513 :13 kern 1296665689751515 :13 prog 1296665689761585 :14 appl 1296665689761587 :14 kern 1296665689761589 :14 prog 1296665689771659 :15 appl 1296665689771661 :15 kern 1296665689771663 :15 prog 1296665689781733 :16 appl 1296665689781734 :16 kern 1296665689781736 :16 prog 1296665689791807 :17 appl 1296665689791808 :17 kern 1296665689791810 :17 prog 1296665689801881 :18 appl 1296665689801882 :18 kern 1296665689801884 :18 prog 1296665689811955 :19 appl 1296665689811956 :19 kern 1296665689811958 :19 prog 1296665689822025 :20 appl 1296665689822027 :20 kern 1296665689822029 :20 prog 1296665689832099 :21 appl 1296665689832101 :21 kern 1296665689832103 :21 prog 1296665689842173 :22 appl 1296665689842175 :22 kern 1296665689842177 :22 prog 1296665689852247 :23 appl 1296665689852249 :23 kern 1296665689852251 :23 prog 1296665689862321 :24 appl 1296665689862323 :24 kern 1296665689862325 :24 prog 1296665689872395 :25 appl 1296665689872397 :25 kern 1296665689872398 :25 prog 1296665689882469 :26 appl 1296665689882471 :26 kern 1296665689882473 :26 prog 1296665689892544 :27 appl 1296665689892548 :27 kern 1296665689892549 :27 prog 1296665689902622 :28 appl 1296665689902625 :28 kern 1296665689902626 :28 prog 1296665689912696 :29 appl 1296665689912699 :29 kern 1296665689912700 :29 prog 1296665689922768 :30 appl 1296665689922771 :30 kern 1296665689922771 :30 prog 1296665689932842 :31 appl 1296665689932845 :31 kern 1296665689932845 :31 prog 1296665689942915 :32 appl 1296665689942918 :32 kern 1296665689942919 :32 prog 1296665689952989 :33 appl 1296665689952992 :33 kern 1296665689952992 :33 prog 1296665689963063 :34 appl 1296665689963066 :34 kern 1296665689963066 :34 prog 1296665689973136 :35 appl 1296665689973140 :35 kern 1296665689973140 :35 prog 1296665689983210 :36 appl 1296665689983213 :36 kern 1296665689983214 :36 prog 1296665689993284 :37 appl 1296665689993287 :37 kern 1296665689993287 :37 prog 1296665690003357 :38 appl 1296665690003361 :38 kern 1296665690003361 :38 prog 1296665690013431 :39 appl 1296665690013435 :39 kern 1296665690013435 :39 prog 1296665690023505 :40 appl 1296665690023508 :40 kern 1296665690023509 :40 prog 1296665690033579 :41 appl 1296665690033582 :41 kern 1296665690033582 :41 prog 1296665690043652 :42 appl 1296665690043656 :42 kern 1296665690043656 :42 prog 1296665690053726 :43 appl 1296665690053729 :43 kern 1296665690053730 :43 prog 1296665690063800 :44 appl 1296665690063803 :44 kern 1296665690063804 :44 prog 1296665690073874 :45 appl 1296665690073877 :45 kern 1296665690073878 :45 prog 1296665690083948 :46 appl 1296665690083951 :46 kern 1296665690083951 :46 prog 1296665690094021 :47 appl 1296665690094025 :47 kern 1296665690094025 :47 prog 1296665690104095 :48 appl 1296665690104098 :48 kern 1296665690104099 :48 prog 1296665690114169 :49 appl 1296665690114172 :49 kern 1296665690114173 :49 prog 1296665690124243 :50 appl 1296665690124246 :50 kern 1296665690124246 :50 prog 1296665690134316 :51 appl 1296665690134320 :51 kern 1296665690134320 :51 prog 1296665690144390 :52 appl 1296665690144393 :52 kern 1296665690144394 :52 prog 1296665690154464 :53 appl 1296665690154467 :53 kern 1296665690154468 :53 prog 1296665690164538 :54 appl 1296665690164541 :54 kern 1296665690164541 :54 prog 1296665690174612 :55 appl 1296665690174615 :55 kern 1296665690174615 :55 prog 1296665690184685 :56 appl 1296665690184689 :56 kern 1296665690184689 :56 prog 1296665690194759 :57 appl 1296665690194762 :57 kern 1296665690194763 :57 prog 1296665690204833 :58 appl 1296665690204836 :58 kern 1296665690204837 :58 prog 1296665690214907 :59 appl 1296665690214910 :59 kern 1296665690214910 :59 prog 1296665690224981 :60 appl 1296665690224984 :60 kern 1296665690224984 :60 prog 1296665690235054 :61 appl 1296665690235058 :61 kern 1296665690235058 :61 prog 1296665690245128 :62 appl 1296665690245131 :62 kern 1296665690245132 :62 prog 1296665690255202 :63 appl 1296665690255206 :63 kern 1296665690255206 :63 prog 1296665690265276 :64 appl 1296665690265280 :64 kern 1296665690265280 :64 prog 1296665690275350 :65 appl 1296665690275354 :65 kern 1296665690275354 :65 prog 1296665690285424 :66 appl 1296665690285428 :66 kern 1296665690285428 :66 prog 1296665690295498 :67 appl 1296665690295502 :67 kern 1296665690295502 :67 prog 1296665690305572 :68 appl 1296665690305575 :68 kern 1296665690305576 :68 prog 1296665690315646 :69 appl 1296665690315649 :69 kern 1296665690315650 :69 prog 1296665690325720 :70 appl 1296665690325723 :70 kern 1296665690325723 :70 prog 1296665690335794 :71 appl 1296665690335797 :71 kern 1296665690335797 :71 prog 1296665690345868 :72 appl 1296665690345871 :72 kern 1296665690345871 :72 prog 1296665690355941 :73 appl 1296665690355944 :73 kern 1296665690355945 :73 prog 1296665690366015 :74 appl 1296665690366018 :74 kern 1296665690366019 :74 prog 1296665690376089 :75 appl 1296665690376092 :75 kern 1296665690376093 :75 prog 1296665690386163 :76 appl 1296665690386166 :76 kern 1296665690386166 :76 prog 1296665690396236 :77 appl 1296665690396240 :77 kern 1296665690396240 :77 prog 1296665690406310 :78 appl 1296665690406313 :78 kern 1296665690406314 :78 prog 1296665690416384 :79 appl 1296665690416387 :79 kern 1296665690416388 :79 prog 1296665690426458 :80 appl 1296665690426461 :80 kern 1296665690426461 :80 prog 1296665690436532 :81 appl 1296665690436535 :81 kern 1296665690436535 :81 prog 1296665690446605 :82 appl 1296665690446609 :82 kern 1296665690446609 :82 prog 1296665690456679 :83 appl 1296665690456682 :83 kern 1296665690456683 :83 prog 1296665690466753 :84 appl 1296665690466756 :84 kern 1296665690466757 :84 prog 1296665690476827 :85 appl 1296665690476830 :85 kern 1296665690476830 :85 prog 1296665690486901 :86 appl 1296665690486904 :86 kern 1296665690486904 :86 prog 1296665690496974 :87 appl 1296665690496978 :87 kern 1296665690496978 :87 prog 1296665690507048 :88 appl 1296665690507051 :88 kern 1296665690507052 :88 prog 1296665690517122 :89 appl 1296665690517125 :89 kern 1296665690517126 :89 prog 1296665690527196 :90 appl 1296665690527199 :90 kern 1296665690527199 :90 prog 1296665690537270 :91 appl 1296665690537273 :91 kern 1296665690537273 :91 prog 1296665690547343 :92 appl 1296665690547346 :92 kern 1296665690547347 :92 prog 1296665690557417 :93 appl 1296665690557420 :93 kern 1296665690557421 :93 prog 1296665690567491 :94 appl 1296665690567494 :94 kern 1296665690567494 :94 prog 1296665690577565 :95 appl 1296665690577568 :95 kern 1296665690577568 :95 prog 1296665690587639 :96 appl 1296665690587642 :96 kern 1296665690587642 :96 prog 1296665690597713 :97 appl 1296665690597716 :97 kern 1296665690597716 :97 prog 1296665690607786 :98 appl 1296665690607790 :98 kern 1296665690607790 :98 prog 1296665690617860 :99 appl 1296665690617863 :99 kern 1296665690617864 :99 prog spawn /home/prasadkr/systemtap/testsuite/systemtap.base/gtod.sh /home/prasadkr/systemtap/testsuite/systemtap.base/gtod.stp /home/prasadkr/systemtap/testsuite/gtod 100000 1296665691882441 :00 appl 1296665691882445 :00 kern 1296665691882450 :00 prog 1296665691982523 :01 appl 1296665691982526 :01 kern 1296665691982531 :01 prog 1296665692082602 :02 appl 1296665692082603 :02 kern 1296665692082605 :02 prog 1296665692182676 :03 appl 1296665692182677 :03 kern 1296665692182679 :03 prog 1296665692282745 :04 appl 1296665692282747 :04 kern 1296665692282749 :04 prog 1296665692382819 :05 appl 1296665692382821 :05 kern 1296665692382823 :05 prog 1296665692482893 :06 appl 1296665692482895 :06 kern 1296665692482897 :06 prog 1296665692582967 :07 appl 1296665692582968 :07 kern 1296665692582971 :07 prog 1296665692683041 :08 appl 1296665692683042 :08 kern 1296665692683045 :08 prog 1296665692783115 :09 appl 1296665692783116 :09 kern 1296665692783119 :09 prog 1296665692883194 :10 appl 1296665692883196 :10 kern 1296665692883199 :10 prog 1296665692983270 :11 appl 1296665692983272 :11 kern 1296665692983274 :11 prog 1296665693083344 :12 appl 1296665693083345 :12 kern 1296665693083348 :12 prog 1296665693183418 :13 appl 1296665693183419 :13 kern 1296665693183421 :13 prog 1296665693283492 :14 appl 1296665693283493 :14 kern 1296665693283495 :14 prog 1296665693383564 :15 appl 1296665693383565 :15 kern 1296665693383567 :15 prog 1296665693483637 :16 appl 1296665693483639 :16 kern 1296665693483641 :16 prog 1296665693583711 :17 appl 1296665693583712 :17 kern 1296665693583714 :17 prog 1296665693683785 :18 appl 1296665693683786 :18 kern 1296665693683788 :18 prog 1296665693783859 :19 appl 1296665693783860 :19 kern 1296665693783862 :19 prog 1296665693883933 :20 appl 1296665693883934 :20 kern 1296665693883936 :20 prog 1296665693984006 :21 appl 1296665693984008 :21 kern 1296665693984010 :21 prog 1296665694084080 :22 appl 1296665694084082 :22 kern 1296665694084084 :22 prog 1296665694184154 :23 appl 1296665694184155 :23 kern 1296665694184157 :23 prog 1296665694284228 :24 appl 1296665694284229 :24 kern 1296665694284232 :24 prog 1296665694384302 :25 appl 1296665694384303 :25 kern 1296665694384306 :25 prog 1296665694484376 :26 appl 1296665694484377 :26 kern 1296665694484379 :26 prog 1296665694584449 :27 appl 1296665694584451 :27 kern 1296665694584453 :27 prog 1296665694684523 :28 appl 1296665694684524 :28 kern 1296665694684527 :28 prog 1296665694784597 :29 appl 1296665694784598 :29 kern 1296665694784600 :29 prog 1296665694884672 :30 appl 1296665694884674 :30 kern 1296665694884676 :30 prog 1296665694984747 :31 appl 1296665694984749 :31 kern 1296665694984751 :31 prog 1296665695084821 :32 appl 1296665695084823 :32 kern 1296665695084825 :32 prog 1296665695184895 :33 appl 1296665695184897 :33 kern 1296665695184899 :33 prog 1296665695284969 :34 appl 1296665695284970 :34 kern 1296665695284973 :34 prog 1296665695385043 :35 appl 1296665695385044 :35 kern 1296665695385046 :35 prog 1296665695485116 :36 appl 1296665695485118 :36 kern 1296665695485120 :36 prog 1296665695585190 :37 appl 1296665695585192 :37 kern 1296665695585194 :37 prog 1296665695685246 :38 appl 1296665695685247 :38 kern 1296665695685249 :38 prog 1296665695785319 :39 appl 1296665695785321 :39 kern 1296665695785323 :39 prog 1296665695885394 :40 appl 1296665695885395 :40 kern 1296665695885397 :40 prog 1296665695985467 :41 appl 1296665695985469 :41 kern 1296665695985471 :41 prog 1296665696085542 :42 appl 1296665696085543 :42 kern 1296665696085546 :42 prog 1296665696185616 :43 appl 1296665696185617 :43 kern 1296665696185619 :43 prog 1296665696285690 :44 appl 1296665696285692 :44 kern 1296665696285694 :44 prog 1296665696385765 :45 appl 1296665696385766 :45 kern 1296665696385769 :45 prog 1296665696485840 :46 appl 1296665696485841 :46 kern 1296665696485843 :46 prog 1296665696585913 :47 appl 1296665696585915 :47 kern 1296665696585917 :47 prog 1296665696685988 :48 appl 1296665696685989 :48 kern 1296665696685991 :48 prog 1296665696786061 :49 appl 1296665696786063 :49 kern 1296665696786065 :49 prog 1296665696886136 :50 appl 1296665696886137 :50 kern 1296665696886139 :50 prog 1296665696986209 :51 appl 1296665696986211 :51 kern 1296665696986213 :51 prog 1296665697086285 :52 appl 1296665697086287 :52 kern 1296665697086289 :52 prog 1296665697186359 :53 appl 1296665697186360 :53 kern 1296665697186363 :53 prog 1296665697286434 :54 appl 1296665697286435 :54 kern 1296665697286437 :54 prog 1296665697386507 :55 appl 1296665697386509 :55 kern 1296665697386511 :55 prog 1296665697486578 :56 appl 1296665697486579 :56 kern 1296665697486581 :56 prog 1296665697586651 :57 appl 1296665697586653 :57 kern 1296665697586655 :57 prog 1296665697686726 :58 appl 1296665697686727 :58 kern 1296665697686730 :58 prog 1296665697786800 :59 appl 1296665697786801 :59 kern 1296665697786803 :59 prog 1296665697886874 :60 appl 1296665697886875 :60 kern 1296665697886878 :60 prog 1296665697986948 :61 appl 1296665697986949 :61 kern 1296665697986951 :61 prog 1296665698087022 :62 appl 1296665698087024 :62 kern 1296665698087026 :62 prog 1296665698187096 :63 appl 1296665698187097 :63 kern 1296665698187100 :63 prog 1296665698287171 :64 appl 1296665698287172 :64 kern 1296665698287174 :64 prog 1296665698387244 :65 appl 1296665698387246 :65 kern 1296665698387248 :65 prog 1296665698487319 :66 appl 1296665698487321 :66 kern 1296665698487323 :66 prog 1296665698587394 :67 appl 1296665698587396 :67 kern 1296665698587398 :67 prog 1296665698687469 :68 appl 1296665698687470 :68 kern 1296665698687473 :68 prog 1296665698787543 :69 appl 1296665698787544 :69 kern 1296665698787547 :69 prog 1296665698887618 :70 appl 1296665698887619 :70 kern 1296665698887621 :70 prog 1296665698987692 :71 appl 1296665698987693 :71 kern 1296665698987695 :71 prog 1296665699087766 :72 appl 1296665699087768 :72 kern 1296665699087770 :72 prog 1296665699187840 :73 appl 1296665699187842 :73 kern 1296665699187844 :73 prog 1296665699287915 :74 appl 1296665699287916 :74 kern 1296665699287918 :74 prog 1296665699387990 :75 appl 1296665699387992 :75 kern 1296665699387994 :75 prog 1296665699488065 :76 appl 1296665699488067 :76 kern 1296665699488069 :76 prog 1296665699588139 :77 appl 1296665699588141 :77 kern 1296665699588143 :77 prog 1296665699688214 :78 appl 1296665699688215 :78 kern 1296665699688218 :78 prog 1296665699788288 :79 appl 1296665699788290 :79 kern 1296665699788292 :79 prog 1296665699888364 :80 appl 1296665699888366 :80 kern 1296665699888368 :80 prog 1296665699988439 :81 appl 1296665699988440 :81 kern 1296665699988442 :81 prog 1296665700088513 :82 appl 1296665700088515 :82 kern 1296665700088517 :82 prog 1296665700188587 :83 appl 1296665700188589 :83 kern 1296665700188591 :83 prog 1296665700288662 :84 appl 1296665700288663 :84 kern 1296665700288666 :84 prog 1296665700388736 :85 appl 1296665700388737 :85 kern 1296665700388740 :85 prog 1296665700488811 :86 appl 1296665700488812 :86 kern 1296665700488815 :86 prog 1296665700588885 :87 appl 1296665700588886 :87 kern 1296665700588889 :87 prog 1296665700688960 :88 appl 1296665700688961 :88 kern 1296665700688963 :88 prog 1296665700789034 :89 appl 1296665700789035 :89 kern 1296665700789037 :89 prog 1296665700889109 :90 appl 1296665700889110 :90 kern 1296665700889112 :90 prog 1296665700989182 :91 appl 1296665700989184 :91 kern 1296665700989186 :91 prog 1296665701089257 :92 appl 1296665701089259 :92 kern 1296665701089261 :92 prog 1296665701189331 :93 appl 1296665701189332 :93 kern 1296665701189335 :93 prog 1296665701289406 :94 appl 1296665701289407 :94 kern 1296665701289409 :94 prog 1296665701389480 :95 appl 1296665701389481 :95 kern 1296665701389483 :95 prog 1296665701489555 :96 appl 1296665701489556 :96 kern 1296665701489558 :96 prog 1296665701589629 :97 appl 1296665701589630 :97 kern 1296665701589632 :97 prog 1296665701689703 :98 appl 1296665701689705 :98 kern 1296665701689707 :98 prog 1296665701789777 :99 appl 1296665701789779 :99 kern 1296665701789781 :99 prog PASS: gtod (300) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/gtod.exp completed in 19 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/if.exp ... executing: stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/if.stp spawn stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/if.stp Pass 1: parsed user script and 75 library script(s) using 38528virt/30592res/7872shr kb, in 240usr/0sys/245real ms. Pass 2: analyzed script: 2 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 39104virt/31296res/8064shr kb, in 10usr/0sys/5real ms. Pass 3: translated to C into "/tmp/stapU9elgK/stap_62ca8dccac0690c56b6988aec05a43b6_755.c" using 39104virt/31680res/8384shr kb, in 0usr/0sys/0real ms. Pass 4: compiled C into "stap_62ca8dccac0690c56b6988aec05a43b6_755.ko" in 1580usr/200sys/1790real ms. Pass 5: starting run. systemtap starting probe PASS: systemtap.base/if.stp startup PASS: systemtap.base/if.stp load generation systemtap ending probe systemtap test success systemtap test success Pass 5: run completed in 0usr/20sys/328real ms. FAIL: systemtap.base/if.stp shutdown (eof) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/if.exp completed in 2 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/implicitptr.exp ... Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/implicitptr.c -g -O0 -lm -o implicitptr.exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/implicitptr.c -g -O0 -lm -o implicitptr.exe PASS: implicitptr.c compile -O0 stap -L process("implicitptr.exe").statement("foo@*:7") reports: process("/home/prasadkr/systemtap/testsuite/implicitptr.exe").statement("foo@/home/prasadkr/systemtap/testsuite/systemtap.base/implicitptr.c:9") $i:int $j:int* $k:int** $l:int*** PASS: probe listing implicitptr-O0 (ijkl) executing: stap /home/prasadkr/systemtap/testsuite/systemtap.base/implicitptr.stp -g -c ./implicitptr.exe implicitptr.exe PASS: implicitptr-O0 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/implicitptr.c -g -O1 -lm -o implicitptr.exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/implicitptr.c -g -O1 -lm -o implicitptr.exe PASS: implicitptr.c compile -O1 stap -L process("implicitptr.exe").statement("foo@*:7") reports: process("/home/prasadkr/systemtap/testsuite/implicitptr.exe").statement("foo@/home/prasadkr/systemtap/testsuite/systemtap.base/implicitptr.c:7") $i:int PASS: probe listing implicitptr-O1 (i) exe_uses_implicit_ptr caught: child process exited abnormally implicitptr-O1 did not use implicit_ptr, skipping UNTESTED: implicitptr-O1 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/implicitptr.c -g -O2 -lm -o implicitptr.exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/implicitptr.c -g -O2 -lm -o implicitptr.exe PASS: implicitptr.c compile -O2 stap -L process("implicitptr.exe").statement("foo@*:7") reports: process("/home/prasadkr/systemtap/testsuite/implicitptr.exe").statement("foo@/home/prasadkr/systemtap/testsuite/systemtap.base/implicitptr.c:7") $i:int PASS: probe listing implicitptr-O2 (i) exe_uses_implicit_ptr caught: child process exited abnormally implicitptr-O2 did not use implicit_ptr, skipping UNTESTED: implicitptr-O2 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/implicitptr.c -g -O3 -lm -o implicitptr.exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/implicitptr.c -g -O3 -lm -o implicitptr.exe PASS: implicitptr.c compile -O3 stap -L process("implicitptr.exe").statement("foo@*:7") reports: process("/home/prasadkr/systemtap/testsuite/implicitptr.exe").statement("foo@/home/prasadkr/systemtap/testsuite/systemtap.base/implicitptr.c:7") $i:int PASS: probe listing implicitptr-O3 (i) exe_uses_implicit_ptr caught: child process exited abnormally implicitptr-O3 did not use implicit_ptr, skipping UNTESTED: implicitptr-O3 testcase /home/prasadkr/systemtap/testsuite/systemtap.base/implicitptr.exp completed in 5 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/inc.exp ... executing: stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/inc.stp spawn stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/inc.stp Pass 1: parsed user script and 75 library script(s) using 38592virt/30656res/7872shr kb, in 240usr/0sys/246real ms. Pass 2: analyzed script: 2 probe(s), 0 function(s), 0 embed(s), 1 global(s) using 38976virt/31296res/8064shr kb, in 0usr/0sys/5real ms. Pass 3: translated to C into "/tmp/stapGcWQXD/stap_7f172f140a3309ce10a1853639c331d8_889.c" using 39104virt/31680res/8384shr kb, in 10usr/0sys/1real ms. Pass 4: compiled C into "stap_7f172f140a3309ce10a1853639c331d8_889.ko" in 1640usr/200sys/1857real ms. Pass 5: starting run. systemtap starting probe PASS: systemtap.base/inc.stp startup PASS: systemtap.base/inc.stp load generation systemtap ending probe systemtap test success Pass 5: run completed in 10usr/20sys/344real ms. FAIL: systemtap.base/inc.stp shutdown (eof) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/inc.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/inlinedvars.exp ... Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/inlinedvars.c -g -O0 -lm -o inlinedvars.exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/inlinedvars.c -g -O0 -lm -o inlinedvars.exe PASS: inlinedvars.c compile -O0 executing: stap /home/prasadkr/systemtap/testsuite/systemtap.base/inlinedvars.stp inlinedvars.exe -c ./inlinedvars.exe PASS: inlinedvars--O0 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/inlinedvars.c -g -O1 -lm -o inlinedvars.exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/inlinedvars.c -g -O1 -lm -o inlinedvars.exe PASS: inlinedvars.c compile -O1 executing: stap /home/prasadkr/systemtap/testsuite/systemtap.base/inlinedvars.stp inlinedvars.exe -c ./inlinedvars.exe PASS: inlinedvars--O1 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/inlinedvars.c -g -O2 -lm -o inlinedvars.exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/inlinedvars.c -g -O2 -lm -o inlinedvars.exe PASS: inlinedvars.c compile -O2 executing: stap /home/prasadkr/systemtap/testsuite/systemtap.base/inlinedvars.stp inlinedvars.exe -c ./inlinedvars.exe PASS: inlinedvars--O2 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/inlinedvars.c -g -O3 -lm -o inlinedvars.exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/inlinedvars.c -g -O3 -lm -o inlinedvars.exe PASS: inlinedvars.c compile -O3 executing: stap /home/prasadkr/systemtap/testsuite/systemtap.base/inlinedvars.stp inlinedvars.exe -c ./inlinedvars.exe PASS: inlinedvars--O3 testcase /home/prasadkr/systemtap/testsuite/systemtap.base/inlinedvars.exp completed in 15 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/itrace.exp ... stap -g -e " %{ #include "ptrace_compatibility.h" %} function has_single_step() %{ THIS->__retvalue = arch_has_single_step(); /* pure */ %} probe begin { printf("has_single_step: %d\n", has_single_step()) exit() } " spawn stap -g -e %{ #include "ptrace_compatibility.h" %} function has_single_step() %{ THIS->__retvalue = arch_has_single_step(); /* pure */ %} probe begin { printf("has_single_step: %d\n", has_single_step()) exit() } has_single_step: 1 PASS: itrace single step check stap -g -e " %{ #include "ptrace_compatibility.h" %} function has_block_step() %{ THIS->__retvalue = arch_has_block_step(); /* pure */ %} probe begin { printf("has_block_step: %d\n", has_block_step()) exit() } " spawn stap -g -e %{ #include "ptrace_compatibility.h" %} function has_block_step() %{ THIS->__retvalue = arch_has_block_step(); /* pure */ %} probe begin { printf("has_block_step: %d\n", has_block_step()) exit() } has_block_step: 1 PASS: itrace block step check executing: stap -v -e { global instrs = 0 probe begin { printf("systemtap starting probe\n") } probe process("/home/prasadkr/systemtap/testsuite/ls_4833").insn { instrs += 1 } probe end { printf("systemtap ending probe\n") if (instrs > 1000) { printf("instrs > 1000 (%d)\n", instrs) } else { printf("instrs <= 1000 (%d)\n", instrs) } } } spawn stap -v -e global instrs = 0 probe begin { printf("systemtap starting probe\n") } probe process("/home/prasadkr/systemtap/testsuite/ls_4833").insn { instrs += 1 } probe end { printf("systemtap ending probe\n") if (instrs > 1000) { printf("instrs > 1000 (%d)\n", instrs) } else { printf("instrs <= 1000 (%d)\n", instrs) } } Pass 1: parsed user script and 75 library script(s) using 38528virt/30720res/7872shr kb, in 240usr/0sys/245real ms. Pass 2: analyzed script: 3 probe(s), 0 function(s), 0 embed(s), 1 global(s) using 39104virt/31424res/8128shr kb, in 0usr/0sys/5real ms. Pass 3: translated to C into "/tmp/stapReRqWk/stap_4a67affa6651b78b54bf82cad8471490_1028.c" using 142848virt/32192res/8704shr kb, in 30usr/120sys/147real ms. Pass 4: compiled C into "stap_4a67affa6651b78b54bf82cad8471490_1028.ko" in 2240usr/200sys/2456real ms. Pass 5: starting run. systemtap starting probe PASS: itrace_single1 startup spawn /home/prasadkr/systemtap/testsuite/ls_4833 PASS: itrace_single1 load generation systemtap ending probe instrs > 1000 (567152) Pass 5: run completed in 0usr/30sys/1328real ms. PASS: itrace_single1 shutdown and output metric: itrace_single1 240 0 245 0 0 5 30 120 147 2240 200 2456 0 30 1328 executing: stap -v -e { global instrs = 0, itrace_on = 0, start_timer = 0 probe begin { start_timer = 1; printf("systemtap starting probe\n") } probe process("/home/prasadkr/systemtap/testsuite/ls_4833").insn if (itrace_on) { instrs += 1 if (instrs == 5) exit() } probe timer.ms(1) if (start_timer) { itrace_on = 1 } probe timer.ms(10) if (start_timer) { itrace_on = 0 } probe end { printf("systemtap ending probe\n") printf("itraced = %d\n", instrs) } } spawn stap -v -e global instrs = 0, itrace_on = 0, start_timer = 0 probe begin { start_timer = 1; printf("systemtap starting probe\n") } probe process("/home/prasadkr/systemtap/testsuite/ls_4833").insn if (itrace_on) { instrs += 1 if (instrs == 5) exit() } probe timer.ms(1) if (start_timer) { itrace_on = 1 } probe timer.ms(10) if (start_timer) { itrace_on = 0 } probe end { printf("systemtap ending probe\n") printf("itraced = %d\n", instrs) } Pass 1: parsed user script and 75 library script(s) using 38528virt/30720res/7872shr kb, in 250usr/0sys/246real ms. Pass 2: analyzed script: 5 probe(s), 1 function(s), 0 embed(s), 3 global(s) using 39104virt/31424res/8128shr kb, in 10usr/0sys/5real ms. Pass 3: translated to C into "/tmp/stapNNUb4F/stap_7e0b5e2f9d8d8cac163b9839de00276d_1462.c" using 142848virt/32192res/8704shr kb, in 20usr/110sys/134real ms. Pass 4: compiled C into "stap_7e0b5e2f9d8d8cac163b9839de00276d_1462.ko" in 2370usr/210sys/2586real ms. Pass 5: starting run. systemtap starting probe PASS: itrace_single2 startup spawn /home/prasadkr/systemtap/testsuite/ls_4833 PASS: itrace_single2 load generation systemtap ending probe itraced = 5 Pass 5: run completed in 0usr/20sys/329real ms. PASS: itrace_single2 shutdown and output metric: itrace_single2 250 0 246 10 0 5 20 110 134 2370 210 2586 0 20 329 executing: stap -v -e { global branches = 0 probe begin { printf("systemtap starting probe\n") } probe process("/home/prasadkr/systemtap/testsuite/ls_4833").insn.block { branches += 1 if (branches == 5) exit() } probe end { printf("systemtap ending probe\n") printf("itraced block mode = %d\n", branches) } } spawn stap -v -e global branches = 0 probe begin { printf("systemtap starting probe\n") } probe process("/home/prasadkr/systemtap/testsuite/ls_4833").insn.block { branches += 1 if (branches == 5) exit() } probe end { printf("systemtap ending probe\n") printf("itraced block mode = %d\n", branches) } Pass 1: parsed user script and 75 library script(s) using 38592virt/30720res/7872shr kb, in 250usr/0sys/263real ms. Pass 2: analyzed script: 3 probe(s), 1 function(s), 0 embed(s), 1 global(s) using 38976virt/31424res/8128shr kb, in 10usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stap9IHnKS/stap_7cbcb098ce981f23a39b9aaaf514dbfc_1143.c" using 142848virt/32192res/8704shr kb, in 20usr/120sys/141real ms. Pass 4: compiled C into "stap_7cbcb098ce981f23a39b9aaaf514dbfc_1143.ko" in 2320usr/200sys/2541real ms. Pass 5: starting run. systemtap starting probe PASS: itrace_block1 startup spawn /home/prasadkr/systemtap/testsuite/ls_4833 PASS: itrace_block1 load generation systemtap ending probe itraced block mode = 5 Pass 5: run completed in 10usr/20sys/343real ms. PASS: itrace_block1 shutdown and output metric: itrace_block1 250 0 263 10 0 6 20 120 141 2320 200 2541 10 20 343 executing: stap -v -e { global instrs = 0, itrace_on = 0, start_timer = 0 probe begin { start_timer = 1; printf("systemtap starting probe\n") } probe process("/home/prasadkr/systemtap/testsuite/ls_4833").insn.block if (itrace_on) { instrs += 1 if (instrs == 5) exit() } probe timer.ms(1) if (start_timer) { itrace_on = 1 } probe timer.ms(10) if (start_timer) { itrace_on = 0 } probe end { printf("systemtap ending probe\n") printf("itraced = %d\n", instrs) } } spawn stap -v -e global instrs = 0, itrace_on = 0, start_timer = 0 probe begin { start_timer = 1; printf("systemtap starting probe\n") } probe process("/home/prasadkr/systemtap/testsuite/ls_4833").insn.block if (itrace_on) { instrs += 1 if (instrs == 5) exit() } probe timer.ms(1) if (start_timer) { itrace_on = 1 } probe timer.ms(10) if (start_timer) { itrace_on = 0 } probe end { printf("systemtap ending probe\n") printf("itraced = %d\n", instrs) } Pass 1: parsed user script and 75 library script(s) using 38528virt/30720res/7872shr kb, in 270usr/0sys/263real ms. Pass 2: analyzed script: 5 probe(s), 1 function(s), 0 embed(s), 3 global(s) using 39104virt/31424res/8128shr kb, in 0usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapGBO45d/stap_f4ccadd63eeb1f2d275fa1277db0b460_1474.c" using 142848virt/32192res/8704shr kb, in 20usr/120sys/141real ms. Pass 4: compiled C into "stap_f4ccadd63eeb1f2d275fa1277db0b460_1474.ko" in 2460usr/200sys/2664real ms. Pass 5: starting run. systemtap starting probe PASS: itrace_block2 startup spawn /home/prasadkr/systemtap/testsuite/ls_4833 PASS: itrace_block2 load generation systemtap ending probe itraced = 5 Pass 5: run completed in 0usr/20sys/343real ms. PASS: itrace_block2 shutdown and output metric: itrace_block2 270 0 263 0 0 6 20 120 141 2460 200 2664 0 20 343 testcase /home/prasadkr/systemtap/testsuite/systemtap.base/itrace.exp completed in 22 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/kfunct.exp ... executing: stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/kfunct.stp spawn stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/kfunct.stp Pass 1: parsed user script and 75 library script(s) using 38528virt/30592res/7872shr kb, in 240usr/0sys/246real ms. Pass 2: analyzed script: 3 probe(s), 0 function(s), 0 embed(s), 1 global(s) using 162816virt/113728res/69888shr kb, in 440usr/10sys/443real ms. Pass 3: translated to C into "/tmp/stapKUSIBI/stap_2178e8fdf793a85563c55da83ccbd41c_881.c" using 162816virt/115264res/71424shr kb, in 1100usr/10sys/1123real ms. Pass 4: compiled C into "stap_2178e8fdf793a85563c55da83ccbd41c_881.ko" in 2190usr/210sys/2403real ms. Pass 5: starting run. systemtap starting probe PASS: systemtap.base/kfunct.stp startup PASS: systemtap.base/kfunct.stp load generation systemtap ending probe count = 30 Pass 5: run completed in 10usr/30sys/394real ms. PASS: systemtap.base/kfunct.stp shutdown and output metric: systemtap.base/kfunct.stp 240 0 246 440 10 443 1100 10 1123 2190 210 2403 10 30 394 testcase /home/prasadkr/systemtap/testsuite/systemtap.base/kfunct.exp completed in 5 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/kmodule.exp ... executing: stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/kmodule.stp spawn stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/kmodule.stp Pass 1: parsed user script and 75 library script(s) using 38528virt/30720res/7872shr kb, in 240usr/0sys/245real ms. Pass 2: analyzed script: 4 probe(s), 0 function(s), 0 embed(s), 1 global(s) using 143872virt/33280res/8576shr kb, in 60usr/140sys/342real ms. Pass 3: translated to C into "/tmp/stapAS9ACp/stap_7ec1fef86119fcbbea6edfc31b656eed_1148.c" using 148224virt/39744res/12992shr kb, in 130usr/10sys/144real ms. Pass 4: compiled C into "stap_7ec1fef86119fcbbea6edfc31b656eed_1148.ko" in 1830usr/200sys/2055real ms. Pass 5: starting run. systemtap starting probe PASS: systemtap.base/kmodule.stp startup spawn -ignore SIGHUP sync PASS: systemtap.base/kmodule.stp load generation systemtap ending probe count = 0 PASS: systemtap.base/kmodule.stp shutdown and output Pass 5: run completed in 20usr/20sys/835real ms. metric: systemtap.base/kmodule.stp 240 0 245 60 140 342 130 10 144 1830 200 2055 20 20 835 testcase /home/prasadkr/systemtap/testsuite/systemtap.base/kmodule.exp completed in 4 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/kprobes.exp ... executing: stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/kprobes.stp spawn stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/kprobes.stp Pass 1: parsed user script and 75 library script(s) using 38528virt/30656res/7872shr kb, in 240usr/0sys/245real ms. Pass 2: analyzed script: 3 probe(s), 1 function(s), 0 embed(s), 1 global(s) using 39104virt/31424res/8128shr kb, in 0usr/0sys/5real ms. Pass 3: translated to C into "/tmp/stap7AX4S8/stap_920af04477215a449b3e6355c5a1d633_1022.c" using 39104virt/31808res/8448shr kb, in 0usr/0sys/1real ms. Pass 4: compiled C into "stap_920af04477215a449b3e6355c5a1d633_1022.ko" in 1720usr/200sys/1924real ms. Pass 5: starting run. systemtap starting probe PASS: systemtap.base/kprobes.stp startup PASS: systemtap.base/kprobes.stp load generation systemtap ending probe probe point hit Pass 5: run completed in 20usr/20sys/398real ms. PASS: systemtap.base/kprobes.stp shutdown and output testcase /home/prasadkr/systemtap/testsuite/systemtap.base/kprobes.exp completed in 2 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/kretprobe-vars.exp ... executing: stap -v -c {cat /dev/null} /home/prasadkr/systemtap/testsuite/systemtap.base/kretprobe-vars.stp spawn stap -v -c cat /dev/null /home/prasadkr/systemtap/testsuite/systemtap.base/kretprobe-vars.stp Pass 1: parsed user script and 75 library script(s) using 38528virt/30656res/7872shr kb, in 270usr/0sys/264real ms. Pass 2: analyzed script: 4 probe(s), 14 function(s), 4 embed(s), 7 global(s) using 163904virt/53440res/9024shr kb, in 500usr/130sys/694real ms. Pass 3: translated to C into "/tmp/stap7O2wtU/stap_46c325a694e8a4c86971672642276219_7435.c" using 163328virt/57536res/13376shr kb, in 1210usr/10sys/1231real ms. Pass 4: compiled C into "stap_46c325a694e8a4c86971672642276219_7435.ko" in 2510usr/210sys/2757real ms. Pass 5: starting run. systemtap starting probe systemtap ending probe systemtap test success Pass 5: run completed in 10usr/10sys/142real ms. PASS: systemtap.base/kretprobe-vars.stp startup PASS: systemtap.base/kretprobe-vars.stp load generation FAIL: systemtap.base/kretprobe-vars.stp shutdown (eof) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/kretprobe-vars.exp completed in 5 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/labels.exp ... Executing on host: gcc /home/prasadkr/systemtap/testsuite/labels.c -g -lm -o /home/prasadkr/systemtap/testsuite/labels.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/labels.c -g -lm -o /home/prasadkr/systemtap/testsuite/labels.x PASS: compiling labels.c -g spawn stap --use-server-on-error=no -l process("/home/prasadkr/systemtap/testsuite/labels.x").function("foo@/home/prasadkr/systemtap/testsuite/labels.c:10").label("*") PASS: labels :N .label spawn stap -l process("/home/prasadkr/systemtap/testsuite/labels.x").function("foo@/home/prasadkr/systemtap/testsuite/labels.c:4").label("*") process("/home/prasadkr/systemtap/testsuite/labels.x").function("foo@/home/prasadkr/systemtap/testsuite/labels.c:5").label("init_an_int") PASS: labels :N .label spawn stap -l process("/home/prasadkr/systemtap/testsuite/labels.x").function("*").label("*") process("/home/prasadkr/systemtap/testsuite/labels.x").function("foo@/home/prasadkr/systemtap/testsuite/labels.c:5").label("init_an_int") process("/home/prasadkr/systemtap/testsuite/labels.x").function("main@/home/prasadkr/systemtap/testsuite/labels.c:16").label("init_an_int") process("/home/prasadkr/systemtap/testsuite/labels.x").function("main@/home/prasadkr/systemtap/testsuite/labels.c:18").label("init_an_int_again") process("/home/prasadkr/systemtap/testsuite/labels.x").function("main@/home/prasadkr/systemtap/testsuite/labels.c:21").label("ptr_inited") PASS: labels -l .label spawn stap -c /home/prasadkr/systemtap/testsuite/labels.x /home/prasadkr/systemtap/testsuite/labels.stp spawn stap -c /home/prasadkr/systemtap/testsuite/labels.x /home/prasadkr/systemtap/testsuite/labels.stp VARS a=0x0 b=0x0 c=0x800b8f18c0 init_an_int VARS a=0x2 b=0x0 c=0x800b8f18c0 VARS a=0x2 b=0x3 c=0x10000850 PASS: labels exe .label spawn sh /home/prasadkr/systemtap/testsuite/label.sh DW_AT_low_pc : 0x10000628 spawn stap -p2 -l process("/home/prasadkr/systemtap/testsuite/labels.x").statement(0x10000628) process("/home/prasadkr/systemtap/testsuite/labels.x").statement(0x10000628) PASS: labels exe .statement Executing on host: gcc /home/prasadkr/systemtap/testsuite/labels.c -g -shared -fPIC -lm -o /home/prasadkr/systemtap/testsuite/labels.so (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/labels.c -g -shared -fPIC -lm -o /home/prasadkr/systemtap/testsuite/labels.so PASS: compiling labels.c -g spawn stap -p2 -l process("/home/prasadkr/systemtap/testsuite/labels.so").function("*").label("init_an_int_again") process("/home/prasadkr/systemtap/testsuite/labels.so").function("main@/home/prasadkr/systemtap/testsuite/labels.c:18").label("init_an_int_again") PASS: labels so .label spawn sh /home/prasadkr/systemtap/testsuite/label.sh DW_AT_low_pc : 0x92c spawn stap -p2 -l process("/home/prasadkr/systemtap/testsuite/labels.so").statement(0x92c) process("/home/prasadkr/systemtap/testsuite/labels.so").statement(0x92c) PASS: labels so .statement testcase /home/prasadkr/systemtap/testsuite/systemtap.base/labels.exp completed in 11 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/limits.exp ... executing: stap /home/prasadkr/systemtap/testsuite/systemtap.base/limits.stp PASS: systemtap.base/limits.stp testcase /home/prasadkr/systemtap/testsuite/systemtap.base/limits.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/logical_and.exp ... executing: stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/logical_and.stp spawn stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/logical_and.stp Pass 1: parsed user script and 75 library script(s) using 38528virt/30720res/7872shr kb, in 240usr/0sys/245real ms. Pass 2: analyzed script: 2 probe(s), 0 function(s), 0 embed(s), 4 global(s) using 39104virt/31424res/8064shr kb, in 10usr/0sys/5real ms. Pass 3: translated to C into "/tmp/stapGvzgSk/stap_7720b9a6fa9caa12bc8e76a53dbdc678_1177.c" using 39104virt/31744res/8384shr kb, in 0usr/0sys/1real ms. Pass 4: compiled C into "stap_7720b9a6fa9caa12bc8e76a53dbdc678_1177.ko" in 1610usr/200sys/1828real ms. Pass 5: starting run. systemtap starting probe PASS: systemtap.base/logical_and.stp startup PASS: systemtap.base/logical_and.stp load generation systemtap ending probe systemtap test success systemtap test success systemtap test success systemtap test success Pass 5: run completed in 20usr/20sys/325real ms. FAIL: systemtap.base/logical_and.stp shutdown (eof) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/logical_and.exp completed in 2 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/marker.exp ... UNTESTED: K_MARKER01 : no kernel markers present UNTESTED: K_MARKER02 : no kernel markers present running stap -v -p4 -e "probe kernel.mark(\"X_marker_that_does_not_exist_X\") { }" spawn stap -v -p4 -e probe kernel.mark("X_marker_that_does_not_exist_X") { } Pass 1: parsed user script and 75 library script(s) using 38272virt/30400res/7808shr kb, in 270usr/0sys/263real ms. semantic error: no match while resolving probe point kernel.mark("X_marker_that_does_not_exist_X") Pass 2: analyzed script: 0 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 38848virt/31104res/8000shr kb, in 0usr/0sys/6real ms. Pass 2: analysis failed. Try again with another '--vp 01' option. 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 testcase /home/prasadkr/systemtap/testsuite/systemtap.base/marker.exp completed in 0 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/maxactive.exp ... executing: stap -v -e { global foo probe kernel.function("vfs_read").return, kernel.function("do_select").return { foo++ } probe timer.ms(1000) { exit(); } probe begin { log("systemtap starting probe"); log("systemtap ending probe");} } spawn stap -v -e global foo probe kernel.function("vfs_read").return, kernel.function("do_select").return { foo++ } probe timer.ms(1000) { exit(); } probe begin { log("systemtap starting probe"); log("systemtap ending probe");} Pass 1: parsed user script and 75 library script(s) using 38528virt/30592res/7872shr kb, in 260usr/0sys/263real ms. Pass 2: analyzed script: 4 probe(s), 2 function(s), 0 embed(s), 1 global(s) using 162176virt/112768res/69888shr kb, in 460usr/10sys/467real ms. Pass 3: translated to C into "/tmp/stapwMVI7i/stap_868bfe064dbc32c4264a52791f989543_1293.c" using 162176virt/114304res/71424shr kb, in 1210usr/10sys/1215real ms. Pass 4: compiled C into "stap_868bfe064dbc32c4264a52791f989543_1293.ko" in 2280usr/200sys/2486real ms. Pass 5: starting run. systemtap starting probe systemtap ending probe PASS: MAXACTIVE01 startup PASS: MAXACTIVE01 load generation PASS: MAXACTIVE01 shutdown and output Pass 5: run completed in 0usr/20sys/1367real ms. metric: MAXACTIVE01 260 0 263 460 10 467 1210 10 1215 2280 200 2486 0 20 1367 executing: stap -v -e { global foo probe kernel.function("vfs_read").return.maxactive(1), kernel.function("do_select").return.maxactive(1) { foo++ } probe timer.ms(1000) { exit(); } probe begin { log("systemtap starting probe"); log("systemtap ending probe");} } spawn stap -v -e global foo probe kernel.function("vfs_read").return.maxactive(1), kernel.function("do_select").return.maxactive(1) { foo++ } probe timer.ms(1000) { exit(); } probe begin { log("systemtap starting probe"); log("systemtap ending probe");} Pass 1: parsed user script and 75 library script(s) using 38592virt/30720res/7872shr kb, in 240usr/0sys/247real ms. Pass 2: analyzed script: 4 probe(s), 2 function(s), 0 embed(s), 1 global(s) using 162176virt/112832res/69888shr kb, in 440usr/10sys/439real ms. Pass 3: translated to C into "/tmp/stapcvRfyf/stap_424e35060659f79f9407435815505301_1371.c" using 162176virt/114368res/71424shr kb, in 1100usr/10sys/1113real ms. Pass 4: compiled C into "stap_424e35060659f79f9407435815505301_1371.ko" in 2380usr/200sys/2595real ms. Pass 5: starting run. systemtap starting probe systemtap ending probe PASS: MAXACTIVE02 startup PASS: MAXACTIVE02 load generation PASS: MAXACTIVE02 shutdown and output WARNING: Number of errors: 0, skipped probes: 10 Pass 5: run completed in 10usr/20sys/1132real ms. skipped1: 0, skipped2: 10 PASS: MAXACTIVE03 testcase /home/prasadkr/systemtap/testsuite/systemtap.base/maxactive.exp completed in 12 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/maxmemory.exp ... executing: stap -v -u -e { global k probe begin { print("systemtap starting probe\n") k["foo"] = 0 } probe kernel.function("vfs_read"), kernel.function("vfs_write") { k["foo"]++ } probe end { print("systemtap ending probe\n") } } spawn stap -v -u -e global k probe begin { print("systemtap starting probe\n") k["foo"] = 0 } probe kernel.function("vfs_read"), kernel.function("vfs_write") { k["foo"]++ } probe end { print("systemtap ending probe\n") } Pass 1: parsed user script and 75 library script(s) using 38528virt/30656res/7872shr kb, in 240usr/0sys/245real ms. Pass 2: analyzed script: 4 probe(s), 0 function(s), 0 embed(s), 1 global(s) using 162176virt/112704res/69824shr kb, in 430usr/10sys/438real ms. Pass 3: translated to C into "/tmp/stapk5erb1/stap_ee0045e8bdfba51e238fda07feb0da7f_1069.c" using 162176virt/114240res/71360shr kb, in 1110usr/10sys/1119real ms. Pass 4: compiled C into "stap_ee0045e8bdfba51e238fda07feb0da7f_1069.ko" in 2290usr/200sys/2494real ms. Pass 5: starting run. systemtap starting probe systemtap ending probe Pass 5: run completed in 0usr/30sys/368real ms. PASS: MAXMEMORY1 didn't error executing: stap -v -u -DSTP_MAXMEMORY=200 -e { global k probe begin { print("systemtap starting probe\n") k["foo"] = 0 } probe kernel.function("vfs_read"), kernel.function("vfs_write") { k["foo"]++ } probe end { print("systemtap ending probe\n") } } spawn stap -v -u -DSTP_MAXMEMORY=200 -e global k probe begin { print("systemtap starting probe\n") k["foo"] = 0 } probe kernel.function("vfs_read"), kernel.function("vfs_write") { k["foo"]++ } probe end { print("systemtap ending probe\n") } Pass 1: parsed user script and 75 library script(s) using 38528virt/30720res/7872shr kb, in 240usr/0sys/245real ms. Pass 2: analyzed script: 4 probe(s), 0 function(s), 0 embed(s), 1 global(s) using 162176virt/112704res/69824shr kb, in 440usr/10sys/440real ms. Pass 3: translated to C into "/tmp/stapTxvY3M/stap_6fb29e539de49d0482e0b18170996162_1086.c" using 162176virt/114240res/71360shr kb, in 1110usr/10sys/1118real ms. Pass 4: compiled C into "stap_6fb29e539de49d0482e0b18170996162_1086.ko" in 2260usr/200sys/2493real ms. Pass 5: starting run. ERROR: global variable 'k' allocation failed Pass 5: run completed in 0usr/20sys/50real ms. Pass 5: run failed. Try again with another '--vp 00001' option. PASS: MAXMEMORY2 received expected error testcase /home/prasadkr/systemtap/testsuite/systemtap.base/maxmemory.exp completed in 9 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/modargs.exp ... PASS: modargs compilation PASS: modargs execution testcase /home/prasadkr/systemtap/testsuite/systemtap.base/modargs.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/not.exp ... executing: stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/not.stp spawn stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/not.stp Pass 1: parsed user script and 75 library script(s) using 38528virt/30592res/7872shr kb, in 240usr/0sys/245real ms. Pass 2: analyzed script: 2 probe(s), 0 function(s), 0 embed(s), 2 global(s) using 39104virt/31296res/8064shr kb, in 0usr/0sys/5real ms. Pass 3: translated to C into "/tmp/stapaPsjdJ/stap_e0df6555db23b9a64758b1ef2c44b13d_871.c" using 39104virt/31680res/8384shr kb, in 10usr/0sys/0real ms. Pass 4: compiled C into "stap_e0df6555db23b9a64758b1ef2c44b13d_871.ko" in 1640usr/200sys/1856real ms. Pass 5: starting run. systemtap starting probe PASS: systemtap.base/not.stp startup PASS: systemtap.base/not.stp load generation systemtap ending probe systemtap test success Pass 5: run completed in 10usr/20sys/342real ms. FAIL: systemtap.base/not.stp shutdown (eof) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/not.exp completed in 2 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/onoffprobe.exp ... spawn stap /home/prasadkr/systemtap/testsuite/systemtap.base/onoffprobe.stp begin1 probed: stap_4c37a3971496ee32bd5858790648b6e3_4532 PASS: onoffprobe begin1 probed function return probed PASS: onoffprobe function return probed function entry probed PASS: onoffprobe function entry probed timer probed PASS: onoffprobe timer probed profile probed PASS: onoffprobe profile probed alias.one.a and alias.one and alias.* probed alias.one.a and alias.one and alias.* probed PASS: onoffprobe alias.one.a and alias.one and alias.* probed alias.one.a and alias.one and alias.* probed alias.one.b and alias.one and alias.* probed PASS: onoffprobe alias.one.b and alias.one and alias.* probed alias.two and alias.* probed PASS: onoffprobe alias.two and alias.* probed testcase /home/prasadkr/systemtap/testsuite/systemtap.base/onoffprobe.exp completed in 7 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/optim.exp ... spawn stap /home/prasadkr/systemtap/testsuite/systemtap.base/optim.stp WARNING: eliding unused variable 'dummy': identifier 'dummy' at /home/prasadkr/systemtap/testsuite/systemtap.base/optim.stp:7:20 source: if (1) var=2 else dummy=0 ^ i=1 j=2 PASS: optim testcase /home/prasadkr/systemtap/testsuite/systemtap.base/optim.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/optim_arridx.exp ... PASS: systemtap.base/optim_arridx.stp testcase /home/prasadkr/systemtap/testsuite/systemtap.base/optim_arridx.exp completed in 0 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/optim_voidstmt.exp ... executing: stap -v -g /home/prasadkr/systemtap/testsuite/systemtap.base/optim_voidstmt.stp spawn stap -v -g /home/prasadkr/systemtap/testsuite/systemtap.base/optim_voidstmt.stp Pass 1: parsed user script and 75 library script(s) using 38592virt/30784res/7872shr kb, in 240usr/0sys/246real ms. Pass 2: analyzed script: 3 probe(s), 6 function(s), 0 embed(s), 0 global(s) using 39168virt/31488res/8064shr kb, in 10usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stappHAnYJ/stap_9f072e0fe3d1abe625c119cdd9b1a6ca_1438.c" using 39168virt/31808res/8384shr kb, in 0usr/0sys/1real ms. Pass 4: compiled C into "stap_9f072e0fe3d1abe625c119cdd9b1a6ca_1438.ko" in 1670usr/200sys/1880real ms. Pass 5: starting run. systemtap starting probe PASS: systemtap.base/optim_voidstmt.stp startup PASS: systemtap.base/optim_voidstmt.stp load generation systemtap ending probe systemtap test success Pass 5: run completed in 0usr/20sys/341real ms. FAIL: systemtap.base/optim_voidstmt.stp shutdown (eof) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/optim_voidstmt.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/optionalprobe.exp ... spawn stap -p2 -w /home/prasadkr/systemtap/testsuite/systemtap.base/optionalprobe.stp # probes begin /* <- foo?,process("/do/not/exist").function("main")!,kernel.mark("no such mark")?,kernel.trace("no trace")!,process.foo?,kernel.statement("no statement")!,module("no mod").function("*")?,kernel.function("no such func*")!,begin */ PASS: optionalprobe testcase /home/prasadkr/systemtap/testsuite/systemtap.base/optionalprobe.exp completed in 2 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/overcatcher.exp ... PASS: overcatcher testcase /home/prasadkr/systemtap/testsuite/systemtap.base/overcatcher.exp completed in 2 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/overflow_error.exp ... spawn stap -DMAXERRORS=1 /home/prasadkr/systemtap/testsuite/systemtap.base/overflow_error.stp ERROR: Array overflow, check size limit (3) near identifier 'overflow1' at /home/prasadkr/systemtap/testsuite/systemtap.base/overflow_error.stp:10:7 ERROR: Array overflow, check size limit (5) near identifier 'overflow2' at /home/prasadkr/systemtap/testsuite/systemtap.base/overflow_error.stp:14:7 WARNING: Number of errors: 2, skipped probes: 0 Pass 5: run failed. Try again with another '--vp 00001' option. PASS: overflow_error testcase /home/prasadkr/systemtap/testsuite/systemtap.base/overflow_error.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/overload.exp ... executing: stap -v -u -e { global k probe begin { print("systemtap starting probe\n") k["foo"] = 0 } probe kernel.function("vfs_read"), kernel.function("vfs_write") { k["foo"]++ } probe end { print("systemtap ending probe\n") } } spawn stap -v -u -e global k probe begin { print("systemtap starting probe\n") k["foo"] = 0 } probe kernel.function("vfs_read"), kernel.function("vfs_write") { k["foo"]++ } probe end { print("systemtap ending probe\n") } Pass 1: parsed user script and 75 library script(s) using 38528virt/30592res/7872shr kb, in 260usr/0sys/264real ms. Pass 2: analyzed script: 4 probe(s), 0 function(s), 0 embed(s), 1 global(s) using 162176virt/112704res/69824shr kb, in 460usr/10sys/470real ms. Pass 3: using cached /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/ee/stap_ee0045e8bdfba51e238fda07feb0da7f_1069.c Pass 4: using cached /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/ee/stap_ee0045e8bdfba51e238fda07feb0da7f_1069.ko Pass 5: starting run. systemtap starting probe systemtap ending probe Pass 5: run completed in 10usr/20sys/386real ms. PASS: OVERLOAD1 didn't error executing: stap -v -u -DSTP_OVERLOAD_INTERVAL=1000LL -DSTP_OVERLOAD_THRESHOLD=100LL -e { global k probe begin { print("systemtap starting probe\n") k["foo"] = 0 } probe kernel.function("vfs_read"), kernel.function("vfs_write") { k["foo"]++ } probe end { print("systemtap ending probe\n") } } spawn stap -v -u -DSTP_OVERLOAD_INTERVAL=1000LL -DSTP_OVERLOAD_THRESHOLD=100LL -e global k probe begin { print("systemtap starting probe\n") k["foo"] = 0 } probe kernel.function("vfs_read"), kernel.function("vfs_write") { k["foo"]++ } probe end { print("systemtap ending probe\n") } Pass 1: parsed user script and 75 library script(s) using 38528virt/30656res/7872shr kb, in 250usr/0sys/263real ms. Pass 2: analyzed script: 4 probe(s), 0 function(s), 0 embed(s), 1 global(s) using 162176virt/112704res/69824shr kb, in 470usr/10sys/469real ms. Pass 3: translated to C into "/tmp/stapWeEGZF/stap_f3a4cfb133a684b7958fd7f7873fd40b_1125.c" using 162176virt/114240res/71360shr kb, in 1210usr/10sys/1221real ms. Pass 4: compiled C into "stap_f3a4cfb133a684b7958fd7f7873fd40b_1125.ko" in 2250usr/200sys/2475real ms. Pass 5: starting run. ERROR: probe overhead exceeded threshold PASS: OVERLOAD2 received expected error executing: stap -v -u -DSTP_NO_OVERLOAD -DSTP_OVERLOAD_INTERVAL=1000LL -DSTP_OVERLOAD_THRESHOLD=100LL -e { global k probe begin { print("systemtap starting probe\n") k["foo"] = 0 } probe kernel.function("vfs_read"), kernel.function("vfs_write") { k["foo"]++ } probe end { print("systemtap ending probe\n") } } spawn stap -v -u -DSTP_NO_OVERLOAD -DSTP_OVERLOAD_INTERVAL=1000LL -DSTP_OVERLOAD_THRESHOLD=100LL -e global k probe begin { print("systemtap starting probe\n") k["foo"] = 0 } probe kernel.function("vfs_read"), kernel.function("vfs_write") { k["foo"]++ } probe end { print("systemtap ending probe\n") } Pass 1: parsed user script and 75 library script(s) using 38656virt/30656res/7872shr kb, in 250usr/0sys/263real ms. Pass 2: analyzed script: 4 probe(s), 0 function(s), 0 embed(s), 1 global(s) using 162112virt/112704res/69824shr kb, in 460usr/10sys/472real ms. Pass 3: translated to C into "/tmp/stapP6gatn/stap_9f1864a88b06e140b0043b5b535f84c8_1140.c" using 162112virt/114240res/71360shr kb, in 1210usr/10sys/1223real ms. Pass 4: compiled C into "stap_9f1864a88b06e140b0043b5b535f84c8_1140.ko" in 2310usr/210sys/2529real ms. Pass 5: starting run. systemtap starting probe systemtap ending probe Pass 5: run completed in 10usr/30sys/381real ms. PASS: OVERLOAD3 didn't error testcase /home/prasadkr/systemtap/testsuite/systemtap.base/overload.exp completed in 11 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/pointer_array.exp ... executing: stap /home/prasadkr/systemtap/testsuite/systemtap.base/pointer_array.stp -c/bin/true PASS: systemtap.base/pointer_array.stp testcase /home/prasadkr/systemtap/testsuite/systemtap.base/pointer_array.exp completed in 5 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/poll_map.exp ... spawn stap -g /home/prasadkr/systemtap/testsuite/systemtap.base/poll_map.stp stapio called vfs_read 2 times rsyslogd called vfs_read 1 times stapio called vfs_read 2 times stapio called vfs_write 1 times expect called vfs_read 1 times expect called vfs_write 1 times stapio called vfs_read 1 times stapio called vfs_read 2 times stapio called vfs_write 1 times expect called vfs_read 1 times expect called vfs_write 1 times stapio called vfs_read 1 times stapio called vfs_read 2 times stapio called vfs_write 1 times expect called vfs_read 1 times expect called vfs_write 1 times stapio called vfs_read 1 times stapio called vfs_read 2 times stapio called vfs_write 1 times expect called vfs_read 1 times expect called vfs_write 1 times stapio called vfs_read 3 times stapio called vfs_write 1 times expect called vfs_read 1 times expect called vfs_write 1 times stapio called vfs_read 3 times stapio called vfs_write 1 times expect called vfs_read 1 times expect called vfs_write 1 times stapio called vfs_read 2 times stapio called vfs_write 1 times expect called vfs_read 1 times expect called vfs_write 1 times stapio called vfs_read 1 times stapio called vfs_read 2 times stapio called vfs_write 1 times expect called vfs_read 1 times expect called vfs_write 1 times stapio called vfs_read 1 times stapio called vfs_read 2 times stapio called vfs_write 1 times expect called vfs_read 1 times expect called vfs_write 1 times stapio called vfs_read 3 times stapio called vfs_write 1 times expect called vfs_read 1 times expect called vfs_write 1 times stapio called vfs_read 3 times stapio called vfs_write 1 times expect called vfs_read 1 times expect called vfs_write 1 times stapio called vfs_read 2 times stapio called vfs_write 1 times expect called vfs_read 1 times expect called vfs_write 1 times stapio called vfs_read 1 times stapio called vfs_read 2 times stapio called vfs_write 1 times expect called vfs_read 1 times expect called vfs_write 1 times stapio called vfs_read 1 times stapio called vfs_read 2 times stapio called vfs_write 1 times expect called vfs_read 1 times expect called vfs_write 1 times stapio called vfs_read 3 times stapio called vfs_write 1 times expect called vfs_read 1 times expect called vfs_write 1 times SUCCESS PASS: poll_map (1) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/poll_map.exp completed in 10 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/pp.exp ... executing: stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/pp.stp pp spawn stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/pp.stp pp Pass 1: parsed user script and 75 library script(s) using 38592virt/30656res/7872shr kb, in 270usr/0sys/263real ms. Pass 2: analyzed script: 4 probe(s), 1 function(s), 22 embed(s), 1 global(s) using 164288virt/53760res/9024shr kb, in 510usr/130sys/701real ms. Pass 3: translated to C into "/tmp/stapJDLkSW/stap_005c617a015b4b53efad2701a0c6805c_13962.c" using 163712virt/57856res/13376shr kb, in 1200usr/10sys/1232real ms. Pass 4: compiled C into "stap_005c617a015b4b53efad2701a0c6805c_13962.ko" in 2600usr/210sys/2819real ms. Pass 5: starting run. systemtap starting probe PASS: pp startup PASS: pp load generation systemtap ending probe kernel.function("SyS_open@fs/open.c:1057").call? systemtap test success Pass 5: run completed in 10usr/20sys/371real ms. PASS: pp shutdown and output metric: pp 270 0 263 510 130 701 1200 10 1232 2600 210 2819 10 20 371 executing: stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/pp.stp pn spawn stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/pp.stp pn Pass 1: parsed user script and 75 library script(s) using 38592virt/30656res/7872shr kb, in 240usr/0sys/245real ms. Pass 2: analyzed script: 4 probe(s), 1 function(s), 20 embed(s), 1 global(s) using 163264virt/114752res/70720shr kb, in 460usr/10sys/464real ms. Pass 3: translated to C into "/tmp/stap4q9Xmv/stap_96cd079fd4467e8285ae4256687ef181_13837.c" using 163264virt/115648res/71616shr kb, in 1100usr/10sys/1128real ms. Pass 4: compiled C into "stap_96cd079fd4467e8285ae4256687ef181_13837.ko" in 2610usr/210sys/2834real ms. Pass 5: starting run. systemtap starting probe PASS: pn startup PASS: pn load generation systemtap ending probe syscall.open systemtap test success Pass 5: run completed in 0usr/20sys/359real ms. PASS: pn shutdown and output metric: pn 240 0 245 460 10 464 1100 10 1128 2610 210 2834 0 20 359 testcase /home/prasadkr/systemtap/testsuite/systemtap.base/pp.exp completed in 10 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/pr10854.exp ... PASS: compiling pr10854.stp spawn staprun /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/f1/stap_f1ec7582ef17c5fe0cd8e1886c9768f8_536507.ko -o /dev/null spawn staprun /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/f1/stap_f1ec7582ef17c5fe0cd8e1886c9768f8_536507.ko -o /dev/null spawn staprun /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/f1/stap_f1ec7582ef17c5fe0cd8e1886c9768f8_536507.ko -o /dev/null spawn staprun /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/f1/stap_f1ec7582ef17c5fe0cd8e1886c9768f8_536507.ko -o /dev/null spawn staprun /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/f1/stap_f1ec7582ef17c5fe0cd8e1886c9768f8_536507.ko -o /dev/null spawn staprun /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/f1/stap_f1ec7582ef17c5fe0cd8e1886c9768f8_536507.ko -o /dev/null spawn staprun /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/f1/stap_f1ec7582ef17c5fe0cd8e1886c9768f8_536507.ko -o /dev/null spawn staprun /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/f1/stap_f1ec7582ef17c5fe0cd8e1886c9768f8_536507.ko -o /dev/null spawn staprun /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/f1/stap_f1ec7582ef17c5fe0cd8e1886c9768f8_536507.ko -o /dev/null spawn staprun /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/f1/stap_f1ec7582ef17c5fe0cd8e1886c9768f8_536507.ko -o /dev/null PASS: pr10854 runloop testcase /home/prasadkr/systemtap/testsuite/systemtap.base/pr10854.exp completed in 9 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/prcwildcard.exp ... spawn stap -L process("../sta*").function("*") process("/home/prasadkr/systemtap/stap").function("NSPR_init@/home/prasadkr/systemtap/session.cxx:214")? $this:struct systemtap_session* const process("/home/prasadkr/systemtap/stap").function("StapDwfl@/home/prasadkr/systemtap/setupdwfl.h:36")? $d:Dwfl* $this:struct StapDwfl* const process("/home/prasadkr/systemtap/stap").function("_Alloc_hider@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:259")? process("/home/prasadkr/systemtap/stap").function("_Construct@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:70")? process("/home/prasadkr/systemtap/stap").function("_Construct, std::allocator >, std::basic_string, std::allocator > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:70")? process("/home/prasadkr/systemtap/stap").function("_Deque_base@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:373")? process("/home/prasadkr/systemtap/stap").function("_Deque_base@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:377")? process("/home/prasadkr/systemtap/stap").function("_Deque_impl@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:418")? process("/home/prasadkr/systemtap/stap").function("_Deque_impl@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:423")? process("/home/prasadkr/systemtap/stap").function("_Deque_iterator@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:120")? process("/home/prasadkr/systemtap/stap").function("_Deque_iterator@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:123")? process("/home/prasadkr/systemtap/stap").function("_Destroy<__gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:112")? $__first:class __normal_iterator > > process("/home/prasadkr/systemtap/stap").function("_Destroy<__gnu_cxx::__normal_iterator > >, print_format::format_component>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:139")? $__last:class __normal_iterator > > $__first:class __normal_iterator > > process("/home/prasadkr/systemtap/stap").function("_Destroy<__gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:112")? $__first:class __normal_iterator > > process("/home/prasadkr/systemtap/stap").function("_Destroy<__gnu_cxx::__normal_iterator > >, target_symbol::component>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:139")? $__last:class __normal_iterator > > $__first:class __normal_iterator > > process("/home/prasadkr/systemtap/stap").function("_Destroy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:139")? process("/home/prasadkr/systemtap/stap").function("_Destroy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:112")? process("/home/prasadkr/systemtap/stap").function("_Destroy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:82")? process("/home/prasadkr/systemtap/stap").function("_Destroy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:139")? process("/home/prasadkr/systemtap/stap").function("_Destroy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:112")? process("/home/prasadkr/systemtap/stap").function("_Destroy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:82")? process("/home/prasadkr/systemtap/stap").function("_Destroy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:139")? process("/home/prasadkr/systemtap/stap").function("_Destroy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:112")? process("/home/prasadkr/systemtap/stap").function("_Destroy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:82")? process("/home/prasadkr/systemtap/stap").function("_Destroy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:139")? process("/home/prasadkr/systemtap/stap").function("_Destroy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:112")? process("/home/prasadkr/systemtap/stap").function("_Destroy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:82")? process("/home/prasadkr/systemtap/stap").function("_Destroy, std::allocator > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:82")? process("/home/prasadkr/systemtap/stap").function("_Destroy, std::allocator >*, std::basic_string, std::allocator > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:139")? process("/home/prasadkr/systemtap/stap").function("_Destroy, std::allocator >*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:112")? process("/home/prasadkr/systemtap/stap").function("_Destroy, std::allocator >, unsigned int> >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:82")? process("/home/prasadkr/systemtap/stap").function("_Destroy, std::allocator >, unsigned int>*, std::pair, std::allocator >, unsigned int> >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:139")? process("/home/prasadkr/systemtap/stap").function("_Destroy, std::allocator >, unsigned int>*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:112")? process("/home/prasadkr/systemtap/stap").function("_Destroy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:139")? process("/home/prasadkr/systemtap/stap").function("_Destroy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:112")? process("/home/prasadkr/systemtap/stap").function("_Destroy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:82")? process("/home/prasadkr/systemtap/stap").function("_Destroy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:139")? process("/home/prasadkr/systemtap/stap").function("_Destroy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:112")? process("/home/prasadkr/systemtap/stap").function("_Destroy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:82")? $__pointer:struct tmpvar* process("/home/prasadkr/systemtap/stap").function("_Destroy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:139")? process("/home/prasadkr/systemtap/stap").function("_Destroy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:112")? process("/home/prasadkr/systemtap/stap").function("_Destroy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:82")? $__pointer:struct tracepoint_arg* process("/home/prasadkr/systemtap/stap").function("_GLOBAL__I__Z11dwfl_assertRKSsi")? process("/home/prasadkr/systemtap/stap").function("_GLOBAL__I__Z13add_conditionP10expressionS0_")? process("/home/prasadkr/systemtap/stap").function("_GLOBAL__I__Z17common_probe_initP13derived_probe")? process("/home/prasadkr/systemtap/stap").function("_GLOBAL__I__Z17output_exportconfR17systemtap_sessionRSt14basic_ofstreamIcSt11char_traitsIcEEPKcS7_")? process("/home/prasadkr/systemtap/stap").function("_GLOBAL__I__Z17setup_dwfl_kernelRKSsPjR17systemtap_session")? process("/home/prasadkr/systemtap/stap").function("_GLOBAL__I__Z18get_home_directoryv")? process("/home/prasadkr/systemtap/stap").function("_GLOBAL__I__Z19print_coverage_infoR17systemtap_session")? process("/home/prasadkr/systemtap/stap").function("_GLOBAL__I__Z21add_stapconf_to_cacheR17systemtap_session")? process("/home/prasadkr/systemtap/stap").function("_GLOBAL__I__Z22missing_rpm_list_printR17systemtap_sessionPKc")? process("/home/prasadkr/systemtap/stap").function("_GLOBAL__I__Z5parseR17systemtap_sessionRSib")? process("/home/prasadkr/systemtap/stap").function("_GLOBAL__I__ZN10expressionC2Ev")? process("/home/prasadkr/systemtap/stap").function("_GLOBAL__I__ZN16be_derived_probe10join_groupER17systemtap_session")? process("/home/prasadkr/systemtap/stap").function("_GLOBAL__I__ZN17systemtap_session16NSPR_InitializedE")? process("/home/prasadkr/systemtap/stap").function("_GLOBAL__I__ZN18perf_derived_probeC2EP5probeP11probe_pointlll")? process("/home/prasadkr/systemtap/stap").function("_GLOBAL__I__ZN19timer_derived_probeC2EP5probeP11probe_pointllb")? process("/home/prasadkr/systemtap/stap").function("_GLOBAL__I__ZN20itrace_derived_probeC2ER17systemtap_sessionP5probeP11probe_pointbRSsli")? process("/home/prasadkr/systemtap/stap").function("_GLOBAL__I__ZN20procfs_derived_probeC2ER17systemtap_sessionP5probeP11probe_pointSsbll")? process("/home/prasadkr/systemtap/stap").function("_GLOBAL__I__ZN20utrace_derived_probeC2ER17systemtap_sessionP5probeP11probe_pointbRSsl26utrace_derived_probe_flags")? process("/home/prasadkr/systemtap/stap").function("_GLOBAL__I__ZN21compile_server_client10passes_0_4Ev")? process("/home/prasadkr/systemtap/stap").function("_GLOBAL__I__ZN26mark_var_expanding_visitor23visit_target_symbol_argEP13target_symbol")? process("/home/prasadkr/systemtap/stap").function("_GLOBAL__I__ZN31task_finder_derived_probe_group16emit_module_initER17systemtap_session")? process("/home/prasadkr/systemtap/stap").function("_GLOBAL__I__ZN4hash5startEv")? process("/home/prasadkr/systemtap/stap").function("_GLOBAL__I__ZN6dwflppC2ER17systemtap_sessionRKSsb")? process("/home/prasadkr/systemtap/stap").function("_GLOBAL__I__ZN6remote6createER17systemtap_sessionRKSs")? process("/home/prasadkr/systemtap/stap").function("_GLOBAL__I__ZlsRSoRK3var")? process("/home/prasadkr/systemtap/stap").function("_GLOBAL__I_pending_interrupts")? process("/home/prasadkr/systemtap/stap").function("_Hashtable@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable:574")? process("/home/prasadkr/systemtap/stap").function("_Hashtable_iterator@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable_policy.h:307")? process("/home/prasadkr/systemtap/stap").function("_Hashtable_iterator@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable_policy.h:312")? process("/home/prasadkr/systemtap/stap").function("_Hashtable_iterator_base@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable_policy.h:242")? process("/home/prasadkr/systemtap/stap").function("_List_base@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_list.h:341")? process("/home/prasadkr/systemtap/stap").function("_List_base@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_list.h:345")? $this:class _List_base, std::allocator >, std::allocator, std::allocator > > >* const process("/home/prasadkr/systemtap/stap").function("_M_add_ref_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/boost_sp_counted_base.h:129")? $this:class _Sp_counted_base<(__gnu_cxx::_Lock_policy)2u>* const process("/home/prasadkr/systemtap/stap").function("_M_allocate@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:139")? process("/home/prasadkr/systemtap/stap").function("_M_allocate_and_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:960")? $__first:struct Dwarf_Die* $__n:size_t $this:class vector >* const process("/home/prasadkr/systemtap/stap").function("_M_allocate_and_copy<__gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:960")? $__last:class __normal_iterator > > $__first:class __normal_iterator > > $__n:size_t $this:class vector >* const process("/home/prasadkr/systemtap/stap").function("_M_allocate_and_copy<__gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:960")? $__last:class __normal_iterator > > $__first:class __normal_iterator > > $__n:size_t $this:class vector >* const process("/home/prasadkr/systemtap/stap").function("_M_allocate_and_copy<__gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:960")? $__last:class __normal_iterator > > $__first:class __normal_iterator > > $__n:size_t $this:class vector >* const process("/home/prasadkr/systemtap/stap").function("_M_allocate_and_copy<__gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:960")? $__last:class __normal_iterator > > $__first:class __normal_iterator > > $__n:size_t $this:class vector >* const process("/home/prasadkr/systemtap/stap").function("_M_allocate_and_copy<__gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:960")? $__last:class __normal_iterator > > $__first:class __normal_iterator > > $__n:size_t $this:class vector >* const process("/home/prasadkr/systemtap/stap").function("_M_allocate_and_copy<__gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:960")? $__last:class __normal_iterator > > $__first:class __normal_iterator > > $__n:size_t $this:class vector >* const process("/home/prasadkr/systemtap/stap").function("_M_allocate_and_copy<__gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:960")? $__last:class __normal_iterator > > $__first:class __normal_iterator > > $__n:size_t $this:class vector >* const process("/home/prasadkr/systemtap/stap").function("_M_allocate_buckets@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable:543")? process("/home/prasadkr/systemtap/stap").function("_M_allocate_map@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:454")? process("/home/prasadkr/systemtap/stap").function("_M_allocate_node@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:442")? process("/home/prasadkr/systemtap/stap").function("_M_allocate_node@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable:475")? process("/home/prasadkr/systemtap/stap").function("_M_assign_aux@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/vector.tcc:235")? $this:class vector >* const $__first:struct Dwarf_Die* $__last:struct Dwarf_Die* process("/home/prasadkr/systemtap/stap").function("_M_assign_dispatch@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:1056")? $__last:struct Dwarf_Die* $this:class vector >* const $__first:struct Dwarf_Die* process("/home/prasadkr/systemtap/stap").function("_M_begin@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:481")? process("/home/prasadkr/systemtap/stap").function("_M_begin@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:485")? process("/home/prasadkr/systemtap/stap").function("_M_bucket_index@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable_policy.h:757")? process("/home/prasadkr/systemtap/stap").function("_M_bucket_index@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable_policy.h:762")? process("/home/prasadkr/systemtap/stap").function("_M_check@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:306")? process("/home/prasadkr/systemtap/stap").function("_M_check_len@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:1134")? $__n:size_t process("/home/prasadkr/systemtap/stap").function("_M_clear@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/list.tcc:64")? process("/home/prasadkr/systemtap/stap").function("_M_clone_node@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:414")? process("/home/prasadkr/systemtap/stap").function("_M_compare@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable_policy.h:767")? $__n:struct _Hash_node, std::allocator >, Dwarf_Die>, false>* process("/home/prasadkr/systemtap/stap").function("_M_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:339")? process("/home/prasadkr/systemtap/stap").function("_M_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:928")? process("/home/prasadkr/systemtap/stap").function("_M_create_node@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_list.h:459")? process("/home/prasadkr/systemtap/stap").function("_M_create_node@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:367")? process("/home/prasadkr/systemtap/stap").function("_M_create_nodes@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:531")? process("/home/prasadkr/systemtap/stap").function("_M_data@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:277")? process("/home/prasadkr/systemtap/stap").function("_M_deallocate@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:143")? process("/home/prasadkr/systemtap/stap").function("_M_deallocate_buckets@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable:562")? process("/home/prasadkr/systemtap/stap").function("_M_deallocate_map@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:458")? process("/home/prasadkr/systemtap/stap").function("_M_deallocate_node@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:448")? process("/home/prasadkr/systemtap/stap").function("_M_deallocate_node@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable:502")? process("/home/prasadkr/systemtap/stap").function("_M_deallocate_nodes@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable:519")? process("/home/prasadkr/systemtap/stap").function("_M_destroy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/boost_sp_counted_base.h:122")? $this:class _Sp_counted_base<(__gnu_cxx::_Lock_policy)2u>* const process("/home/prasadkr/systemtap/stap").function("_M_destroy_node@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:381")? process("/home/prasadkr/systemtap/stap").function("_M_destroy_nodes@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:549")? process("/home/prasadkr/systemtap/stap").function("_M_dispose@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:229")? process("/home/prasadkr/systemtap/stap").function("_M_dispose@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1/shared_ptr.h:74")? $this:class _Sp_counted_base_impl, (__gnu_cxx::_Lock_policy)2u>* const process("/home/prasadkr/systemtap/stap").function("_M_end@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:492")? process("/home/prasadkr/systemtap/stap").function("_M_end@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:496")? process("/home/prasadkr/systemtap/stap").function("_M_erase@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_list.h:1422")? process("/home/prasadkr/systemtap/stap").function("_M_erase@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:964")? process("/home/prasadkr/systemtap/stap").function("_M_erase_at_end@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:1148")? process("/home/prasadkr/systemtap/stap").function("_M_fill_initialize@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:1033")? process("/home/prasadkr/systemtap/stap").function("_M_fill_insert@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/vector.tcc:372")? $this:class vector >* const $__position:class __normal_iterator > > $__n:size_t $__x:enum exp_type const& process("/home/prasadkr/systemtap/stap").function("_M_find_node@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable:912")? process("/home/prasadkr/systemtap/stap").function("_M_get_deleter@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1/shared_ptr.h:78")? $this:class _Sp_counted_base_impl, (__gnu_cxx::_Lock_policy)2u>* const $__ti:class type_info const& process("/home/prasadkr/systemtap/stap").function("_M_get_node@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_list.h:315")? process("/home/prasadkr/systemtap/stap").function("_M_get_node@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:358")? process("/home/prasadkr/systemtap/stap").function("_M_hash_code@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable_policy.h:753")? process("/home/prasadkr/systemtap/stap").function("_M_incr@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable_policy.h:247")? process("/home/prasadkr/systemtap/stap").function("_M_incr_bucket@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable_policy.h:265")? process("/home/prasadkr/systemtap/stap").function("_M_init@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_list.h:366")? process("/home/prasadkr/systemtap/stap").function("_M_initialize@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:444")? process("/home/prasadkr/systemtap/stap").function("_M_initialize_dispatch, std::allocator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_list.h:1357")? $__first:struct _List_const_iterator, std::allocator > > $this:class list, std::allocator >, std::allocator, std::allocator > > >* const process("/home/prasadkr/systemtap/stap").function("_M_initialize_dispatch, std::allocator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:997")? process("/home/prasadkr/systemtap/stap").function("_M_initialize_map@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:492")? $__num_elements:size_t process("/home/prasadkr/systemtap/stap").function("_M_insert@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_list.h:1405")? process("/home/prasadkr/systemtap/stap").function("_M_insert@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable:975")? process("/home/prasadkr/systemtap/stap").function("_M_insert@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable:996")? $this:class _Hashtable, std::allocator >, std::pair, std::allocator >, Dwarf_Die>, std::allocator, std::allocator >, Dwarf_Die> >, std::_Select1st, std::allocator >, Dwarf_Die> >, std::equal_to, std::allocator > >, std::tr1::hash, std::allocator > >, std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash, std::tr1::__detail::_Prime_rehash_policy, false, false, false>* const $__v:struct pair, std::allocator >, Dwarf_Die> const& process("/home/prasadkr/systemtap/stap").function("_M_insert_@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:874")? $__x:struct _Rb_tree_node_base const* $__p:struct _Rb_tree_node_base const* process("/home/prasadkr/systemtap/stap").function("_M_insert_aux@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/vector.tcc:295")? process("/home/prasadkr/systemtap/stap").function("_M_insert_bucket@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable:931")? $__n:size_t $__code:size_t process("/home/prasadkr/systemtap/stap").function("_M_insert_dispatch<__gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:1097")? $__last:class __normal_iterator > > $__first:class __normal_iterator > > $__pos:class __normal_iterator > > $this:class vector >* const process("/home/prasadkr/systemtap/stap").function("_M_insert_equal@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:1189")? process("/home/prasadkr/systemtap/stap").function("_M_insert_unique<__gnu_cxx::__normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:1320")? process("/home/prasadkr/systemtap/stap").function("_M_insert_unique<__gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:1320")? process("/home/prasadkr/systemtap/stap").function("_M_insert_unique, std::allocator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:1320")? $this:class _Rb_tree, std::allocator >, std::basic_string, std::allocator >, std::_Identity, std::allocator > >, std::less, std::allocator > >, std::allocator, std::allocator > > >* const $__first:struct _Rb_tree_const_iterator, std::allocator > > process("/home/prasadkr/systemtap/stap").function("_M_insert_unique@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:1161")? process("/home/prasadkr/systemtap/stap").function("_M_insert_unique_@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:1206")? process("/home/prasadkr/systemtap/stap").function("_M_leak@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:299")? process("/home/prasadkr/systemtap/stap").function("_M_limit@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:322")? $__off:size_t $this:struct basic_string, std::allocator > const* const $__pos:size_t process("/home/prasadkr/systemtap/stap").function("_M_lower_bound@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:981")? process("/home/prasadkr/systemtap/stap").function("_M_lower_bound@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:997")? process("/home/prasadkr/systemtap/stap").function("_M_need_rehash@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable_policy.h:488")? process("/home/prasadkr/systemtap/stap").function("_M_next_bkt@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable_policy.h:454")? $this:struct _Prime_rehash_policy const* const process("/home/prasadkr/systemtap/stap").function("_M_pop_back_aux@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/deque.tcc:426")? process("/home/prasadkr/systemtap/stap").function("_M_push_back_aux@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/deque.tcc:364")? process("/home/prasadkr/systemtap/stap").function("_M_put_node@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_list.h:319")? process("/home/prasadkr/systemtap/stap").function("_M_put_node@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:362")? process("/home/prasadkr/systemtap/stap").function("_M_range_initialize, std::allocator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:1018")? process("/home/prasadkr/systemtap/stap").function("_M_range_insert<__gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/vector.tcc:478")? $this:class vector >* const $__position:class __normal_iterator > > $__first:class __normal_iterator > > $__last:class __normal_iterator > > process("/home/prasadkr/systemtap/stap").function("_M_reallocate_map@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/deque.tcc:795")? process("/home/prasadkr/systemtap/stap").function("_M_refdata@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:214")? process("/home/prasadkr/systemtap/stap").function("_M_rehash@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable:1232")? process("/home/prasadkr/systemtap/stap").function("_M_release@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/boost_sp_counted_base.h:136")? $this:class _Sp_counted_base<(__gnu_cxx::_Lock_policy)2u>* const process("/home/prasadkr/systemtap/stap").function("_M_rep@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:285")? process("/home/prasadkr/systemtap/stap").function("_M_reserve_map_at_back@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:1715")? $__nodes_to_add:size_t process("/home/prasadkr/systemtap/stap").function("_M_root@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:461")? process("/home/prasadkr/systemtap/stap").function("_M_set_length_and_sharable@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:199")? process("/home/prasadkr/systemtap/stap").function("_M_set_node@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:222")? process("/home/prasadkr/systemtap/stap").function("_M_set_sharable@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:195")? process("/home/prasadkr/systemtap/stap").function("_M_stringbuf_init@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/sstream:154")? $this:struct basic_stringbuf, std::allocator >* const process("/home/prasadkr/systemtap/stap").function("_M_swap@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1/shared_ptr.h:179")? process("/home/prasadkr/systemtap/stap").function("_M_transfer@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_list.h:1399")? $this:class list, std::allocator >, std::allocator, std::allocator > > >* const process("/home/prasadkr/systemtap/stap").function("_M_upper_bound@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:1013")? process("/home/prasadkr/systemtap/stap").function("_M_upper_bound@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:1029")? $__k:struct basic_string, std::allocator > const& $__y:struct _Rb_tree_node, std::allocator >, std::basic_string, std::allocator > > > const* $__x:struct _Rb_tree_node, std::allocator >, std::basic_string, std::allocator > > > const* $this:class _Rb_tree, std::allocator >, std::pair, std::allocator >, std::basic_string, std::allocator > >, std::_Select1st, std::allocator >, std::basic_string, std::allocator > > >, std::less, std::allocator > >, std::allocator, std::allocator >, std::basic_string, std::allocator > > > > const* const process("/home/prasadkr/systemtap/stap").function("_Prime_rehash_policy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable_policy.h:417")? process("/home/prasadkr/systemtap/stap").function("_Rb_tree@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:591")? process("/home/prasadkr/systemtap/stap").function("_Rb_tree@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:597")? process("/home/prasadkr/systemtap/stap").function("_Rb_tree_const_iterator@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:238")? process("/home/prasadkr/systemtap/stap").function("_Rb_tree_const_iterator@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:242")? process("/home/prasadkr/systemtap/stap").function("_Rb_tree_impl@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:432")? process("/home/prasadkr/systemtap/stap").function("_Rb_tree_impl@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:437")? process("/home/prasadkr/systemtap/stap").function("_Rb_tree_iterator@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:170")? process("/home/prasadkr/systemtap/stap").function("_S_compare@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:392")? process("/home/prasadkr/systemtap/stap").function("_S_construct@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:1556")? $__end:char* $__beg:char* process("/home/prasadkr/systemtap/stap").function("_S_construct@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.tcc:123")? $__beg:char* $__end:char* $__a:class allocator const& process("/home/prasadkr/systemtap/stap").function("_S_construct_aux@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:1539")? $__beg:char* $__end:char* process("/home/prasadkr/systemtap/stap").function("_S_copy_chars@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:384")? process("/home/prasadkr/systemtap/stap").function("_S_left@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:508")? process("/home/prasadkr/systemtap/stap").function("_S_left@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:512")? process("/home/prasadkr/systemtap/stap").function("_S_maximum@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:112")? $__x:_Base_ptr process("/home/prasadkr/systemtap/stap").function("_S_maximum@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:540")? $__x:struct _Rb_tree_node_base* process("/home/prasadkr/systemtap/stap").function("_S_minimum@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:532")? $__x:struct _Rb_tree_node_base* process("/home/prasadkr/systemtap/stap").function("_S_minimum@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:98")? $__x:_Base_ptr process("/home/prasadkr/systemtap/stap").function("_S_right@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:516")? process("/home/prasadkr/systemtap/stap").function("_S_right@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:520")? process("/home/prasadkr/systemtap/stap").function("_Sp_counted_base@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/boost_sp_counted_base.h:108")? $this:class _Sp_counted_base<(__gnu_cxx::_Lock_policy)2u>* const process("/home/prasadkr/systemtap/stap").function("_Sp_counted_base_impl@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1/shared_ptr.h:70")? process("/home/prasadkr/systemtap/stap").function("_Vector_base@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:104")? process("/home/prasadkr/systemtap/stap").function("_Vector_base@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:107")? $this:struct _Vector_base, std::allocator >, std::allocator, std::allocator > > >* const process("/home/prasadkr/systemtap/stap").function("_Vector_base@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:110")? process("/home/prasadkr/systemtap/stap").function("_Vector_impl@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:80")? process("/home/prasadkr/systemtap/stap").function("_Vector_impl@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:84")? process("/home/prasadkr/systemtap/stap").function("__adjust_heap<__gnu_cxx::__normal_iterator > >, long int, be_derived_probe*, bool (*)(const be_derived_probe*, const be_derived_probe*)>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_heap.h:295")? $__first:class __normal_iterator > > $__holeIndex:long int $__len:long int $__value:struct be_derived_probe* $__comp:void* process("/home/prasadkr/systemtap/stap").function("__advance@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h:145")? $__n:long int process("/home/prasadkr/systemtap/stap").function("__advance<__gnu_cxx::__normal_iterator > >, long int>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h:145")? $__n:long int process("/home/prasadkr/systemtap/stap").function("__atomic_add@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/atomicity.h:49")? $__mem:_Atomic_word volatile* $__val:int process("/home/prasadkr/systemtap/stap").function("__atomic_add_dispatch@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/atomicity.h:89")? $__val:int $__mem:_Atomic_word* process("/home/prasadkr/systemtap/stap").function("__atomic_add_single@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/atomicity.h:70")? $__val:int process("/home/prasadkr/systemtap/stap").function("__check_facet >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.h:46")? process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? $__result:struct Dwarf_Attribute* process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? $__result:struct be_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:338")? $__last:struct compile_server_info* $__first:struct compile_server_info* $__result:struct compile_server_info* process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:338")? $__first:struct format_component const* $__result:struct format_component* process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:338")? $__first:struct component const* $__result:struct component* process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? $__result:struct token const** process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? $__last:struct defined_op** const* $__first:struct defined_op** const* $__result:struct defined_op*** process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? $__result:struct derived_probe_builder** process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? $__result:struct derived_probe_group** process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? $__last:struct functioncall*** const* $__first:struct functioncall*** const* $__result:struct functioncall**** process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? $__result:struct hrtimer_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? $__result:struct hwbkpt_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? $__result:struct mark_arg** process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? $__result:struct mark_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? $__result:struct match_node** process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? $__result:struct perf_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:338")? $__last:struct format_component* $__first:struct format_component* $__result:struct format_component* process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? $__result:struct probe** process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? $__result:struct probe_alias** process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? $__result:struct profile_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? process("/home/prasadkr/systemtap/stap").function("__copy_m, std::_Deque_iterator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:338")? process("/home/prasadkr/systemtap/stap").function("__copy_m, std::_Deque_iterator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:338")? process("/home/prasadkr/systemtap/stap").function("__copy_m, std::_Deque_iterator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:338")? process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:338")? $__last:struct component* $__first:struct component* $__result:struct component* process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? $__result:struct timer_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? $__result:struct tracepoint_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? $__result:struct uprobe_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? process("/home/prasadkr/systemtap/stap").function("__copy_m@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:376")? $__last:void** const* $__first:void** const* $__result:void*** process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__last:struct Dwarf_Attribute* $__result:struct Dwarf_Attribute* process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2 > >, __gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__last:class __normal_iterator > > $__first:class __normal_iterator > > process("/home/prasadkr/systemtap/stap").function("__copy_move_a2 > >, Dwarf_Die*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2 > >, __gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2 > >, exp_type*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2 > >, long int*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2 > >, __gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2 > >, __gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2 > >, derived_probe**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2 > >, embeddedcode**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2 > >, __gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2 > >, expression**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2 > >, functiondecl**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2 > >, itrace_derived_probe**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2 > >, __gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2 > >, probe_point**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2 > >, __gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2 > >, probe_point::component**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2 > >, remote**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2 > >, stapfile**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2 > >, __gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2 > >, statement**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2 > >, __gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2 > >, statement**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2 > >, symbol**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2 > >, update_visitor**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2 > >, utrace_derived_probe**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2 > >, vardecl**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2 > >, __gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__last:struct be_derived_probe** $__result:struct be_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__last:struct token const** $__result:struct token const** process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__result:struct defined_op*** $__last:struct defined_op*** $__first:struct defined_op*** process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__last:struct derived_probe** $__result:struct derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__last:struct derived_probe_builder** $__result:struct derived_probe_builder** process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__last:struct derived_probe_group** $__result:struct derived_probe_group** process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__last:struct embeddedcode** $__result:struct embeddedcode** process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__result:struct functioncall**** $__last:struct functioncall**** $__first:struct functioncall**** process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__last:struct functiondecl** $__result:struct functiondecl** process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__last:struct hrtimer_derived_probe** $__result:struct hrtimer_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__last:struct hwbkpt_derived_probe** $__result:struct hwbkpt_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__last:struct itrace_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__last:long int* $__result:long int* process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__last:struct mark_arg** $__result:struct mark_arg** process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__last:struct mark_derived_probe** $__result:struct mark_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__last:struct match_node** $__result:struct match_node** process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__last:struct perf_derived_probe** $__result:struct perf_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__result:struct format_component* $__last:struct format_component* $__first:struct format_component* process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__last:struct probe** $__result:struct probe** process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__last:struct probe_alias** $__result:struct probe_alias** process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__last:struct profile_derived_probe** $__result:struct profile_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__last:class remote** process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__last:struct stapfile** $__result:struct stapfile** process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2, std::_Deque_iterator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2, std::_Deque_iterator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2, std::_Deque_iterator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__last:struct symbol** $__result:struct symbol** process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__result:struct component* $__last:struct component* $__first:struct component* process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__last:struct timer_derived_probe** $__result:struct timer_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__last:struct tracepoint_derived_probe** $__result:struct tracepoint_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__last:struct update_visitor** $__result:struct update_visitor** process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__last:struct uprobe_derived_probe** $__result:struct uprobe_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__last:struct utrace_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__last:struct vardecl** $__result:struct vardecl** process("/home/prasadkr/systemtap/stap").function("__copy_move_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:431")? $__result:void*** $__last:void*** $__first:void*** process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:struct Dwarf_Attribute* $__result:struct Dwarf_Attribute* process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:struct be_derived_probe** $__result:struct be_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__result:struct compile_server_info* $__first:struct compile_server_info* $__last:struct compile_server_info* process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__first:struct Dwarf_Die const* process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:struct token const** $__result:struct token const** process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:struct defined_op*** $__first:struct defined_op*** $__result:struct defined_op*** process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:struct derived_probe** $__result:struct derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:struct derived_probe_builder** $__result:struct derived_probe_builder** process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:struct derived_probe_group** $__result:struct derived_probe_group** process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:struct embeddedcode** $__result:struct embeddedcode** process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:struct functioncall**** $__first:struct functioncall**** $__result:struct functioncall**** process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:struct functiondecl** $__result:struct functiondecl** process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:struct hrtimer_derived_probe** $__result:struct hrtimer_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:struct hwbkpt_derived_probe** $__result:struct hwbkpt_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:struct itrace_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:long int* $__result:long int* process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:struct mark_arg** $__result:struct mark_arg** process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:struct mark_derived_probe** $__result:struct mark_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:struct match_node** $__result:struct match_node** process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:struct perf_derived_probe** $__result:struct perf_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:struct format_component* $__first:struct format_component* $__result:struct format_component* process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:struct probe** $__result:struct probe** process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:struct probe_alias** $__result:struct probe_alias** process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:struct profile_derived_probe** $__result:struct profile_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:class remote** process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:struct stapfile** $__result:struct stapfile** process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a, std::_Deque_iterator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a, std::_Deque_iterator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a, std::_Deque_iterator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:struct symbol** $__result:struct symbol** process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:struct component* $__first:struct component* $__result:struct component* process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:struct timer_derived_probe** $__result:struct timer_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:struct tracepoint_derived_probe** $__result:struct tracepoint_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:struct update_visitor** $__result:struct update_visitor** process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:struct uprobe_derived_probe** $__result:struct uprobe_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:struct utrace_derived_probe** process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:struct vardecl** $__result:struct vardecl** process("/home/prasadkr/systemtap/stap").function("__copy_move_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:386")? $__last:void*** $__first:void*** $__result:void*** process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:542")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? $__last:struct defined_op** const* $__first:struct defined_op** const* $__result:struct defined_op*** process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:542")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? $__last:struct functioncall*** const* $__first:struct functioncall*** const* $__result:struct functioncall**** process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:542")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:542")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b, std::allocator >*, std::basic_string, std::allocator >*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:542")? $__last:struct basic_string, std::allocator >* $__first:struct basic_string, std::allocator >* $__result:struct basic_string, std::allocator >* process("/home/prasadkr/systemtap/stap").function("__copy_move_b*, std::pair*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:542")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b, std::allocator >, unsigned int>*, std::pair, std::allocator >, unsigned int>*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:542")? $__last:struct pair, std::allocator >, unsigned int>* $__first:struct pair, std::allocator >, unsigned int>* process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:542")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:542")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:542")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? process("/home/prasadkr/systemtap/stap").function("__copy_move_b@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:572")? $__last:void** const* $__first:void** const* $__result:void*** process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2 > >, __gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? $__last:struct defined_op*** $__first:struct defined_op*** $__result:struct defined_op*** process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? $__last:struct functioncall**** $__first:struct functioncall**** $__result:struct functioncall**** process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2, std::allocator >*, std::basic_string, std::allocator >*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? $__result:struct basic_string, std::allocator >* $__last:struct basic_string, std::allocator >* $__first:struct basic_string, std::allocator >* process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2*, std::pair*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2, std::allocator >, unsigned int>*, std::pair, std::allocator >, unsigned int>*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? $__last:struct pair, std::allocator >, unsigned int>* $__first:struct pair, std::allocator >, unsigned int>* process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a2@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:600")? $__last:void*** $__first:void*** $__result:void*** process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? $__last:struct defined_op*** $__first:struct defined_op*** $__result:struct defined_op*** process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? $__last:struct functioncall**** $__first:struct functioncall**** $__result:struct functioncall**** process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a, std::allocator >*, std::basic_string, std::allocator >*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? $__last:struct basic_string, std::allocator >* $__first:struct basic_string, std::allocator >* $__result:struct basic_string, std::allocator >* process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a*, std::pair*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a, std::allocator >, unsigned int>*, std::pair, std::allocator >, unsigned int>*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? $__last:struct pair, std::allocator >, unsigned int>* $__first:struct pair, std::allocator >, unsigned int>* process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? process("/home/prasadkr/systemtap/stap").function("__copy_move_backward_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:582")? $__last:void*** $__first:void*** $__result:void*** process("/home/prasadkr/systemtap/stap").function("__destroy<__gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:90")? $__first:class __normal_iterator > > process("/home/prasadkr/systemtap/stap").function("__destroy<__gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:90")? $__first:class __normal_iterator > > process("/home/prasadkr/systemtap/stap").function("__destroy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:90")? $__first:struct compile_server_info* process("/home/prasadkr/systemtap/stap").function("__destroy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:90")? $__first:struct func_info* process("/home/prasadkr/systemtap/stap").function("__destroy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:90")? $__first:struct inline_instance_info* process("/home/prasadkr/systemtap/stap").function("__destroy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:90")? $__first:struct format_component* process("/home/prasadkr/systemtap/stap").function("__destroy, std::allocator >*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:90")? process("/home/prasadkr/systemtap/stap").function("__destroy, std::allocator >, unsigned int>*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:90")? process("/home/prasadkr/systemtap/stap").function("__destroy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:90")? process("/home/prasadkr/systemtap/stap").function("__destroy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:90")? $__first:struct tmpvar* process("/home/prasadkr/systemtap/stap").function("__destroy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_construct.h:90")? $__first:struct tracepoint_arg* process("/home/prasadkr/systemtap/stap").function("__distance@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h:87")? process("/home/prasadkr/systemtap/stap").function("__distance<__gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h:87")? process("/home/prasadkr/systemtap/stap").function("__distance@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h:87")? $__last:char* $__first:char* process("/home/prasadkr/systemtap/stap").function("__distance, std::allocator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h:70")? process("/home/prasadkr/systemtap/stap").function("__distance, std::allocator >, std::basic_string, std::allocator > > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h:70")? $__first:struct _Rb_tree_const_iterator, std::allocator >, std::basic_string, std::allocator > > > process("/home/prasadkr/systemtap/stap").function("__distance, std::allocator >, Dwarf_Die>, false, false> >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h:70")? process("/home/prasadkr/systemtap/stap").function("__distance_fw, std::allocator >, Dwarf_Die>, false, false> >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable_policy.h:46")? process("/home/prasadkr/systemtap/stap").function("__distance_fw, std::allocator >, Dwarf_Die>, false, false> >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable_policy.h:52")? process("/home/prasadkr/systemtap/stap").function("__equal_aux, std::allocator > >, std::_Rb_tree_const_iterator, std::allocator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:822")? process("/home/prasadkr/systemtap/stap").function("__exchange_and_add@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/atomicity.h:45")? $__mem:_Atomic_word volatile* $__val:int process("/home/prasadkr/systemtap/stap").function("__exchange_and_add_dispatch@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/atomicity.h:75")? $__val:int $__mem:_Atomic_word* process("/home/prasadkr/systemtap/stap").function("__exchange_and_add_single@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/atomicity.h:62")? $__val:int $__mem:_Atomic_word* process("/home/prasadkr/systemtap/stap").function("__fill_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:687")? process("/home/prasadkr/systemtap/stap").function("__fill_a, false>**, std::tr1::__detail::_Hash_node, false>*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:697")? $__last:struct _Hash_node, false>** $__first:struct _Hash_node, false>** process("/home/prasadkr/systemtap/stap").function("__fill_a >*>, false>**, std::tr1::__detail::_Hash_node >*>, false>*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:697")? $__last:struct _Hash_node >*>, false>** $__first:struct _Hash_node >*>, false>** process("/home/prasadkr/systemtap/stap").function("__fill_a, std::allocator >, Dwarf_Die>, false>**, std::tr1::__detail::_Hash_node, std::allocator >, Dwarf_Die>, false>*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:697")? $__last:struct _Hash_node, std::allocator >, Dwarf_Die>, false>** $__first:struct _Hash_node, std::allocator >, Dwarf_Die>, false>** process("/home/prasadkr/systemtap/stap").function("__fill_a, false>**, std::tr1::__detail::_Hash_node, false>*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:697")? $__last:struct _Hash_node, false>** $__first:struct _Hash_node, false>** process("/home/prasadkr/systemtap/stap").function("__fill_a, false>**, std::tr1::__detail::_Hash_node, false>*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:697")? $__last:struct _Hash_node, false>** $__first:struct _Hash_node, false>** process("/home/prasadkr/systemtap/stap").function("__fill_a, false>**, std::tr1::__detail::_Hash_node, false>*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:697")? $__last:struct _Hash_node, false>** $__first:struct _Hash_node, false>** process("/home/prasadkr/systemtap/stap").function("__fill_a, false>**, std::tr1::__detail::_Hash_node, false>*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:697")? $__last:struct _Hash_node, false>** $__first:struct _Hash_node, false>** process("/home/prasadkr/systemtap/stap").function("__fill_a >*>, false>**, std::tr1::__detail::_Hash_node >*>, false>*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:697")? $__last:struct _Hash_node >*>, false>** $__first:struct _Hash_node >*>, false>** process("/home/prasadkr/systemtap/stap").function("__fill_n_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:744")? process("/home/prasadkr/systemtap/stap").function("__fill_n_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:744")? $__first:enum exp_type* process("/home/prasadkr/systemtap/stap").function("__fill_n_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:754")? $__n:long unsigned int $__first:struct probe_point** process("/home/prasadkr/systemtap/stap").function("__final_insertion_sort<__gnu_cxx::__normal_iterator > >, bool (*)(const be_derived_probe*, const be_derived_probe*)>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algo.h:2188")? $__comp:void* process("/home/prasadkr/systemtap/stap").function("__find<__gnu_cxx::__normal_iterator > >, stapfile*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algo.h:166")? process("/home/prasadkr/systemtap/stap").function("__heap_select<__gnu_cxx::__normal_iterator > >, bool (*)(const be_derived_probe*, const be_derived_probe*)>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algo.h:1913")? $__last:class __normal_iterator > > $__middle:class __normal_iterator > > $__first:class __normal_iterator > > process("/home/prasadkr/systemtap/stap").function("__insertion_sort<__gnu_cxx::__normal_iterator > >, bool (*)(const be_derived_probe*, const be_derived_probe*)>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algo.h:2119")? $__first:class __normal_iterator > > $__last:class __normal_iterator > > $__comp:void* process("/home/prasadkr/systemtap/stap").function("__introsort_loop<__gnu_cxx::__normal_iterator > >, long int, bool (*)(const be_derived_probe*, const be_derived_probe*)>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algo.h:2277")? $__first:class __normal_iterator > > $__last:class __normal_iterator > > $__depth_limit:long int $__comp:void* process("/home/prasadkr/systemtap/stap").function("__lc@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:880")? process("/home/prasadkr/systemtap/stap").function("__lexicographical_compare_aux@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:918")? process("/home/prasadkr/systemtap/stap").function("__lg@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algo.h:2323")? $__n:long int process("/home/prasadkr/systemtap/stap").function("__lower_bound@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable_policy.h:60")? process("/home/prasadkr/systemtap/stap").function("__lower_bound@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable_policy.h:60")? process("/home/prasadkr/systemtap/stap").function("__median@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algo.h:119")? process("/home/prasadkr/systemtap/stap").function("__newlast1@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:854")? process("/home/prasadkr/systemtap/stap").function("__normal_iterator@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:686")? process("/home/prasadkr/systemtap/stap").function("__pop_heap<__gnu_cxx::__normal_iterator > >, bool (*)(const be_derived_probe*, const be_derived_probe*)>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_heap.h:322")? $__last:class __normal_iterator > > $__comp:void* process("/home/prasadkr/systemtap/stap").function("__push_heap<__gnu_cxx::__normal_iterator > >, long int, be_derived_probe*, bool (*)(const be_derived_probe*, const be_derived_probe*)>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_heap.h:176")? $__comp:void* $__holeIndex:long int $__value:struct be_derived_probe* $__topIndex:long int $__first:class __normal_iterator > > process("/home/prasadkr/systemtap/stap").function("__shared_count@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1/shared_ptr.h:109")? process("/home/prasadkr/systemtap/stap").function("__shared_count@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1/shared_ptr.h:104")? $this:class __shared_count<(__gnu_cxx::_Lock_policy)2u>* const process("/home/prasadkr/systemtap/stap").function("__shared_count@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1/shared_ptr.h:156")? process("/home/prasadkr/systemtap/stap").function("__shared_ptr@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1/shared_ptr.h:376")? process("/home/prasadkr/systemtap/stap").function("__shared_ptr@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1/shared_ptr.h:358")? process("/home/prasadkr/systemtap/stap").function("__shared_ptr@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1/shared_ptr.h:365")? process("/home/prasadkr/systemtap/stap").function("__static_initialization_and_destruction_0")? process("/home/prasadkr/systemtap/stap").function("__unguarded_insertion_sort<__gnu_cxx::__normal_iterator > >, bool (*)(const be_derived_probe*, const be_derived_probe*)>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algo.h:2154")? $__first:class __normal_iterator > > $__comp:void* process("/home/prasadkr/systemtap/stap").function("__unguarded_linear_insert<__gnu_cxx::__normal_iterator > >, be_derived_probe*, bool (*)(const be_derived_probe*, const be_derived_probe*)>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algo.h:2079")? process("/home/prasadkr/systemtap/stap").function("__unguarded_partition<__gnu_cxx::__normal_iterator > >, be_derived_probe*, bool (*)(const be_derived_probe*, const be_derived_probe*)>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algo.h:2224")? $__comp:void* $__last:class __normal_iterator > > $__first:class __normal_iterator > > process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__last:struct Dwarf_Attribute* process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a<__gnu_cxx::__normal_iterator > >, Dwarf_Die*, Dwarf_Die>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__first:class __normal_iterator > > process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a<__gnu_cxx::__normal_iterator > >, exp_type*, exp_type>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a<__gnu_cxx::__normal_iterator > >, long int*, long int>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a<__gnu_cxx::__normal_iterator > >, print_format::format_component*, print_format::format_component>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a<__gnu_cxx::__normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > >, std::basic_string, std::allocator >*, std::basic_string, std::allocator > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a<__gnu_cxx::__normal_iterator > >, target_symbol::component*, target_symbol::component>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a<__gnu_cxx::__normal_iterator > >, derived_probe**, derived_probe*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a<__gnu_cxx::__normal_iterator > >, embeddedcode**, embeddedcode*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a<__gnu_cxx::__normal_iterator > >, expression**, expression*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a<__gnu_cxx::__normal_iterator > >, functiondecl**, functiondecl*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a<__gnu_cxx::__normal_iterator > >, itrace_derived_probe**, itrace_derived_probe*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a<__gnu_cxx::__normal_iterator > >, probe_point**, probe_point*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a<__gnu_cxx::__normal_iterator > >, probe_point::component**, probe_point::component*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a<__gnu_cxx::__normal_iterator > >, remote**, remote*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a<__gnu_cxx::__normal_iterator > >, stapfile**, stapfile*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a<__gnu_cxx::__normal_iterator > >, statement**, statement*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a<__gnu_cxx::__normal_iterator > >, statement**, statement*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a<__gnu_cxx::__normal_iterator > >, symbol**, symbol*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a<__gnu_cxx::__normal_iterator > >, update_visitor**, update_visitor*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a<__gnu_cxx::__normal_iterator > >, utrace_derived_probe**, utrace_derived_probe*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a<__gnu_cxx::__normal_iterator > >, vardecl**, vardecl*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__last:struct be_derived_probe** process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__result:struct compile_server_info* $__last:struct compile_server_info* $__first:struct compile_server_info* process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__last:struct token const** process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__last:struct derived_probe** process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__last:struct derived_probe_builder** process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__last:struct derived_probe_group** process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__last:struct embeddedcode** process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__result:struct func_info* $__last:struct func_info* $__first:struct func_info* process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__last:struct functiondecl** process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__last:struct hrtimer_derived_probe** process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__last:struct hwbkpt_derived_probe** process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__result:struct inline_instance_info* $__last:struct inline_instance_info* $__first:struct inline_instance_info* process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__last:struct itrace_derived_probe** process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__last:long int* process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__last:struct mark_arg** process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__last:struct mark_derived_probe** process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__last:struct match_node** process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__last:struct perf_derived_probe** process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__last:struct probe** process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__last:struct probe_alias** process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__last:struct profile_derived_probe** process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__last:class remote** process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__last:struct stapfile** process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a, std::_Deque_iterator, defined_op*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a, std::_Deque_iterator, functioncall**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a, std::_Deque_iterator, void*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a, std::allocator > >, std::basic_string, std::allocator >*, std::basic_string, std::allocator > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__result:struct basic_string, std::allocator >* process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a, std::allocator >*, std::basic_string, std::allocator >*, std::basic_string, std::allocator > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a*, std::pair*, std::pair >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a, std::allocator >, unsigned int>*, std::pair, std::allocator >, unsigned int>*, std::pair, std::allocator >, unsigned int> >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__result:struct pair, std::allocator >, unsigned int>* $__last:struct pair, std::allocator >, unsigned int>* $__first:struct pair, std::allocator >, unsigned int>* process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__last:struct symbol** process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__result:struct component* $__last:struct component* $__first:struct component* process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__last:struct timer_derived_probe** process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__result:struct tmpvar* $__last:struct tmpvar* $__first:struct tmpvar* process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__result:struct tracepoint_arg* $__last:struct tracepoint_arg* $__first:struct tracepoint_arg* process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__last:struct tracepoint_derived_probe** process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__last:struct update_visitor** process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__last:struct uprobe_derived_probe** process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__last:struct utrace_derived_probe** process("/home/prasadkr/systemtap/stap").function("__uninitialized_copy_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:255")? $__last:struct vardecl** process("/home/prasadkr/systemtap/stap").function("__uninitialized_fill_n_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:316")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_fill_n_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:316")? $__first:enum exp_type* process("/home/prasadkr/systemtap/stap").function("__uninitialized_fill_n_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:316")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_fill_n_a@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:316")? $__n:long unsigned int $__first:struct probe_point** process("/home/prasadkr/systemtap/stap").function("__uninitialized_fill_n_a, std::allocator >*, long unsigned int, std::basic_string, std::allocator >, std::basic_string, std::allocator > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:316")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? $__alloc:class allocator& $__result:struct compile_server_info* $__last:struct compile_server_info* $__first:struct compile_server_info* process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? $__alloc:class allocator& $__result:struct func_info* $__last:struct func_info* $__first:struct func_info* process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? $__alloc:class allocator& $__result:struct inline_instance_info* $__last:struct inline_instance_info* $__first:struct inline_instance_info* process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? $__first:struct format_component* $__last:struct format_component* $__result:struct format_component* $__alloc:class allocator& process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a, std::allocator >*, std::basic_string, std::allocator >*, std::allocator, std::allocator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? $__alloc:class allocator, std::allocator > >& $__result:struct basic_string, std::allocator >* $__last:struct basic_string, std::allocator >* $__first:struct basic_string, std::allocator >* process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a*, std::pair*, std::allocator > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a, std::allocator >, unsigned int>*, std::pair, std::allocator >, unsigned int>*, std::allocator, std::allocator >, unsigned int> > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? $__alloc:class allocator, std::allocator >, unsigned int> >& $__result:struct pair, std::allocator >, unsigned int>* $__last:struct pair, std::allocator >, unsigned int>* $__first:struct pair, std::allocator >, unsigned int>* process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? $__alloc:class allocator& $__result:struct component* $__last:struct component* $__first:struct component* process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? $__alloc:class allocator& $__result:struct tmpvar* $__last:struct tmpvar* $__first:struct tmpvar* process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? $__alloc:class allocator& $__result:struct tracepoint_arg* $__last:struct tracepoint_arg* $__first:struct tracepoint_arg* process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__uninitialized_move_a >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:262")? process("/home/prasadkr/systemtap/stap").function("__unordered_map@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/unordered_map:64")? process("/home/prasadkr/systemtap/stap").function("__unordered_multimap@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/unordered_map:120")? process("/home/prasadkr/systemtap/stap").function("abs@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/cstdlib:139")? $__i:long int process("/home/prasadkr/systemtap/stap").function("add<__off_t>@/home/prasadkr/systemtap/hash.cxx:81")? $this:struct hash* const $x:__off_t const& process("/home/prasadkr/systemtap/stap").function("add<__uid_t>@/home/prasadkr/systemtap/hash.cxx:81")? process("/home/prasadkr/systemtap/stap").function("add@/home/prasadkr/systemtap/hash.cxx:81")? $this:struct hash* const $x:bool const& process("/home/prasadkr/systemtap/stap").function("add@/home/prasadkr/systemtap/hash.cxx:55")? $s:string const& $this:struct hash* const process("/home/prasadkr/systemtap/stap").function("add@/home/prasadkr/systemtap/hash.cxx:73")? $this:struct hash* const $buffer:unsigned char const* $size:size_t process("/home/prasadkr/systemtap/stap").function("add@/home/prasadkr/systemtap/translate.cxx:648")? $this:struct mapvar const* const $indices:class vector > const& $val:struct tmpvar const& process("/home/prasadkr/systemtap/stap").function("add_condition@/home/prasadkr/systemtap/elaborate.cxx:43")? $a:struct expression* $b:struct expression* process("/home/prasadkr/systemtap/stap").function("add_global_var_display@/home/prasadkr/systemtap/elaborate.cxx:1382")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("add_path@/home/prasadkr/systemtap/hash.cxx:89")? $this:struct hash* const $path:string const& process("/home/prasadkr/systemtap/stap").function("add_probe_point@/home/prasadkr/systemtap/tapsets.cxx:1070")? $this:struct dwarf_query* const $dw_funcname:string const& $filename:char const* $line:int $scope_die:struct Dwarf_Die* $addr:Dwarf_Addr process("/home/prasadkr/systemtap/stap").function("add_script_to_cache@/home/prasadkr/systemtap/cache.cxx:64")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("add_server_info@/home/prasadkr/systemtap/csclient.cxx:2971")? $info:struct compile_server_info const& $target:class vector >& process("/home/prasadkr/systemtap/stap").function("add_server_info@/home/prasadkr/systemtap/csclient.cxx:2996")? $source:class vector > const& $target:class vector >& process("/home/prasadkr/systemtap/stap").function("add_stapconf_to_cache@/home/prasadkr/systemtap/cache.cxx:47")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("add_symbol@/home/prasadkr/systemtap/tapsets.cxx:6157")? $this:struct symbol_table* const $name:char const* $weak:bool $descriptor:bool $addr:Dwarf_Addr $high_addr:Dwarf_Addr* process("/home/prasadkr/systemtap/stap").function("add_unwindsym_ldd@/home/prasadkr/systemtap/translate.cxx:5450")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("add_unwindsym_vdso@/home/prasadkr/systemtap/translate.cxx:5543")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("addr@/home/prasadkr/systemtap/dwarf_wrappers.h:95")? process("/home/prasadkr/systemtap/stap").function("advance@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h:168")? $__n:long unsigned int process("/home/prasadkr/systemtap/stap").function("advance<__gnu_cxx::__normal_iterator > >, long unsigned int>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h:168")? $__n:long unsigned int process("/home/prasadkr/systemtap/stap").function("aggvar@/home/prasadkr/systemtap/translate.cxx:515")? process("/home/prasadkr/systemtap/stap").function("alias_derived_probe@/home/prasadkr/systemtap/elaborate.cxx:614")? process("/home/prasadkr/systemtap/stap").function("alias_expansion_builder@/home/prasadkr/systemtap/elaborate.h:292")? $a:struct probe_alias* $this:struct alias_expansion_builder* const process("/home/prasadkr/systemtap/stap").function("all_session_groups@/home/prasadkr/systemtap/tapsets.cxx:8782")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("alloc_location@/home/prasadkr/systemtap/loc2c.c:116")? $ctx:struct location_context* process("/home/prasadkr/systemtap/stap").function("allocate@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/new_allocator.h:84")? process("/home/prasadkr/systemtap/stap").function("almost_basest@/home/prasadkr/systemtap/elaborate.h:131")? $this:struct derived_probe const* const process("/home/prasadkr/systemtap/stap").function("almost_basest@/home/prasadkr/systemtap/staptree.h:712")? $this:struct probe const* const process("/home/prasadkr/systemtap/stap").function("append@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:868")? process("/home/prasadkr/systemtap/stap").function("array_in@/home/prasadkr/systemtap/staptree.h:154")? process("/home/prasadkr/systemtap/stap").function("array_stride@/home/prasadkr/systemtap/loc2c.c:2265")? process("/home/prasadkr/systemtap/stap").function("arrayindex@/home/prasadkr/systemtap/staptree.cxx:68")? $this:struct arrayindex* const process("/home/prasadkr/systemtap/stap").function("arrayindex@/home/prasadkr/systemtap/staptree.h:306")? process("/home/prasadkr/systemtap/stap").function("arrayindex_downcaster@/home/prasadkr/systemtap/translate.cxx:2587")? $arr:struct arrayindex*& process("/home/prasadkr/systemtap/stap").function("asprintf@/usr/include/bits/stdio2.h:156")? $__fmt:char const* $__ptr:char** process("/home/prasadkr/systemtap/stap").function("assert_0_indent@/home/prasadkr/systemtap/translate.h:36")? $this:class translator_output* const process("/home/prasadkr/systemtap/stap").function("assert_hist_compatible@/home/prasadkr/systemtap/translate.cxx:334")? process("/home/prasadkr/systemtap/stap").function("assert_no_components@/home/prasadkr/systemtap/staptree.cxx:242")? $this:struct target_symbol* const $tapset:string const& $pretty_ok:bool process("/home/prasadkr/systemtap/stap").function("assert_regexp_match@/home/prasadkr/systemtap/util.cxx:556")? $name:string const& $value:string const& $re:string const& process("/home/prasadkr/systemtap/stap").function("assess_dbinfo_reqt@/home/prasadkr/systemtap/tapsets.cxx:1137")? $this:struct dwarf_query* const process("/home/prasadkr/systemtap/stap").function("assign@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:391")? $__last:struct Dwarf_Die* $__first:struct Dwarf_Die* $this:class vector >* const process("/home/prasadkr/systemtap/stap").function("assign@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:944")? $__n:size_t $__str:struct basic_string, std::allocator > const& $this:struct basic_string, std::allocator >* const process("/home/prasadkr/systemtap/stap").function("assign@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:972")? process("/home/prasadkr/systemtap/stap").function("assign@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:988")? process("/home/prasadkr/systemtap/stap").function("assign@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/char_traits.h:246")? process("/home/prasadkr/systemtap/stap").function("assignment@/home/prasadkr/systemtap/staptree.h:184")? process("/home/prasadkr/systemtap/stap").function("atoi@/usr/include/stdlib.h:284")? process("/home/prasadkr/systemtap/stap").function("back@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:1140")? process("/home/prasadkr/systemtap/stap").function("back@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:695")? process("/home/prasadkr/systemtap/stap").function("base_byte_size@/home/prasadkr/systemtap/loc2c.c:1770")? $typedie:Dwarf_Die* $origin:struct location* $__PRETTY_FUNCTION__:char[] const $attr_mem:Dwarf_Attribute process("/home/prasadkr/systemtap/stap").function("base_encoding@/home/prasadkr/systemtap/loc2c.c:1789")? $typedie:Dwarf_Die* $origin:struct location* $attr_mem:Dwarf_Attribute process("/home/prasadkr/systemtap/stap").function("base_query@/home/prasadkr/systemtap/tapsets.cxx:519")? $this:struct base_query* const $dw:struct dwflpp& $params:literal_map_t const& process("/home/prasadkr/systemtap/stap").function("base_query@/home/prasadkr/systemtap/tapsets.cxx:546")? $this:struct base_query* const $dw:struct dwflpp& $module_val:string const& process("/home/prasadkr/systemtap/stap").function("basest@/home/prasadkr/systemtap/elaborate.h:130")? $this:struct derived_probe const* const process("/home/prasadkr/systemtap/stap").function("basest@/home/prasadkr/systemtap/staptree.h:711")? $this:struct probe const* const process("/home/prasadkr/systemtap/stap").function("basic_ifstream@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream:440")? $this:struct basic_ifstream >* const process("/home/prasadkr/systemtap/stap").function("basic_ifstream@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream:454")? process("/home/prasadkr/systemtap/stap").function("basic_ios@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.h:450")? process("/home/prasadkr/systemtap/stap").function("basic_iostream@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/istream:798")? process("/home/prasadkr/systemtap/stap").function("basic_istream@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/istream:581")? process("/home/prasadkr/systemtap/stap").function("basic_istringstream@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/sstream:310")? process("/home/prasadkr/systemtap/stap").function("basic_ofstream@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream:608")? $this:struct basic_ofstream >* const process("/home/prasadkr/systemtap/stap").function("basic_ofstream@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream:623")? process("/home/prasadkr/systemtap/stap").function("basic_ostream@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream:361")? process("/home/prasadkr/systemtap/stap").function("basic_ostringstream@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/sstream:402")? process("/home/prasadkr/systemtap/stap").function("basic_streambuf@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/streambuf:439")? process("/home/prasadkr/systemtap/stap").function("basic_string@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.tcc:228")? $__end:char* $__beg:char* $this:struct basic_string, std::allocator >* const process("/home/prasadkr/systemtap/stap").function("basic_string@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:2144")? process("/home/prasadkr/systemtap/stap").function("basic_stringbuf@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/sstream:105")? process("/home/prasadkr/systemtap/stap").function("basic_stringbuf@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/sstream:92")? process("/home/prasadkr/systemtap/stap").function("basic_stringstream@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/sstream:510")? process("/home/prasadkr/systemtap/stap").function("basic_stringstream@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/sstream:526")? process("/home/prasadkr/systemtap/stap").function("be_builder@/home/prasadkr/systemtap/tapset-been.cxx:79")? $t:enum be_t process("/home/prasadkr/systemtap/stap").function("be_derived_probe@/home/prasadkr/systemtap/tapset-been.cxx:41")? process("/home/prasadkr/systemtap/stap").function("be_derived_probe_group@/home/prasadkr/systemtap/tapset-been.cxx:68")? process("/home/prasadkr/systemtap/stap").function("begin@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:554")? $this:struct basic_string, std::allocator >* const process("/home/prasadkr/systemtap/stap").function("begin@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:565")? $this:struct basic_string, std::allocator > const* const process("/home/prasadkr/systemtap/stap").function("begin@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:908")? process("/home/prasadkr/systemtap/stap").function("begin@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_list.h:689")? process("/home/prasadkr/systemtap/stap").function("begin@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_list.h:698")? process("/home/prasadkr/systemtap/stap").function("begin@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_map.h:306")? process("/home/prasadkr/systemtap/stap").function("begin@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_multimap.h:303")? process("/home/prasadkr/systemtap/stap").function("begin@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_set.h:291")? process("/home/prasadkr/systemtap/stap").function("begin@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:625")? process("/home/prasadkr/systemtap/stap").function("begin@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:632")? process("/home/prasadkr/systemtap/stap").function("begin@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:425")? process("/home/prasadkr/systemtap/stap").function("begin@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:434")? process("/home/prasadkr/systemtap/stap").function("begin@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable:236")? process("/home/prasadkr/systemtap/stap").function("binary_expression@/home/prasadkr/systemtap/staptree.h:109")? process("/home/prasadkr/systemtap/stap").function("bind@/home/prasadkr/systemtap/elaborate.cxx:354")? $this:class match_node* const $k:struct match_key const& process("/home/prasadkr/systemtap/stap").function("bind@/home/prasadkr/systemtap/elaborate.cxx:368")? $this:class match_node* const $e:struct derived_probe_builder* process("/home/prasadkr/systemtap/stap").function("bind@/home/prasadkr/systemtap/elaborate.cxx:374")? $this:class match_node* const $k:string const& process("/home/prasadkr/systemtap/stap").function("bind_num@/home/prasadkr/systemtap/elaborate.cxx:386")? $this:class match_node* const $k:string const& process("/home/prasadkr/systemtap/stap").function("bind_str@/home/prasadkr/systemtap/elaborate.cxx:380")? $this:class match_node* const $k:string const& process("/home/prasadkr/systemtap/stap").function("bind_unprivileged@/home/prasadkr/systemtap/elaborate.cxx:392")? $this:class match_node* const $b:bool process("/home/prasadkr/systemtap/stap").function("blacklisted_p@/home/prasadkr/systemtap/dwflpp.cxx:2798")? $this:struct dwflpp* const $funcname:string const& $filename:string const& $module:string const& $addr:Dwarf_Addr $has_return:bool process("/home/prasadkr/systemtap/stap").function("block@/home/prasadkr/systemtap/staptree.cxx:963")? $this:struct block* const $car:struct statement* $cdr:struct statement* process("/home/prasadkr/systemtap/stap").function("block@/home/prasadkr/systemtap/staptree.h:542")? process("/home/prasadkr/systemtap/stap").function("block@/home/prasadkr/systemtap/staptree.h:546")? $this:struct block* const process("/home/prasadkr/systemtap/stap").function("break_statement@/home/prasadkr/systemtap/staptree.h:630")? process("/home/prasadkr/systemtap/stap").function("buckets@/home/prasadkr/systemtap/translate.cxx:376")? $this:class var const* const process("/home/prasadkr/systemtap/stap").function("buckets@/home/prasadkr/systemtap/translate.cxx:694")? $this:struct mapvar const* const process("/home/prasadkr/systemtap/stap").function("build@/home/prasadkr/systemtap/elaborate.cxx:646")? $this:struct alias_expansion_builder* const $sess:struct systemtap_session& $use:struct probe* $location:struct probe_point* $finished_results:class vector >& process("/home/prasadkr/systemtap/stap").function("build@/home/prasadkr/systemtap/tapset-been.cxx:201")? $this:struct never_builder* const $base:struct probe* $location:struct probe_point* $finished_results:class vector >& process("/home/prasadkr/systemtap/stap").function("build@/home/prasadkr/systemtap/tapset-been.cxx:81")? $this:struct be_builder* const $base:struct probe* $location:struct probe_point* $parameters:literal_map_t const& $finished_results:class vector >& process("/home/prasadkr/systemtap/stap").function("build@/home/prasadkr/systemtap/tapset-itrace.cxx:97")? $this:struct itrace_builder* const $sess:struct systemtap_session& $base:struct probe* $location:struct probe_point* $parameters:class map, std::allocator >, literal*, std::less, std::allocator > >, std::allocator, std::allocator >, literal*> > > const& $finished_results:class vector >& process("/home/prasadkr/systemtap/stap").function("build@/home/prasadkr/systemtap/tapset-mark.cxx:596")? $this:struct mark_builder* const $sess:struct systemtap_session& $base:struct probe* $loc:struct probe_point* $parameters:literal_map_t const& $finished_results:class vector >& process("/home/prasadkr/systemtap/stap").function("build@/home/prasadkr/systemtap/tapset-perfmon.cxx:186")? $this:struct perf_builder* const $sess:struct systemtap_session& $base:struct probe* $location:struct probe_point* $parameters:literal_map_t const& $finished_results:class vector >& process("/home/prasadkr/systemtap/stap").function("build@/home/prasadkr/systemtap/tapset-procfs.cxx:519")? $this:struct procfs_builder* const $sess:struct systemtap_session& $base:struct probe* $location:struct probe_point* $parameters:literal_map_t const& $finished_results:class vector >& process("/home/prasadkr/systemtap/stap").function("build@/home/prasadkr/systemtap/tapset-timers.cxx:524")? $this:struct timer_builder* const $sess:struct systemtap_session& $base:struct probe* $location:struct probe_point* $parameters:literal_map_t const& $finished_results:class vector >& process("/home/prasadkr/systemtap/stap").function("build@/home/prasadkr/systemtap/tapset-utrace.cxx:626")? $this:struct utrace_builder* const $sess:struct systemtap_session& $base:struct probe* $location:struct probe_point* $parameters:literal_map_t const& $finished_results:class vector >& process("/home/prasadkr/systemtap/stap").function("build@/home/prasadkr/systemtap/tapsets.cxx:5876")? $this:struct dwarf_builder* const $sess:struct systemtap_session& $base:struct probe* $location:struct probe_point* $parameters:literal_map_t const& $finished_results:class vector >& process("/home/prasadkr/systemtap/stap").function("build@/home/prasadkr/systemtap/tapsets.cxx:6565")? $this:struct uprobe_builder* const $sess:struct systemtap_session& $base:struct probe* $location:struct probe_point* $parameters:literal_map_t const& $finished_results:class vector >& process("/home/prasadkr/systemtap/stap").function("build@/home/prasadkr/systemtap/tapsets.cxx:7354")? $this:struct kprobe_builder* const $sess:struct systemtap_session& $base:struct probe* $location:struct probe_point* $parameters:literal_map_t const& $finished_results:class vector >& process("/home/prasadkr/systemtap/stap").function("build@/home/prasadkr/systemtap/tapsets.cxx:7707")? $this:struct hwbkpt_builder* const $sess:struct systemtap_session& $base:struct probe* $location:struct probe_point* $parameters:literal_map_t const& $finished_results:class vector >& process("/home/prasadkr/systemtap/stap").function("build@/home/prasadkr/systemtap/tapsets.cxx:8695")? $this:struct tracepoint_builder* const $s:struct systemtap_session& $base:struct probe* $location:struct probe_point* $parameters:literal_map_t const& $finished_results:class vector >& process("/home/prasadkr/systemtap/stap").function("build_args@/home/prasadkr/systemtap/tapsets.cxx:8173")? $this:struct tracepoint_derived_probe* const $dw:struct dwflpp& $func_die:struct Dwarf_Die& process("/home/prasadkr/systemtap/stap").function("build_blacklist@/home/prasadkr/systemtap/dwflpp.cxx:2856")? $this:struct dwflpp* const process("/home/prasadkr/systemtap/stap").function("build_no_more@/home/prasadkr/systemtap/elaborate.cxx:596")? $this:class match_node* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("build_no_more@/home/prasadkr/systemtap/elaborate.h:228")? $this:struct derived_probe_builder* const process("/home/prasadkr/systemtap/stap").function("build_no_more@/home/prasadkr/systemtap/tapset-mark.cxx:577")? $this:struct mark_builder* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("build_no_more@/home/prasadkr/systemtap/tapsets.cxx:720")? $this:struct dwarf_builder* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("build_no_more@/home/prasadkr/systemtap/tapsets.cxx:8514")? $this:struct tracepoint_builder* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("c_assign@/home/prasadkr/systemtap/translate.cxx:2025")? $this:struct c_unparser* const $lvalue:class var& $rvalue:string const& $tok:struct token const* process("/home/prasadkr/systemtap/stap").function("c_assign@/home/prasadkr/systemtap/translate.cxx:2041")? $this:struct c_unparser* const $lvalue:string const& $rvalue:struct expression* $msg:string const& process("/home/prasadkr/systemtap/stap").function("c_assign@/home/prasadkr/systemtap/translate.cxx:2063")? $this:struct c_unparser* const $lvalue:string const& $rvalue:string const& $type:enum exp_type $msg:string const& $tok:struct token const* process("/home/prasadkr/systemtap/stap").function("c_assignop@/home/prasadkr/systemtap/translate.cxx:2083")? $this:struct c_unparser_assignment* const $res:struct tmpvar& $lval:class var const& $rval:struct tmpvar const& $tok:struct token const* process("/home/prasadkr/systemtap/stap").function("c_assignop@/home/prasadkr/systemtap/translate.cxx:3614")? $this:struct c_tmpcounter_assignment* const $res:struct tmpvar& process("/home/prasadkr/systemtap/stap").function("c_declare@/home/prasadkr/systemtap/translate.cxx:2198")? $this:struct c_unparser* const $ty:enum exp_type $name:string const& process("/home/prasadkr/systemtap/stap").function("c_declare_static@/home/prasadkr/systemtap/translate.cxx:2205")? $this:struct c_unparser* const $ty:enum exp_type $name:string const& process("/home/prasadkr/systemtap/stap").function("c_emit_location@/home/prasadkr/systemtap/loc2c.c:2512")? $out:FILE* $loc:struct location* $indent:int $max_stack:unsigned int* process("/home/prasadkr/systemtap/stap").function("c_expression@/home/prasadkr/systemtap/translate.cxx:1985")? $this:struct c_unparser* const $e:struct expression* process("/home/prasadkr/systemtap/stap").function("c_str@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:1612")? process("/home/prasadkr/systemtap/stap").function("c_strcat@/home/prasadkr/systemtap/translate.cxx:2230")? $this:struct c_unparser* const $lvalue:string const& $rvalue:string const& process("/home/prasadkr/systemtap/stap").function("c_strcat@/home/prasadkr/systemtap/translate.cxx:2239")? $this:struct c_unparser* const $lvalue:string const& $rvalue:struct expression* process("/home/prasadkr/systemtap/stap").function("c_strcpy@/home/prasadkr/systemtap/translate.cxx:2212")? $this:struct c_unparser* const $lvalue:string const& $rvalue:string const& process("/home/prasadkr/systemtap/stap").function("c_strcpy@/home/prasadkr/systemtap/translate.cxx:2221")? $this:struct c_unparser* const $lvalue:string const& $rvalue:struct expression* process("/home/prasadkr/systemtap/stap").function("c_tmpcounter@/home/prasadkr/systemtap/translate.cxx:186")? $p:struct c_unparser* $this:struct c_tmpcounter* const process("/home/prasadkr/systemtap/stap").function("c_tmpcounter_assignment@/home/prasadkr/systemtap/translate.cxx:255")? $pp:bool $this:struct c_tmpcounter_assignment* const process("/home/prasadkr/systemtap/stap").function("c_translate_addressof@/home/prasadkr/systemtap/loc2c.c:2155")? $pool:struct obstack* $indent:int $dwbias:Dwarf_Addr $die:Dwarf_Die* $typedie:Dwarf_Die* $input:struct location** $target:char const* process("/home/prasadkr/systemtap/stap").function("c_translate_argument@/home/prasadkr/systemtap/loc2c.c:1464")? $pool:struct obstack* $fail:void volatile* $fail_arg:void* $emit_address:void* $indent:int $value:char const* process("/home/prasadkr/systemtap/stap").function("c_translate_array@/home/prasadkr/systemtap/loc2c.c:2384")? $pool:struct obstack* $indent:int $dwbias:Dwarf_Addr $typedie:Dwarf_Die* $input:struct location** $idx:char const* $const_idx:Dwarf_Word $__PRETTY_FUNCTION__:char[] const process("/home/prasadkr/systemtap/stap").function("c_translate_array_pointer@/home/prasadkr/systemtap/loc2c.c:2398")? $pool:struct obstack* $indent:int $typedie:Dwarf_Die* $input:struct location** $idx:char const* $const_idx:Dwarf_Word process("/home/prasadkr/systemtap/stap").function("c_translate_constant@/home/prasadkr/systemtap/loc2c.c:253")? $pool:struct obstack* $fail:void volatile* $fail_arg:void* $emit_address:void* $indent:int $dwbias:Dwarf_Addr $attr:Dwarf_Attribute* process("/home/prasadkr/systemtap/stap").function("c_translate_fetch@/home/prasadkr/systemtap/loc2c.c:1926")? $pool:struct obstack* $indent:int $dwbias:Dwarf_Addr $die:Dwarf_Die* $typedie:Dwarf_Die* $input:struct location** $target:char const* $__PRETTY_FUNCTION__:char[] const $size_attr:Dwarf_Attribute $encoding_attr:Dwarf_Attribute process("/home/prasadkr/systemtap/stap").function("c_translate_location@/home/prasadkr/systemtap/loc2c.c:1404")? $pool:struct obstack* $fail:void volatile* $fail_arg:void* $emit_address:void* $indent:int $dwbias:Dwarf_Addr $pc_address:Dwarf_Addr $attr:Dwarf_Attribute* $expr:Dwarf_Op const* $len:size_t $input:struct location** $fb_attr:Dwarf_Attribute* $cfa_ops:Dwarf_Op const* $__PRETTY_FUNCTION__:char[] const process("/home/prasadkr/systemtap/stap").function("c_translate_pointer@/home/prasadkr/systemtap/loc2c.c:2116")? $pool:struct obstack* $indent:int $dwbias:Dwarf_Addr $typedie:Dwarf_Die* $input:struct location** $__PRETTY_FUNCTION__:char[] const $attr_mem:Dwarf_Attribute process("/home/prasadkr/systemtap/stap").function("c_translate_pointer_store@/home/prasadkr/systemtap/loc2c.c:2206")? $pool:struct obstack* $indent:int $dwbias:Dwarf_Addr $typedie:Dwarf_Die* $input:struct location** $rvalue:char const* $__PRETTY_FUNCTION__:char[] const $attr_mem:Dwarf_Attribute process("/home/prasadkr/systemtap/stap").function("c_translate_store@/home/prasadkr/systemtap/loc2c.c:2051")? $pool:struct obstack* $indent:int $dwbias:Dwarf_Addr $die:Dwarf_Die* $typedie:Dwarf_Die* $input:struct location** $rvalue:char const* $__PRETTY_FUNCTION__:char[] const $size_attr:Dwarf_Attribute $encoding_attr:Dwarf_Attribute process("/home/prasadkr/systemtap/stap").function("c_typename@/home/prasadkr/systemtap/translate.cxx:1962")? $this:struct c_unparser* const $e:enum exp_type process("/home/prasadkr/systemtap/stap").function("c_unparser@/home/prasadkr/systemtap/translate.cxx:68")? process("/home/prasadkr/systemtap/stap").function("c_unparser_assignment@/home/prasadkr/systemtap/translate.cxx:225")? $e:struct expression* $o:string const& $p:struct c_unparser* $this:struct c_unparser_assignment* const process("/home/prasadkr/systemtap/stap").function("c_unparser_assignment@/home/prasadkr/systemtap/translate.cxx:228")? $this:struct c_unparser_assignment* const $p:struct c_unparser* $o:string const& $pp:bool process("/home/prasadkr/systemtap/stap").function("c_varname@/home/prasadkr/systemtap/translate.cxx:1977")? process("/home/prasadkr/systemtap/stap").function("cache_die_parents@/home/prasadkr/systemtap/dwflpp.cxx:514")? $this:struct dwflpp* const $parents:cu_die_parent_cache_t* $die:struct Dwarf_Die* process("/home/prasadkr/systemtap/stap").function("cache_ent_info@/home/prasadkr/systemtap/cache.cxx:33")? $this:struct cache_ent_info* const process("/home/prasadkr/systemtap/stap").function("cache_ent_info@/home/prasadkr/systemtap/cache.cxx:381")? $this:struct cache_ent_info* const $path:string const& $is_module:bool process("/home/prasadkr/systemtap/stap").function("cache_inline_instances@/home/prasadkr/systemtap/dwflpp.cxx:442")? $this:struct dwflpp* const $die:struct Dwarf_Die* process("/home/prasadkr/systemtap/stap").function("cache_type_prefix@/home/prasadkr/systemtap/dwflpp.cxx:716")? $type:struct Dwarf_Die* process("/home/prasadkr/systemtap/stap").function("calculate_aggregate@/home/prasadkr/systemtap/translate.cxx:603")? process("/home/prasadkr/systemtap/stap").function("call_prefix@/home/prasadkr/systemtap/translate.cxx:582")? $this:struct mapvar const* const $fname:string const& $indices:class vector > const& $pre_agg:bool process("/home/prasadkr/systemtap/stap").function("capacity@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:565")? process("/home/prasadkr/systemtap/stap").function("cast_op@/home/prasadkr/systemtap/staptree.h:281")? process("/home/prasadkr/systemtap/stap").function("chain@/home/prasadkr/systemtap/staptree.cxx:272")? $this:struct target_symbol* const $er:struct semantic_error const& process("/home/prasadkr/systemtap/stap").function("checkForRecursiveExpansion@/home/prasadkr/systemtap/elaborate.cxx:709")? $this:struct alias_expansion_builder* const $use:struct probe* process("/home/prasadkr/systemtap/stap").function("check_arg_type@/home/prasadkr/systemtap/elaborate.cxx:4765")? $this:struct typeresolution_info* const $wanted:enum exp_type $arg:struct expression* process("/home/prasadkr/systemtap/stap").function("check_local@/home/prasadkr/systemtap/elaborate.cxx:4783")? $this:struct typeresolution_info* const $v:struct vardecl* process("/home/prasadkr/systemtap/stap").function("check_options@/home/prasadkr/systemtap/session.cxx:947")? $this:struct systemtap_session* const $argc:int $argv:char* const* process("/home/prasadkr/systemtap/stap").function("classify_const_indexable@/home/prasadkr/systemtap/staptree.cxx:1573")? $ix:struct indexable const* $array_out:struct symbol const*& $hist_out:struct hist_op const*& process("/home/prasadkr/systemtap/stap").function("classify_indexable@/home/prasadkr/systemtap/staptree.cxx:1560")? $ix:struct indexable* $array_out:struct symbol*& $hist_out:struct hist_op*& process("/home/prasadkr/systemtap/stap").function("clean_cache@/home/prasadkr/systemtap/cache.cxx:226")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("cleanup@/home/prasadkr/systemtap/main.cxx:880")? $s:struct systemtap_session& $rc:int process("/home/prasadkr/systemtap/stap").function("clear@/home/prasadkr/systemtap/staptree.h:392")? process("/home/prasadkr/systemtap/stap").function("clear@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:701")? process("/home/prasadkr/systemtap/stap").function("clear@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_map.h:625")? process("/home/prasadkr/systemtap/stap").function("clear@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_multimap.h:561")? process("/home/prasadkr/systemtap/stap").function("clear@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_set.h:515")? process("/home/prasadkr/systemtap/stap").function("clear@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:724")? process("/home/prasadkr/systemtap/stap").function("clear@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:950")? process("/home/prasadkr/systemtap/stap").function("clear@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable:1205")? process("/home/prasadkr/systemtap/stap").function("clone@/home/prasadkr/systemtap/session.cxx:226")? $this:struct systemtap_session* const $arch:string const& $release:string const& process("/home/prasadkr/systemtap/stap").function("close@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream:563")? $this:struct basic_ifstream >* const process("/home/prasadkr/systemtap/stap").function("close@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream:736")? $this:struct basic_ofstream >* const process("/home/prasadkr/systemtap/stap").function("cmdstr_quoted@/home/prasadkr/systemtap/util.cxx:365")? $cmd:string const& process("/home/prasadkr/systemtap/stap").function("collect_derivation_chain@/home/prasadkr/systemtap/elaborate.cxx:111")? $this:struct derived_probe* const $probes_list:class vector >& process("/home/prasadkr/systemtap/stap").function("collect_derivation_chain@/home/prasadkr/systemtap/staptree.cxx:1134")? $this:struct probe* const $probes_list:class vector >& process("/home/prasadkr/systemtap/stap").function("collect_derivation_pp_chain@/home/prasadkr/systemtap/elaborate.cxx:119")? $this:struct derived_probe* const $pp_list:class vector >& process("/home/prasadkr/systemtap/stap").function("collect_derivation_pp_chain@/home/prasadkr/systemtap/staptree.h:708")? $this:struct probe* const $pp_list:class vector >& process("/home/prasadkr/systemtap/stap").function("collect_map_index_types@/home/prasadkr/systemtap/translate.cxx:1837")? $this:struct c_unparser* const $vars:class vector > const& $types:class set >, exp_type>, std::less >, exp_type> >, std::allocator >, exp_type> > >& process("/home/prasadkr/systemtap/stap").function("collect_srcfiles_matching@/home/prasadkr/systemtap/dwflpp.cxx:1356")? $this:struct dwflpp* const $pattern:string const& $filtered_srcfiles:class set, std::allocator >, std::less, std::allocator > >, std::allocator, std::allocator > > >& process("/home/prasadkr/systemtap/stap").function("common_probe_entryfn_epilogue@/home/prasadkr/systemtap/tapsets.cxx:188")? $o:class translator_output* $overload_processing:bool process("/home/prasadkr/systemtap/stap").function("common_probe_entryfn_prologue@/home/prasadkr/systemtap/tapsets.cxx:81")? $o:class translator_output* $statestr:string $probe:string $overload_processing:bool process("/home/prasadkr/systemtap/stap").function("common_probe_init@/home/prasadkr/systemtap/tapsets.cxx:73")? $p:struct derived_probe* process("/home/prasadkr/systemtap/stap").function("comp@/home/prasadkr/systemtap/tapset-been.cxx:46")? process("/home/prasadkr/systemtap/stap").function("compare@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:2019")? process("/home/prasadkr/systemtap/stap").function("compare@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/char_traits.h:258")? process("/home/prasadkr/systemtap/stap").function("comparison@/home/prasadkr/systemtap/staptree.h:162")? process("/home/prasadkr/systemtap/stap").function("compatible_arity@/home/prasadkr/systemtap/staptree.cxx:184")? $this:struct vardecl* const $a:int process("/home/prasadkr/systemtap/stap").function("compile_pass@/home/prasadkr/systemtap/buildrun.cxx:116")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("compile_server_info@/home/prasadkr/systemtap/csclient.cxx:69")? process("/home/prasadkr/systemtap/stap").function("compile_server_info@/home/prasadkr/systemtap/csclient.cxx:70")? $this:struct compile_server_info* const process("/home/prasadkr/systemtap/stap").function("compile_using_server@/home/prasadkr/systemtap/csclient.cxx:1074")? $this:class compile_server_client* const $servers:class vector > const& process("/home/prasadkr/systemtap/stap").function("component@/home/prasadkr/systemtap/staptree.cxx:136")? $this:struct component* const process("/home/prasadkr/systemtap/stap").function("component@/home/prasadkr/systemtap/staptree.cxx:142")? $this:struct component* const $f:string const& $a:struct literal* process("/home/prasadkr/systemtap/stap").function("component@/home/prasadkr/systemtap/staptree.h:246")? process("/home/prasadkr/systemtap/stap").function("component@/home/prasadkr/systemtap/staptree.h:253")? process("/home/prasadkr/systemtap/stap").function("component@/home/prasadkr/systemtap/staptree.h:258")? process("/home/prasadkr/systemtap/stap").function("component@/home/prasadkr/systemtap/staptree.h:260")? $e:struct expression* $t:struct token const* $this:struct component* const process("/home/prasadkr/systemtap/stap").function("component@/home/prasadkr/systemtap/staptree.h:673")? process("/home/prasadkr/systemtap/stap").function("components_to_string@/home/prasadkr/systemtap/staptree.cxx:553")? $components:class vector > const& process("/home/prasadkr/systemtap/stap").function("concatenation@/home/prasadkr/systemtap/staptree.h:168")? process("/home/prasadkr/systemtap/stap").function("const_folder@/home/prasadkr/systemtap/elaborate.cxx:3022")? process("/home/prasadkr/systemtap/stap").function("construct@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/new_allocator.h:104")? process("/home/prasadkr/systemtap/stap").function("contains_glob_chars@/home/prasadkr/systemtap/util.cxx:626")? $str:string const& process("/home/prasadkr/systemtap/stap").function("continue_statement@/home/prasadkr/systemtap/staptree.h:637")? process("/home/prasadkr/systemtap/stap").function("convert_location@/home/prasadkr/systemtap/tapsets.cxx:5777")? $this:struct sdt_query* const process("/home/prasadkr/systemtap/stap").function("convert_probe@/home/prasadkr/systemtap/tapsets.cxx:5695")? $this:struct sdt_query* const $base:struct probe* process("/home/prasadkr/systemtap/stap").function("copy4@/home/prasadkr/systemtap/mdfour.c:100")? $x:uint32_t $out:unsigned char* process("/home/prasadkr/systemtap/stap").function("copy64@/home/prasadkr/systemtap/mdfour.c:90")? $M:uint32_t* $in:unsigned char const* process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__last:struct Dwarf_Attribute* $__result:struct Dwarf_Attribute* process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? process("/home/prasadkr/systemtap/stap").function("copy<__gnu_cxx::__normal_iterator > >, __gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__result:class __normal_iterator > > $__last:class __normal_iterator > > $__first:class __normal_iterator > > process("/home/prasadkr/systemtap/stap").function("copy<__gnu_cxx::__normal_iterator > >, Dwarf_Die*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? process("/home/prasadkr/systemtap/stap").function("copy<__gnu_cxx::__normal_iterator > >, __gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__result:class __normal_iterator > > $__last:class __normal_iterator > > $__first:class __normal_iterator > > process("/home/prasadkr/systemtap/stap").function("copy<__gnu_cxx::__normal_iterator > >, exp_type*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? process("/home/prasadkr/systemtap/stap").function("copy<__gnu_cxx::__normal_iterator > >, long int*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? process("/home/prasadkr/systemtap/stap").function("copy<__gnu_cxx::__normal_iterator > >, __gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? process("/home/prasadkr/systemtap/stap").function("copy<__gnu_cxx::__normal_iterator > >, __gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? process("/home/prasadkr/systemtap/stap").function("copy<__gnu_cxx::__normal_iterator > >, derived_probe**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? process("/home/prasadkr/systemtap/stap").function("copy<__gnu_cxx::__normal_iterator > >, embeddedcode**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? process("/home/prasadkr/systemtap/stap").function("copy<__gnu_cxx::__normal_iterator > >, __gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__result:class __normal_iterator > > $__last:class __normal_iterator > > $__first:class __normal_iterator > > process("/home/prasadkr/systemtap/stap").function("copy<__gnu_cxx::__normal_iterator > >, expression**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? process("/home/prasadkr/systemtap/stap").function("copy<__gnu_cxx::__normal_iterator > >, functiondecl**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? process("/home/prasadkr/systemtap/stap").function("copy<__gnu_cxx::__normal_iterator > >, itrace_derived_probe**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? process("/home/prasadkr/systemtap/stap").function("copy<__gnu_cxx::__normal_iterator > >, __gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__result:class __normal_iterator > > $__last:class __normal_iterator > > $__first:class __normal_iterator > > process("/home/prasadkr/systemtap/stap").function("copy<__gnu_cxx::__normal_iterator > >, probe_point**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? process("/home/prasadkr/systemtap/stap").function("copy<__gnu_cxx::__normal_iterator > >, __gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__result:class __normal_iterator > > $__last:class __normal_iterator > > $__first:class __normal_iterator > > process("/home/prasadkr/systemtap/stap").function("copy<__gnu_cxx::__normal_iterator > >, probe_point::component**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? process("/home/prasadkr/systemtap/stap").function("copy<__gnu_cxx::__normal_iterator > >, remote**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? process("/home/prasadkr/systemtap/stap").function("copy<__gnu_cxx::__normal_iterator > >, stapfile**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? process("/home/prasadkr/systemtap/stap").function("copy<__gnu_cxx::__normal_iterator > >, __gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__result:class __normal_iterator > > $__last:class __normal_iterator > > $__first:class __normal_iterator > > process("/home/prasadkr/systemtap/stap").function("copy<__gnu_cxx::__normal_iterator > >, statement**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? process("/home/prasadkr/systemtap/stap").function("copy<__gnu_cxx::__normal_iterator > >, __gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? process("/home/prasadkr/systemtap/stap").function("copy<__gnu_cxx::__normal_iterator > >, statement**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? process("/home/prasadkr/systemtap/stap").function("copy<__gnu_cxx::__normal_iterator > >, symbol**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? process("/home/prasadkr/systemtap/stap").function("copy<__gnu_cxx::__normal_iterator > >, update_visitor**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? process("/home/prasadkr/systemtap/stap").function("copy<__gnu_cxx::__normal_iterator > >, utrace_derived_probe**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? process("/home/prasadkr/systemtap/stap").function("copy<__gnu_cxx::__normal_iterator > >, vardecl**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? process("/home/prasadkr/systemtap/stap").function("copy<__gnu_cxx::__normal_iterator > >, __gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__result:class __normal_iterator > > $__last:class __normal_iterator > > $__first:class __normal_iterator > > process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__last:struct be_derived_probe** $__result:struct be_derived_probe** process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__last:struct token const** $__result:struct token const** process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__result:struct defined_op*** $__last:struct defined_op*** $__first:struct defined_op*** process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__last:struct derived_probe** $__result:struct derived_probe** process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__last:struct derived_probe_builder** $__result:struct derived_probe_builder** process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__last:struct derived_probe_group** $__result:struct derived_probe_group** process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__last:struct embeddedcode** $__result:struct embeddedcode** process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__result:struct functioncall**** $__last:struct functioncall**** $__first:struct functioncall**** process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__last:struct functiondecl** $__result:struct functiondecl** process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__last:struct hrtimer_derived_probe** $__result:struct hrtimer_derived_probe** process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__last:struct hwbkpt_derived_probe** $__result:struct hwbkpt_derived_probe** process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__last:struct itrace_derived_probe** process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__last:long int* $__result:long int* process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__last:struct mark_arg** $__result:struct mark_arg** process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__last:struct mark_derived_probe** $__result:struct mark_derived_probe** process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__last:struct match_node** $__result:struct match_node** process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__last:struct perf_derived_probe** $__result:struct perf_derived_probe** process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__result:struct format_component* $__last:struct format_component* $__first:struct format_component* process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__last:struct probe** $__result:struct probe** process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__last:struct probe_alias** $__result:struct probe_alias** process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__last:struct profile_derived_probe** $__result:struct profile_derived_probe** process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__last:class remote** process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__last:struct stapfile** $__result:struct stapfile** process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? process("/home/prasadkr/systemtap/stap").function("copy, std::_Deque_iterator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? process("/home/prasadkr/systemtap/stap").function("copy, std::_Deque_iterator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? process("/home/prasadkr/systemtap/stap").function("copy, std::_Deque_iterator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__last:struct symbol** $__result:struct symbol** process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__result:struct component* $__last:struct component* $__first:struct component* process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__last:struct timer_derived_probe** $__result:struct timer_derived_probe** process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__last:struct tracepoint_derived_probe** $__result:struct tracepoint_derived_probe** process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__last:struct update_visitor** $__result:struct update_visitor** process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__last:struct uprobe_derived_probe** $__result:struct uprobe_derived_probe** process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__last:struct utrace_derived_probe** process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__last:struct vardecl** $__result:struct vardecl** process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:458")? $__result:void*** $__last:void*** $__first:void*** process("/home/prasadkr/systemtap/stap").function("copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/char_traits.h:274")? $__n:size_t $__s2:char_type const* $__s1:char_type* process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward<__gnu_cxx::__normal_iterator > >, __gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? $__result:struct defined_op*** $__last:struct defined_op*** $__first:struct defined_op*** process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? $__result:struct functioncall**** $__last:struct functioncall**** $__first:struct functioncall**** process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward, std::allocator >*, std::basic_string, std::allocator >*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? $__result:struct basic_string, std::allocator >* $__last:struct basic_string, std::allocator >* $__first:struct basic_string, std::allocator >* process("/home/prasadkr/systemtap/stap").function("copy_backward*, std::pair*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward, std::allocator >, unsigned int>*, std::pair, std::allocator >, unsigned int>*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? $__last:struct pair, std::allocator >, unsigned int>* $__first:struct pair, std::allocator >, unsigned int>* process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? process("/home/prasadkr/systemtap/stap").function("copy_backward@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:628")? $__result:void*** $__last:void*** $__first:void*** process("/home/prasadkr/systemtap/stap").function("copy_file@/home/prasadkr/systemtap/util.cxx:101")? $src:string const& $dest:string const& $verbose:bool process("/home/prasadkr/systemtap/stap").function("copy_uprobes_symbols@/home/prasadkr/systemtap/buildrun.cxx:396")? process("/home/prasadkr/systemtap/stap").function("count@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_map.h:685")? process("/home/prasadkr/systemtap/stap").function("count@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_multimap.h:618")? process("/home/prasadkr/systemtap/stap").function("count@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_set.h:529")? process("/home/prasadkr/systemtap/stap").function("count@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:1443")? process("/home/prasadkr/systemtap/stap").function("coverage_element@/home/prasadkr/systemtap/coveragedb.h:69")? process("/home/prasadkr/systemtap/stap").function("create@/home/prasadkr/systemtap/remote.cxx:231")? $s:struct systemtap_session& $uri:string const& process("/home/prasadkr/systemtap/stap").function("create@/home/prasadkr/systemtap/staptree.cxx:500")? $t:struct token const* process("/home/prasadkr/systemtap/stap").function("create_alias@/home/prasadkr/systemtap/elaborate.cxx:632")? $this:struct probe* const $l:struct probe_point* $a:struct probe_point* process("/home/prasadkr/systemtap/stap").function("create_debug_frame_hdr@/home/prasadkr/systemtap/translate.cxx:4664")? $mod:Dwfl_Module* $session:struct systemtap_session& $debug_frame_hdr_len:size_t* $debug_frame:struct Elf_Data* $e_ident:unsigned char const* process("/home/prasadkr/systemtap/stap").function("create_dir@/home/prasadkr/systemtap/util.cxx:173")? $dir:char const* $mode:int process("/home/prasadkr/systemtap/stap").function("create_hash_log@/home/prasadkr/systemtap/hash.cxx:120")? $type_str:string const& $parms:string const& $result:string const& $hash_log_path:string const& process("/home/prasadkr/systemtap/stap").function("create_hashdir@/home/prasadkr/systemtap/hash.cxx:185")? $s:struct systemtap_session& $result:string const& $hashdir:string& process("/home/prasadkr/systemtap/stap").function("create_temp_dir@/home/prasadkr/systemtap/main.cxx:355")? process("/home/prasadkr/systemtap/stap").function("cu_function_caching_callback@/home/prasadkr/systemtap/dwflpp.cxx:818")? $func:struct Dwarf_Die* $arg:void* process("/home/prasadkr/systemtap/stap").function("cu_name@/home/prasadkr/systemtap/dwflpp.cxx:194")? $this:struct dwflpp* const process("/home/prasadkr/systemtap/stap").function("data@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:1622")? process("/home/prasadkr/systemtap/stap").function("dead_assignment_remover@/home/prasadkr/systemtap/elaborate.cxx:2195")? $v:struct varuse_collecting_visitor const& $r:bool& $s:struct systemtap_session& $this:struct dead_assignment_remover* const process("/home/prasadkr/systemtap/stap").function("dead_stmtexpr_remover@/home/prasadkr/systemtap/elaborate.cxx:2313")? $this:struct dead_stmtexpr_remover* const process("/home/prasadkr/systemtap/stap").function("deallocate@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/new_allocator.h:94")? process("/home/prasadkr/systemtap/stap").function("dec@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h:937")? process("/home/prasadkr/systemtap/stap").function("declaration_resolve@/home/prasadkr/systemtap/dwflpp.cxx:781")? $this:struct dwflpp* const $name:string const& process("/home/prasadkr/systemtap/stap").function("declaration_resolve@/home/prasadkr/systemtap/dwflpp.cxx:806")? $this:struct dwflpp* const $type:struct Dwarf_Die* process("/home/prasadkr/systemtap/stap").function("declaration_resolve_other_cus@/home/prasadkr/systemtap/dwflpp.cxx:766")? $this:struct dwflpp* const $name:string const& process("/home/prasadkr/systemtap/stap").function("declare@/home/prasadkr/systemtap/translate.cxx:449")? process("/home/prasadkr/systemtap/stap").function("declare@/home/prasadkr/systemtap/translate.cxx:525")? process("/home/prasadkr/systemtap/stap").function("declare@/home/prasadkr/systemtap/translate.cxx:768")? process("/home/prasadkr/systemtap/stap").function("declare_noncontig_union@/home/prasadkr/systemtap/loc2c.c:1728")? $pool:struct obstack* $indent:int $input:struct location** $loc:struct location* $depth:int process("/home/prasadkr/systemtap/stap").function("deep_copy@/home/prasadkr/systemtap/staptree.h:1006")? $e:struct expression* process("/home/prasadkr/systemtap/stap").function("deep_copy@/home/prasadkr/systemtap/staptree.h:1006")? process("/home/prasadkr/systemtap/stap").function("deep_copy@/home/prasadkr/systemtap/staptree.h:1006")? process("/home/prasadkr/systemtap/stap").function("deep_copy@/home/prasadkr/systemtap/staptree.h:1006")? $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("deep_copy_visitor@/home/prasadkr/systemtap/staptree.h:1005")? process("/home/prasadkr/systemtap/stap").function("default_emit_address@/home/prasadkr/systemtap/loc2c.c:131")? $fail_arg:void* $pool:struct obstack* $address:Dwarf_Addr process("/home/prasadkr/systemtap/stap").function("default_server_spec@/home/prasadkr/systemtap/csclient.cxx:1469")? $s:struct systemtap_session const& process("/home/prasadkr/systemtap/stap").function("defined_op@/home/prasadkr/systemtap/staptree.h:290")? process("/home/prasadkr/systemtap/stap").function("del@/home/prasadkr/systemtap/translate.cxx:619")? process("/home/prasadkr/systemtap/stap").function("delete_map@/home/prasadkr/systemtap/util.h:139")? process("/home/prasadkr/systemtap/stap").function("delete_map@/home/prasadkr/systemtap/util.h:139")? process("/home/prasadkr/systemtap/stap").function("delete_map@/home/prasadkr/systemtap/util.h:139")? process("/home/prasadkr/systemtap/stap").function("delete_map@/home/prasadkr/systemtap/util.h:139")? process("/home/prasadkr/systemtap/stap").function("delete_map@/home/prasadkr/systemtap/util.h:139")? process("/home/prasadkr/systemtap/stap").function("delete_map@/home/prasadkr/systemtap/util.h:139")? process("/home/prasadkr/systemtap/stap").function("delete_map, std::allocator >, dwflpp*, std::less, std::allocator > >, std::allocator, std::allocator >, dwflpp*> > > >@/home/prasadkr/systemtap/util.h:139")? $t:class map, std::allocator >, dwflpp*, std::less, std::allocator > >, std::allocator, std::allocator >, dwflpp*> > >& process("/home/prasadkr/systemtap/stap").function("delete_map, std::allocator >, module_info*, std::less, std::allocator > >, std::allocator, std::allocator >, module_info*> > > >@/home/prasadkr/systemtap/util.h:139")? process("/home/prasadkr/systemtap/stap").function("delete_map, std::allocator > > >@/home/prasadkr/systemtap/util.h:139")? process("/home/prasadkr/systemtap/stap").function("delete_map@/home/prasadkr/systemtap/util.h:139")? process("/home/prasadkr/systemtap/stap").function("delete_session_module_cache@/home/prasadkr/systemtap/tapsets.cxx:1957")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("delete_statement@/home/prasadkr/systemtap/staptree.h:623")? process("/home/prasadkr/systemtap/stap").function("delete_statement_operand_tmp_visitor@/home/prasadkr/systemtap/translate.cxx:2992")? $this:struct delete_statement_operand_tmp_visitor* const process("/home/prasadkr/systemtap/stap").function("delete_statement_operand_visitor@/home/prasadkr/systemtap/translate.cxx:3004")? $this:struct delete_statement_operand_visitor* const process("/home/prasadkr/systemtap/stap").function("delete_statement_symresolution_info@/home/prasadkr/systemtap/elaborate.cxx:1744")? $this:struct delete_statement_symresolution_info* const process("/home/prasadkr/systemtap/stap").function("delete_statement_typeresolution_info@/home/prasadkr/systemtap/elaborate.cxx:4520")? $this:struct delete_statement_typeresolution_info* const process("/home/prasadkr/systemtap/stap").function("deque@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:690")? process("/home/prasadkr/systemtap/stap").function("deque@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:722")? process("/home/prasadkr/systemtap/stap").function("deref@/home/prasadkr/systemtap/tapsets.cxx:2620")? $this:struct dwarf_pretty_print* const $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("derive_probes@/home/prasadkr/systemtap/elaborate.cxx:754")? $s:struct systemtap_session& $p:struct probe* $dps:class vector >& $optional:bool process("/home/prasadkr/systemtap/stap").function("derived_locations@/home/prasadkr/systemtap/elaborate.cxx:127")? $this:struct derived_probe* const process("/home/prasadkr/systemtap/stap").function("derived_probe@/home/prasadkr/systemtap/elaborate.cxx:60")? $this:struct derived_probe* const $p:struct probe* $l:struct probe_point* $rewrite_loc:bool process("/home/prasadkr/systemtap/stap").function("destroy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ext/new_allocator.h:115")? process("/home/prasadkr/systemtap/stap").function("die_entrypc@/home/prasadkr/systemtap/dwflpp.cxx:1542")? $this:struct dwflpp* const $die:struct Dwarf_Die* $addr:Dwarf_Addr* process("/home/prasadkr/systemtap/stap").function("die_has_pc@/home/prasadkr/systemtap/dwflpp.cxx:1627")? process("/home/prasadkr/systemtap/stap").function("direct@/home/prasadkr/systemtap/remote.cxx:70")? $s:struct systemtap_session& $this:class direct* const process("/home/prasadkr/systemtap/stap").function("discontiguify@/home/prasadkr/systemtap/loc2c.c:1603")? $ctx:struct location_context* $indent:int process("/home/prasadkr/systemtap/stap").function("distance@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h:110")? process("/home/prasadkr/systemtap/stap").function("distance<__gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h:110")? $__last:class __normal_iterator > > $__first:class __normal_iterator > > process("/home/prasadkr/systemtap/stap").function("distance@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h:110")? $__last:char* $__first:char* process("/home/prasadkr/systemtap/stap").function("distance, std::allocator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h:110")? process("/home/prasadkr/systemtap/stap").function("distance, std::allocator >, std::basic_string, std::allocator > > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h:110")? $__first:struct _Rb_tree_const_iterator, std::allocator >, std::basic_string, std::allocator > > > process("/home/prasadkr/systemtap/stap").function("distance, std::allocator >, Dwarf_Die>, false, false> >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator_base_funcs.h:110")? process("/home/prasadkr/systemtap/stap").function("dump_unwindsyms@/home/prasadkr/systemtap/translate.cxx:4856")? $m:Dwfl_Module* $userdata:void** $name:char const* $base:Dwarf_Addr $arg:void* process("/home/prasadkr/systemtap/stap").function("duplicate_function_remover@/home/prasadkr/systemtap/elaborate.cxx:3566")? $dfm:class map, std::allocator > >& $sess:struct systemtap_session& $this:struct duplicate_function_remover* const process("/home/prasadkr/systemtap/stap").function("dwarf_assert@/home/prasadkr/systemtap/dwarf_wrappers.cxx:32")? $desc:string const& $rc:int process("/home/prasadkr/systemtap/stap").function("dwarf_assert@/home/prasadkr/systemtap/dwarf_wrappers.h:62")? $ptr:void const* $desc:string const& process("/home/prasadkr/systemtap/stap").function("dwarf_attr_die@/home/prasadkr/systemtap/dwarf_wrappers.h:115")? process("/home/prasadkr/systemtap/stap").function("dwarf_build_no_more@/home/prasadkr/systemtap/tapsets.cxx:714")? process("/home/prasadkr/systemtap/stap").function("dwarf_builder@/home/prasadkr/systemtap/tapsets.cxx:697")? process("/home/prasadkr/systemtap/stap").function("dwarf_cast_expanding_visitor@/home/prasadkr/systemtap/tapsets.cxx:3441")? $db:struct dwarf_builder& $s:struct systemtap_session& $this:struct dwarf_cast_expanding_visitor* const process("/home/prasadkr/systemtap/stap").function("dwarf_cast_query@/home/prasadkr/systemtap/tapsets.cxx:3455")? process("/home/prasadkr/systemtap/stap").function("dwarf_derived_probe@/home/prasadkr/systemtap/tapsets.cxx:3752")? $this:struct dwarf_derived_probe* const $funcname:string const& $filename:string const& $line:int $module:string const& $section:string const& $dwfl_addr:Dwarf_Addr $addr:Dwarf_Addr $q:struct dwarf_query& $scope_die:struct Dwarf_Die* process("/home/prasadkr/systemtap/stap").function("dwarf_derived_probe@/home/prasadkr/systemtap/tapsets.cxx:420")? process("/home/prasadkr/systemtap/stap").function("dwarf_derived_probe_group@/home/prasadkr/systemtap/tapsets.cxx:479")? $this:struct dwarf_derived_probe_group* const process("/home/prasadkr/systemtap/stap").function("dwarf_die_type@/home/prasadkr/systemtap/dwflpp.cxx:2108")? process("/home/prasadkr/systemtap/stap").function("dwarf_line_t@/home/prasadkr/systemtap/dwarf_wrappers.h:74")? $line_:Dwarf_Line const* $this:class dwarf_line_t* const process("/home/prasadkr/systemtap/stap").function("dwarf_linkage_name@/home/prasadkr/systemtap/dwarf_wrappers.h:126")? process("/home/prasadkr/systemtap/stap").function("dwarf_pretty_print@/home/prasadkr/systemtap/tapsets.cxx:2179")? process("/home/prasadkr/systemtap/stap").function("dwarf_pretty_print@/home/prasadkr/systemtap/tapsets.cxx:2189")? process("/home/prasadkr/systemtap/stap").function("dwarf_pretty_print@/home/prasadkr/systemtap/tapsets.cxx:2198")? process("/home/prasadkr/systemtap/stap").function("dwarf_query@/home/prasadkr/systemtap/tapsets.cxx:739")? $this:struct dwarf_query* const $base_probe:struct probe* $base_loc:struct probe_point* $dw:struct dwflpp& $params:literal_map_t const& $results:class vector >& $user_path:string const $user_lib:string const process("/home/prasadkr/systemtap/stap").function("dwarf_type_name@/home/prasadkr/systemtap/dwarf_wrappers.cxx:188")? $type_die:struct Dwarf_Die* $type_name:string& process("/home/prasadkr/systemtap/stap").function("dwarf_type_name@/home/prasadkr/systemtap/dwarf_wrappers.cxx:198")? $type_die:struct Dwarf_Die* process("/home/prasadkr/systemtap/stap").function("dwarf_type_name@/home/prasadkr/systemtap/dwarf_wrappers.cxx:88")? $type_die:struct Dwarf_Die* $o:ostream& process("/home/prasadkr/systemtap/stap").function("dwarf_var_expanding_visitor@/home/prasadkr/systemtap/tapsets.cxx:1981")? $a:Dwarf_Addr $sd:struct Dwarf_Die* $q:struct dwarf_query& $this:struct dwarf_var_expanding_visitor* const process("/home/prasadkr/systemtap/stap").function("dwarf_whatattr@/usr/include/elfutils/libdw.h:848")? process("/home/prasadkr/systemtap/stap").function("dwarf_whatform@/usr/include/elfutils/libdw.h:855")? process("/home/prasadkr/systemtap/stap").function("dwfl_assert@/home/prasadkr/systemtap/dwarf_wrappers.cxx:20")? $desc:string const& $rc:int process("/home/prasadkr/systemtap/stap").function("dwfl_assert@/home/prasadkr/systemtap/dwarf_wrappers.h:43")? $ptr:void const* $desc:string const& process("/home/prasadkr/systemtap/stap").function("dwfl_assert@/home/prasadkr/systemtap/dwarf_wrappers.h:51")? $condition:bool $desc:string const& process("/home/prasadkr/systemtap/stap").function("dwflpp@/home/prasadkr/systemtap/dwflpp.cxx:71")? $this:struct dwflpp* const $session:struct systemtap_session& $name:string const& $kernel_p:bool process("/home/prasadkr/systemtap/stap").function("dwflpp@/home/prasadkr/systemtap/dwflpp.cxx:86")? $this:struct dwflpp* const $session:struct systemtap_session& $names:class vector, std::allocator >, std::allocator, std::allocator > > > const& $kernel_p:bool process("/home/prasadkr/systemtap/stap").function("egptr@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/streambuf:464")? $this:struct basic_streambuf > const* const process("/home/prasadkr/systemtap/stap").function("embedded_expr@/home/prasadkr/systemtap/staptree.h:101")? process("/home/prasadkr/systemtap/stap").function("embeddedcode@/home/prasadkr/systemtap/staptree.h:534")? process("/home/prasadkr/systemtap/stap").function("embeddedcode_info@/home/prasadkr/systemtap/elaborate.cxx:1220")? $this:struct embeddedcode_info* const process("/home/prasadkr/systemtap/stap").function("embeddedcode_info_pass@/home/prasadkr/systemtap/elaborate.cxx:1235")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_address@/home/prasadkr/systemtap/dwflpp.cxx:1697")? $this:struct dwflpp* const $pool:struct obstack* $address:Dwarf_Addr process("/home/prasadkr/systemtap/stap").function("emit_base_fetch@/home/prasadkr/systemtap/loc2c.c:1498")? process("/home/prasadkr/systemtap/stap").function("emit_base_store@/home/prasadkr/systemtap/loc2c.c:1551")? process("/home/prasadkr/systemtap/stap").function("emit_common_header@/home/prasadkr/systemtap/translate.cxx:902")? $this:struct c_unparser* const process("/home/prasadkr/systemtap/stap").function("emit_function@/home/prasadkr/systemtap/translate.cxx:1514")? $this:struct c_unparser* const $v:struct functiondecl* process("/home/prasadkr/systemtap/stap").function("emit_functionsig@/home/prasadkr/systemtap/translate.cxx:1171")? $this:struct c_unparser* const $v:struct functiondecl* process("/home/prasadkr/systemtap/stap").function("emit_global@/home/prasadkr/systemtap/translate.cxx:1128")? $this:struct c_unparser* const $v:struct vardecl* process("/home/prasadkr/systemtap/stap").function("emit_global_init@/home/prasadkr/systemtap/translate.cxx:1150")? $this:struct c_unparser* const $v:struct vardecl* process("/home/prasadkr/systemtap/stap").function("emit_global_param@/home/prasadkr/systemtap/translate.cxx:1100")? $this:struct c_unparser* const $v:struct vardecl* process("/home/prasadkr/systemtap/stap").function("emit_header@/home/prasadkr/systemtap/loc2c.c:2413")? process("/home/prasadkr/systemtap/stap").function("emit_interval@/home/prasadkr/systemtap/tapset-timers.cxx:237")? $this:struct hrtimer_derived_probe_group* const $o:struct translator_output* process("/home/prasadkr/systemtap/stap").function("emit_interval@/home/prasadkr/systemtap/tapset-timers.cxx:84")? $this:struct timer_derived_probe_group* const $o:struct translator_output* process("/home/prasadkr/systemtap/stap").function("emit_loc_address@/home/prasadkr/systemtap/loc2c.c:2453")? $target:char const* $indent:unsigned int $loc:struct location* process("/home/prasadkr/systemtap/stap").function("emit_loc_register@/home/prasadkr/systemtap/loc2c.c:2439")? $target:char const* $indent:unsigned int $loc:struct location* process("/home/prasadkr/systemtap/stap").function("emit_loc_value@/home/prasadkr/systemtap/loc2c.c:2480")? $out:FILE* $loc:struct location* $indent:unsigned int $target:char const* $declare:_Bool $used_deref:_Bool* $max_stack:unsigned int* process("/home/prasadkr/systemtap/stap").function("emit_lock_decls@/home/prasadkr/systemtap/translate.cxx:1754")? $this:struct c_unparser* const $vut:struct varuse_collecting_visitor const& process("/home/prasadkr/systemtap/stap").function("emit_locks@/home/prasadkr/systemtap/translate.cxx:1821")? $this:struct c_unparser* const process("/home/prasadkr/systemtap/stap").function("emit_map_type_instantiations@/home/prasadkr/systemtap/translate.cxx:1899")? $this:struct c_unparser* const process("/home/prasadkr/systemtap/stap").function("emit_module_decls@/home/prasadkr/systemtap/tapset-been.cxx:108")? $this:struct be_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_decls@/home/prasadkr/systemtap/tapset-itrace.cxx:171")? $this:struct itrace_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_decls@/home/prasadkr/systemtap/tapset-mark.cxx:484")? $this:struct mark_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_decls@/home/prasadkr/systemtap/tapset-perfmon.cxx:78")? $this:struct perf_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_decls@/home/prasadkr/systemtap/tapset-procfs.cxx:168")? $this:struct procfs_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_decls@/home/prasadkr/systemtap/tapset-timers.cxx:262")? $this:struct hrtimer_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_decls@/home/prasadkr/systemtap/tapset-timers.cxx:414")? $this:struct profile_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_decls@/home/prasadkr/systemtap/tapset-timers.cxx:96")? $this:struct timer_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_decls@/home/prasadkr/systemtap/tapset-utrace.cxx:782")? $this:struct utrace_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_decls@/home/prasadkr/systemtap/tapsets.cxx:4198")? $this:struct dwarf_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_decls@/home/prasadkr/systemtap/tapsets.cxx:6586")? $this:struct uprobe_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_decls@/home/prasadkr/systemtap/tapsets.cxx:7003")? $this:struct kprobe_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_decls@/home/prasadkr/systemtap/tapsets.cxx:7539")? $this:struct hwbkpt_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_decls@/home/prasadkr/systemtap/tapsets.cxx:8261")? $this:struct tracepoint_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_decls@/home/prasadkr/systemtap/task_finder.cxx:43")? $this:struct task_finder_derived_probe_group* const process("/home/prasadkr/systemtap/stap").function("emit_module_exit@/home/prasadkr/systemtap/tapset-been.cxx:166")? $this:struct be_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_exit@/home/prasadkr/systemtap/tapset-itrace.cxx:288")? $this:struct itrace_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_exit@/home/prasadkr/systemtap/tapset-mark.cxx:551")? $this:struct mark_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_exit@/home/prasadkr/systemtap/tapset-perfmon.cxx:164")? $this:struct perf_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_exit@/home/prasadkr/systemtap/tapset-procfs.cxx:373")? $this:struct procfs_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_exit@/home/prasadkr/systemtap/tapset-timers.cxx:159")? $this:struct timer_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_exit@/home/prasadkr/systemtap/tapset-timers.cxx:354")? $this:struct hrtimer_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_exit@/home/prasadkr/systemtap/tapset-timers.cxx:493")? $this:struct profile_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_exit@/home/prasadkr/systemtap/tapset-utrace.cxx:1058")? $this:struct utrace_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_exit@/home/prasadkr/systemtap/tapsets.cxx:4546")? $this:struct dwarf_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_exit@/home/prasadkr/systemtap/tapsets.cxx:6796")? $this:struct uprobe_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_exit@/home/prasadkr/systemtap/tapsets.cxx:7273")? $this:struct kprobe_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_exit@/home/prasadkr/systemtap/tapsets.cxx:7685")? $this:struct hwbkpt_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_exit@/home/prasadkr/systemtap/tapsets.cxx:8402")? $this:struct tracepoint_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_exit@/home/prasadkr/systemtap/task_finder.cxx:75")? $this:struct task_finder_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_exit@/home/prasadkr/systemtap/translate.cxx:1363")? $this:struct c_unparser* const process("/home/prasadkr/systemtap/stap").function("emit_module_init@/home/prasadkr/systemtap/tapset-been.cxx:149")? $this:struct be_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_init@/home/prasadkr/systemtap/tapset-itrace.cxx:255")? $this:struct itrace_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_init@/home/prasadkr/systemtap/tapset-mark.cxx:529")? $this:struct mark_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_init@/home/prasadkr/systemtap/tapset-perfmon.cxx:145")? $this:struct perf_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_init@/home/prasadkr/systemtap/tapset-procfs.cxx:340")? $this:struct procfs_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_init@/home/prasadkr/systemtap/tapset-timers.cxx:138")? $this:struct timer_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_init@/home/prasadkr/systemtap/tapset-timers.cxx:327")? $this:struct hrtimer_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_init@/home/prasadkr/systemtap/tapset-timers.cxx:479")? $this:struct profile_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_init@/home/prasadkr/systemtap/tapset-utrace.cxx:1035")? $this:struct utrace_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_init@/home/prasadkr/systemtap/tapsets.cxx:4450")? $this:struct dwarf_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_init@/home/prasadkr/systemtap/tapsets.cxx:6763")? $this:struct uprobe_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_init@/home/prasadkr/systemtap/tapsets.cxx:7188")? $this:struct kprobe_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_init@/home/prasadkr/systemtap/tapsets.cxx:7629")? $this:struct hwbkpt_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_init@/home/prasadkr/systemtap/tapsets.cxx:8375")? $this:struct tracepoint_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_init@/home/prasadkr/systemtap/task_finder.cxx:53")? $this:struct task_finder_derived_probe_group* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_module_init@/home/prasadkr/systemtap/translate.cxx:1179")? $this:struct c_unparser* const process("/home/prasadkr/systemtap/stap").function("emit_probe@/home/prasadkr/systemtap/translate.cxx:1600")? $this:struct c_unparser* const $v:struct derived_probe* process("/home/prasadkr/systemtap/stap").function("emit_probe_decl@/home/prasadkr/systemtap/tapset-itrace.cxx:145")? $this:struct itrace_derived_probe_group* const $s:struct systemtap_session& $p:struct itrace_derived_probe* process("/home/prasadkr/systemtap/stap").function("emit_probe_decl@/home/prasadkr/systemtap/tapset-utrace.cxx:706")? $this:struct utrace_derived_probe_group* const $s:struct systemtap_session& $p:struct utrace_derived_probe* process("/home/prasadkr/systemtap/stap").function("emit_probe_local_init@/home/prasadkr/systemtap/elaborate.h:153")? $this:struct derived_probe* const process("/home/prasadkr/systemtap/stap").function("emit_probe_local_init@/home/prasadkr/systemtap/tapsets.cxx:4172")? $this:struct dwarf_derived_probe* const $o:class translator_output* process("/home/prasadkr/systemtap/stap").function("emit_process_owner_assertion@/home/prasadkr/systemtap/elaborate.cxx:179")? $o:class translator_output* process("/home/prasadkr/systemtap/stap").function("emit_symbol_data@/home/prasadkr/systemtap/translate.cxx:5585")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_symbol_data_done@/home/prasadkr/systemtap/translate.cxx:5663")? $ctx:struct unwindsym_dump_context* $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("emit_unlocks@/home/prasadkr/systemtap/translate.cxx:1830")? $this:struct c_unparser* const $vut:struct varuse_collecting_visitor const& process("/home/prasadkr/systemtap/stap").function("emit_unprivileged_assertion@/home/prasadkr/systemtap/elaborate.cxx:166")? $this:struct derived_probe* const $o:class translator_output* process("/home/prasadkr/systemtap/stap").function("emit_unprivileged_assertion@/home/prasadkr/systemtap/tapset-been.cxx:193")? $this:struct never_derived_probe* const process("/home/prasadkr/systemtap/stap").function("emit_unprivileged_assertion@/home/prasadkr/systemtap/tapset-been.cxx:57")? $this:struct be_derived_probe* const process("/home/prasadkr/systemtap/stap").function("emit_unprivileged_assertion@/home/prasadkr/systemtap/tapset-timers.cxx:212")? $this:struct hrtimer_derived_probe* const process("/home/prasadkr/systemtap/stap").function("emit_unprivileged_assertion@/home/prasadkr/systemtap/tapset-timers.cxx:43")? $this:struct timer_derived_probe* const process("/home/prasadkr/systemtap/stap").function("emit_unprivileged_assertion@/home/prasadkr/systemtap/tapset-utrace.cxx:206")? $this:struct utrace_derived_probe* const $o:struct translator_output* process("/home/prasadkr/systemtap/stap").function("emit_unprivileged_assertion@/home/prasadkr/systemtap/tapsets.cxx:4051")? $this:struct dwarf_derived_probe* const $o:class translator_output* process("/home/prasadkr/systemtap/stap").function("emit_unprivileged_assertion@/home/prasadkr/systemtap/tapsets.cxx:6554")? $this:struct uprobe_derived_probe* const $o:class translator_output* process("/home/prasadkr/systemtap/stap").function("empty@/home/prasadkr/systemtap/csclient.cxx:78")? process("/home/prasadkr/systemtap/stap").function("empty@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:708")? process("/home/prasadkr/systemtap/stap").function("empty@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:1039")? process("/home/prasadkr/systemtap/stap").function("empty@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_map.h:415")? $this:class map, std::allocator >, statistic_decl, std::less, std::allocator > >, std::allocator, std::allocator >, statistic_decl> > > const* const process("/home/prasadkr/systemtap/stap").function("empty@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_set.h:361")? process("/home/prasadkr/systemtap/stap").function("empty@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_stack.h:142")? process("/home/prasadkr/systemtap/stap").function("empty@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:666")? process("/home/prasadkr/systemtap/stap").function("empty@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:574")? process("/home/prasadkr/systemtap/stap").function("enable_task_finder@/home/prasadkr/systemtap/task_finder.cxx:85")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("enable_vma_tracker@/home/prasadkr/systemtap/task_finder.cxx:97")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("end@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:573")? $this:struct basic_string, std::allocator >* const process("/home/prasadkr/systemtap/stap").function("end@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:584")? process("/home/prasadkr/systemtap/stap").function("end@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:917")? process("/home/prasadkr/systemtap/stap").function("end@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_list.h:707")? process("/home/prasadkr/systemtap/stap").function("end@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_map.h:324")? process("/home/prasadkr/systemtap/stap").function("end@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_multimap.h:321")? process("/home/prasadkr/systemtap/stap").function("end@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_set.h:300")? process("/home/prasadkr/systemtap/stap").function("end@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:639")? process("/home/prasadkr/systemtap/stap").function("end@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:643")? process("/home/prasadkr/systemtap/stap").function("end@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:443")? process("/home/prasadkr/systemtap/stap").function("end@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:452")? process("/home/prasadkr/systemtap/stap").function("end@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable:254")? process("/home/prasadkr/systemtap/stap").function("endl >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream:538")? process("/home/prasadkr/systemtap/stap").function("endswith@/home/prasadkr/systemtap/util.h:157")? process("/home/prasadkr/systemtap/stap").function("enroll@/home/prasadkr/systemtap/tapset-itrace.cxx:130")? $this:struct itrace_derived_probe_group* const $p:struct itrace_derived_probe* process("/home/prasadkr/systemtap/stap").function("enroll@/home/prasadkr/systemtap/tapset-procfs.cxx:132")? $this:struct procfs_derived_probe_group* const $p:struct procfs_derived_probe* process("/home/prasadkr/systemtap/stap").function("enroll@/home/prasadkr/systemtap/tapset-utrace.cxx:690")? $this:struct utrace_derived_probe_group* const $p:struct utrace_derived_probe* process("/home/prasadkr/systemtap/stap").function("enroll@/home/prasadkr/systemtap/tapsets.cxx:4186")? $this:struct dwarf_derived_probe_group* const $p:struct dwarf_derived_probe* process("/home/prasadkr/systemtap/stap").function("enroll@/home/prasadkr/systemtap/tapsets.cxx:6996")? $this:struct kprobe_derived_probe_group* const $p:struct kprobe_derived_probe* process("/home/prasadkr/systemtap/stap").function("enroll@/home/prasadkr/systemtap/tapsets.cxx:7521")? $this:struct hwbkpt_derived_probe_group* const $p:struct hwbkpt_derived_probe* $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("enroll@/home/prasadkr/systemtap/tapsets.h:42")? process("/home/prasadkr/systemtap/stap").function("enter_element@/home/prasadkr/systemtap/coveragedb.cxx:156")? $db:sqlite3* $x:class coverage_element& process("/home/prasadkr/systemtap/stap").function("entry_op@/home/prasadkr/systemtap/staptree.h:298")? process("/home/prasadkr/systemtap/stap").function("eof@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.h:180")? $this:struct basic_ios > const* const process("/home/prasadkr/systemtap/stap").function("equal, std::allocator > >, std::_Rb_tree_const_iterator, std::allocator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:799")? process("/home/prasadkr/systemtap/stap").function("equal, std::allocator > >, std::_Rb_tree_const_iterator, std::allocator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:952")? process("/home/prasadkr/systemtap/stap").function("equal_range@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_multimap.h:685")? process("/home/prasadkr/systemtap/stap").function("equal_range@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:1047")? process("/home/prasadkr/systemtap/stap").function("equal_range@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:1078")? process("/home/prasadkr/systemtap/stap").function("equal_range@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable:839")? $this:class _Hashtable, std::allocator >, std::pair, std::allocator >, Dwarf_Die>, std::allocator, std::allocator >, Dwarf_Die> >, std::_Select1st, std::allocator >, Dwarf_Die> >, std::equal_to, std::allocator > >, std::tr1::hash, std::allocator > >, std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash, std::tr1::__detail::_Prime_rehash_policy, false, false, false>* const $__k:struct basic_string, std::allocator > const& process("/home/prasadkr/systemtap/stap").function("erase@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:1198")? $this:struct basic_string, std::allocator >* const process("/home/prasadkr/systemtap/stap").function("erase@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/list.tcc:107")? process("/home/prasadkr/systemtap/stap").function("erase@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_map.h:566")? $__position:struct _Rb_tree_iterator, std::allocator >, functiondecl*> > $this:class map, std::allocator >, functiondecl*, std::less, std::allocator > >, std::allocator, std::allocator >, functiondecl*> > >* const process("/home/prasadkr/systemtap/stap").function("erase@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_map.h:581")? process("/home/prasadkr/systemtap/stap").function("erase@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_multimap.h:502")? process("/home/prasadkr/systemtap/stap").function("erase@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_set.h:490")? process("/home/prasadkr/systemtap/stap").function("erase@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:1341")? process("/home/prasadkr/systemtap/stap").function("erase@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:1369")? process("/home/prasadkr/systemtap/stap").function("erase@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:1381")? process("/home/prasadkr/systemtap/stap").function("erase@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/vector.tcc:133")? process("/home/prasadkr/systemtap/stap").function("erase@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/vector.tcc:145")? $__last:class __normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > > $__first:class __normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > > $this:class vector, std::allocator >, std::allocator, std::allocator > > >* const process("/home/prasadkr/systemtap/stap").function("eval_comparison@/home/prasadkr/systemtap/parse.cxx:296")? $lhs:int64_t const& $op:struct token const* $rhs:int64_t const& process("/home/prasadkr/systemtap/stap").function("eval_comparison@/home/prasadkr/systemtap/parse.cxx:296")? $lhs:string const& $op:struct token const* $rhs:string const& process("/home/prasadkr/systemtap/stap").function("eval_pp_conditional@/home/prasadkr/systemtap/parse.cxx:335")? $s:struct systemtap_session& $l:struct token const* $op:struct token const* $r:struct token const* process("/home/prasadkr/systemtap/stap").function("exists@/home/prasadkr/systemtap/translate.cxx:624")? $this:struct mapvar const* const $indices:class vector > const& process("/home/prasadkr/systemtap/stap").function("expand@/home/prasadkr/systemtap/tapsets.cxx:2262")? $this:struct dwarf_pretty_print* const process("/home/prasadkr/systemtap/stap").function("expect_ident@/home/prasadkr/systemtap/parse.cxx:761")? $this:class parser* const $target:string& process("/home/prasadkr/systemtap/stap").function("expect_ident_or_keyword@/home/prasadkr/systemtap/parse.cxx:768")? $this:class parser* const $target:string& process("/home/prasadkr/systemtap/stap").function("expect_known@/home/prasadkr/systemtap/parse.cxx:681")? $this:class parser* const $tt:enum token_type $expected:string const& process("/home/prasadkr/systemtap/stap").function("expect_kw@/home/prasadkr/systemtap/parse.cxx:720")? $this:class parser* const $expected:string const& process("/home/prasadkr/systemtap/stap").function("expect_number@/home/prasadkr/systemtap/parse.cxx:726")? $this:class parser* const $value:int64_t& process("/home/prasadkr/systemtap/stap").function("expect_op@/home/prasadkr/systemtap/parse.cxx:713")? $this:class parser* const $expected:string const& process("/home/prasadkr/systemtap/stap").function("expect_unknown2@/home/prasadkr/systemtap/parse.cxx:702")? $this:class parser* const $tt1:enum token_type $tt2:enum token_type $target:string& process("/home/prasadkr/systemtap/stap").function("expect_unknown@/home/prasadkr/systemtap/parse.cxx:691")? $this:class parser* const $tt:enum token_type $target:string& process("/home/prasadkr/systemtap/stap").function("expr_statement@/home/prasadkr/systemtap/staptree.h:598")? process("/home/prasadkr/systemtap/stap").function("express_as_string@/home/prasadkr/systemtap/dwflpp.cxx:2418")? $this:struct dwflpp* const $prelude:string $postlude:string $head:struct location* process("/home/prasadkr/systemtap/stap").function("expression@/home/prasadkr/systemtap/staptree.cxx:28")? process("/home/prasadkr/systemtap/stap").function("expression@/home/prasadkr/systemtap/staptree.h:64")? process("/home/prasadkr/systemtap/stap").function("expression_is_arrayindex@/home/prasadkr/systemtap/translate.cxx:2599")? $e:struct expression* $hist:struct arrayindex*& process("/home/prasadkr/systemtap/stap").function("fail@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.h:191")? $this:struct basic_ios > const* const process("/home/prasadkr/systemtap/stap").function("fetch_existing_aggregate@/home/prasadkr/systemtap/translate.cxx:611")? $this:struct mapvar const* const process("/home/prasadkr/systemtap/stap").function("fgets@/usr/include/bits/stdio2.h:245")? process("/home/prasadkr/systemtap/stap").function("file_exists@/home/prasadkr/systemtap/util.cxx:88")? $path:string const& process("/home/prasadkr/systemtap/stap").function("fill@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:730")? process("/home/prasadkr/systemtap/stap").function("fill, false>**, std::tr1::__detail::_Hash_node, false>*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:730")? $__last:struct _Hash_node, false>** $__first:struct _Hash_node, false>** process("/home/prasadkr/systemtap/stap").function("fill >*>, false>**, std::tr1::__detail::_Hash_node >*>, false>*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:730")? $__last:struct _Hash_node >*>, false>** $__first:struct _Hash_node >*>, false>** process("/home/prasadkr/systemtap/stap").function("fill, std::allocator >, Dwarf_Die>, false>**, std::tr1::__detail::_Hash_node, std::allocator >, Dwarf_Die>, false>*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:730")? $__last:struct _Hash_node, std::allocator >, Dwarf_Die>, false>** process("/home/prasadkr/systemtap/stap").function("fill, false>**, std::tr1::__detail::_Hash_node, false>*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:730")? $__last:struct _Hash_node, false>** $__first:struct _Hash_node, false>** process("/home/prasadkr/systemtap/stap").function("fill, false>**, std::tr1::__detail::_Hash_node, false>*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:730")? $__last:struct _Hash_node, false>** $__first:struct _Hash_node, false>** process("/home/prasadkr/systemtap/stap").function("fill, false>**, std::tr1::__detail::_Hash_node, false>*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:730")? $__last:struct _Hash_node, false>** $__first:struct _Hash_node, false>** process("/home/prasadkr/systemtap/stap").function("fill, false>**, std::tr1::__detail::_Hash_node, false>*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:730")? $__last:struct _Hash_node, false>** $__first:struct _Hash_node, false>** process("/home/prasadkr/systemtap/stap").function("fill >*>, false>**, std::tr1::__detail::_Hash_node >*>, false>*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:730")? $__last:struct _Hash_node >*>, false>** $__first:struct _Hash_node >*>, false>** process("/home/prasadkr/systemtap/stap").function("fill@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.h:360")? process("/home/prasadkr/systemtap/stap").function("fill@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.h:380")? process("/home/prasadkr/systemtap/stap").function("fill_n@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:785")? process("/home/prasadkr/systemtap/stap").function("fill_n@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:785")? process("/home/prasadkr/systemtap/stap").function("fill_n@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:785")? $__n:long unsigned int $__first:struct probe_point** process("/home/prasadkr/systemtap/stap").function("filter_special_modules@/home/prasadkr/systemtap/tapsets.cxx:3616")? $this:struct dwarf_cast_expanding_visitor* const $module:string& process("/home/prasadkr/systemtap/stap").function("find<__gnu_cxx::__normal_iterator > >, stapfile*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algo.h:4216")? process("/home/prasadkr/systemtap/stap").function("find@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:1657")? process("/home/prasadkr/systemtap/stap").function("find@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:1671")? process("/home/prasadkr/systemtap/stap").function("find@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_map.h:658")? process("/home/prasadkr/systemtap/stap").function("find@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_map.h:673")? process("/home/prasadkr/systemtap/stap").function("find@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_set.h:547")? process("/home/prasadkr/systemtap/stap").function("find@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_set.h:551")? process("/home/prasadkr/systemtap/stap").function("find@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:1418")? process("/home/prasadkr/systemtap/stap").function("find@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:1431")? process("/home/prasadkr/systemtap/stap").function("find@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable:780")? process("/home/prasadkr/systemtap/stap").function("find_and_build@/home/prasadkr/systemtap/elaborate.cxx:399")? $this:class match_node* const $s:struct systemtap_session& $p:struct probe* $loc:struct probe_point* $pos:unsigned int $results:class vector >& process("/home/prasadkr/systemtap/stap").function("find_debug_rpms@/home/prasadkr/systemtap/rpm_finder.cxx:227")? $sess:struct systemtap_session& $filename:char const* process("/home/prasadkr/systemtap/stap").function("find_devel_rpms@/home/prasadkr/systemtap/rpm_finder.cxx:237")? $sess:struct systemtap_session& $filename:char const* process("/home/prasadkr/systemtap/stap").function("find_executable@/home/prasadkr/systemtap/util.cxx:306")? $name:string const& $env_path:string const& process("/home/prasadkr/systemtap/stap").function("find_first_not_of@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:1881")? $__pos:size_t process("/home/prasadkr/systemtap/stap").function("find_first_not_of@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:1910")? $this:struct basic_string, std::allocator > const* const process("/home/prasadkr/systemtap/stap").function("find_first_of@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:1759")? process("/home/prasadkr/systemtap/stap").function("find_first_of@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:1787")? $__pos:size_t $this:struct basic_string, std::allocator > const* const process("/home/prasadkr/systemtap/stap").function("find_function@/home/prasadkr/systemtap/elaborate.cxx:1945")? $this:struct symresolution_info* const $name:string const& $arity:unsigned int process("/home/prasadkr/systemtap/stap").function("find_last_not_of@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:1969")? $this:struct basic_string, std::allocator > const* const process("/home/prasadkr/systemtap/stap").function("find_last_of@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:1867")? process("/home/prasadkr/systemtap/stap").function("find_script_hash@/home/prasadkr/systemtap/hash.cxx:219")? $s:struct systemtap_session& $script:string const& process("/home/prasadkr/systemtap/stap").function("find_stapconf_hash@/home/prasadkr/systemtap/hash.cxx:302")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("find_struct_member@/home/prasadkr/systemtap/dwflpp.cxx:2039")? $this:struct dwflpp* const $c:struct component const& $parentdie:struct Dwarf_Die* $memberdie:struct Dwarf_Die* $dies:class vector >& $locs:class vector >& process("/home/prasadkr/systemtap/stap").function("find_tracequery_hash@/home/prasadkr/systemtap/hash.cxx:324")? $s:struct systemtap_session& $headers:class vector, std::allocator >, std::allocator, std::allocator > > > const& process("/home/prasadkr/systemtap/stap").function("find_typequery_hash@/home/prasadkr/systemtap/hash.cxx:349")? $s:struct systemtap_session& $name:string const& process("/home/prasadkr/systemtap/stap").function("find_var@/home/prasadkr/systemtap/elaborate.cxx:1873")? $this:struct symresolution_info* const $name:string const& $arity:int $tok:struct token const* process("/home/prasadkr/systemtap/stap").function("find_variable_and_frame_base@/home/prasadkr/systemtap/dwflpp.cxx:1822")? $this:struct dwflpp* const $scopes:class vector >& $pc:Dwarf_Addr $local:string const& $e:struct target_symbol const* $vardie:struct Dwarf_Die* $fb_attr_mem:struct Dwarf_Attribute* process("/home/prasadkr/systemtap/stap").function("find_vdso@/home/prasadkr/systemtap/translate.cxx:5524")? $path:char const* $status:struct stat const* $type:int process("/home/prasadkr/systemtap/stap").function("fini@/home/prasadkr/systemtap/translate.cxx:435")? process("/home/prasadkr/systemtap/stap").function("fini@/home/prasadkr/systemtap/translate.cxx:738")? process("/home/prasadkr/systemtap/stap").function("finish@/home/prasadkr/systemtap/remote.cxx:200")? $this:class ssh_remote* const process("/home/prasadkr/systemtap/stap").function("finish@/home/prasadkr/systemtap/remote.cxx:87")? $this:class direct* const process("/home/prasadkr/systemtap/stap").function("flags@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h:566")? $__fmtfl:fmtflags process("/home/prasadkr/systemtap/stap").function("flush >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream:559")? process("/home/prasadkr/systemtap/stap").function("focus_on_cu@/home/prasadkr/systemtap/dwflpp.cxx:180")? $this:struct dwflpp* const $c:struct Dwarf_Die* process("/home/prasadkr/systemtap/stap").function("focus_on_function@/home/prasadkr/systemtap/dwflpp.cxx:201")? $this:struct dwflpp* const $f:struct Dwarf_Die* process("/home/prasadkr/systemtap/stap").function("focus_on_module@/home/prasadkr/systemtap/dwflpp.cxx:150")? $this:struct dwflpp* const $m:Dwfl_Module* $mi:struct module_info* process("/home/prasadkr/systemtap/stap").function("for_loop@/home/prasadkr/systemtap/staptree.h:563")? process("/home/prasadkr/systemtap/stap").function("foreach_loop@/home/prasadkr/systemtap/staptree.h:574")? process("/home/prasadkr/systemtap/stap").function("format_component@/home/prasadkr/systemtap/staptree.h:376")? process("/home/prasadkr/systemtap/stap").function("fprintf@/usr/include/bits/stdio2.h:96")? process("/home/prasadkr/systemtap/stap").function("front@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:679")? process("/home/prasadkr/systemtap/stap").function("fstat@/usr/include/sys/stat.h:469")? process("/home/prasadkr/systemtap/stap").function("func_info@/home/prasadkr/systemtap/dwflpp.h:129")? process("/home/prasadkr/systemtap/stap").function("func_info@/home/prasadkr/systemtap/dwflpp.h:130")? process("/home/prasadkr/systemtap/stap").function("func_is_inline@/home/prasadkr/systemtap/dwflpp.cxx:434")? $this:struct dwflpp* const process("/home/prasadkr/systemtap/stap").function("function_die@/home/prasadkr/systemtap/dwflpp.cxx:1602")? $this:struct dwflpp* const $d:struct Dwarf_Die* process("/home/prasadkr/systemtap/stap").function("function_entrypc@/home/prasadkr/systemtap/dwflpp.cxx:1534")? $this:struct dwflpp* const $addr:Dwarf_Addr* process("/home/prasadkr/systemtap/stap").function("function_file@/home/prasadkr/systemtap/dwflpp.cxx:1610")? $this:struct dwflpp* const $c:char const** process("/home/prasadkr/systemtap/stap").function("function_line@/home/prasadkr/systemtap/dwflpp.cxx:1619")? $this:struct dwflpp* const $linep:int* process("/home/prasadkr/systemtap/stap").function("function_name_matches@/home/prasadkr/systemtap/dwflpp.cxx:274")? $this:struct dwflpp* const $pattern:string const& process("/home/prasadkr/systemtap/stap").function("function_name_matches_pattern@/home/prasadkr/systemtap/dwflpp.cxx:262")? $this:struct dwflpp* const $name:string const& $pattern:string const& process("/home/prasadkr/systemtap/stap").function("function_scope_matches@/home/prasadkr/systemtap/dwflpp.cxx:282")? $this:struct dwflpp* const $scopes:class vector, std::allocator >, std::allocator, std::allocator > > > const& process("/home/prasadkr/systemtap/stap").function("functioncall@/home/prasadkr/systemtap/staptree.cxx:74")? $this:struct functioncall* const process("/home/prasadkr/systemtap/stap").function("functioncall@/home/prasadkr/systemtap/staptree.h:317")? process("/home/prasadkr/systemtap/stap").function("functioncall_traversing_visitor@/home/prasadkr/systemtap/staptree.h:829")? process("/home/prasadkr/systemtap/stap").function("functiondecl@/home/prasadkr/systemtap/staptree.cxx:194")? $this:struct functiondecl* const process("/home/prasadkr/systemtap/stap").function("gen_kretprobe_saved_return@/home/prasadkr/systemtap/tapsets.cxx:3008")? $this:struct dwarf_var_expanding_visitor* const $e:struct expression* process("/home/prasadkr/systemtap/stap").function("gen_mapped_saved_return@/home/prasadkr/systemtap/tapsets.cxx:2764")? $this:struct dwarf_var_expanding_visitor* const $e:struct expression* $name:string const& process("/home/prasadkr/systemtap/stap").function("generic_dpg@/home/prasadkr/systemtap/tapsets.h:41")? process("/home/prasadkr/systemtap/stap").function("gensym@/home/prasadkr/systemtap/translate.cxx:2287")? $this:struct c_unparser* const $ty:enum exp_type process("/home/prasadkr/systemtap/stap").function("gensym_aggregate@/home/prasadkr/systemtap/translate.cxx:2293")? $this:struct c_unparser* const process("/home/prasadkr/systemtap/stap").function("get@/home/prasadkr/systemtap/translate.cxx:635")? $this:struct mapvar const* const $indices:class vector > const& $pre_agg:bool process("/home/prasadkr/systemtap/stap").function("get_alias@/home/prasadkr/systemtap/elaborate.cxx:625")? $this:struct alias_derived_probe const* const process("/home/prasadkr/systemtap/stap").function("get_alias@/home/prasadkr/systemtap/staptree.h:709")? $this:struct probe const* const process("/home/prasadkr/systemtap/stap").function("get_all_server_info@/home/prasadkr/systemtap/csclient.cxx:2109")? $s:struct systemtap_session& $servers:class vector >& process("/home/prasadkr/systemtap/stap").function("get_base_hash@/home/prasadkr/systemtap/hash.cxx:136")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("get_bitfield@/home/prasadkr/systemtap/loc2c.c:1815")? $loc:struct location* $die:Dwarf_Die* $bit_offset:Dwarf_Word* $bit_size:Dwarf_Word* $attr_mem:Dwarf_Attribute process("/home/prasadkr/systemtap/stap").function("get_blacklist_section@/home/prasadkr/systemtap/dwflpp.cxx:3005")? $this:struct dwflpp* const $addr:Dwarf_Addr process("/home/prasadkr/systemtap/stap").function("get_cfa_ops@/home/prasadkr/systemtap/dwflpp.cxx:3136")? $this:struct dwflpp* const $pc:Dwarf_Addr process("/home/prasadkr/systemtap/stap").function("get_default_server_info@/home/prasadkr/systemtap/csclient.cxx:2120")? $s:struct systemtap_session& $servers:class vector >& process("/home/prasadkr/systemtap/stap").function("get_die_parents@/home/prasadkr/systemtap/dwflpp.cxx:564")? $this:struct dwflpp* const process("/home/prasadkr/systemtap/stap").function("get_file_size@/home/prasadkr/systemtap/util.cxx:64")? $path:string const& process("/home/prasadkr/systemtap/stap").function("get_file_size@/home/prasadkr/systemtap/util.cxx:76")? $fd:int process("/home/prasadkr/systemtap/stap").function("get_file_weight@/home/prasadkr/systemtap/cache.cxx:366")? $path:string const& process("/home/prasadkr/systemtap/stap").function("get_filtered_functions@/home/prasadkr/systemtap/tapsets.cxx:778")? $q:struct dwarf_query* process("/home/prasadkr/systemtap/stap").function("get_filtered_inlines@/home/prasadkr/systemtap/tapsets.cxx:785")? $q:struct dwarf_query* process("/home/prasadkr/systemtap/stap").function("get_foreach_loop_value@/home/prasadkr/systemtap/translate.cxx:2669")? $this:struct c_unparser* const $ai:struct arrayindex* $value:string& process("/home/prasadkr/systemtap/stap").function("get_from_elf@/home/prasadkr/systemtap/tapsets.cxx:6317")? $this:struct symbol_table* const process("/home/prasadkr/systemtap/stap").function("get_func_containing_address@/home/prasadkr/systemtap/tapsets.cxx:6337")? $this:struct symbol_table* const $addr:Dwarf_Addr process("/home/prasadkr/systemtap/stap").function("get_functionsig@/home/prasadkr/systemtap/elaborate.cxx:3594")? process("/home/prasadkr/systemtap/stap").function("get_hist@/home/prasadkr/systemtap/translate.cxx:531")? $index:class var& $this:struct aggvar const* const process("/home/prasadkr/systemtap/stap").function("get_home_directory@/home/prasadkr/systemtap/util.cxx:47")? process("/home/prasadkr/systemtap/stap").function("get_kern_dw@/home/prasadkr/systemtap/tapsets.cxx:699")? $module:string const& $sess:struct systemtap_session& $this:struct dwarf_builder* const process("/home/prasadkr/systemtap/stap").function("get_key@/home/prasadkr/systemtap/translate.cxx:802")? $this:class itervar const* const $ty:enum exp_type $i:unsigned int process("/home/prasadkr/systemtap/stap").function("get_literal@/home/prasadkr/systemtap/elaborate.cxx:3050")? $this:struct const_folder* const $e:struct expression*& $n:struct literal_number*& $s:struct literal_string*& process("/home/prasadkr/systemtap/stap").function("get_module_dwarf@/home/prasadkr/systemtap/dwflpp.cxx:121")? $this:struct dwflpp* const $required:bool $report:bool process("/home/prasadkr/systemtap/stap").function("get_number@/home/prasadkr/systemtap/elaborate.cxx:3060")? $this:struct const_folder* const $e:struct expression*& process("/home/prasadkr/systemtap/stap").function("get_number_param@/home/prasadkr/systemtap/tapsets.cxx:581")? $params:literal_map_t const& $k:string const& $v:long int& process("/home/prasadkr/systemtap/stap").function("get_number_param@/home/prasadkr/systemtap/tapsets.cxx:592")? $params:literal_map_t const& $k:string const& $v:Dwarf_Addr& process("/home/prasadkr/systemtap/stap").function("get_or_keep_compatible_server_info@/home/prasadkr/systemtap/csclient.cxx:2508")? $keep:bool $servers:class vector >& $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("get_or_keep_online_server_info@/home/prasadkr/systemtap/csclient.cxx:2842")? $s:struct systemtap_session& $servers:class vector >& $keep:bool process("/home/prasadkr/systemtap/stap").function("get_or_keep_signing_server_info@/home/prasadkr/systemtap/csclient.cxx:2322")? $s:struct systemtap_session& $servers:class vector >& $keep:bool process("/home/prasadkr/systemtap/stap").function("get_or_keep_trusted_server_info@/home/prasadkr/systemtap/csclient.cxx:2272")? $s:struct systemtap_session& $servers:class vector >& $keep:bool process("/home/prasadkr/systemtap/stap").function("get_param@/home/prasadkr/systemtap/elaborate.cxx:212")? $params:class map, std::allocator >, literal*, std::less, std::allocator > >, std::allocator, std::allocator >, literal*> > > const& $key:string const& $value:string& process("/home/prasadkr/systemtap/stap").function("get_param@/home/prasadkr/systemtap/elaborate.cxx:228")? $params:class map, std::allocator >, literal*, std::less, std::allocator > >, std::allocator, std::allocator >, literal*> > > const& $key:string const& $value:int64_t& process("/home/prasadkr/systemtap/stap").function("get_parent_scope@/home/prasadkr/systemtap/dwflpp.cxx:689")? $this:struct dwflpp* const $die:struct Dwarf_Die* process("/home/prasadkr/systemtap/stap").function("get_parms@/home/prasadkr/systemtap/hash.cxx:61")? $this:struct hash* const process("/home/prasadkr/systemtap/stap").function("get_script_from_cache@/home/prasadkr/systemtap/cache.cxx:135")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("get_section@/home/prasadkr/systemtap/dwflpp.cxx:3048")? $this:struct dwflpp* const $section_name:string $shdr_mem:GElf_Shdr* $elf_ret:Elf** process("/home/prasadkr/systemtap/stap").function("get_server_info@/home/prasadkr/systemtap/csclient.cxx:2061")? $s:struct systemtap_session& $pmask:int $servers:class vector >& process("/home/prasadkr/systemtap/stap").function("get_session@/home/prasadkr/systemtap/remote.h:25")? process("/home/prasadkr/systemtap/stap").function("get_specified_server_info@/home/prasadkr/systemtap/csclient.cxx:2142")? $s:struct systemtap_session& $servers:class vector >& $no_default:bool process("/home/prasadkr/systemtap/stap").function("get_stapconf_from_cache@/home/prasadkr/systemtap/cache.cxx:100")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("get_string@/home/prasadkr/systemtap/elaborate.cxx:3074")? $this:struct const_folder* const $e:struct expression*& process("/home/prasadkr/systemtap/stap").function("get_string_param@/home/prasadkr/systemtap/tapsets.cxx:573")? process("/home/prasadkr/systemtap/stap").function("get_symbol_within_expression@/home/prasadkr/systemtap/elaborate.cxx:870")? $e:struct expression* process("/home/prasadkr/systemtap/stap").function("get_symbol_within_indexable@/home/prasadkr/systemtap/elaborate.cxx:879")? $ix:struct indexable* process("/home/prasadkr/systemtap/stap").function("get_symtab@/home/prasadkr/systemtap/tapsets.cxx:6396")? $this:struct module_info* const $q:struct dwarf_query* process("/home/prasadkr/systemtap/stap").function("get_tok@/home/prasadkr/systemtap/staptree.cxx:1534")? $this:struct symbol const* const process("/home/prasadkr/systemtap/stap").function("get_tok@/home/prasadkr/systemtap/staptree.cxx:1554")? $this:struct hist_op const* const process("/home/prasadkr/systemtap/stap").function("get_tracequery_module@/home/prasadkr/systemtap/tapsets.cxx:8532")? $this:struct tracepoint_builder* const $s:struct systemtap_session& $headers:class vector, std::allocator >, std::allocator, std::allocator > > > const& process("/home/prasadkr/systemtap/stap").function("get_uname@/home/prasadkr/systemtap/remote.cxx:126")? $this:class ssh_remote* const process("/home/prasadkr/systemtap/stap").function("get_unwind_data@/home/prasadkr/systemtap/translate.cxx:4774")? process("/home/prasadkr/systemtap/stap").function("get_user_dw@/home/prasadkr/systemtap/tapsets.cxx:706")? process("/home/prasadkr/systemtap/stap").function("get_value@/home/prasadkr/systemtap/translate.cxx:818")? $this:class itervar const* const $ty:enum exp_type process("/home/prasadkr/systemtap/stap").function("getargs@/home/prasadkr/systemtap/elaborate.h:138")? $this:struct derived_probe const* const $arg_set:class list, std::allocator >, std::allocator, std::allocator > > >& process("/home/prasadkr/systemtap/stap").function("getargs@/home/prasadkr/systemtap/tapset-mark.cxx:459")? $this:struct mark_derived_probe const* const $arg_set:class list, std::allocator >, std::allocator, std::allocator > > >& process("/home/prasadkr/systemtap/stap").function("getargs@/home/prasadkr/systemtap/tapsets.cxx:4044")? $this:struct dwarf_derived_probe const* const $arg_set:class list, std::allocator >, std::allocator, std::allocator > > >& process("/home/prasadkr/systemtap/stap").function("getargs@/home/prasadkr/systemtap/tapsets.cxx:6538")? $this:struct uprobe_derived_probe const* const $arg_set:class list, std::allocator >, std::allocator, std::allocator > > >& process("/home/prasadkr/systemtap/stap").function("getargs@/home/prasadkr/systemtap/tapsets.cxx:8202")? $this:struct tracepoint_derived_probe const* const $arg_set:class list, std::allocator >, std::allocator, std::allocator > > >& process("/home/prasadkr/systemtap/stap").function("getcwd@/usr/include/bits/unistd.h:201")? $__size:size_t $__buf:char* process("/home/prasadkr/systemtap/stap").function("getgroups@/usr/include/bits/unistd.h:266")? $__list:__gid_t* process("/home/prasadkr/systemtap/stap").function("getiter@/home/prasadkr/systemtap/translate.cxx:2333")? $this:struct c_unparser* const $s:struct symbol* process("/home/prasadkr/systemtap/stap").function("getline, std::allocator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:2538")? $__str:struct basic_string, std::allocator >& $__is:struct basic_istream >& process("/home/prasadkr/systemtap/stap").function("getline@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/istream:405")? process("/home/prasadkr/systemtap/stap").function("getmap@/home/prasadkr/systemtap/translate.cxx:2318")? $this:struct c_unparser* const $v:struct vardecl* $tok:struct token const* process("/home/prasadkr/systemtap/stap").function("getmemusage@/home/prasadkr/systemtap/util.cxx:262")? process("/home/prasadkr/systemtap/stap").function("getscopes@/home/prasadkr/systemtap/dwflpp.cxx:612")? $this:struct dwflpp* const $die:struct Dwarf_Die* process("/home/prasadkr/systemtap/stap").function("getscopes@/home/prasadkr/systemtap/dwflpp.cxx:656")? $this:struct dwflpp* const $pc:Dwarf_Addr process("/home/prasadkr/systemtap/stap").function("getscopes@/home/prasadkr/systemtap/tapsets.cxx:3415")? $this:struct dwarf_var_expanding_visitor* const $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("getscopes_die@/home/prasadkr/systemtap/dwflpp.cxx:582")? $this:struct dwflpp* const $die:struct Dwarf_Die* process("/home/prasadkr/systemtap/stap").function("getvar@/home/prasadkr/systemtap/translate.cxx:2300")? $this:struct c_unparser* const $v:struct vardecl* $tok:struct token const* process("/home/prasadkr/systemtap/stap").function("git_revision@/home/prasadkr/systemtap/util.cxx:397")? $path:string const& process("/home/prasadkr/systemtap/stap").function("global_alias_caching_callback@/home/prasadkr/systemtap/dwflpp.cxx:733")? $die:struct Dwarf_Die* $arg:void* process("/home/prasadkr/systemtap/stap").function("global_alias_caching_callback_cus@/home/prasadkr/systemtap/dwflpp.cxx:749")? $die:struct Dwarf_Die* $arg:void* process("/home/prasadkr/systemtap/stap").function("globmatch@/home/prasadkr/systemtap/elaborate.cxx:334")? $this:struct match_key const* const $other:struct match_key const& process("/home/prasadkr/systemtap/stap").function("handle_interrupt@/home/prasadkr/systemtap/main.cxx:254")? $sig:int process("/home/prasadkr/systemtap/stap").function("handle_probe_entry@/home/prasadkr/systemtap/tapsets.cxx:5324")? $this:struct sdt_query* const process("/home/prasadkr/systemtap/stap").function("handle_query_cu@/home/prasadkr/systemtap/tapsets.cxx:8452")? $this:struct tracepoint_query* const $cudie:struct Dwarf_Die* process("/home/prasadkr/systemtap/stap").function("handle_query_func@/home/prasadkr/systemtap/tapsets.cxx:8463")? $this:struct tracepoint_query* const $func:struct Dwarf_Die* process("/home/prasadkr/systemtap/stap").function("handle_query_module@/home/prasadkr/systemtap/tapsets.cxx:3465")? $this:struct dwarf_cast_query* const process("/home/prasadkr/systemtap/stap").function("handle_query_module@/home/prasadkr/systemtap/tapsets.cxx:5439")? $this:struct sdt_query* const process("/home/prasadkr/systemtap/stap").function("handle_query_module@/home/prasadkr/systemtap/tapsets.cxx:8444")? $this:struct tracepoint_query* const process("/home/prasadkr/systemtap/stap").function("handle_query_module@/home/prasadkr/systemtap/tapsets.cxx:923")? $this:struct dwarf_query* const process("/home/prasadkr/systemtap/stap").function("has_index@/home/prasadkr/systemtap/coveragedb.cxx:119")? $db:sqlite3* $index:char const* process("/home/prasadkr/systemtap/stap").function("has_null_param@/home/prasadkr/systemtap/elaborate.cxx:246")? $params:class map, std::allocator >, literal*, std::less, std::allocator > >, std::allocator, std::allocator >, literal*> > > const& $key:string const& process("/home/prasadkr/systemtap/stap").function("has_null_param@/home/prasadkr/systemtap/tapsets.cxx:565")? $k:string const& process("/home/prasadkr/systemtap/stap").function("has_single_line_record@/home/prasadkr/systemtap/dwflpp.cxx:1071")? $this:struct dwflpp* const $q:struct dwarf_query* $srcfile:char const* $lineno:int process("/home/prasadkr/systemtap/stap").function("has_table@/home/prasadkr/systemtap/coveragedb.cxx:96")? $db:sqlite3* $table:char const* process("/home/prasadkr/systemtap/stap").function("hash@/home/prasadkr/systemtap/hash.cxx:47")? process("/home/prasadkr/systemtap/stap").function("hash@/home/prasadkr/systemtap/hash.cxx:48")? $this:struct hash* const process("/home/prasadkr/systemtap/stap").function("have_debuginfo_uprobe@/home/prasadkr/systemtap/tapsets.cxx:5291")? process("/home/prasadkr/systemtap/stap").function("have_debuginfoless_uprobe@/home/prasadkr/systemtap/tapsets.cxx:5295")? $this:struct sdt_query* const process("/home/prasadkr/systemtap/stap").function("have_kprobe@/home/prasadkr/systemtap/tapsets.cxx:5290")? process("/home/prasadkr/systemtap/stap").function("have_uprobe@/home/prasadkr/systemtap/tapsets.cxx:5289")? process("/home/prasadkr/systemtap/stap").function("hex@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h:945")? process("/home/prasadkr/systemtap/stap").function("hist@/home/prasadkr/systemtap/translate.cxx:369")? $this:class var const* const process("/home/prasadkr/systemtap/stap").function("hist@/home/prasadkr/systemtap/translate.cxx:687")? $this:struct mapvar const* const process("/home/prasadkr/systemtap/stap").function("hist_op@/home/prasadkr/systemtap/staptree.h:448")? process("/home/prasadkr/systemtap/stap").function("histogram_index_check@/home/prasadkr/systemtap/translate.cxx:3888")? $this:struct c_unparser const* const $base:class var& $idx:struct tmpvar& process("/home/prasadkr/systemtap/stap").function("hrtimer_derived_probe@/home/prasadkr/systemtap/tapset-timers.cxx:192")? $this:struct hrtimer_derived_probe* const $p:struct probe* $l:struct probe_point* $i:int64_t $r:int64_t $scale:int64_t process("/home/prasadkr/systemtap/stap").function("hrtimer_derived_probe_group@/home/prasadkr/systemtap/tapset-timers.cxx:218")? process("/home/prasadkr/systemtap/stap").function("hwbkpt_builder@/home/prasadkr/systemtap/tapsets.cxx:7698")? process("/home/prasadkr/systemtap/stap").function("hwbkpt_derived_probe@/home/prasadkr/systemtap/tapsets.cxx:7460")? $this:struct hwbkpt_derived_probe* const $base:struct probe* $location:struct probe_point* $addr:uint64_t $symname:string $len:unsigned int $has_only_read_access:bool $has_only_write_access:bool $has_rw_access:bool process("/home/prasadkr/systemtap/stap").function("hwbkpt_derived_probe_group@/home/prasadkr/systemtap/tapsets.cxx:7449")? process("/home/prasadkr/systemtap/stap").function("if_statement@/home/prasadkr/systemtap/staptree.h:606")? process("/home/prasadkr/systemtap/stap").function("in_group_id@/home/prasadkr/systemtap/util.cxx:229")? $target_gid:gid_t process("/home/prasadkr/systemtap/stap").function("in_kprobes_function@/home/prasadkr/systemtap/dwflpp.cxx:2784")? $addr:Dwarf_Addr $sess:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("increment_element@/home/prasadkr/systemtap/coveragedb.cxx:171")? $db:sqlite3* $x:class coverage_element& process("/home/prasadkr/systemtap/stap").function("indent@/home/prasadkr/systemtap/translate.cxx:884")? $this:class translator_output* const $indent:int process("/home/prasadkr/systemtap/stap").function("indexable@/home/prasadkr/systemtap/staptree.h:191")? process("/home/prasadkr/systemtap/stap").function("init@/home/prasadkr/systemtap/translate.cxx:383")? $this:class var const* const process("/home/prasadkr/systemtap/stap").function("init@/home/prasadkr/systemtap/translate.cxx:701")? $this:struct mapvar const* const process("/home/prasadkr/systemtap/stap").function("init_dw@/home/prasadkr/systemtap/tapsets.cxx:8592")? $this:struct tracepoint_builder* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("init_probe_scn@/home/prasadkr/systemtap/tapsets.cxx:5464")? $this:struct sdt_query* const process("/home/prasadkr/systemtap/stap").function("init_try_server@/home/prasadkr/systemtap/session.cxx:1080")? $this:struct systemtap_session* const process("/home/prasadkr/systemtap/stap").function("init_ts@/home/prasadkr/systemtap/tapsets.cxx:2245")? $this:struct dwarf_pretty_print* const $e:struct target_symbol const& process("/home/prasadkr/systemtap/stap").function("initialize_probe_context_vars@/home/prasadkr/systemtap/elaborate.h:149")? $this:struct derived_probe* const process("/home/prasadkr/systemtap/stap").function("initialize_probe_context_vars@/home/prasadkr/systemtap/tapset-mark.cxx:420")? $this:struct mark_derived_probe* const $o:struct translator_output* process("/home/prasadkr/systemtap/stap").function("inline_instance_info@/home/prasadkr/systemtap/dwflpp.h:147")? process("/home/prasadkr/systemtap/stap").function("inline_instance_info@/home/prasadkr/systemtap/dwflpp.h:148")? $this:struct inline_instance_info* const process("/home/prasadkr/systemtap/stap").function("inner_die_containing_pc@/home/prasadkr/systemtap/dwflpp.cxx:1638")? $this:struct dwflpp* const $scope:struct Dwarf_Die& $addr:Dwarf_Addr $result:struct Dwarf_Die& process("/home/prasadkr/systemtap/stap").function("input_get@/home/prasadkr/systemtap/parse.cxx:847")? process("/home/prasadkr/systemtap/stap").function("input_peek@/home/prasadkr/systemtap/parse.cxx:838")? process("/home/prasadkr/systemtap/stap").function("input_put@/home/prasadkr/systemtap/parse.cxx:882")? $this:class lexer* const $chars:string const& $t:struct token const* process("/home/prasadkr/systemtap/stap").function("insert<__gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:869")? $__last:class __normal_iterator > > $__first:class __normal_iterator > > $__position:class __normal_iterator > > $this:class vector >* const process("/home/prasadkr/systemtap/stap").function("insert<__gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_set.h:449")? process("/home/prasadkr/systemtap/stap").function("insert, std::allocator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_list.h:1048")? $__last:struct _List_const_iterator, std::allocator > > $__first:struct _List_const_iterator, std::allocator > > $__position:struct _List_iterator, std::allocator > > $this:class list, std::allocator >, std::allocator, std::allocator > > >* const process("/home/prasadkr/systemtap/stap").function("insert, std::allocator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_set.h:449")? $__last:struct _Rb_tree_const_iterator, std::allocator > > $__first:struct _Rb_tree_const_iterator, std::allocator > > $this:class set, std::allocator >, std::less, std::allocator > >, std::allocator, std::allocator > > >* const process("/home/prasadkr/systemtap/stap").function("insert, std::allocator >, Dwarf_Die>, false, false> >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable:1064")? process("/home/prasadkr/systemtap/stap").function("insert@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:1071")? process("/home/prasadkr/systemtap/stap").function("insert@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:1093")? process("/home/prasadkr/systemtap/stap").function("insert@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_map.h:499")? process("/home/prasadkr/systemtap/stap").function("insert@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_map.h:539")? process("/home/prasadkr/systemtap/stap").function("insert@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_multimap.h:437")? process("/home/prasadkr/systemtap/stap").function("insert@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_set.h:408")? process("/home/prasadkr/systemtap/stap").function("insert@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_set.h:435")? process("/home/prasadkr/systemtap/stap").function("insert@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:850")? $__x:enum exp_type const& $__n:size_t $__position:class __normal_iterator > > $this:class vector >* const process("/home/prasadkr/systemtap/stap").function("insert@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/vector.tcc:106")? process("/home/prasadkr/systemtap/stap").function("insert@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable:418")? process("/home/prasadkr/systemtap/stap").function("insert_loaded_modules@/home/prasadkr/systemtap/session.cxx:1103")? $this:struct systemtap_session* const process("/home/prasadkr/systemtap/stap").function("invalid@/home/prasadkr/systemtap/elaborate.cxx:4822")? $this:struct typeresolution_info* const $tok:struct token const* $pe:enum exp_type process("/home/prasadkr/systemtap/stap").function("is_active_lvalue@/home/prasadkr/systemtap/staptree.cxx:1586")? $this:struct visitor* const $e:struct expression* process("/home/prasadkr/systemtap/stap").function("is_comma_dash@/home/prasadkr/systemtap/setupdwfl.cxx:91")? process("/home/prasadkr/systemtap/stap").function("is_const_hist_op@/home/prasadkr/systemtap/staptree.cxx:1513")? $this:struct indexable const* const $hist_out:struct hist_op const*& process("/home/prasadkr/systemtap/stap").function("is_const_hist_op@/home/prasadkr/systemtap/staptree.cxx:1547")? $this:struct hist_op const* const $hist_out:struct hist_op const*& process("/home/prasadkr/systemtap/stap").function("is_const_symbol@/home/prasadkr/systemtap/staptree.cxx:1506")? $this:struct indexable const* const $sym_out:struct symbol const*& process("/home/prasadkr/systemtap/stap").function("is_const_symbol@/home/prasadkr/systemtap/staptree.cxx:1527")? $this:struct symbol const* const $sym_out:struct symbol const*& process("/home/prasadkr/systemtap/stap").function("is_empty@/home/prasadkr/systemtap/staptree.h:384")? $this:struct format_component const* const process("/home/prasadkr/systemtap/stap").function("is_hist_op@/home/prasadkr/systemtap/staptree.cxx:1499")? $this:struct indexable* const $hist_out:struct hist_op*& process("/home/prasadkr/systemtap/stap").function("is_hist_op@/home/prasadkr/systemtap/staptree.cxx:1540")? $this:struct hist_op* const $hist_out:struct hist_op*& process("/home/prasadkr/systemtap/stap").function("is_local@/home/prasadkr/systemtap/translate.cxx:2248")? $this:struct c_unparser* const $r:struct vardecl const* $tok:struct token const* process("/home/prasadkr/systemtap/stap").function("is_open@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream:222")? $this:struct basic_filebuf > const* const process("/home/prasadkr/systemtap/stap").function("is_open@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream:504")? $this:struct basic_ifstream >* const process("/home/prasadkr/systemtap/stap").function("is_symbol@/home/prasadkr/systemtap/staptree.cxx:1492")? $this:struct indexable* const $sym_out:struct symbol*& process("/home/prasadkr/systemtap/stap").function("is_symbol@/home/prasadkr/systemtap/staptree.cxx:1520")? $this:struct symbol* const $sym_out:struct symbol*& process("/home/prasadkr/systemtap/stap").function("is_user_module@/home/prasadkr/systemtap/setupdwfl.cxx:440")? $m:string const& process("/home/prasadkr/systemtap/stap").function("isdoubleglob@/home/prasadkr/systemtap/elaborate.cxx:328")? process("/home/prasadkr/systemtap/stap").function("isglob@/home/prasadkr/systemtap/elaborate.cxx:322")? $str:string const& process("/home/prasadkr/systemtap/stap").function("iter_swap<__gnu_cxx::__normal_iterator > >, __gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:117")? $__a:class __normal_iterator > > process("/home/prasadkr/systemtap/stap").function("iter_swap<__gnu_cxx::__normal_iterator > >, __gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:99")? process("/home/prasadkr/systemtap/stap").function("iterate_over_cus@/home/prasadkr/systemtap/dwflpp.cxx:397")? $this:struct dwflpp* const $callback:void* $data:void* process("/home/prasadkr/systemtap/stap").function("iterate_over_functions@/home/prasadkr/systemtap/dwflpp.cxx:839")? $this:struct dwflpp* const $callback:void* $q:struct base_query* $function:string const& process("/home/prasadkr/systemtap/stap").function("iterate_over_globals@/home/prasadkr/systemtap/dwflpp.cxx:977")? $cu_die:struct Dwarf_Die* $callback:void* $data:void* process("/home/prasadkr/systemtap/stap").function("iterate_over_inline_instances@/home/prasadkr/systemtap/dwflpp.cxx:491")? $this:struct dwflpp* const $callback:void* $data:void* process("/home/prasadkr/systemtap/stap").function("iterate_over_labels@/home/prasadkr/systemtap/dwflpp.cxx:1276")? $this:struct dwflpp* const $begin_die:struct Dwarf_Die* $sym:string const& $function:string const& $q:struct dwarf_query* $callback:void* process("/home/prasadkr/systemtap/stap").function("iterate_over_modules@/home/prasadkr/systemtap/dwflpp.cxx:378")? $this:struct dwflpp* const $callback:void* $data:struct base_query* process("/home/prasadkr/systemtap/stap").function("iterate_over_notes@/home/prasadkr/systemtap/dwflpp.cxx:1015")? $this:struct dwflpp* const $object:void* $callback:void* process("/home/prasadkr/systemtap/stap").function("iterate_over_probe_entries@/home/prasadkr/systemtap/tapsets.cxx:5592")? $this:struct sdt_query* const process("/home/prasadkr/systemtap/stap").function("iterate_over_srcfile_lines@/home/prasadkr/systemtap/dwflpp.cxx:1128")? $this:struct dwflpp* const $srcfile:char const* $lines:int* $need_single_match:bool $line_type:enum line_t $callback:void* $func_pattern:string const& $data:void* process("/home/prasadkr/systemtap/stap").function("iterate_single_function@/home/prasadkr/systemtap/dwflpp.cxx:923")? $this:struct dwflpp* const $callback:void* $q:struct base_query* $function:string const& process("/home/prasadkr/systemtap/stap").function("itervar@/home/prasadkr/systemtap/translate.cxx:760")? process("/home/prasadkr/systemtap/stap").function("itrace_builder@/home/prasadkr/systemtap/tapset-itrace.cxx:96")? process("/home/prasadkr/systemtap/stap").function("itrace_derived_probe@/home/prasadkr/systemtap/tapset-itrace.cxx:71")? $this:struct itrace_derived_probe* const $s:struct systemtap_session& $p:struct probe* $l:struct probe_point* $hp:bool $pn:string& $pd:int64_t $ss:int process("/home/prasadkr/systemtap/stap").function("itrace_derived_probe_group@/home/prasadkr/systemtap/tapset-itrace.cxx:62")? $this:struct itrace_derived_probe_group* const process("/home/prasadkr/systemtap/stap").function("join@/home/prasadkr/systemtap/staptree.cxx:200")? $this:struct functiondecl* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("join_group@/home/prasadkr/systemtap/elaborate.cxx:623")? $this:struct alias_derived_probe* const process("/home/prasadkr/systemtap/stap").function("join_group@/home/prasadkr/systemtap/tapset-been.cxx:192")? $this:struct never_derived_probe* const process("/home/prasadkr/systemtap/stap").function("join_group@/home/prasadkr/systemtap/tapset-been.cxx:99")? $this:struct be_derived_probe* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("join_group@/home/prasadkr/systemtap/tapset-itrace.cxx:84")? $this:struct itrace_derived_probe* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("join_group@/home/prasadkr/systemtap/tapset-mark.cxx:390")? $this:struct mark_derived_probe* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("join_group@/home/prasadkr/systemtap/tapset-perfmon.cxx:69")? $this:struct perf_derived_probe* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("join_group@/home/prasadkr/systemtap/tapset-procfs.cxx:108")? $this:struct procfs_derived_probe* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("join_group@/home/prasadkr/systemtap/tapset-timers.cxx:228")? $this:struct hrtimer_derived_probe* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("join_group@/home/prasadkr/systemtap/tapset-timers.cxx:398")? $this:struct profile_derived_probe* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("join_group@/home/prasadkr/systemtap/tapset-timers.cxx:75")? $this:struct timer_derived_probe* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("join_group@/home/prasadkr/systemtap/tapset-utrace.cxx:193")? $this:struct utrace_derived_probe* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("join_group@/home/prasadkr/systemtap/tapsets.cxx:3737")? $this:struct dwarf_derived_probe* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("join_group@/home/prasadkr/systemtap/tapsets.cxx:6524")? $this:struct uprobe_derived_probe* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("join_group@/home/prasadkr/systemtap/tapsets.cxx:6987")? $this:struct kprobe_derived_probe* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("join_group@/home/prasadkr/systemtap/tapsets.cxx:7514")? $this:struct hwbkpt_derived_probe* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("join_group@/home/prasadkr/systemtap/tapsets.cxx:8210")? $this:struct tracepoint_derived_probe* const $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("keep_common_server_info@/home/prasadkr/systemtap/csclient.cxx:3011")? $info_to_keep:struct compile_server_info const& $filtered_info:class vector >& process("/home/prasadkr/systemtap/stap").function("keep_common_server_info@/home/prasadkr/systemtap/csclient.cxx:3042")? $info_to_keep:class vector > const& $filtered_info:class vector >& process("/home/prasadkr/systemtap/stap").function("keep_server_info_with_cert_and_port@/home/prasadkr/systemtap/csclient.cxx:2563")? process("/home/prasadkr/systemtap/stap").function("kernel_built_uprobes@/home/prasadkr/systemtap/buildrun.cxx:293")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("key_typename@/home/prasadkr/systemtap/translate.cxx:1868")? $e:enum exp_type process("/home/prasadkr/systemtap/stap").function("keysym@/home/prasadkr/systemtap/translate.cxx:556")? $this:struct mapvar const* const process("/home/prasadkr/systemtap/stap").function("kill_stap_spawn@/home/prasadkr/systemtap/util.cxx:540")? $sig:int process("/home/prasadkr/systemtap/stap").function("kprobe_builder@/home/prasadkr/systemtap/tapsets.cxx:7344")? process("/home/prasadkr/systemtap/stap").function("kprobe_derived_probe@/home/prasadkr/systemtap/tapsets.cxx:6918")? $this:struct kprobe_derived_probe* const $base:struct probe* $location:struct probe_point* $name:string const& $stmt_addr:int64_t $has_return:bool $has_statement:bool $has_maxactive:bool $has_path:bool $has_library:bool $maxactive_val:long int $path:string const& $library:string const& process("/home/prasadkr/systemtap/stap").function("kprobe_derived_probe_group@/home/prasadkr/systemtap/tapsets.cxx:6906")? process("/home/prasadkr/systemtap/stap").function("last@/home/prasadkr/systemtap/parse.cxx:288")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("length@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:634")? process("/home/prasadkr/systemtap/stap").function("length@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/char_traits.h:262")? process("/home/prasadkr/systemtap/stap").function("lex_cast@/home/prasadkr/systemtap/util.h:43")? $in:Dwarf_Word const& process("/home/prasadkr/systemtap/stap").function("lex_cast<__pid_t>@/home/prasadkr/systemtap/util.h:43")? $in:__pid_t const& process("/home/prasadkr/systemtap/stap").function("lex_cast@/home/prasadkr/systemtap/util.h:43")? $in:struct arrayindex const& process("/home/prasadkr/systemtap/stap").function("lex_cast@/home/prasadkr/systemtap/util.h:43")? $in:int64_t const& process("/home/prasadkr/systemtap/stap").function("lex_cast@/home/prasadkr/systemtap/util.h:65")? $in:string const& process("/home/prasadkr/systemtap/stap").function("lex_cast@/home/prasadkr/systemtap/util.h:43")? process("/home/prasadkr/systemtap/stap").function("lex_cast@/home/prasadkr/systemtap/util.h:53")? process("/home/prasadkr/systemtap/stap").function("lex_cast@/home/prasadkr/systemtap/util.h:43")? process("/home/prasadkr/systemtap/stap").function("lex_cast@/home/prasadkr/systemtap/util.h:53")? $in:string const& process("/home/prasadkr/systemtap/stap").function("lex_cast@/home/prasadkr/systemtap/util.h:53")? $in:string const& process("/home/prasadkr/systemtap/stap").function("lex_cast@/home/prasadkr/systemtap/util.h:53")? $in:string const& process("/home/prasadkr/systemtap/stap").function("lex_cast@/home/prasadkr/systemtap/util.h:53")? $in:string const& process("/home/prasadkr/systemtap/stap").function("lex_cast@/home/prasadkr/systemtap/util.h:43")? process("/home/prasadkr/systemtap/stap").function("lex_cast, std::allocator > >@/home/prasadkr/systemtap/util.h:43")? $in:struct basic_string, std::allocator > const& process("/home/prasadkr/systemtap/stap").function("lex_cast@/home/prasadkr/systemtap/util.h:43")? $in:struct component const& process("/home/prasadkr/systemtap/stap").function("lex_cast@/home/prasadkr/systemtap/util.h:43")? $in:struct token const& process("/home/prasadkr/systemtap/stap").function("lex_cast@/home/prasadkr/systemtap/util.h:73")? $in:string const& process("/home/prasadkr/systemtap/stap").function("lex_cast@/home/prasadkr/systemtap/util.h:43")? process("/home/prasadkr/systemtap/stap").function("lex_cast@/home/prasadkr/systemtap/util.h:53")? $in:string const& process("/home/prasadkr/systemtap/stap").function("lex_cast_hex@/home/prasadkr/systemtap/util.h:84")? $in:Dwarf_Addr const& process("/home/prasadkr/systemtap/stap").function("lex_cast_hex@/home/prasadkr/systemtap/util.h:84")? $in:int const& process("/home/prasadkr/systemtap/stap").function("lex_cast_qstring@/home/prasadkr/systemtap/util.h:97")? $in:char const* const& process("/home/prasadkr/systemtap/stap").function("lex_cast_qstring@/home/prasadkr/systemtap/util.h:97")? $in:struct probe_point const& process("/home/prasadkr/systemtap/stap").function("lex_cast_qstring@/home/prasadkr/systemtap/util.h:97")? process("/home/prasadkr/systemtap/stap").function("lex_cast_qstring@/home/prasadkr/systemtap/util.h:97")? $in:struct source_loc const& process("/home/prasadkr/systemtap/stap").function("lex_cast_qstring, std::allocator > >@/home/prasadkr/systemtap/util.h:108")? process("/home/prasadkr/systemtap/stap").function("lex_cast_qstring@/home/prasadkr/systemtap/util.h:97")? $in:struct token const& process("/home/prasadkr/systemtap/stap").function("lexer@/home/prasadkr/systemtap/parse.cxx:789")? $this:class lexer* const $input:istream& $in:string const& $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("lexicographical_compare<__gnu_cxx::__normal_iterator > >, __gnu_cxx::__normal_iterator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:1015")? process("/home/prasadkr/systemtap/stap").function("line@/home/prasadkr/systemtap/translate.cxx:893")? process("/home/prasadkr/systemtap/stap").function("lineno@/home/prasadkr/systemtap/dwarf_wrappers.h:87")? process("/home/prasadkr/systemtap/stap").function("linesrc@/home/prasadkr/systemtap/dwarf_wrappers.h:103")? process("/home/prasadkr/systemtap/stap").function("list, std::allocator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_list.h:571")? $__first:struct _List_const_iterator, std::allocator > > $this:class list, std::allocator >, std::allocator, std::allocator > > >* const process("/home/prasadkr/systemtap/stap").function("list@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_list.h:499")? process("/home/prasadkr/systemtap/stap").function("literal@/home/prasadkr/systemtap/staptree.h:77")? process("/home/prasadkr/systemtap/stap").function("literal_number@/home/prasadkr/systemtap/staptree.cxx:211")? $this:struct literal_number* const $v:int64_t $hex:bool process("/home/prasadkr/systemtap/stap").function("literal_number@/home/prasadkr/systemtap/staptree.h:91")? process("/home/prasadkr/systemtap/stap").function("literal_stmt_for_local@/home/prasadkr/systemtap/dwflpp.cxx:2488")? $this:struct dwflpp* const $scopes:class vector >& $pc:Dwarf_Addr $local:string const& $e:struct target_symbol const* $lvalue:bool $ty:enum exp_type& process("/home/prasadkr/systemtap/stap").function("literal_stmt_for_pointer@/home/prasadkr/systemtap/dwflpp.cxx:2690")? $this:struct dwflpp* const $start_typedie:struct Dwarf_Die* $e:struct target_symbol const* $lvalue:bool $ty:enum exp_type& process("/home/prasadkr/systemtap/stap").function("literal_stmt_for_return@/home/prasadkr/systemtap/dwflpp.cxx:2595")? $this:struct dwflpp* const $scope_die:struct Dwarf_Die* $pc:Dwarf_Addr $e:struct target_symbol const* $lvalue:bool $ty:enum exp_type& process("/home/prasadkr/systemtap/stap").function("literal_string@/home/prasadkr/systemtap/staptree.cxx:219")? $this:struct literal_string* const $v:string const& process("/home/prasadkr/systemtap/stap").function("literal_string@/home/prasadkr/systemtap/staptree.h:82")? process("/home/prasadkr/systemtap/stap").function("load_aggregate@/home/prasadkr/systemtap/translate.cxx:3827")? $this:struct c_tmpcounter* const $e:struct expression* process("/home/prasadkr/systemtap/stap").function("load_aggregate@/home/prasadkr/systemtap/translate.cxx:3846")? $this:struct c_unparser* const $e:struct expression* $agg:struct aggvar& process("/home/prasadkr/systemtap/stap").function("load_map_indices@/home/prasadkr/systemtap/translate.cxx:3744")? $this:struct c_tmpcounter* const $e:struct arrayindex* process("/home/prasadkr/systemtap/stap").function("load_map_indices@/home/prasadkr/systemtap/translate.cxx:3774")? $this:struct c_unparser* const $e:struct arrayindex* $idx:class vector >& process("/home/prasadkr/systemtap/stap").function("loc2c_emit_address@/home/prasadkr/systemtap/dwflpp.cxx:1783")? $arg:void* $pool:struct obstack* $address:Dwarf_Addr process("/home/prasadkr/systemtap/stap").function("loc2c_error@/home/prasadkr/systemtap/dwflpp.cxx:1677")? $fmt:char const* process("/home/prasadkr/systemtap/stap").function("location_from_address@/home/prasadkr/systemtap/loc2c.c:889")? $ctx:struct location_context* $indent:int $expr:Dwarf_Op const* $len:size_t $input:struct location** process("/home/prasadkr/systemtap/stap").function("location_relative@/home/prasadkr/systemtap/loc2c.c:1095")? process("/home/prasadkr/systemtap/stap").function("logical_and_expr@/home/prasadkr/systemtap/staptree.h:147")? process("/home/prasadkr/systemtap/stap").function("logical_or_expr@/home/prasadkr/systemtap/staptree.h:141")? process("/home/prasadkr/systemtap/stap").function("lookup_symbol@/home/prasadkr/systemtap/tapsets.cxx:6347")? $this:struct symbol_table* const $name:string const& process("/home/prasadkr/systemtap/stap").function("lookup_symbol_address@/home/prasadkr/systemtap/tapsets.cxx:1840")? $m:Dwfl_Module* $wanted:char const* process("/home/prasadkr/systemtap/stap").function("lookup_symbol_address@/home/prasadkr/systemtap/tapsets.cxx:6356")? $this:struct symbol_table* const $name:string const& process("/home/prasadkr/systemtap/stap").function("lose@/home/prasadkr/systemtap/loc2c.c:308")? $loc:struct location* $lexpr:Dwarf_Op const* $len:size_t $failure:char const* $i:size_t process("/home/prasadkr/systemtap/stap").function("lower_bound@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_map.h:700")? process("/home/prasadkr/systemtap/stap").function("lower_bound@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:744")? process("/home/prasadkr/systemtap/stap").function("main@/home/prasadkr/systemtap/main.cxx:925")? $argc:int $argv:char* const* process("/home/prasadkr/systemtap/stap").function("make_heap<__gnu_cxx::__normal_iterator > >, bool (*)(const be_derived_probe*, const be_derived_probe*)>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_heap.h:414")? $__comp:void* $__last:class __normal_iterator > > process("/home/prasadkr/systemtap/stap").function("make_pair@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:215")? $__y:enum pp_state_t $__x:struct token const* process("/home/prasadkr/systemtap/stap").function("make_pair@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:215")? $__y:long unsigned int $__x:long unsigned int process("/home/prasadkr/systemtap/stap").function("make_pair@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:215")? process("/home/prasadkr/systemtap/stap").function("make_pair, std::allocator >, Dwarf_Die>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:215")? $__y:struct Dwarf_Die process("/home/prasadkr/systemtap/stap").function("make_pair, std::allocator >, dwarf_derived_probe*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:215")? process("/home/prasadkr/systemtap/stap").function("make_pair, std::allocator >, functiondecl*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:215")? process("/home/prasadkr/systemtap/stap").function("make_pair, std::allocator >, kprobe_derived_probe*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:215")? process("/home/prasadkr/systemtap/stap").function("make_pair, std::allocator >, std::basic_string, std::allocator > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:215")? $__y:struct basic_string, std::allocator > $__x:struct basic_string, std::allocator > process("/home/prasadkr/systemtap/stap").function("make_pair, std::allocator >, Dwarf_Die>, false, false>, std::tr1::__detail::_Hashtable_iterator, std::allocator >, Dwarf_Die>, false, false> >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:215")? process("/home/prasadkr/systemtap/stap").function("make_pair >, exp_type>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:215")? process("/home/prasadkr/systemtap/stap").function("make_pair@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:215")? $__y:struct Dwarf_Die $__x:void* process("/home/prasadkr/systemtap/stap").function("make_pbm_key@/home/prasadkr/systemtap/tapsets.cxx:6512")? process("/home/prasadkr/systemtap/stap").function("make_run_command@/home/prasadkr/systemtap/buildrun.cxx:438")? $s:struct systemtap_session& $module:string const& process("/home/prasadkr/systemtap/stap").function("make_tracequery@/home/prasadkr/systemtap/buildrun.cxx:481")? $s:struct systemtap_session& $name:string& $decls:class vector, std::allocator >, std::allocator, std::allocator > > > const& process("/home/prasadkr/systemtap/stap").function("make_typequery@/home/prasadkr/systemtap/buildrun.cxx:652")? $s:struct systemtap_session& $module:string& process("/home/prasadkr/systemtap/stap").function("make_typequery_kmod@/home/prasadkr/systemtap/buildrun.cxx:564")? $s:struct systemtap_session& $headers:class vector, std::allocator >, std::allocator, std::allocator > > > const& $name:string& process("/home/prasadkr/systemtap/stap").function("make_typequery_umod@/home/prasadkr/systemtap/buildrun.cxx:629")? $name:string& $headers:class vector, std::allocator >, std::allocator, std::allocator > > > const& $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("make_uprobes@/home/prasadkr/systemtap/buildrun.cxx:375")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("manage_server_trust@/home/prasadkr/systemtap/csclient.cxx:1610")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("map@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_map.h:150")? process("/home/prasadkr/systemtap/stap").function("map@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_map.h:170")? process("/home/prasadkr/systemtap/stap").function("mapvar@/home/prasadkr/systemtap/translate.cxx:542")? process("/home/prasadkr/systemtap/stap").function("mark_arg@/home/prasadkr/systemtap/tapset-mark.cxx:40")? $this:struct mark_arg* const process("/home/prasadkr/systemtap/stap").function("mark_builder@/home/prasadkr/systemtap/tapset-mark.cxx:575")? process("/home/prasadkr/systemtap/stap").function("mark_derived_probe@/home/prasadkr/systemtap/tapset-mark.cxx:206")? $this:struct mark_derived_probe* const $s:struct systemtap_session& $p_n:string const& $p_f:string const& $base:struct probe* $loc:struct probe_point* process("/home/prasadkr/systemtap/stap").function("mark_derived_probe_group@/home/prasadkr/systemtap/tapset-mark.cxx:68")? $this:struct mark_derived_probe_group* const process("/home/prasadkr/systemtap/stap").function("mark_var_expanding_visitor@/home/prasadkr/systemtap/tapset-mark.cxx:78")? process("/home/prasadkr/systemtap/stap").function("match_key@/home/prasadkr/systemtap/elaborate.cxx:258")? $this:struct match_key* const $n:string const& process("/home/prasadkr/systemtap/stap").function("match_key@/home/prasadkr/systemtap/elaborate.cxx:265")? $this:struct match_key* const $c:struct component const& process("/home/prasadkr/systemtap/stap").function("match_key@/home/prasadkr/systemtap/elaborate.h:241")? process("/home/prasadkr/systemtap/stap").function("match_node@/home/prasadkr/systemtap/elaborate.cxx:348")? process("/home/prasadkr/systemtap/stap").function("max@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:209")? process("/home/prasadkr/systemtap/stap").function("max@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:209")? process("/home/prasadkr/systemtap/stap").function("max_fetch_size@/home/prasadkr/systemtap/loc2c.c:1911")? $loc:struct location* $die:Dwarf_Die* $cu_mem:Dwarf_Die process("/home/prasadkr/systemtap/stap").function("may_build_uprobes@/home/prasadkr/systemtap/buildrun.cxx:307")? $s:struct systemtap_session const& process("/home/prasadkr/systemtap/stap").function("mdfour64@/home/prasadkr/systemtap/mdfour.c:44")? $M:uint32_t* process("/home/prasadkr/systemtap/stap").function("mdfour@/home/prasadkr/systemtap/mdfour.c:211")? $out:unsigned char* $in:unsigned char const* $n:int $md:struct mdfour process("/home/prasadkr/systemtap/stap").function("mdfour_begin@/home/prasadkr/systemtap/mdfour.c:109")? $md:struct mdfour* process("/home/prasadkr/systemtap/stap").function("mdfour_result@/home/prasadkr/systemtap/mdfour.c:199")? $md:struct mdfour* $out:unsigned char* process("/home/prasadkr/systemtap/stap").function("mdfour_tail@/home/prasadkr/systemtap/mdfour.c:121")? process("/home/prasadkr/systemtap/stap").function("mdfour_update@/home/prasadkr/systemtap/mdfour.c:152")? $md:struct mdfour* $in:unsigned char const* $n:int $M:uint32_t[] process("/home/prasadkr/systemtap/stap").function("memchr@/usr/include/string.h:88")? $__n:size_t $__c:int $__s:void const* process("/home/prasadkr/systemtap/stap").function("memcpy@/usr/include/bits/string3.h:49")? $__len:size_t $__src:void const* $__dest:void* process("/home/prasadkr/systemtap/stap").function("merge_server_info@/home/prasadkr/systemtap/csclient.cxx:3077")? $source:struct compile_server_info const& $target:struct compile_server_info& process("/home/prasadkr/systemtap/stap").function("min@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algobase.h:186")? process("/home/prasadkr/systemtap/stap").function("mismatch@/home/prasadkr/systemtap/elaborate.cxx:4839")? $this:struct typeresolution_info* const $tok:struct token const* $t1:enum exp_type $t2:enum exp_type process("/home/prasadkr/systemtap/stap").function("missing_rpm_enlist@/home/prasadkr/systemtap/rpm_finder.cxx:49")? $sess:struct systemtap_session& $filename:char const* $rpm_type:char const* process("/home/prasadkr/systemtap/stap").function("missing_rpm_list_print@/home/prasadkr/systemtap/rpm_finder.cxx:200")? $sess:struct systemtap_session& $rpm_type:char const* process("/home/prasadkr/systemtap/stap").function("mod_function_caching_callback@/home/prasadkr/systemtap/dwflpp.cxx:831")? $cu:struct Dwarf_Die* $arg:void* process("/home/prasadkr/systemtap/stap").function("modname_from_path@/home/prasadkr/systemtap/setupdwfl.cxx:96")? $path:string const& process("/home/prasadkr/systemtap/stap").function("module_cache@/home/prasadkr/systemtap/dwflpp.h:123")? $this:struct module_cache* const process("/home/prasadkr/systemtap/stap").function("module_info@/home/prasadkr/systemtap/dwflpp.h:102")? process("/home/prasadkr/systemtap/stap").function("module_name_final_match@/home/prasadkr/systemtap/dwflpp.cxx:252")? $this:struct dwflpp* const $pattern:string const& process("/home/prasadkr/systemtap/stap").function("module_name_matches@/home/prasadkr/systemtap/dwflpp.cxx:231")? $this:struct dwflpp* const $pattern:string const& process("/home/prasadkr/systemtap/stap").function("multimap@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_multimap.h:148")? process("/home/prasadkr/systemtap/stap").function("mutated_var_collector@/home/prasadkr/systemtap/elaborate.cxx:895")? process("/home/prasadkr/systemtap/stap").function("name_has_wildcard@/home/prasadkr/systemtap/dwflpp.cxx:243")? $pattern:string const& process("/home/prasadkr/systemtap/stap").function("needs_global_locks@/home/prasadkr/systemtap/elaborate.h:173")? process("/home/prasadkr/systemtap/stap").function("needs_global_locks@/home/prasadkr/systemtap/tapset-been.cxx:61")? process("/home/prasadkr/systemtap/stap").function("never_builder@/home/prasadkr/systemtap/tapset-been.cxx:200")? process("/home/prasadkr/systemtap/stap").function("never_derived_probe@/home/prasadkr/systemtap/tapset-been.cxx:191")? process("/home/prasadkr/systemtap/stap").function("new_context@/home/prasadkr/systemtap/loc2c.c:138")? $pool:struct obstack* $fail:void volatile* $fail_arg:void* $emit_address:void* $dwbias:Dwarf_Addr $pc_address:Dwarf_Addr $attr:Dwarf_Attribute* $fb_attr:Dwarf_Attribute* $cfa_ops:Dwarf_Op const* process("/home/prasadkr/systemtap/stap").function("new_synthetic_loc@/home/prasadkr/systemtap/loc2c.c:277")? $origin:struct location* $deref:_Bool process("/home/prasadkr/systemtap/stap").function("newline@/home/prasadkr/systemtap/translate.cxx:870")? $this:class translator_output* const $indent:int process("/home/prasadkr/systemtap/stap").function("next@/home/prasadkr/systemtap/parse.cxx:647")? $this:class parser* const $wildcard:bool process("/home/prasadkr/systemtap/stap").function("next@/home/prasadkr/systemtap/translate.cxx:786")? $this:class itervar const* const $mv:struct mapvar const& process("/home/prasadkr/systemtap/stap").function("next_statement@/home/prasadkr/systemtap/staptree.h:644")? process("/home/prasadkr/systemtap/stap").function("no_var_mutation_during_iteration_check@/home/prasadkr/systemtap/elaborate.cxx:932")? process("/home/prasadkr/systemtap/stap").function("normalize_machine@/home/prasadkr/systemtap/util.cxx:634")? $machine:string const& process("/home/prasadkr/systemtap/stap").function("noshowbase@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h:823")? $__base:class ios_base& process("/home/prasadkr/systemtap/stap").function("null_die@/home/prasadkr/systemtap/tapsets.cxx:347")? $die:struct Dwarf_Die* process("/home/prasadkr/systemtap/stap").function("null_statement@/home/prasadkr/systemtap/staptree.cxx:51")? $this:struct null_statement* const $tok:struct token const* process("/home/prasadkr/systemtap/stap").function("null_statement@/home/prasadkr/systemtap/staptree.h:590")? process("/home/prasadkr/systemtap/stap").function("num_errors@/home/prasadkr/systemtap/session.h:283")? process("/home/prasadkr/systemtap/stap").function("obstack_printf@/usr/include/bits/stdio2.h:178")? process("/home/prasadkr/systemtap/stap").function("open@/usr/include/bits/fcntl2.h:42")? $__oflag:int $__path:char const* process("/home/prasadkr/systemtap/stap").function("open@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream:525")? $__s:char const* $this:struct basic_ifstream >* const process("/home/prasadkr/systemtap/stap").function("open@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream:696")? $__s:char const* $this:struct basic_ofstream >* const process("/home/prasadkr/systemtap/stap").function("operator StapDwfl* std::tr1::__shared_ptr::*@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1/shared_ptr.h:537")? $this:class __shared_ptr const* const process("/home/prasadkr/systemtap/stap").function("operator void*@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.h:111")? $this:struct basic_ios > const* const process("/home/prasadkr/systemtap/stap").function("operator!=, std::allocator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:2278")? process("/home/prasadkr/systemtap/stap").function("operator!=, std::allocator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:2302")? process("/home/prasadkr/systemtap/stap").function("operator!=, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:783")? $__rhs:class __normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > > const& $__lhs:class __normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > > const& process("/home/prasadkr/systemtap/stap").function("operator!@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.h:115")? $this:struct basic_ios > const* const process("/home/prasadkr/systemtap/stap").function("operator&=@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h:100")? process("/home/prasadkr/systemtap/stap").function("operator&@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h:162")? $__b:enum _Ios_Iostate process("/home/prasadkr/systemtap/stap").function("operator&@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h:84")? process("/home/prasadkr/systemtap/stap").function("operator()@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_function.h:202")? $__y:struct basic_string, std::allocator > const& process("/home/prasadkr/systemtap/stap").function("operator()@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_function.h:229")? process("/home/prasadkr/systemtap/stap").function("operator()@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1/shared_ptr.h:97")? $__p:struct StapDwfl* process("/home/prasadkr/systemtap/stap").function("operator()@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable_policy.h:402")? process("/home/prasadkr/systemtap/stap").function("operator*@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_list.h:133")? process("/home/prasadkr/systemtap/stap").function("operator++@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:136")? process("/home/prasadkr/systemtap/stap").function("operator++@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:706")? process("/home/prasadkr/systemtap/stap").function("operator++@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:713")? process("/home/prasadkr/systemtap/stap").function("operator++@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_list.h:141")? process("/home/prasadkr/systemtap/stap").function("operator++@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_list.h:221")? process("/home/prasadkr/systemtap/stap").function("operator++@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:182")? process("/home/prasadkr/systemtap/stap").function("operator++@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:189")? process("/home/prasadkr/systemtap/stap").function("operator++@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:257")? process("/home/prasadkr/systemtap/stap").function("operator++@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:264")? process("/home/prasadkr/systemtap/stap").function("operator++@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable_policy.h:324")? process("/home/prasadkr/systemtap/stap").function("operator++@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable_policy.h:331")? process("/home/prasadkr/systemtap/stap").function("operator+, std::allocator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:2161")? process("/home/prasadkr/systemtap/stap").function("operator+, std::allocator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:2198")? process("/home/prasadkr/systemtap/stap").function("operator+, std::allocator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:2214")? process("/home/prasadkr/systemtap/stap").function("operator+, std::allocator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.tcc:694")? process("/home/prasadkr/systemtap/stap").function("operator+=@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:795")? process("/home/prasadkr/systemtap/stap").function("operator+=@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:804")? process("/home/prasadkr/systemtap/stap").function("operator+=@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:813")? process("/home/prasadkr/systemtap/stap").function("operator+=@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:734")? process("/home/prasadkr/systemtap/stap").function("operator+@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:738")? process("/home/prasadkr/systemtap/stap").function("operator--@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:156")? process("/home/prasadkr/systemtap/stap").function("operator--@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:718")? process("/home/prasadkr/systemtap/stap").function("operator--@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:197")? process("/home/prasadkr/systemtap/stap").function("operator--@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:272")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator-@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:319")? process("/home/prasadkr/systemtap/stap").function("operator-@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:319")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator-@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:319")? process("/home/prasadkr/systemtap/stap").function("operator-@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:319")? $__x:struct _Deque_iterator const& $__y:struct _Deque_iterator const& process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator-, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator-*, std::vector, std::allocator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator-, std::allocator >, unsigned int>*, std::vector, std::allocator >, unsigned int>, std::allocator, std::allocator >, unsigned int> > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator- > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:856")? process("/home/prasadkr/systemtap/stap").function("operator-@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:319")? process("/home/prasadkr/systemtap/stap").function("operator-@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:319")? $__x:struct _Deque_iterator const& $__y:struct _Deque_iterator const& process("/home/prasadkr/systemtap/stap").function("operator-@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:746")? process("/home/prasadkr/systemtap/stap").function("operator< , std::allocator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:2315")? process("/home/prasadkr/systemtap/stap").function("operator< >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:1185")? process("/home/prasadkr/systemtap/stap").function("operator< @/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:152")? process("/home/prasadkr/systemtap/stap").function("operator< , std::allocator >, std::basic_string, std::allocator > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:152")? process("/home/prasadkr/systemtap/stap").function("operator< >, exp_type>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:152")? process("/home/prasadkr/systemtap/stap").function("operator<< >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iomanip:187")? process("/home/prasadkr/systemtap/stap").function("operator<< >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iomanip:255")? process("/home/prasadkr/systemtap/stap").function("operator<< , std::allocator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:2498")? process("/home/prasadkr/systemtap/stap").function("operator<< >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream:457")? process("/home/prasadkr/systemtap/stap").function("operator<< >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream:505")? process("/home/prasadkr/systemtap/stap").function("operator<< >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream:523")? process("/home/prasadkr/systemtap/stap").function("operator<<@/home/prasadkr/systemtap/csclient.cxx:1436")? $s:ostream& $i:struct compile_server_info const& process("/home/prasadkr/systemtap/stap").function("operator<<@/home/prasadkr/systemtap/parse.cxx:225")? $o:ostream& $loc:struct source_loc const& process("/home/prasadkr/systemtap/stap").function("operator<<@/home/prasadkr/systemtap/parse.cxx:235")? $o:ostream& $t:struct token const& process("/home/prasadkr/systemtap/stap").function("operator<<@/home/prasadkr/systemtap/staptree.cxx:1189")? $o:ostream& $k:struct probe_point const& process("/home/prasadkr/systemtap/stap").function("operator<<@/home/prasadkr/systemtap/staptree.cxx:1196")? $o:ostream& $k:struct symboldecl const& process("/home/prasadkr/systemtap/stap").function("operator<<@/home/prasadkr/systemtap/staptree.cxx:227")? $o:ostream& $e:enum exp_type const& process("/home/prasadkr/systemtap/stap").function("operator<<@/home/prasadkr/systemtap/staptree.cxx:286")? $o:ostream& $k:struct expression const& process("/home/prasadkr/systemtap/stap").function("operator<<@/home/prasadkr/systemtap/staptree.cxx:384")? $o:ostream& process("/home/prasadkr/systemtap/stap").function("operator<<@/home/prasadkr/systemtap/staptree.cxx:941")? process("/home/prasadkr/systemtap/stap").function("operator<<@/home/prasadkr/systemtap/translate.cxx:455")? $o:ostream& $v:class var const& process("/home/prasadkr/systemtap/stap").function("operator<<@/home/prasadkr/systemtap/translate.cxx:507")? $o:ostream& $v:struct tmpvar const& process("/home/prasadkr/systemtap/stap").function("operator<<@/home/prasadkr/systemtap/translate.cxx:838")? $o:ostream& $v:class itervar const& process("/home/prasadkr/systemtap/stap").function("operator<<@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream:108")? process("/home/prasadkr/systemtap/stap").function("operator<<@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream:127")? process("/home/prasadkr/systemtap/stap").function("operator<<@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream:165")? process("/home/prasadkr/systemtap/stap").function("operator<<@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream:169")? process("/home/prasadkr/systemtap/stap").function("operator<<@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream:173")? process("/home/prasadkr/systemtap/stap").function("operator<<@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream:180")? $__n:short unsigned int process("/home/prasadkr/systemtap/stap").function("operator<<@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream:191")? process("/home/prasadkr/systemtap/stap").function("operator<<@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream:204")? $__n:long long unsigned int process("/home/prasadkr/systemtap/stap").function("operator<<@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream:225")? $__p:void const* $this:struct basic_ostream >* const process("/home/prasadkr/systemtap/stap").function("operator<=, std::allocator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:2389")? $__rhs:struct basic_string, std::allocator > const& $__lhs:struct basic_string, std::allocator > const& process("/home/prasadkr/systemtap/stap").function("operator<@/home/prasadkr/systemtap/elaborate.cxx:302")? $this:struct match_key const* const $other:struct match_key const& process("/home/prasadkr/systemtap/stap").function("operator<@/home/prasadkr/systemtap/tapsets.cxx:1491")? $this:struct inline_instance_info const* const $other:struct inline_instance_info const& process("/home/prasadkr/systemtap/stap").function("operator==, std::allocator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:2253")? process("/home/prasadkr/systemtap/stap").function("operator==, std::allocator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:2265")? process("/home/prasadkr/systemtap/stap").function("operator==@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:2239")? process("/home/prasadkr/systemtap/stap").function("operator==@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:235")? $__y:struct _Deque_iterator const& $__x:struct _Deque_iterator const& process("/home/prasadkr/systemtap/stap").function("operator==, std::allocator >, std::basic_string, std::allocator >, std::_Identity, std::allocator > >, std::less, std::allocator > >, std::allocator, std::allocator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:773")? process("/home/prasadkr/systemtap/stap").function("operator==, std::allocator >, std::less, std::allocator > >, std::allocator, std::allocator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_set.h:639")? $__x:class set, std::allocator >, std::less, std::allocator > >, std::allocator, std::allocator > > > const& $__y:class set, std::allocator >, std::less, std::allocator > >, std::allocator, std::allocator > > > const& process("/home/prasadkr/systemtap/stap").function("operator==@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:235")? $__x:struct _Deque_iterator const& $__y:struct _Deque_iterator const& process("/home/prasadkr/systemtap/stap").function("operator==@/home/prasadkr/systemtap/csclient.cxx:83")? process("/home/prasadkr/systemtap/stap").function("operator==@/home/prasadkr/systemtap/session.h:70")? $this:struct statistic_decl* const process("/home/prasadkr/systemtap/stap").function("operator==@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/typeinfo:117")? $__arg:class type_info const& process("/home/prasadkr/systemtap/stap").function("operator=@/home/prasadkr/systemtap/csclient.cxx:69")? $this:struct compile_server_info* const process("/home/prasadkr/systemtap/stap").function("operator=@/home/prasadkr/systemtap/dwflpp.h:129")? $this:struct func_info* const process("/home/prasadkr/systemtap/stap").function("operator=@/home/prasadkr/systemtap/dwflpp.h:147")? $this:struct inline_instance_info* const process("/home/prasadkr/systemtap/stap").function("operator=@/home/prasadkr/systemtap/staptree.h:246")? $this:struct component* const process("/home/prasadkr/systemtap/stap").function("operator=@/home/prasadkr/systemtap/staptree.h:306")? process("/home/prasadkr/systemtap/stap").function("operator=@/home/prasadkr/systemtap/staptree.h:376")? $this:struct format_component* const process("/home/prasadkr/systemtap/stap").function("operator=@/home/prasadkr/systemtap/staptree.h:64")? process("/home/prasadkr/systemtap/stap").function("operator=@/home/prasadkr/systemtap/tapsets.cxx:7756")? $this:struct tracepoint_arg* const process("/home/prasadkr/systemtap/stap").function("operator=@/home/prasadkr/systemtap/translate.cxx:304")? process("/home/prasadkr/systemtap/stap").function("operator=@/home/prasadkr/systemtap/translate.cxx:477")? $this:struct tmpvar* const process("/home/prasadkr/systemtap/stap").function("operator=@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:510")? process("/home/prasadkr/systemtap/stap").function("operator=@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:518")? process("/home/prasadkr/systemtap/stap").function("operator=@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:529")? process("/home/prasadkr/systemtap/stap").function("operator=@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_iterator.h:602")? process("/home/prasadkr/systemtap/stap").function("operator=@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:68")? $this:struct pair, std::allocator >, unsigned int>* const process("/home/prasadkr/systemtap/stap").function("operator=@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_set.h:227")? process("/home/prasadkr/systemtap/stap").function("operator=@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:852")? process("/home/prasadkr/systemtap/stap").function("operator=@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/vector.tcc:156")? process("/home/prasadkr/systemtap/stap").function("operator=@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1/shared_ptr.h:164")? process("/home/prasadkr/systemtap/stap").function("operator=@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1/shared_ptr.h:358")? $this:class __shared_ptr* const process("/home/prasadkr/systemtap/stap").function("operator=@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1/shared_ptr.h:834")? $this:class shared_ptr* const process("/home/prasadkr/systemtap/stap").function("operator>, std::allocator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:2352")? $__rhs:struct basic_string, std::allocator > const& $__lhs:struct basic_string, std::allocator > const& process("/home/prasadkr/systemtap/stap").function("operator>=, std::allocator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:2426")? $__rhs:struct basic_string, std::allocator > const& $__lhs:struct basic_string, std::allocator > const& process("/home/prasadkr/systemtap/stap").function("operator>>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/istream:173")? $__n:short unsigned int& $this:struct basic_istream >* const process("/home/prasadkr/systemtap/stap").function("operator>>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/istream:180")? $__n:unsigned int& $this:struct basic_istream >* const process("/home/prasadkr/systemtap/stap").function("operator>>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/istream:184")? $__n:long int& $this:struct basic_istream >* const process("/home/prasadkr/systemtap/stap").function("operator>>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/istream:188")? $__n:long unsigned int& $this:struct basic_istream >* const process("/home/prasadkr/systemtap/stap").function("operator[]@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:723")? process("/home/prasadkr/systemtap/stap").function("operator[]@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:740")? process("/home/prasadkr/systemtap/stap").function("operator[]@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_map.h:442")? process("/home/prasadkr/systemtap/stap").function("operator[]@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:610")? process("/home/prasadkr/systemtap/stap").function("operator[]@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:625")? process("/home/prasadkr/systemtap/stap").function("operator[]@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable_policy.h:563")? process("/home/prasadkr/systemtap/stap").function("operator|=@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h:96")? $__b:enum _Ios_Fmtflags $__a:enum _Ios_Fmtflags& process("/home/prasadkr/systemtap/stap").function("operator|@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h:166")? $__b:enum _Ios_Iostate $__a:enum _Ios_Iostate process("/home/prasadkr/systemtap/stap").function("operator|@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h:88")? $__a:enum _Ios_Fmtflags $__b:enum _Ios_Fmtflags process("/home/prasadkr/systemtap/stap").function("output_autoconf@/home/prasadkr/systemtap/buildrun.cxx:85")? $s:struct systemtap_session& $o:ofstream& $autoconf_c:char const* $deftrue:char const* $deffalse:char const* process("/home/prasadkr/systemtap/stap").function("output_exportconf@/home/prasadkr/systemtap/buildrun.cxx:103")? $s:struct systemtap_session& $o:ofstream& $symbol:char const* $deftrue:char const* process("/home/prasadkr/systemtap/stap").function("override@/home/prasadkr/systemtap/translate.cxx:492")? process("/home/prasadkr/systemtap/stap").function("pair@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:99")? $this:struct pair* const process("/home/prasadkr/systemtap/stap").function("pair >*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:99")? $this:struct pair >*>* const process("/home/prasadkr/systemtap/stap").function("pair@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:99")? process("/home/prasadkr/systemtap/stap").function("pair@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:99")? process("/home/prasadkr/systemtap/stap").function("pair, std::allocator >, Dwarf_Die>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:99")? process("/home/prasadkr/systemtap/stap").function("pair, std::allocator >, dwarf_derived_probe*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:99")? process("/home/prasadkr/systemtap/stap").function("pair, std::allocator >, functiondecl*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:99")? process("/home/prasadkr/systemtap/stap").function("pair, std::allocator >, kprobe_derived_probe*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:99")? process("/home/prasadkr/systemtap/stap").function("pair, std::allocator >, std::basic_string, std::allocator > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:99")? $__p:struct pair, std::allocator >, std::basic_string, std::allocator > > const& $this:struct pair, std::allocator >, std::basic_string, std::allocator > >* const process("/home/prasadkr/systemtap/stap").function("pair@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:99")? process("/home/prasadkr/systemtap/stap").function("pair@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:99")? $this:struct pair* const process("/home/prasadkr/systemtap/stap").function("pair@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:99")? $this:struct pair* const process("/home/prasadkr/systemtap/stap").function("pair@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:99")? $this:struct pair* const process("/home/prasadkr/systemtap/stap").function("pair >*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:99")? $this:struct pair >*>* const process("/home/prasadkr/systemtap/stap").function("pair@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:68")? process("/home/prasadkr/systemtap/stap").function("pair@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:79")? process("/home/prasadkr/systemtap/stap").function("pair@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:83")? process("/home/prasadkr/systemtap/stap").function("parse@/home/prasadkr/systemtap/parse.cxx:1162")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse@/home/prasadkr/systemtap/parse.cxx:172")? $s:struct systemtap_session& $i:istream& $pr:bool process("/home/prasadkr/systemtap/stap").function("parse@/home/prasadkr/systemtap/parse.cxx:180")? $s:struct systemtap_session& $n:string const& $pr:bool process("/home/prasadkr/systemtap/stap").function("parse_additive@/home/prasadkr/systemtap/parse.cxx:2435")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_array_in@/home/prasadkr/systemtap/parse.cxx:2299")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_assignment@/home/prasadkr/systemtap/parse.cxx:2126")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_boolean_and@/home/prasadkr/systemtap/parse.cxx:2277")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_boolean_or@/home/prasadkr/systemtap/parse.cxx:2233")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_boolean_xor@/home/prasadkr/systemtap/parse.cxx:2255")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_break_statement@/home/prasadkr/systemtap/parse.cxx:1855")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_cmdline@/home/prasadkr/systemtap/session.cxx:398")? $this:struct systemtap_session* const $argc:int $argv:char* const* process("/home/prasadkr/systemtap/stap").function("parse_comparison@/home/prasadkr/systemtap/parse.cxx:2360")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_concatenation@/home/prasadkr/systemtap/parse.cxx:2411")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_continue_statement@/home/prasadkr/systemtap/parse.cxx:1867")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_crement@/home/prasadkr/systemtap/parse.cxx:2504")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_defined_op@/home/prasadkr/systemtap/parse.cxx:2905")? $this:class parser* const $t:struct token const* process("/home/prasadkr/systemtap/stap").function("parse_delete_statement@/home/prasadkr/systemtap/parse.cxx:1828")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_embeddedcode@/home/prasadkr/systemtap/parse.cxx:1331")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_entry_op@/home/prasadkr/systemtap/parse.cxx:2919")? $this:class parser* const $t:struct token const* process("/home/prasadkr/systemtap/stap").function("parse_error@/home/prasadkr/systemtap/parse.h:57")? process("/home/prasadkr/systemtap/stap").function("parse_error@/home/prasadkr/systemtap/parse.h:59")? process("/home/prasadkr/systemtap/stap").function("parse_error@/home/prasadkr/systemtap/parse.h:61")? process("/home/prasadkr/systemtap/stap").function("parse_expr_statement@/home/prasadkr/systemtap/parse.cxx:1802")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_expression@/home/prasadkr/systemtap/parse.cxx:2119")? process("/home/prasadkr/systemtap/stap").function("parse_for_loop@/home/prasadkr/systemtap/parse.cxx:1879")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_foreach_loop@/home/prasadkr/systemtap/parse.cxx:1976")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_function_spec@/home/prasadkr/systemtap/tapsets.cxx:946")? $this:struct dwarf_query* const $spec:string const& process("/home/prasadkr/systemtap/stap").function("parse_functiondecl@/home/prasadkr/systemtap/parse.cxx:1540")? $this:class parser* const $functions:class vector >& process("/home/prasadkr/systemtap/stap").function("parse_global@/home/prasadkr/systemtap/parse.cxx:1478")? $this:class parser* const $globals:class vector >& process("/home/prasadkr/systemtap/stap").function("parse_hist_op_or_bare_name@/home/prasadkr/systemtap/parse.cxx:2584")? $this:class parser* const $hop:struct hist_op*& $name:string& process("/home/prasadkr/systemtap/stap").function("parse_if_statement@/home/prasadkr/systemtap/parse.cxx:1768")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_indexable@/home/prasadkr/systemtap/parse.cxx:2615")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_kernel_config@/home/prasadkr/systemtap/main.cxx:290")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("parse_kernel_exports@/home/prasadkr/systemtap/main.cxx:323")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("parse_literal@/home/prasadkr/systemtap/parse.cxx:1708")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_logical_and@/home/prasadkr/systemtap/parse.cxx:2211")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_logical_or@/home/prasadkr/systemtap/parse.cxx:2189")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_multiplicative@/home/prasadkr/systemtap/parse.cxx:2458")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_next_statement@/home/prasadkr/systemtap/parse.cxx:1841")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_probe@/home/prasadkr/systemtap/parse.cxx:1249")? $this:class parser* const $probe_ret:class vector >& $alias_ret:class vector >& process("/home/prasadkr/systemtap/stap").function("parse_probe_format@/home/prasadkr/systemtap/tapset-mark.cxx:257")? $this:struct mark_derived_probe* const process("/home/prasadkr/systemtap/stap").function("parse_probe_point@/home/prasadkr/systemtap/parse.cxx:1623")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_return_statement@/home/prasadkr/systemtap/parse.cxx:1813")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_shift@/home/prasadkr/systemtap/parse.cxx:2388")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_statement@/home/prasadkr/systemtap/parse.cxx:1428")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_stmt_block@/home/prasadkr/systemtap/parse.cxx:1349")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_symbol@/home/prasadkr/systemtap/parse.cxx:2633")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_target_symbol@/home/prasadkr/systemtap/parse.cxx:2860")? $this:class parser* const $t:struct token const* process("/home/prasadkr/systemtap/stap").function("parse_target_symbol_components@/home/prasadkr/systemtap/parse.cxx:2932")? $this:class parser* const $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("parse_ternary@/home/prasadkr/systemtap/parse.cxx:2163")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_try_block@/home/prasadkr/systemtap/parse.cxx:1394")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_unary@/home/prasadkr/systemtap/parse.cxx:2481")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_value@/home/prasadkr/systemtap/parse.cxx:2544")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parse_while_loop@/home/prasadkr/systemtap/parse.cxx:1945")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("parser@/home/prasadkr/systemtap/parse.cxx:189")? $this:class parser* const $s:struct systemtap_session& $i:istream& $p:bool process("/home/prasadkr/systemtap/stap").function("parser@/home/prasadkr/systemtap/parse.cxx:196")? $this:class parser* const $s:struct systemtap_session& $fn:string const& $p:bool process("/home/prasadkr/systemtap/stap").function("partial_sort<__gnu_cxx::__normal_iterator > >, bool (*)(const be_derived_probe*, const be_derived_probe*)>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algo.h:5095")? $__last:class __normal_iterator > > $__middle:class __normal_iterator > > $__first:class __normal_iterator > > $__comp:void* process("/home/prasadkr/systemtap/stap").function("pass_5@/home/prasadkr/systemtap/main.cxx:839")? process("/home/prasadkr/systemtap/stap").function("passes_0_4@/home/prasadkr/systemtap/csclient.cxx:655")? $this:class compile_server_client* const process("/home/prasadkr/systemtap/stap").function("passes_0_4@/home/prasadkr/systemtap/main.cxx:406")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("passes_0_4_again_with_server@/home/prasadkr/systemtap/main.cxx:905")? process("/home/prasadkr/systemtap/stap").function("peek@/home/prasadkr/systemtap/parse.cxx:662")? $this:class parser* const $wildcard:bool process("/home/prasadkr/systemtap/stap").function("peek_kw@/home/prasadkr/systemtap/parse.cxx:782")? $this:class parser* const $kw:string const& process("/home/prasadkr/systemtap/stap").function("peek_op@/home/prasadkr/systemtap/parse.cxx:775")? $this:class parser* const $op:string const& process("/home/prasadkr/systemtap/stap").function("perf_builder@/home/prasadkr/systemtap/tapset-perfmon.cxx:175")? process("/home/prasadkr/systemtap/stap").function("perf_derived_probe@/home/prasadkr/systemtap/tapset-perfmon.cxx:52")? $this:struct perf_derived_probe* const $p:struct probe* $l:struct probe_point* $type:int64_t $config:int64_t $i:int64_t process("/home/prasadkr/systemtap/stap").function("perf_derived_probe_group@/home/prasadkr/systemtap/tapset-perfmon.cxx:45")? process("/home/prasadkr/systemtap/stap").function("pointer_stride@/home/prasadkr/systemtap/loc2c.c:2231")? $typedie:Dwarf_Die* $origin:struct location* $attr_mem:Dwarf_Attribute $die_mem:Dwarf_Die process("/home/prasadkr/systemtap/stap").function("pop@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_stack.h:208")? process("/home/prasadkr/systemtap/stap").function("pop_active_lvalue@/home/prasadkr/systemtap/staptree.cxx:1603")? $this:struct visitor* const process("/home/prasadkr/systemtap/stap").function("pop_back@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:1253")? process("/home/prasadkr/systemtap/stap").function("pop_back@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:764")? process("/home/prasadkr/systemtap/stap").function("post_crement@/home/prasadkr/systemtap/staptree.h:134")? process("/home/prasadkr/systemtap/stap").function("pptr@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/streambuf:508")? process("/home/prasadkr/systemtap/stap").function("pre_crement@/home/prasadkr/systemtap/staptree.h:128")? process("/home/prasadkr/systemtap/stap").function("prepare_rvalue@/home/prasadkr/systemtap/translate.cxx:3601")? $this:struct c_tmpcounter_assignment* const $rval:struct tmpvar& process("/home/prasadkr/systemtap/stap").function("prepare_rvalue@/home/prasadkr/systemtap/translate.cxx:3667")? $this:struct c_unparser_assignment* const $op:string const& $rval:struct tmpvar& $tok:struct token const* process("/home/prasadkr/systemtap/stap").function("prepare_section_rejection@/home/prasadkr/systemtap/tapsets.cxx:6268")? $this:struct symbol_table* const $mod:Dwfl_Module* process("/home/prasadkr/systemtap/stap").function("prepare_symbol_data@/home/prasadkr/systemtap/translate.cxx:5573")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("prepare_translate_pass@/home/prasadkr/systemtap/translate.cxx:5735")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:1027")? $this:struct null_statement const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:1033")? $this:struct expr_statement const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:1039")? $this:struct return_statement const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:1045")? $this:struct delete_statement const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:1050")? $this:struct next_statement const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:1055")? $this:struct break_statement const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:1060")? $this:struct continue_statement const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:1065")? $this:struct if_statement const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:1074")? $this:struct stapfile const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:1108")? $this:struct probe const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:1140")? $this:struct probe_point const* const $o:ostream& $print_extras:bool process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:293")? $this:struct literal_string const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:305")? $this:struct literal_number const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:315")? $this:struct embedded_expr const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:321")? $this:struct binary_expression const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:329")? $this:struct unary_expression const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:334")? $this:struct array_in const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:346")? $this:struct post_crement const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:352")? $this:struct ternary_expression const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:360")? $this:struct symbol const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:366")? $this:struct component const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:391")? $this:struct target_symbol const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:401")? $this:struct cast_op const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:415")? $this:struct defined_op const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:421")? $this:struct entry_op const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:427")? $this:struct vardecl const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:458")? $this:struct functiondecl const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:480")? $this:struct arrayindex const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:490")? $this:struct functioncall const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:867")? $this:struct print_format const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:886")? $this:struct stat_op const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:916")? $this:struct hist_op const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:948")? $this:struct embeddedcode const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:955")? $this:struct block const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:972")? $this:struct try_block const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:984")? $this:struct for_loop const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print@/home/prasadkr/systemtap/staptree.cxx:997")? $this:struct foreach_loop const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print_chars@/home/prasadkr/systemtap/tapsets.cxx:2592")? $this:struct dwarf_pretty_print* const $start_type:struct Dwarf_Die* $e:struct target_symbol* $pf:struct print_format* process("/home/prasadkr/systemtap/stap").function("print_coverage_info@/home/prasadkr/systemtap/coveragedb.cxx:25")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("print_dupe_stamp@/home/prasadkr/systemtap/elaborate.h:144")? $this:struct derived_probe* const process("/home/prasadkr/systemtap/stap").function("print_dupe_stamp@/home/prasadkr/systemtap/tapset-been.cxx:194")? $o:ostream& process("/home/prasadkr/systemtap/stap").function("print_dupe_stamp@/home/prasadkr/systemtap/tapset-been.cxx:59")? $o:ostream& process("/home/prasadkr/systemtap/stap").function("print_dupe_stamp@/home/prasadkr/systemtap/tapset-mark.cxx:411")? $this:struct mark_derived_probe* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print_dupe_stamp@/home/prasadkr/systemtap/tapset-timers.cxx:213")? $o:ostream& process("/home/prasadkr/systemtap/stap").function("print_dupe_stamp@/home/prasadkr/systemtap/tapset-timers.cxx:44")? $o:ostream& process("/home/prasadkr/systemtap/stap").function("print_dupe_stamp@/home/prasadkr/systemtap/tapset-utrace.cxx:226")? $this:struct utrace_derived_probe* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print_dupe_stamp@/home/prasadkr/systemtap/tapsets.cxx:4068")? $this:struct dwarf_derived_probe* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print_dupe_stamp@/home/prasadkr/systemtap/tapsets.cxx:464")? $o:ostream& process("/home/prasadkr/systemtap/stap").function("print_dupe_stamp@/home/prasadkr/systemtap/tapsets.cxx:8219")? $this:struct tracepoint_derived_probe* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print_dupe_stamp_unprivileged@/home/prasadkr/systemtap/elaborate.cxx:197")? $o:ostream& process("/home/prasadkr/systemtap/stap").function("print_dupe_stamp_unprivileged_process_owner@/home/prasadkr/systemtap/elaborate.cxx:203")? $o:ostream& process("/home/prasadkr/systemtap/stap").function("print_error@/home/prasadkr/systemtap/parse.cxx:258")? $this:class parser* const $pe:struct parse_error const& process("/home/prasadkr/systemtap/stap").function("print_error@/home/prasadkr/systemtap/session.cxx:1247")? $this:struct systemtap_session* const $e:struct semantic_error const& process("/home/prasadkr/systemtap/stap").function("print_error_source@/home/prasadkr/systemtap/session.cxx:1297")? $this:struct systemtap_session* const $message:ostream& $align:string& $tok:struct token const* process("/home/prasadkr/systemtap/stap").function("print_format@/home/prasadkr/systemtap/staptree.h:328")? process("/home/prasadkr/systemtap/stap").function("print_format@/home/prasadkr/systemtap/staptree.h:416")? $_char:bool $newline:bool $delim:bool $format:bool $stream:bool $this:struct print_format* const process("/home/prasadkr/systemtap/stap").function("print_indexable@/home/prasadkr/systemtap/staptree.cxx:1461")? $this:struct indexable const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("print_locals@/home/prasadkr/systemtap/dwflpp.cxx:1791")? $this:struct dwflpp* const $scopes:class vector >& $o:ostream& process("/home/prasadkr/systemtap/stap").function("print_members@/home/prasadkr/systemtap/dwflpp.cxx:1972")? $this:struct dwflpp* const $vardie:struct Dwarf_Die* $o:ostream& process("/home/prasadkr/systemtap/stap").function("print_token@/home/prasadkr/systemtap/session.cxx:1222")? $this:struct systemtap_session* const $o:ostream& $tok:struct token const* process("/home/prasadkr/systemtap/stap").function("print_warning@/home/prasadkr/systemtap/session.cxx:1333")? $this:struct systemtap_session* const $message_str:string const& $tok:struct token const* process("/home/prasadkr/systemtap/stap").function("printf@/usr/include/bits/stdio2.h:103")? process("/home/prasadkr/systemtap/stap").function("printscript@/home/prasadkr/systemtap/main.cxx:58")? $s:struct systemtap_session& $o:ostream& process("/home/prasadkr/systemtap/stap").function("printsig@/home/prasadkr/systemtap/elaborate.cxx:77")? $this:struct derived_probe const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("printsig@/home/prasadkr/systemtap/staptree.cxx:1116")? $this:struct probe const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("printsig@/home/prasadkr/systemtap/staptree.cxx:1173")? $this:struct probe_alias const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("printsig@/home/prasadkr/systemtap/staptree.cxx:442")? $this:struct vardecl const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("printsig@/home/prasadkr/systemtap/staptree.cxx:468")? $this:struct functiondecl const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("printsig@/home/prasadkr/systemtap/tapsets.cxx:3723")? $this:struct dwarf_derived_probe const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("printsig@/home/prasadkr/systemtap/tapsets.cxx:6980")? $this:struct kprobe_derived_probe const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("printsig@/home/prasadkr/systemtap/tapsets.cxx:7508")? $this:struct hwbkpt_derived_probe const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("printsig_nested@/home/prasadkr/systemtap/elaborate.cxx:84")? $this:struct derived_probe const* const $o:ostream& process("/home/prasadkr/systemtap/stap").function("probe@/home/prasadkr/systemtap/staptree.cxx:113")? $this:struct probe* const process("/home/prasadkr/systemtap/stap").function("probe@/home/prasadkr/systemtap/staptree.cxx:123")? $this:struct probe* const $p:struct probe const& $l:struct probe_point* process("/home/prasadkr/systemtap/stap").function("probe_alias@/home/prasadkr/systemtap/staptree.cxx:1168")? $this:struct probe_alias* const $aliases:class vector > const& process("/home/prasadkr/systemtap/stap").function("probe_point@/home/prasadkr/systemtap/staptree.cxx:105")? $this:struct probe_point* const process("/home/prasadkr/systemtap/stap").function("probe_point@/home/prasadkr/systemtap/staptree.cxx:91")? $this:struct probe_point* const $comps:class vector > const& process("/home/prasadkr/systemtap/stap").function("probe_point@/home/prasadkr/systemtap/staptree.cxx:98")? $this:struct probe_point* const $pp:struct probe_point const& process("/home/prasadkr/systemtap/stap").function("procfs_builder@/home/prasadkr/systemtap/tapset-procfs.cxx:509")? process("/home/prasadkr/systemtap/stap").function("procfs_derived_probe@/home/prasadkr/systemtap/tapset-procfs.cxx:94")? $this:struct procfs_derived_probe* const $s:struct systemtap_session& $p:struct probe* $l:struct probe_point* $ps:string $w:bool $m:int64_t $umask:int64_t process("/home/prasadkr/systemtap/stap").function("procfs_derived_probe_group@/home/prasadkr/systemtap/tapset-procfs.cxx:69")? $this:struct procfs_derived_probe_group* const process("/home/prasadkr/systemtap/stap").function("procfs_probe_set@/home/prasadkr/systemtap/tapset-procfs.cxx:56")? process("/home/prasadkr/systemtap/stap").function("procfs_var_expanding_visitor@/home/prasadkr/systemtap/tapset-procfs.cxx:386")? $this:struct procfs_var_expanding_visitor* const $s:struct systemtap_session& $pn:string const& $path:string $write_probe:bool process("/home/prasadkr/systemtap/stap").function("profile_derived_probe@/home/prasadkr/systemtap/tapset-timers.cxx:391")? $this:struct profile_derived_probe* const $p:struct probe* $l:struct probe_point* process("/home/prasadkr/systemtap/stap").function("profile_derived_probe_group@/home/prasadkr/systemtap/tapset-timers.cxx:383")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? $src:struct block* $this:struct update_visitor* const process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? $src:struct comparison* $this:struct update_visitor* const process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? $src:struct concatenation* $this:struct update_visitor* const process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? $src:struct entry_op* $this:struct update_visitor* const process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? $src:struct statement* $this:struct update_visitor* const process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? process("/home/prasadkr/systemtap/stap").function("provide@/home/prasadkr/systemtap/staptree.h:941")? $src:struct unary_expression* $this:struct update_visitor* const process("/home/prasadkr/systemtap/stap").function("pubsetbuf@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/streambuf:234")? process("/home/prasadkr/systemtap/stap").function("purge_syscall_stubs@/home/prasadkr/systemtap/tapsets.cxx:6373")? $this:struct symbol_table* const process("/home/prasadkr/systemtap/stap").function("push@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_stack.h:182")? process("/home/prasadkr/systemtap/stap").function("push_active_lvalue@/home/prasadkr/systemtap/staptree.cxx:1597")? $this:struct visitor* const $e:struct expression* process("/home/prasadkr/systemtap/stap").function("push_back@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:914")? process("/home/prasadkr/systemtap/stap").function("push_back@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:1201")? process("/home/prasadkr/systemtap/stap").function("push_back@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_list.h:919")? process("/home/prasadkr/systemtap/stap").function("push_back@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:733")? process("/home/prasadkr/systemtap/stap").function("push_deref@/home/prasadkr/systemtap/tapsets.cxx:2694")? $this:struct dwarf_pretty_print* const $pf:struct print_format* $fmt:string const& $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("query_addr@/home/prasadkr/systemtap/tapsets.cxx:1227")? $addr:Dwarf_Addr $q:struct dwarf_query* process("/home/prasadkr/systemtap/stap").function("query_cu@/home/prasadkr/systemtap/tapsets.cxx:1609")? $cudie:struct Dwarf_Die* $arg:void* process("/home/prasadkr/systemtap/stap").function("query_cu_containing_address@/home/prasadkr/systemtap/dwflpp.cxx:217")? $this:struct dwflpp* const $a:Dwarf_Addr process("/home/prasadkr/systemtap/stap").function("query_dwarf_func@/home/prasadkr/systemtap/tapsets.cxx:1543")? $func:struct Dwarf_Die* $bq:struct base_query* process("/home/prasadkr/systemtap/stap").function("query_dwarf_inline_instance@/home/prasadkr/systemtap/tapsets.cxx:1507")? $die:struct Dwarf_Die* $arg:void* process("/home/prasadkr/systemtap/stap").function("query_func_info@/home/prasadkr/systemtap/tapsets.cxx:1385")? $entrypc:Dwarf_Addr $fi:struct func_info& $q:struct dwarf_query* process("/home/prasadkr/systemtap/stap").function("query_inline_instance_info@/home/prasadkr/systemtap/tapsets.cxx:1365")? $ii:struct inline_instance_info& $q:struct dwarf_query* process("/home/prasadkr/systemtap/stap").function("query_label@/home/prasadkr/systemtap/tapsets.cxx:1332")? $func:string const& $label:char const* $file:char const* $line:int $scope_die:struct Dwarf_Die* $stmt_addr:Dwarf_Addr $q:struct dwarf_query* process("/home/prasadkr/systemtap/stap").function("query_module@/home/prasadkr/systemtap/tapsets.cxx:1858")? $mod:Dwfl_Module* $name:char const* $addr:Dwarf_Addr $arg:void* process("/home/prasadkr/systemtap/stap").function("query_module_dwarf@/home/prasadkr/systemtap/tapsets.cxx:792")? $this:struct dwarf_query* const process("/home/prasadkr/systemtap/stap").function("query_module_functions@/home/prasadkr/systemtap/tapsets.cxx:1711")? $this:struct dwarf_query* const process("/home/prasadkr/systemtap/stap").function("query_module_symtab@/home/prasadkr/systemtap/tapsets.cxx:833")? $this:struct dwarf_query* const process("/home/prasadkr/systemtap/stap").function("query_server_status@/home/prasadkr/systemtap/csclient.cxx:1548")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("query_server_status@/home/prasadkr/systemtap/csclient.cxx:1559")? process("/home/prasadkr/systemtap/stap").function("query_srcfile_label@/home/prasadkr/systemtap/tapsets.cxx:1420")? $line:class dwarf_line_t const& $arg:void* process("/home/prasadkr/systemtap/stap").function("query_srcfile_line@/home/prasadkr/systemtap/tapsets.cxx:1440")? $line:class dwarf_line_t const& $arg:void* process("/home/prasadkr/systemtap/stap").function("query_statement@/home/prasadkr/systemtap/tapsets.cxx:1208")? $func:string const& $file:char const* $line:int $scope_die:struct Dwarf_Die* $stmt_addr:Dwarf_Addr $q:struct dwarf_query* process("/home/prasadkr/systemtap/stap").function("rbegin@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:461")? $this:class vector >* const process("/home/prasadkr/systemtap/stap").function("rdstate@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.h:127")? $this:struct basic_ios > const* const process("/home/prasadkr/systemtap/stap").function("read@/usr/include/bits/unistd.h:35")? $__nbytes:size_t $__buf:void* $__fd:int process("/home/prasadkr/systemtap/stap").function("read_from_elf_file@/home/prasadkr/systemtap/tapsets.cxx:6227")? $this:struct symbol_table* const $path:string const& $sess:struct systemtap_session const& process("/home/prasadkr/systemtap/stap").function("read_from_text_file@/home/prasadkr/systemtap/tapsets.cxx:6251")? $this:struct symbol_table* const $path:string const& $sess:struct systemtap_session const& process("/home/prasadkr/systemtap/stap").function("read_symbols@/home/prasadkr/systemtap/tapsets.cxx:6177")? $this:struct symbol_table* const $f:FILE* $path:string const& process("/home/prasadkr/systemtap/stap").function("record_actions@/home/prasadkr/systemtap/translate.cxx:2343")? $this:struct c_unparser* const $actions:unsigned int $tok:struct token const* $update:bool process("/home/prasadkr/systemtap/stap").function("record_semaphore@/home/prasadkr/systemtap/tapsets.cxx:5661")? $this:struct sdt_query* const $results:class vector >& $start:unsigned int process("/home/prasadkr/systemtap/stap").function("recurse@/home/prasadkr/systemtap/tapsets.cxx:2351")? $this:struct dwarf_pretty_print* const $start_type:struct Dwarf_Die* $e:struct target_symbol* $pf:struct print_format* $top:bool process("/home/prasadkr/systemtap/stap").function("recurse_array@/home/prasadkr/systemtap/tapsets.cxx:2429")? $this:struct dwarf_pretty_print* const $type:struct Dwarf_Die* $e:struct target_symbol* $pf:struct print_format* $top:bool process("/home/prasadkr/systemtap/stap").function("recurse_base@/home/prasadkr/systemtap/tapsets.cxx:2395")? $this:struct dwarf_pretty_print* const $type:struct Dwarf_Die* $e:struct target_symbol* $pf:struct print_format* process("/home/prasadkr/systemtap/stap").function("recurse_pointer@/home/prasadkr/systemtap/tapsets.cxx:2466")? $this:struct dwarf_pretty_print* const $type:struct Dwarf_Die* $e:struct target_symbol* $pf:struct print_format* $top:bool process("/home/prasadkr/systemtap/stap").function("recurse_struct@/home/prasadkr/systemtap/tapsets.cxx:2499")? $this:struct dwarf_pretty_print* const $type:struct Dwarf_Die* $e:struct target_symbol* $pf:struct print_format* $top:bool process("/home/prasadkr/systemtap/stap").function("recurse_struct_members@/home/prasadkr/systemtap/tapsets.cxx:2526")? $this:struct dwarf_pretty_print* const $type:struct Dwarf_Die* $e:struct target_symbol* $pf:struct print_format* $count:int& process("/home/prasadkr/systemtap/stap").function("recursion_info@/home/prasadkr/systemtap/translate.cxx:5697")? $s:struct systemtap_session& $this:struct recursion_info* const process("/home/prasadkr/systemtap/stap").function("regexp_match@/home/prasadkr/systemtap/util.cxx:586")? $value:string const& $re:string const& $matches:class vector, std::allocator >, std::allocator, std::allocator > > >& process("/home/prasadkr/systemtap/stap").function("register_function_and_statement_variants@/home/prasadkr/systemtap/tapsets.cxx:4116")? $root:class match_node* $dw:struct dwarf_builder* $bind_unprivileged_p:bool process("/home/prasadkr/systemtap/stap").function("register_function_variants@/home/prasadkr/systemtap/tapsets.cxx:4094")? $root:class match_node* $dw:struct dwarf_builder* $bind_unprivileged_p:bool process("/home/prasadkr/systemtap/stap").function("register_library_aliases@/home/prasadkr/systemtap/session.cxx:1173")? $this:struct systemtap_session* const process("/home/prasadkr/systemtap/stap").function("register_patterns@/home/prasadkr/systemtap/tapsets.cxx:4136")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("register_standard_tapsets@/home/prasadkr/systemtap/tapsets.cxx:8716")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("register_statement_variants@/home/prasadkr/systemtap/tapsets.cxx:4084")? $root:class match_node* $dw:struct dwarf_builder* $bind_unprivileged_p:bool process("/home/prasadkr/systemtap/stap").function("register_tapset_been@/home/prasadkr/systemtap/tapset-been.cxx:218")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("register_tapset_itrace@/home/prasadkr/systemtap/tapset-itrace.cxx:297")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("register_tapset_mark@/home/prasadkr/systemtap/tapset-mark.cxx:703")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("register_tapset_perf@/home/prasadkr/systemtap/tapset-perfmon.cxx:224")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("register_tapset_procfs@/home/prasadkr/systemtap/tapset-procfs.cxx:602")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("register_tapset_timers@/home/prasadkr/systemtap/tapset-timers.cxx:602")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("register_tapset_utrace@/home/prasadkr/systemtap/tapset-utrace.cxx:1076")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("reject_section@/home/prasadkr/systemtap/tapsets.cxx:6305")? $this:struct symbol_table* const $section:GElf_Word process("/home/prasadkr/systemtap/stap").function("relocate_address@/home/prasadkr/systemtap/dwflpp.cxx:3105")? $this:struct dwflpp* const $dw_addr:Dwarf_Addr $reloc_section:string& process("/home/prasadkr/systemtap/stap").function("remote@/home/prasadkr/systemtap/remote.h:20")? process("/home/prasadkr/systemtap/stap").function("remove_file_or_dir@/home/prasadkr/systemtap/util.cxx:208")? $name:char const* process("/home/prasadkr/systemtap/stap").function("remove_temp_dir@/home/prasadkr/systemtap/main.cxx:382")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("replace@/home/prasadkr/systemtap/staptree.h:946")? $clearok:bool process("/home/prasadkr/systemtap/stap").function("replace@/home/prasadkr/systemtap/staptree.h:946")? process("/home/prasadkr/systemtap/stap").function("replace@/home/prasadkr/systemtap/staptree.h:946")? process("/home/prasadkr/systemtap/stap").function("replace@/home/prasadkr/systemtap/staptree.h:946")? $clearok:bool $src:struct hist_op*& $this:struct update_visitor* const process("/home/prasadkr/systemtap/stap").function("replace@/home/prasadkr/systemtap/staptree.h:946")? $clearok:bool process("/home/prasadkr/systemtap/stap").function("replace@/home/prasadkr/systemtap/staptree.h:946")? process("/home/prasadkr/systemtap/stap").function("replace@/home/prasadkr/systemtap/staptree.h:946")? process("/home/prasadkr/systemtap/stap").function("replace@/home/prasadkr/systemtap/staptree.h:946")? $clearok:bool process("/home/prasadkr/systemtap/stap").function("replace@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:1318")? $__pos:size_t $this:struct basic_string, std::allocator >* const process("/home/prasadkr/systemtap/stap").function("replace_if<__gnu_cxx::__normal_iterator, std::allocator > >, bool (*)(char), char>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algo.h:4793")? $__pred:void* $__last:class __normal_iterator, std::allocator > > $__first:class __normal_iterator, std::allocator > > process("/home/prasadkr/systemtap/stap").function("require@/home/prasadkr/systemtap/staptree.h:927")? $clearok:bool $src:struct arrayindex* $this:struct update_visitor* const process("/home/prasadkr/systemtap/stap").function("require@/home/prasadkr/systemtap/staptree.h:927")? $clearok:bool $src:struct expr_statement* $this:struct update_visitor* const process("/home/prasadkr/systemtap/stap").function("require@/home/prasadkr/systemtap/staptree.h:927")? process("/home/prasadkr/systemtap/stap").function("require@/home/prasadkr/systemtap/staptree.h:927")? $src:struct hist_op* $this:struct update_visitor* const process("/home/prasadkr/systemtap/stap").function("require@/home/prasadkr/systemtap/staptree.cxx:2760")? $this:struct update_visitor* const $src:struct indexable* $clearok:bool process("/home/prasadkr/systemtap/stap").function("require@/home/prasadkr/systemtap/staptree.h:927")? process("/home/prasadkr/systemtap/stap").function("require@/home/prasadkr/systemtap/staptree.h:927")? process("/home/prasadkr/systemtap/stap").function("require@/home/prasadkr/systemtap/staptree.h:927")? process("/home/prasadkr/systemtap/stap").function("require@/home/prasadkr/systemtap/staptree.h:927")? process("/home/prasadkr/systemtap/stap").function("reset@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1/shared_ptr.h:496")? process("/home/prasadkr/systemtap/stap").function("resize@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:666")? $this:struct basic_string, std::allocator >* const process("/home/prasadkr/systemtap/stap").function("resize@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:552")? process("/home/prasadkr/systemtap/stap").function("resolve_2types@/home/prasadkr/systemtap/elaborate.cxx:4111")? $t:enum exp_type $r:struct typeresolution_info* $referent:struct vardecl* $referrer:struct arrayindex* process("/home/prasadkr/systemtap/stap").function("resolve_2types@/home/prasadkr/systemtap/elaborate.cxx:4111")? $t:enum exp_type $r:struct typeresolution_info* $referent:struct functiondecl* $referrer:struct functioncall* process("/home/prasadkr/systemtap/stap").function("resolve_2types@/home/prasadkr/systemtap/elaborate.cxx:4111")? $referrer:struct symbol* $referent:struct vardecl* $r:struct typeresolution_info* $t:enum exp_type $accept_unknown:bool process("/home/prasadkr/systemtap/stap").function("resolve_host@/home/prasadkr/systemtap/csclient.cxx:2600")? $server:struct compile_server_info& $resolved_servers:class vector >& process("/home/prasadkr/systemtap/stap").function("resolve_prologue_endings@/home/prasadkr/systemtap/dwflpp.cxx:1388")? $this:struct dwflpp* const $funcs:func_info_map_t& process("/home/prasadkr/systemtap/stap").function("resolve_tracepoint_arg_type@/home/prasadkr/systemtap/tapsets.cxx:8122")? $arg:struct tracepoint_arg& process("/home/prasadkr/systemtap/stap").function("resolve_unqualified_inner_typedie@/home/prasadkr/systemtap/dwflpp.cxx:2274")? $this:struct dwflpp* const $typedie:struct Dwarf_Die* $innerdie:struct Dwarf_Die* $e:struct target_symbol const* process("/home/prasadkr/systemtap/stap").function("resolved@/home/prasadkr/systemtap/elaborate.cxx:4896")? $this:struct typeresolution_info* const $tok:struct token const* process("/home/prasadkr/systemtap/stap").function("result@/home/prasadkr/systemtap/hash.cxx:104")? $this:struct hash* const $r:string& process("/home/prasadkr/systemtap/stap").function("return_statement@/home/prasadkr/systemtap/staptree.h:616")? process("/home/prasadkr/systemtap/stap").function("rewrite_lvalue@/home/prasadkr/systemtap/tapsets.cxx:2013")? $this:struct var_expanding_visitor* const $tok:struct token const* $eop:string const& $lvalue:struct expression*& $rvalue:struct expression*& process("/home/prasadkr/systemtap/stap").function("rfind@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:1729")? $this:struct basic_string, std::allocator > const* const process("/home/prasadkr/systemtap/stap").function("run_make_cmd@/home/prasadkr/systemtap/buildrun.cxx:37")? $s:struct systemtap_session& $make_cmd:string& process("/home/prasadkr/systemtap/stap").function("runtime_error@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/stdexcept:108")? process("/home/prasadkr/systemtap/stap").function("saveargs@/home/prasadkr/systemtap/tapsets.cxx:3932")? $this:struct dwarf_derived_probe* const $q:struct dwarf_query& $scope_die:struct Dwarf_Die* $dwfl_addr:Dwarf_Addr process("/home/prasadkr/systemtap/stap").function("saveargs@/home/prasadkr/systemtap/tapsets.cxx:6546")? $this:struct uprobe_derived_probe* const $nargs:int process("/home/prasadkr/systemtap/stap").function("scan@/home/prasadkr/systemtap/parse.cxx:898")? $this:class lexer* const $wildcard:bool process("/home/prasadkr/systemtap/stap").function("scan_pp@/home/prasadkr/systemtap/parse.cxx:502")? $this:class parser* const $wildcard:bool process("/home/prasadkr/systemtap/stap").function("script_location@/home/prasadkr/systemtap/elaborate.cxx:151")? $this:struct derived_probe const* const process("/home/prasadkr/systemtap/stap").function("sdt_kprobe_var_expanding_visitor@/home/prasadkr/systemtap/tapsets.cxx:4630")? process("/home/prasadkr/systemtap/stap").function("sdt_query@/home/prasadkr/systemtap/tapsets.cxx:5299")? $this:struct sdt_query* const $base_probe:struct probe* $base_loc:struct probe_point* $dw:struct dwflpp& $params:literal_map_t const& $results:class vector >& process("/home/prasadkr/systemtap/stap").function("sdt_uprobe_var_expanding_visitor@/home/prasadkr/systemtap/tapsets.cxx:4654")? $this:struct sdt_uprobe_var_expanding_visitor* const $s:struct systemtap_session& $elf_machine:int $process_name:string const& $provider_name:string const& $probe_name:string const& $probe_type:enum stap_sdt_probe_type $arg_string:string const& $ac:int process("/home/prasadkr/systemtap/stap").function("seekp@/home/prasadkr/systemtap/translate.h:40")? process("/home/prasadkr/systemtap/stap").function("semantic_error@/home/prasadkr/systemtap/staptree.h:29")? process("/home/prasadkr/systemtap/stap").function("semantic_error@/home/prasadkr/systemtap/staptree.h:36")? process("/home/prasadkr/systemtap/stap").function("semantic_error@/home/prasadkr/systemtap/staptree.h:38")? process("/home/prasadkr/systemtap/stap").function("semantic_pass@/home/prasadkr/systemtap/elaborate.cxx:1632")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("semantic_pass_conditions@/home/prasadkr/systemtap/elaborate.cxx:1157")? $sess:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("semantic_pass_const_fold@/home/prasadkr/systemtap/elaborate.cxx:3546")? process("/home/prasadkr/systemtap/stap").function("semantic_pass_opt1@/home/prasadkr/systemtap/elaborate.cxx:1989")? $s:struct systemtap_session& $relaxed_p:bool& process("/home/prasadkr/systemtap/stap").function("semantic_pass_opt2@/home/prasadkr/systemtap/elaborate.cxx:2030")? $s:struct systemtap_session& $relaxed_p:bool& $iterations:unsigned int process("/home/prasadkr/systemtap/stap").function("semantic_pass_opt3@/home/prasadkr/systemtap/elaborate.cxx:2282")? $s:struct systemtap_session& $relaxed_p:bool& process("/home/prasadkr/systemtap/stap").function("semantic_pass_opt4@/home/prasadkr/systemtap/elaborate.cxx:2535")? $s:struct systemtap_session& $relaxed_p:bool& process("/home/prasadkr/systemtap/stap").function("semantic_pass_opt5@/home/prasadkr/systemtap/elaborate.cxx:3000")? $s:struct systemtap_session& $relaxed_p:bool& process("/home/prasadkr/systemtap/stap").function("semantic_pass_opt6@/home/prasadkr/systemtap/elaborate.cxx:3613")? $s:struct systemtap_session& $relaxed_p:bool& process("/home/prasadkr/systemtap/stap").function("semantic_pass_optimize1@/home/prasadkr/systemtap/elaborate.cxx:3662")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("semantic_pass_optimize2@/home/prasadkr/systemtap/elaborate.cxx:3703")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("semantic_pass_stats@/home/prasadkr/systemtap/elaborate.cxx:1071")? $sess:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("semantic_pass_symbols@/home/prasadkr/systemtap/elaborate.cxx:1260")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("semantic_pass_types@/home/prasadkr/systemtap/elaborate.cxx:3731")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("semantic_pass_vars@/home/prasadkr/systemtap/elaborate.cxx:1103")? $sess:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("server_spec_to_pmask@/home/prasadkr/systemtap/csclient.cxx:1489")? $server_spec:string const& process("/home/prasadkr/systemtap/stap").function("set<__gnu_cxx::__normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_set.h:159")? process("/home/prasadkr/systemtap/stap").function("set@/home/prasadkr/systemtap/translate.cxx:666")? $this:struct mapvar const* const $indices:class vector > const& $val:struct tmpvar const& process("/home/prasadkr/systemtap/stap").function("set@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_set.h:136")? process("/home/prasadkr/systemtap/stap").function("set@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_set.h:188")? process("/home/prasadkr/systemtap/stap").function("set_arity@/home/prasadkr/systemtap/staptree.cxx:155")? $this:struct vardecl* const $a:int $t:struct token const* process("/home/prasadkr/systemtap/stap").function("set_current_file@/home/prasadkr/systemtap/parse.cxx:827")? $this:class lexer* const $f:struct stapfile* process("/home/prasadkr/systemtap/stap").function("set_intersection, std::_Rb_tree_const_iterator, std::insert_iterator, std::allocator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algo.h:5632")? $__first1:struct _Rb_tree_const_iterator $__last1:struct _Rb_tree_const_iterator $__first2:struct _Rb_tree_const_iterator $__last2:struct _Rb_tree_const_iterator $__result:class insert_iterator, std::allocator > > process("/home/prasadkr/systemtap/stap").function("set_try_server@/home/prasadkr/systemtap/session.cxx:1096")? $this:struct systemtap_session* const $t:int process("/home/prasadkr/systemtap/stap").function("setf@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h:582")? $__fmtfl:fmtflags $this:class ios_base* const process("/home/prasadkr/systemtap/stap").function("setf@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h:599")? process("/home/prasadkr/systemtap/stap").function("setstate@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.h:147")? $this:struct basic_ios >* const process("/home/prasadkr/systemtap/stap").function("setup_dwfl_kernel@/home/prasadkr/systemtap/setupdwfl.cxx:260")? $modules_found:unsigned int* $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("setup_dwfl_kernel@/home/prasadkr/systemtap/setupdwfl.cxx:324")? $name:string const& $found:unsigned int* $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("setup_dwfl_kernel@/home/prasadkr/systemtap/setupdwfl.cxx:354")? $names:class set, std::allocator >, std::less, std::allocator > >, std::allocator, std::allocator > > > const& $found:unsigned int* $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("setup_dwfl_report_kernel_p@/home/prasadkr/systemtap/setupdwfl.cxx:192")? $modname:char const* $filename:char const* process("/home/prasadkr/systemtap/stap").function("setup_dwfl_user@/home/prasadkr/systemtap/setupdwfl.cxx:372")? $name:string const& process("/home/prasadkr/systemtap/stap").function("setup_dwfl_user@/home/prasadkr/systemtap/setupdwfl.cxx:403")? $begin:class __normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > >& $end:class __normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > > const& $all_needed:bool process("/home/prasadkr/systemtap/stap").function("setup_kernel@/home/prasadkr/systemtap/dwflpp.cxx:309")? $this:struct dwflpp* const $name:string const& $debuginfo_needed:bool process("/home/prasadkr/systemtap/stap").function("setup_kernel@/home/prasadkr/systemtap/dwflpp.cxx:333")? $this:struct dwflpp* const $names:class vector, std::allocator >, std::allocator, std::allocator > > > const& $debuginfo_needed:bool process("/home/prasadkr/systemtap/stap").function("setup_kernel_release@/home/prasadkr/systemtap/session.cxx:1119")? $this:struct systemtap_session* const $kstr:char const* process("/home/prasadkr/systemtap/stap").function("setup_mod_deps@/home/prasadkr/systemtap/setupdwfl.cxx:112")? process("/home/prasadkr/systemtap/stap").function("setup_note_probe_entry@/home/prasadkr/systemtap/tapsets.cxx:5502")? $this:struct sdt_query* const $type:int $data:char const* $len:size_t process("/home/prasadkr/systemtap/stap").function("setup_note_probe_entry_callback@/home/prasadkr/systemtap/tapsets.cxx:5494")? $object:void* $type:int $data:char const* $len:size_t process("/home/prasadkr/systemtap/stap").function("setup_signals@/home/prasadkr/systemtap/main.cxx:269")? $handler:sighandler_t process("/home/prasadkr/systemtap/stap").function("setup_user@/home/prasadkr/systemtap/dwflpp.cxx:361")? $this:struct dwflpp* const $modules:class vector, std::allocator >, std::allocator, std::allocator > > > const& $debuginfo_needed:bool process("/home/prasadkr/systemtap/stap").function("shared_ptr@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1/shared_ptr.h:841")? process("/home/prasadkr/systemtap/stap").function("shared_ptr@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1/shared_ptr.h:834")? process("/home/prasadkr/systemtap/stap").function("shared_ptr@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1/shared_ptr.h:836")? process("/home/prasadkr/systemtap/stap").function("shortname@/home/prasadkr/systemtap/translate.cxx:1883")? $e:enum exp_type process("/home/prasadkr/systemtap/stap").function("showbase@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h:815")? $__base:class ios_base& process("/home/prasadkr/systemtap/stap").function("side_effect_free@/home/prasadkr/systemtap/staptree.cxx:2211")? $this:struct varuse_collecting_visitor* const process("/home/prasadkr/systemtap/stap").function("side_effect_free_wrt@/home/prasadkr/systemtap/staptree.cxx:2218")? $this:struct varuse_collecting_visitor* const $vars:class set, std::allocator > const& process("/home/prasadkr/systemtap/stap").function("size@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:628")? process("/home/prasadkr/systemtap/stap").function("size@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:1005")? process("/home/prasadkr/systemtap/stap").function("size@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_multimap.h:415")? $this:class multimap, std::allocator >, dwarf_derived_probe*, std::less, std::allocator > >, std::allocator, std::allocator >, dwarf_derived_probe*> > > const* const process("/home/prasadkr/systemtap/stap").function("size@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_set.h:366")? $this:class set, std::allocator >, std::less, std::allocator > >, std::allocator, std::allocator > > > const* const process("/home/prasadkr/systemtap/stap").function("size@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_stack.h:147")? process("/home/prasadkr/systemtap/stap").function("size@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:670")? process("/home/prasadkr/systemtap/stap").function("size@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:532")? process("/home/prasadkr/systemtap/stap").function("size@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable:277")? $this:class _Hashtable, std::allocator >, std::_Select1st >, std::equal_to, std::tr1::hash, std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash, std::tr1::__detail::_Prime_rehash_policy, false, false, true> const* const process("/home/prasadkr/systemtap/stap").function("skip_atoi@/home/prasadkr/systemtap/tapset-mark.cxx:247")? process("/home/prasadkr/systemtap/stap").function("skip_pp@/home/prasadkr/systemtap/parse.cxx:616")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("snprintf@/usr/include/bits/stdio2.h:62")? process("/home/prasadkr/systemtap/stap").function("sole_location@/home/prasadkr/systemtap/elaborate.cxx:139")? $this:struct derived_probe const* const process("/home/prasadkr/systemtap/stap").function("sort<__gnu_cxx::__normal_iterator > >, bool (*)(const be_derived_probe*, const be_derived_probe*)>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_algo.h:5244")? $__comp:void* $__last:class __normal_iterator > > $__first:class __normal_iterator > > process("/home/prasadkr/systemtap/stap").function("sort_heap<__gnu_cxx::__normal_iterator > >, bool (*)(const be_derived_probe*, const be_derived_probe*)>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_heap.h:482")? process("/home/prasadkr/systemtap/stap").function("splice@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_list.h:1152")? $__x:class list, std::allocator >, std::allocator, std::allocator > > >& $this:class list, std::allocator >, std::allocator, std::allocator > > >* const process("/home/prasadkr/systemtap/stap").function("sprintf@/usr/include/bits/stdio2.h:32")? process("/home/prasadkr/systemtap/stap").function("sql_stmt@/home/prasadkr/systemtap/coveragedb.cxx:141")? $db:sqlite3* $stmt:char const* process("/home/prasadkr/systemtap/stap").function("sql_update_unused_functions@/home/prasadkr/systemtap/coveragedb.cxx:280")? $db:sqlite3* $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("sql_update_unused_globals@/home/prasadkr/systemtap/coveragedb.cxx:312")? $db:sqlite3* $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("sql_update_unused_probes@/home/prasadkr/systemtap/coveragedb.cxx:239")? $db:sqlite3* $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("sql_update_used_functions@/home/prasadkr/systemtap/coveragedb.cxx:263")? $db:sqlite3* $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("sql_update_used_globals@/home/prasadkr/systemtap/coveragedb.cxx:296")? $db:sqlite3* $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("sql_update_used_probes@/home/prasadkr/systemtap/coveragedb.cxx:196")? $db:sqlite3* $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("ssh_remote@/home/prasadkr/systemtap/remote.cxx:104")? process("/home/prasadkr/systemtap/stap").function("ssh_remote@/home/prasadkr/systemtap/remote.cxx:110")? $this:class ssh_remote* const $s:struct systemtap_session& $ud:class uri_decoder const& process("/home/prasadkr/systemtap/stap").function("stack@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_stack.h:126")? process("/home/prasadkr/systemtap/stap").function("stap_spawn@/home/prasadkr/systemtap/util.cxx:453")? $verbose:int $command:string const& process("/home/prasadkr/systemtap/stap").function("stap_system@/home/prasadkr/systemtap/util.cxx:481")? $verbose:int $command:string const& process("/home/prasadkr/systemtap/stap").function("stap_system_read@/home/prasadkr/systemtap/util.cxx:497")? $verbose:int $command:string const& $out:ostream& process("/home/prasadkr/systemtap/stap").function("stap_waitpid@/home/prasadkr/systemtap/util.cxx:429")? $verbose:int $pid:pid_t process("/home/prasadkr/systemtap/stap").function("stapfile@/home/prasadkr/systemtap/staptree.h:664")? process("/home/prasadkr/systemtap/stap").function("start@/home/prasadkr/systemtap/hash.cxx:66")? $this:struct hash* const process("/home/prasadkr/systemtap/stap").function("start@/home/prasadkr/systemtap/remote.cxx:148")? $this:class ssh_remote* const process("/home/prasadkr/systemtap/stap").function("start@/home/prasadkr/systemtap/remote.cxx:77")? $this:class direct* const process("/home/prasadkr/systemtap/stap").function("start@/home/prasadkr/systemtap/translate.cxx:773")? process("/home/prasadkr/systemtap/stap").function("startswith@/home/prasadkr/systemtap/util.h:149")? process("/home/prasadkr/systemtap/stap").function("stat@/usr/include/sys/stat.h:455")? process("/home/prasadkr/systemtap/stap").function("stat_decl_collector@/home/prasadkr/systemtap/elaborate.cxx:1004")? $sess:struct systemtap_session& $this:struct stat_decl_collector* const process("/home/prasadkr/systemtap/stap").function("stat_op@/home/prasadkr/systemtap/staptree.h:434")? process("/home/prasadkr/systemtap/stap").function("statement@/home/prasadkr/systemtap/staptree.cxx:39")? process("/home/prasadkr/systemtap/stap").function("statement@/home/prasadkr/systemtap/staptree.cxx:45")? $this:struct statement* const $tok:struct token const* process("/home/prasadkr/systemtap/stap").function("statement@/home/prasadkr/systemtap/staptree.h:521")? process("/home/prasadkr/systemtap/stap").function("statistic_decl@/home/prasadkr/systemtap/session.h:62")? process("/home/prasadkr/systemtap/stap").function("stmt_expr@/home/prasadkr/systemtap/translate.cxx:463")? $this:struct stmt_expr* const process("/home/prasadkr/systemtap/stap").function("str@/home/prasadkr/systemtap/elaborate.cxx:289")? $this:struct match_key const* const process("/home/prasadkr/systemtap/stap").function("str@/home/prasadkr/systemtap/staptree.cxx:1160")? $this:struct probe_point const* const $print_extras:bool process("/home/prasadkr/systemtap/stap").function("str@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/sstream:120")? process("/home/prasadkr/systemtap/stap").function("str@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/sstream:450")? process("/home/prasadkr/systemtap/stap").function("str@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/sstream:556")? process("/home/prasadkr/systemtap/stap").function("stringToIpAddress@/home/prasadkr/systemtap/csclient.cxx:1047")? $s:string const& process("/home/prasadkr/systemtap/stap").function("string_to_components@/home/prasadkr/systemtap/staptree.cxx:661")? $str:string const& process("/home/prasadkr/systemtap/stap").function("strpbrk@/usr/include/string.h:307")? $__accept:char const* $__s:char const* process("/home/prasadkr/systemtap/stap").function("strrchr@/usr/include/string.h:249")? $__c:int $__s:char* process("/home/prasadkr/systemtap/stap").function("strrchr@/usr/include/string.h:255")? process("/home/prasadkr/systemtap/stap").function("substr@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:2001")? process("/home/prasadkr/systemtap/stap").function("swap@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/move.h:76")? process("/home/prasadkr/systemtap/stap").function("swap@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/move.h:76")? $__a:struct be_derived_probe*& $__b:struct be_derived_probe*& process("/home/prasadkr/systemtap/stap").function("swap@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1/shared_ptr.h:549")? process("/home/prasadkr/systemtap/stap").function("symbol@/home/prasadkr/systemtap/staptree.cxx:62")? $this:struct symbol* const process("/home/prasadkr/systemtap/stap").function("symbol@/home/prasadkr/systemtap/staptree.h:222")? process("/home/prasadkr/systemtap/stap").function("symbol_fetcher@/home/prasadkr/systemtap/elaborate.cxx:840")? $sym:struct symbol*& process("/home/prasadkr/systemtap/stap").function("symbol_table@/home/prasadkr/systemtap/tapsets.cxx:343")? $mi:struct module_info* $this:struct symbol_table* const process("/home/prasadkr/systemtap/stap").function("symboldecl@/home/prasadkr/systemtap/staptree.cxx:80")? $this:struct symboldecl* const process("/home/prasadkr/systemtap/stap").function("symresolution_info@/home/prasadkr/systemtap/elaborate.cxx:1672")? $this:struct symresolution_info* const process("/home/prasadkr/systemtap/stap").function("systemtap_session@/home/prasadkr/systemtap/session.cxx:52")? $this:struct systemtap_session* const process("/home/prasadkr/systemtap/stap").function("systemtap_session@/home/prasadkr/systemtap/session.h:80")? $this:struct systemtap_session* const process("/home/prasadkr/systemtap/stap").function("target_symbol@/home/prasadkr/systemtap/staptree.h:236")? process("/home/prasadkr/systemtap/stap").function("target_symbol@/home/prasadkr/systemtap/staptree.h:268")? process("/home/prasadkr/systemtap/stap").function("task_finder_derived_probe_group@/home/prasadkr/systemtap/task_finder.cxx:41")? process("/home/prasadkr/systemtap/stap").function("tellp@/home/prasadkr/systemtap/translate.h:39")? $this:class translator_output* const process("/home/prasadkr/systemtap/stap").function("ternary_expression@/home/prasadkr/systemtap/staptree.h:174")? process("/home/prasadkr/systemtap/stap").function("throwing_visitor@/home/prasadkr/systemtap/staptree.cxx:2242")? $this:struct throwing_visitor* const $m:string const& process("/home/prasadkr/systemtap/stap").function("throwing_visitor@/home/prasadkr/systemtap/staptree.cxx:2243")? $this:struct throwing_visitor* const process("/home/prasadkr/systemtap/stap").function("throwone@/home/prasadkr/systemtap/elaborate.cxx:863")? $this:struct symbol_fetcher* const $t:struct token const* process("/home/prasadkr/systemtap/stap").function("throwone@/home/prasadkr/systemtap/staptree.cxx:2247")? $this:struct throwing_visitor* const $t:struct token const* process("/home/prasadkr/systemtap/stap").function("timer_builder@/home/prasadkr/systemtap/tapset-timers.cxx:514")? process("/home/prasadkr/systemtap/stap").function("timer_derived_probe@/home/prasadkr/systemtap/tapset-timers.cxx:58")? $this:struct timer_derived_probe* const $p:struct probe* $l:struct probe_point* $i:int64_t $r:int64_t $ms:bool process("/home/prasadkr/systemtap/stap").function("timer_derived_probe_group@/home/prasadkr/systemtap/tapset-timers.cxx:49")? process("/home/prasadkr/systemtap/stap").function("tmpvar@/home/prasadkr/systemtap/translate.cxx:477")? process("/home/prasadkr/systemtap/stap").function("tmpvar@/home/prasadkr/systemtap/translate.cxx:483")? process("/home/prasadkr/systemtap/stap").function("tmpvar@/home/prasadkr/systemtap/translate.cxx:488")? process("/home/prasadkr/systemtap/stap").function("tok_is@/home/prasadkr/systemtap/parse.cxx:674")? $expected:string const& $tt:enum token_type $t:struct token const* process("/home/prasadkr/systemtap/stap").function("token@/home/prasadkr/systemtap/parse.h:43")? process("/home/prasadkr/systemtap/stap").function("tokenize@/home/prasadkr/systemtap/util.cxx:282")? $str:string const& $tokens:class vector, std::allocator >, std::allocator, std::allocator > > >& $delimiters:string const& process("/home/prasadkr/systemtap/stap").function("top@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_stack.h:155")? process("/home/prasadkr/systemtap/stap").function("tracepoint_arg@/home/prasadkr/systemtap/tapsets.cxx:7756")? process("/home/prasadkr/systemtap/stap").function("tracepoint_arg@/home/prasadkr/systemtap/tapsets.cxx:7760")? process("/home/prasadkr/systemtap/stap").function("tracepoint_builder@/home/prasadkr/systemtap/tapsets.cxx:8511")? process("/home/prasadkr/systemtap/stap").function("tracepoint_derived_probe@/home/prasadkr/systemtap/tapsets.cxx:8063")? $this:struct tracepoint_derived_probe* const $s:struct systemtap_session& $dw:struct dwflpp& $func_die:struct Dwarf_Die& $tracepoint_name:string const& $base:struct probe* $loc:struct probe_point* process("/home/prasadkr/systemtap/stap").function("tracepoint_derived_probe_group@/home/prasadkr/systemtap/tapsets.cxx:7782")? process("/home/prasadkr/systemtap/stap").function("tracepoint_extra_decls@/home/prasadkr/systemtap/tapsets.cxx:8227")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("tracepoint_query@/home/prasadkr/systemtap/tapsets.cxx:8420")? process("/home/prasadkr/systemtap/stap").function("tracepoint_query_cu@/home/prasadkr/systemtap/tapsets.cxx:8484")? $cudie:struct Dwarf_Die* $arg:void* process("/home/prasadkr/systemtap/stap").function("tracepoint_query_func@/home/prasadkr/systemtap/tapsets.cxx:8493")? $func:struct Dwarf_Die* $query:struct base_query* process("/home/prasadkr/systemtap/stap").function("tracepoint_var_expanding_visitor@/home/prasadkr/systemtap/tapsets.cxx:7791")? process("/home/prasadkr/systemtap/stap").function("translate@/home/prasadkr/systemtap/loc2c.c:334")? $len:size_t const $input:struct location* $need_fb:_Bool* $loc:struct location* $__PRETTY_FUNCTION__:char[] const $expr:Dwarf_Op const* $max_stack:unsigned int $i:size_t $tos_value:_Bool $loser:size_t* $implicit_value:Dwarf_Block $implicit_pointer:Dwarf_Op const* $stack_depth:unsigned int $ctx:struct location_context* $indent:int $tos_register:int $used_deref:_Bool process("/home/prasadkr/systemtap/stap").function("translate_array@/home/prasadkr/systemtap/loc2c.c:2289")? $pool:struct obstack* $indent:int $anydie:Dwarf_Die* $stride:Dwarf_Word $input:struct location** $idx:char const* $const_idx:Dwarf_Word process("/home/prasadkr/systemtap/stap").function("translate_base_fetch@/home/prasadkr/systemtap/loc2c.c:1829")? $pool:struct obstack* $indent:int $byte_size:Dwarf_Word $signed_p:_Bool $input:struct location** $target:char const* $depth:int process("/home/prasadkr/systemtap/stap").function("translate_base_store@/home/prasadkr/systemtap/loc2c.c:1980")? $pool:struct obstack* $indent:int $byte_size:Dwarf_Word $input:struct location** $store_loc:struct location* $rvalue:char const* $depth:int process("/home/prasadkr/systemtap/stap").function("translate_components@/home/prasadkr/systemtap/dwflpp.cxx:2117")? $this:struct dwflpp* const $pool:struct obstack* $tail:struct location** $pc:Dwarf_Addr $e:struct target_symbol const* $vardie:struct Dwarf_Die* $typedie:struct Dwarf_Die* $first:unsigned int process("/home/prasadkr/systemtap/stap").function("translate_constant@/home/prasadkr/systemtap/loc2c.c:165")? process("/home/prasadkr/systemtap/stap").function("translate_final_fetch_or_store@/home/prasadkr/systemtap/dwflpp.cxx:2292")? $this:struct dwflpp* const $pool:struct obstack* $tail:struct location** $module_bias:Dwarf_Addr $vardie:struct Dwarf_Die* $start_typedie:struct Dwarf_Die* $lvalue:bool $e:struct target_symbol const* $ty:enum exp_type& process("/home/prasadkr/systemtap/stap").function("translate_location@/home/prasadkr/systemtap/dwflpp.cxx:1897")? $this:struct dwflpp* const $pool:struct obstack* $attr:struct Dwarf_Attribute* $die:struct Dwarf_Die* $pc:Dwarf_Addr $fb_attr:struct Dwarf_Attribute* $tail:struct location** $e:struct target_symbol const* process("/home/prasadkr/systemtap/stap").function("translate_offset@/home/prasadkr/systemtap/loc2c.c:994")? $indent:int $expr:Dwarf_Op const* $len:size_t $i:size_t $input:struct location** $offset:Dwarf_Word $__PRETTY_FUNCTION__:char[] const process("/home/prasadkr/systemtap/stap").function("translate_pass@/home/prasadkr/systemtap/translate.cxx:5743")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("translator_output@/home/prasadkr/systemtap/translate.cxx:846")? $this:class translator_output* const $f:ostream& process("/home/prasadkr/systemtap/stap").function("translator_output@/home/prasadkr/systemtap/translate.cxx:852")? $this:class translator_output* const $filename:string const& $bufsize:size_t process("/home/prasadkr/systemtap/stap").function("traversing_visitor@/home/prasadkr/systemtap/staptree.h:782")? process("/home/prasadkr/systemtap/stap").function("try_block@/home/prasadkr/systemtap/staptree.h:552")? process("/home/prasadkr/systemtap/stap").function("tt2str@/home/prasadkr/systemtap/parse.cxx:209")? $tt:enum token_type process("/home/prasadkr/systemtap/stap").function("type@/home/prasadkr/systemtap/translate.cxx:356")? process("/home/prasadkr/systemtap/stap").function("type_die_for_local@/home/prasadkr/systemtap/dwflpp.cxx:2573")? $this:struct dwflpp* const $scopes:class vector >& $pc:Dwarf_Addr $local:string const& $e:struct target_symbol const* $typedie:struct Dwarf_Die* process("/home/prasadkr/systemtap/stap").function("type_die_for_pointer@/home/prasadkr/systemtap/dwflpp.cxx:2757")? $this:struct dwflpp* const $start_typedie:struct Dwarf_Die* $e:struct target_symbol const* $typedie:struct Dwarf_Die* process("/home/prasadkr/systemtap/stap").function("type_die_for_return@/home/prasadkr/systemtap/dwflpp.cxx:2671")? $this:struct dwflpp* const $scope_die:struct Dwarf_Die* $pc:Dwarf_Addr $e:struct target_symbol const* $typedie:struct Dwarf_Die* process("/home/prasadkr/systemtap/stap").function("typeresolution_info@/home/prasadkr/systemtap/elaborate.cxx:3816")? $this:struct typeresolution_info* const process("/home/prasadkr/systemtap/stap").function("unary_expression@/home/prasadkr/systemtap/staptree.h:119")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct Dwarf_Attribute* $__result:struct Dwarf_Attribute* process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? $__last:struct Dwarf_Attribute* $__result:struct Dwarf_Attribute* process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, Dwarf_Die*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, Dwarf_Die*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, exp_type*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, exp_type*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, long int*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, long int*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, print_format::format_component*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, print_format::format_component*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:67")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > >, std::basic_string, std::allocator >*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > >, std::basic_string, std::allocator >*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:67")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, target_symbol::component*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, target_symbol::component*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:67")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, derived_probe**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, derived_probe**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, embeddedcode**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, embeddedcode**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, expression**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, expression**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, functiondecl**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, functiondecl**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, itrace_derived_probe**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, itrace_derived_probe**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, probe_point**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, probe_point**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, probe_point::component**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, probe_point::component**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, remote**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, remote**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, stapfile**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, stapfile**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, statement**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, statement**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, statement**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, statement**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, symbol**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, symbol**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, update_visitor**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, update_visitor**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, utrace_derived_probe**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, utrace_derived_probe**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, vardecl**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy<__gnu_cxx::__normal_iterator > >, vardecl**>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct be_derived_probe** $__result:struct be_derived_probe** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? $__last:struct be_derived_probe** $__result:struct be_derived_probe** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct compile_server_info* $__first:struct compile_server_info* $__result:struct compile_server_info* process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:67")? $__last:struct compile_server_info* $__first:struct compile_server_info* $__result:struct compile_server_info* process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct token const** $__result:struct token const** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? $__last:struct token const** $__result:struct token const** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct derived_probe** $__result:struct derived_probe** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? $__last:struct derived_probe** $__result:struct derived_probe** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct derived_probe_builder** $__result:struct derived_probe_builder** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? $__last:struct derived_probe_builder** $__result:struct derived_probe_builder** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct derived_probe_group** $__result:struct derived_probe_group** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? $__last:struct derived_probe_group** $__result:struct derived_probe_group** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct embeddedcode** $__result:struct embeddedcode** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? $__last:struct embeddedcode** $__result:struct embeddedcode** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct func_info* $__first:struct func_info* $__result:struct func_info* process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:67")? $__last:struct func_info* $__first:struct func_info* $__result:struct func_info* process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct functiondecl** $__result:struct functiondecl** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? $__last:struct functiondecl** $__result:struct functiondecl** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct hrtimer_derived_probe** $__result:struct hrtimer_derived_probe** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? $__last:struct hrtimer_derived_probe** $__result:struct hrtimer_derived_probe** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct hwbkpt_derived_probe** $__result:struct hwbkpt_derived_probe** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? $__last:struct hwbkpt_derived_probe** $__result:struct hwbkpt_derived_probe** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct inline_instance_info* $__first:struct inline_instance_info* $__result:struct inline_instance_info* process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:67")? $__last:struct inline_instance_info* $__first:struct inline_instance_info* $__result:struct inline_instance_info* process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct itrace_derived_probe** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? $__last:struct itrace_derived_probe** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:long int* $__result:long int* process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? $__last:long int* $__result:long int* process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct mark_arg** $__result:struct mark_arg** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? $__last:struct mark_arg** $__result:struct mark_arg** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct mark_derived_probe** $__result:struct mark_derived_probe** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? $__last:struct mark_derived_probe** $__result:struct mark_derived_probe** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct match_node** $__result:struct match_node** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? $__last:struct match_node** $__result:struct match_node** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct perf_derived_probe** $__result:struct perf_derived_probe** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? $__last:struct perf_derived_probe** $__result:struct perf_derived_probe** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:67")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct probe** $__result:struct probe** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? $__last:struct probe** $__result:struct probe** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct probe_alias** $__result:struct probe_alias** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? $__last:struct probe_alias** $__result:struct probe_alias** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct profile_derived_probe** $__result:struct profile_derived_probe** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? $__last:struct profile_derived_probe** $__result:struct profile_derived_probe** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:class remote** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? $__last:class remote** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct stapfile** $__result:struct stapfile** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? $__last:struct stapfile** $__result:struct stapfile** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy, std::_Deque_iterator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy, std::_Deque_iterator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy, std::_Deque_iterator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy, std::_Deque_iterator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy, std::_Deque_iterator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy, std::_Deque_iterator >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy, std::allocator > >, std::basic_string, std::allocator >*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__result:struct basic_string, std::allocator >* process("/home/prasadkr/systemtap/stap").function("uninitialized_copy, std::allocator > >, std::basic_string, std::allocator >*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:67")? $__result:struct basic_string, std::allocator >* process("/home/prasadkr/systemtap/stap").function("uninitialized_copy, std::allocator >*, std::basic_string, std::allocator >*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy, std::allocator >*, std::basic_string, std::allocator >*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:67")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy*, std::pair*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? process("/home/prasadkr/systemtap/stap").function("uninitialized_copy*, std::pair*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:67")? $__first:struct pair* process("/home/prasadkr/systemtap/stap").function("uninitialized_copy, std::allocator >, unsigned int>*, std::pair, std::allocator >, unsigned int>*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct pair, std::allocator >, unsigned int>* $__first:struct pair, std::allocator >, unsigned int>* $__result:struct pair, std::allocator >, unsigned int>* process("/home/prasadkr/systemtap/stap").function("uninitialized_copy, std::allocator >, unsigned int>*, std::pair, std::allocator >, unsigned int>*>@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:67")? $__last:struct pair, std::allocator >, unsigned int>* $__first:struct pair, std::allocator >, unsigned int>* $__result:struct pair, std::allocator >, unsigned int>* process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct symbol** $__result:struct symbol** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? $__last:struct symbol** $__result:struct symbol** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct component* $__first:struct component* $__result:struct component* process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:67")? $__last:struct component* $__first:struct component* $__result:struct component* process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct timer_derived_probe** $__result:struct timer_derived_probe** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? $__last:struct timer_derived_probe** $__result:struct timer_derived_probe** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct tmpvar* $__first:struct tmpvar* $__result:struct tmpvar* process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:67")? $__last:struct tmpvar* $__first:struct tmpvar* $__result:struct tmpvar* process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct tracepoint_arg* $__first:struct tracepoint_arg* $__result:struct tracepoint_arg* process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:67")? $__last:struct tracepoint_arg* $__first:struct tracepoint_arg* $__result:struct tracepoint_arg* process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct tracepoint_derived_probe** $__result:struct tracepoint_derived_probe** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? $__last:struct tracepoint_derived_probe** $__result:struct tracepoint_derived_probe** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct update_visitor** $__result:struct update_visitor** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? $__last:struct update_visitor** $__result:struct update_visitor** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct uprobe_derived_probe** $__result:struct uprobe_derived_probe** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? $__last:struct uprobe_derived_probe** $__result:struct uprobe_derived_probe** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct utrace_derived_probe** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? $__last:struct utrace_derived_probe** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:107")? $__last:struct vardecl** $__result:struct vardecl** process("/home/prasadkr/systemtap/stap").function("uninitialized_copy@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:91")? $__last:struct vardecl** $__result:struct vardecl** process("/home/prasadkr/systemtap/stap").function("uninitialized_fill_n@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:202")? process("/home/prasadkr/systemtap/stap").function("uninitialized_fill_n@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:218")? process("/home/prasadkr/systemtap/stap").function("uninitialized_fill_n@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:202")? process("/home/prasadkr/systemtap/stap").function("uninitialized_fill_n@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:218")? process("/home/prasadkr/systemtap/stap").function("uninitialized_fill_n@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:180")? process("/home/prasadkr/systemtap/stap").function("uninitialized_fill_n@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:218")? process("/home/prasadkr/systemtap/stap").function("uninitialized_fill_n@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:202")? $__n:long unsigned int $__first:struct probe_point** process("/home/prasadkr/systemtap/stap").function("uninitialized_fill_n@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:218")? $__n:long unsigned int $__first:struct probe_point** process("/home/prasadkr/systemtap/stap").function("uninitialized_fill_n, std::allocator >*, long unsigned int, std::basic_string, std::allocator > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:180")? process("/home/prasadkr/systemtap/stap").function("uninitialized_fill_n, std::allocator >*, long unsigned int, std::basic_string, std::allocator > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_uninitialized.h:218")? process("/home/prasadkr/systemtap/stap").function("uniq_list@/home/prasadkr/systemtap/main.cxx:46")? $l:class list, std::allocator >, std::allocator, std::allocator > > >& process("/home/prasadkr/systemtap/stap").function("unlink@/home/prasadkr/systemtap/cache.cxx:405")? $this:struct cache_ent_info const* const process("/home/prasadkr/systemtap/stap").function("unordered_map@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/unordered_map:201")? process("/home/prasadkr/systemtap/stap").function("unordered_multimap@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/unordered_map:283")? process("/home/prasadkr/systemtap/stap").function("unresolved@/home/prasadkr/systemtap/elaborate.cxx:4808")? $this:struct typeresolution_info* const $tok:struct token const* process("/home/prasadkr/systemtap/stap").function("unsetf@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h:614")? $__mask:fmtflags $this:class ios_base* const process("/home/prasadkr/systemtap/stap").function("upchuck@/home/prasadkr/systemtap/elaborate.cxx:617")? $this:struct alias_derived_probe* const process("/home/prasadkr/systemtap/stap").function("update_coverage_db@/home/prasadkr/systemtap/coveragedb.cxx:326")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("update_symtab@/home/prasadkr/systemtap/tapsets.cxx:6456")? $this:struct module_info* const $funcs:cu_function_cache_t* process("/home/prasadkr/systemtap/stap").function("update_visitor@/home/prasadkr/systemtap/staptree.h:926")? process("/home/prasadkr/systemtap/stap").function("upper_bound@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_multimap.h:658")? process("/home/prasadkr/systemtap/stap").function("upper_bound@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:752")? process("/home/prasadkr/systemtap/stap").function("uprobe_builder@/home/prasadkr/systemtap/tapsets.cxx:6564")? process("/home/prasadkr/systemtap/stap").function("uprobe_derived_probe@/home/prasadkr/systemtap/tapsets.cxx:439")? process("/home/prasadkr/systemtap/stap").function("uprobe_derived_probe@/home/prasadkr/systemtap/tapsets.cxx:453")? process("/home/prasadkr/systemtap/stap").function("uprobe_derived_probe_group@/home/prasadkr/systemtap/tapsets.cxx:6510")? $this:struct uprobe_derived_probe_group* const process("/home/prasadkr/systemtap/stap").function("uprobes_pass@/home/prasadkr/systemtap/buildrun.cxx:406")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("uri_decoder@/home/prasadkr/systemtap/remote.cxx:31")? $this:class uri_decoder* const $uri:string const& process("/home/prasadkr/systemtap/stap").function("usage@/home/prasadkr/systemtap/session.cxx:276")? $this:struct systemtap_session* const $exitcode:int process("/home/prasadkr/systemtap/stap").function("utrace_builder@/home/prasadkr/systemtap/tapset-utrace.cxx:625")? process("/home/prasadkr/systemtap/stap").function("utrace_derived_probe@/home/prasadkr/systemtap/tapset-utrace.cxx:118")? $this:struct utrace_derived_probe* const $s:struct systemtap_session& $p:struct probe* $l:struct probe_point* $hp:bool $pn:string& $pd:int64_t $f:enum utrace_derived_probe_flags process("/home/prasadkr/systemtap/stap").function("utrace_derived_probe_group@/home/prasadkr/systemtap/tapset-utrace.cxx:84")? $this:struct utrace_derived_probe_group* const process("/home/prasadkr/systemtap/stap").function("utrace_var_expanding_visitor@/home/prasadkr/systemtap/tapset-utrace.cxx:95")? process("/home/prasadkr/systemtap/stap").function("validate_module_elf@/home/prasadkr/systemtap/tapsets.cxx:1759")? $mod:Dwfl_Module* $name:char const* $q:struct base_query* process("/home/prasadkr/systemtap/stap").function("value@/home/prasadkr/systemtap/translate.cxx:361")? process("/home/prasadkr/systemtap/stap").function("value@/home/prasadkr/systemtap/translate.cxx:498")? process("/home/prasadkr/systemtap/stap").function("value@/home/prasadkr/systemtap/translate.cxx:797")? process("/home/prasadkr/systemtap/stap").function("value_typename@/home/prasadkr/systemtap/translate.cxx:1851")? $e:enum exp_type process("/home/prasadkr/systemtap/stap").function("var@/home/prasadkr/systemtap/translate.cxx:304")? process("/home/prasadkr/systemtap/stap").function("var@/home/prasadkr/systemtap/translate.cxx:314")? process("/home/prasadkr/systemtap/stap").function("var@/home/prasadkr/systemtap/translate.cxx:318")? process("/home/prasadkr/systemtap/stap").function("var_expanding_visitor@/home/prasadkr/systemtap/tapsets.cxx:2000")? $this:struct var_expanding_visitor* const process("/home/prasadkr/systemtap/stap").function("vardecl@/home/prasadkr/systemtap/staptree.cxx:148")? $this:struct vardecl* const process("/home/prasadkr/systemtap/stap").function("vardie_from_symtable@/home/prasadkr/systemtap/dwflpp.cxx:2458")? $this:struct dwflpp* const $vardie:struct Dwarf_Die* $addr:Dwarf_Addr* process("/home/prasadkr/systemtap/stap").function("varuse_collecting_visitor@/home/prasadkr/systemtap/staptree.h:846")? process("/home/prasadkr/systemtap/stap").function("vasprintf@/usr/include/bits/stdio2.h:196")? $__ptr:char** process("/home/prasadkr/systemtap/stap").function("vector, std::allocator > > >@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:297")? $__last:struct _Rb_tree_const_iterator, std::allocator > > $__first:struct _Rb_tree_const_iterator, std::allocator > > $this:class vector, std::allocator >, std::allocator, std::allocator > > >* const process("/home/prasadkr/systemtap/stap").function("vector@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:207")? process("/home/prasadkr/systemtap/stap").function("vector@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:227")? process("/home/prasadkr/systemtap/stap").function("vector@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:241")? process("/home/prasadkr/systemtap/stap").function("verify_uprobes_uptodate@/home/prasadkr/systemtap/buildrun.cxx:338")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("version@/home/prasadkr/systemtap/session.cxx:242")? $this:struct systemtap_session* const process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1209")? $this:struct block* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1216")? $this:struct try_block* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1223")? $this:struct embeddedcode* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1230")? $this:struct for_loop* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1236")? $this:struct foreach_loop* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1242")? $this:struct null_statement* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1248")? $this:struct expr_statement* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1254")? $this:struct return_statement* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1260")? $this:struct delete_statement* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1268")? $this:struct if_statement* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1274")? $this:struct next_statement* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1280")? $this:struct break_statement* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1286")? $this:struct continue_statement* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1292")? $this:struct literal_string* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1298")? $this:struct literal_number* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1304")? $this:struct binary_expression* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1310")? $this:struct embedded_expr* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1316")? $this:struct unary_expression* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1322")? $this:struct pre_crement* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1330")? $this:struct post_crement* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1338")? $this:struct logical_or_expr* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1344")? $this:struct logical_and_expr* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1350")? $this:struct array_in* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1356")? $this:struct comparison* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1362")? $this:struct concatenation* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1368")? $this:struct ternary_expression* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1374")? $this:struct assignment* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1382")? $this:struct symbol* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1388")? $this:struct target_symbol* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1410")? $this:struct cast_op* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1417")? $this:struct defined_op* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1424")? $this:struct entry_op* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1431")? $this:struct arrayindex* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1437")? $this:struct functioncall* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1443")? $this:struct print_format* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1449")? $this:struct stat_op* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit@/home/prasadkr/systemtap/staptree.cxx:1455")? $this:struct hist_op* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit_array_in@/home/prasadkr/systemtap/elaborate.cxx:2648")? $this:struct void_statement_reducer* const $e:struct array_in* process("/home/prasadkr/systemtap/stap").function("visit_array_in@/home/prasadkr/systemtap/elaborate.cxx:4567")? $this:struct typeresolution_info* const $e:struct array_in* process("/home/prasadkr/systemtap/stap").function("visit_array_in@/home/prasadkr/systemtap/staptree.cxx:1771")? $this:struct traversing_visitor* const $e:struct array_in* process("/home/prasadkr/systemtap/stap").function("visit_array_in@/home/prasadkr/systemtap/staptree.cxx:2387")? $this:struct throwing_visitor* const $e:struct array_in* process("/home/prasadkr/systemtap/stap").function("visit_array_in@/home/prasadkr/systemtap/staptree.cxx:2645")? $this:struct update_visitor* const $e:struct array_in* process("/home/prasadkr/systemtap/stap").function("visit_array_in@/home/prasadkr/systemtap/staptree.cxx:2917")? $this:struct deep_copy_visitor* const $e:struct array_in* process("/home/prasadkr/systemtap/stap").function("visit_array_in@/home/prasadkr/systemtap/translate.cxx:3347")? $this:struct c_tmpcounter* const $e:struct array_in* process("/home/prasadkr/systemtap/stap").function("visit_array_in@/home/prasadkr/systemtap/translate.cxx:3385")? $this:struct c_unparser* const $e:struct array_in* process("/home/prasadkr/systemtap/stap").function("visit_arrayindex@/home/prasadkr/systemtap/elaborate.cxx:1748")? $this:struct delete_statement_symresolution_info* const $e:struct arrayindex* process("/home/prasadkr/systemtap/stap").function("visit_arrayindex@/home/prasadkr/systemtap/elaborate.cxx:1807")? $this:struct symresolution_info* const $e:struct arrayindex* process("/home/prasadkr/systemtap/stap").function("visit_arrayindex@/home/prasadkr/systemtap/elaborate.cxx:2649")? $this:struct void_statement_reducer* const $e:struct arrayindex* process("/home/prasadkr/systemtap/stap").function("visit_arrayindex@/home/prasadkr/systemtap/elaborate.cxx:4225")? $this:struct typeresolution_info* const $e:struct arrayindex* process("/home/prasadkr/systemtap/stap").function("visit_arrayindex@/home/prasadkr/systemtap/elaborate.cxx:4525")? $this:struct delete_statement_typeresolution_info* const $e:struct arrayindex* process("/home/prasadkr/systemtap/stap").function("visit_arrayindex@/home/prasadkr/systemtap/elaborate.cxx:853")? $this:struct symbol_fetcher* const $e:struct arrayindex* process("/home/prasadkr/systemtap/stap").function("visit_arrayindex@/home/prasadkr/systemtap/elaborate.cxx:910")? $this:struct mutated_var_collector* const $e:struct arrayindex* process("/home/prasadkr/systemtap/stap").function("visit_arrayindex@/home/prasadkr/systemtap/elaborate.cxx:938")? $this:struct no_var_mutation_during_iteration_check* const $e:struct arrayindex* process("/home/prasadkr/systemtap/stap").function("visit_arrayindex@/home/prasadkr/systemtap/staptree.cxx:1837")? $this:struct traversing_visitor* const $e:struct arrayindex* process("/home/prasadkr/systemtap/stap").function("visit_arrayindex@/home/prasadkr/systemtap/staptree.cxx:2091")? $this:struct varuse_collecting_visitor* const $e:struct arrayindex* process("/home/prasadkr/systemtap/stap").function("visit_arrayindex@/home/prasadkr/systemtap/staptree.cxx:2448")? $this:struct throwing_visitor* const $e:struct arrayindex* process("/home/prasadkr/systemtap/stap").function("visit_arrayindex@/home/prasadkr/systemtap/staptree.cxx:2720")? $this:struct update_visitor* const $e:struct arrayindex* process("/home/prasadkr/systemtap/stap").function("visit_arrayindex@/home/prasadkr/systemtap/staptree.cxx:2981")? $this:struct deep_copy_visitor* const $e:struct arrayindex* process("/home/prasadkr/systemtap/stap").function("visit_arrayindex@/home/prasadkr/systemtap/translate.cxx:2591")? $this:struct arrayindex_downcaster* const $e:struct arrayindex* process("/home/prasadkr/systemtap/stap").function("visit_arrayindex@/home/prasadkr/systemtap/translate.cxx:3051")? $this:struct delete_statement_operand_tmp_visitor* const $e:struct arrayindex* process("/home/prasadkr/systemtap/stap").function("visit_arrayindex@/home/prasadkr/systemtap/translate.cxx:3077")? $this:struct delete_statement_operand_visitor* const $e:struct arrayindex* process("/home/prasadkr/systemtap/stap").function("visit_arrayindex@/home/prasadkr/systemtap/translate.cxx:3896")? $this:struct c_tmpcounter* const $e:struct arrayindex* process("/home/prasadkr/systemtap/stap").function("visit_arrayindex@/home/prasadkr/systemtap/translate.cxx:3967")? $this:struct c_unparser* const $e:struct arrayindex* process("/home/prasadkr/systemtap/stap").function("visit_arrayindex@/home/prasadkr/systemtap/translate.cxx:4051")? $this:struct c_tmpcounter_assignment* const $e:struct arrayindex* process("/home/prasadkr/systemtap/stap").function("visit_arrayindex@/home/prasadkr/systemtap/translate.cxx:4083")? $this:struct c_unparser_assignment* const $e:struct arrayindex* process("/home/prasadkr/systemtap/stap").function("visit_assignment@/home/prasadkr/systemtap/elaborate.cxx:1015")? $this:struct stat_decl_collector* const $e:struct assignment* process("/home/prasadkr/systemtap/stap").function("visit_assignment@/home/prasadkr/systemtap/elaborate.cxx:2205")? $this:struct dead_assignment_remover* const $e:struct assignment* process("/home/prasadkr/systemtap/stap").function("visit_assignment@/home/prasadkr/systemtap/elaborate.cxx:2658")? $this:struct void_statement_reducer* const $e:struct assignment* process("/home/prasadkr/systemtap/stap").function("visit_assignment@/home/prasadkr/systemtap/elaborate.cxx:3903")? $this:struct typeresolution_info* const $e:struct assignment* process("/home/prasadkr/systemtap/stap").function("visit_assignment@/home/prasadkr/systemtap/elaborate.cxx:899")? $this:struct mutated_var_collector* const $e:struct assignment* process("/home/prasadkr/systemtap/stap").function("visit_assignment@/home/prasadkr/systemtap/staptree.cxx:1799")? $this:struct traversing_visitor* const $e:struct assignment* process("/home/prasadkr/systemtap/stap").function("visit_assignment@/home/prasadkr/systemtap/staptree.cxx:2040")? $this:struct varuse_collecting_visitor* const $e:struct assignment* process("/home/prasadkr/systemtap/stap").function("visit_assignment@/home/prasadkr/systemtap/staptree.cxx:2411")? $this:struct throwing_visitor* const $e:struct assignment* process("/home/prasadkr/systemtap/stap").function("visit_assignment@/home/prasadkr/systemtap/staptree.cxx:2677")? $this:struct update_visitor* const $e:struct assignment* process("/home/prasadkr/systemtap/stap").function("visit_assignment@/home/prasadkr/systemtap/staptree.cxx:2941")? $this:struct deep_copy_visitor* const $e:struct assignment* process("/home/prasadkr/systemtap/stap").function("visit_assignment@/home/prasadkr/systemtap/tapsets.cxx:2076")? $this:struct var_expanding_visitor* const $e:struct assignment* process("/home/prasadkr/systemtap/stap").function("visit_assignment@/home/prasadkr/systemtap/translate.cxx:3509")? $this:struct c_tmpcounter* const $e:struct assignment* process("/home/prasadkr/systemtap/stap").function("visit_assignment@/home/prasadkr/systemtap/translate.cxx:3517")? $this:struct c_unparser* const $e:struct assignment* process("/home/prasadkr/systemtap/stap").function("visit_binary_expression@/home/prasadkr/systemtap/elaborate.cxx:2786")? $this:struct void_statement_reducer* const $e:struct binary_expression* process("/home/prasadkr/systemtap/stap").function("visit_binary_expression@/home/prasadkr/systemtap/elaborate.cxx:3159")? $this:struct const_folder* const $e:struct binary_expression* process("/home/prasadkr/systemtap/stap").function("visit_binary_expression@/home/prasadkr/systemtap/elaborate.cxx:4017")? $this:struct typeresolution_info* const $e:struct binary_expression* process("/home/prasadkr/systemtap/stap").function("visit_binary_expression@/home/prasadkr/systemtap/staptree.cxx:1731")? $this:struct traversing_visitor* const $e:struct binary_expression* process("/home/prasadkr/systemtap/stap").function("visit_binary_expression@/home/prasadkr/systemtap/staptree.cxx:2350")? $this:struct throwing_visitor* const $e:struct binary_expression* process("/home/prasadkr/systemtap/stap").function("visit_binary_expression@/home/prasadkr/systemtap/staptree.cxx:2599")? $this:struct update_visitor* const $e:struct binary_expression* process("/home/prasadkr/systemtap/stap").function("visit_binary_expression@/home/prasadkr/systemtap/staptree.cxx:2880")? $this:struct deep_copy_visitor* const $e:struct binary_expression* process("/home/prasadkr/systemtap/stap").function("visit_binary_expression@/home/prasadkr/systemtap/translate.cxx:3174")? $this:struct c_tmpcounter* const $e:struct binary_expression* process("/home/prasadkr/systemtap/stap").function("visit_binary_expression@/home/prasadkr/systemtap/translate.cxx:3213")? $this:struct c_unparser* const $e:struct binary_expression* process("/home/prasadkr/systemtap/stap").function("visit_block@/home/prasadkr/systemtap/elaborate.cxx:1679")? $this:struct symresolution_info* const $e:struct block* process("/home/prasadkr/systemtap/stap").function("visit_block@/home/prasadkr/systemtap/elaborate.cxx:2340")? $this:struct dead_stmtexpr_remover* const $s:struct block* process("/home/prasadkr/systemtap/stap").function("visit_block@/home/prasadkr/systemtap/elaborate.cxx:4335")? $this:struct typeresolution_info* const $e:struct block* process("/home/prasadkr/systemtap/stap").function("visit_block@/home/prasadkr/systemtap/staptree.cxx:1614")? $this:struct traversing_visitor* const $s:struct block* process("/home/prasadkr/systemtap/stap").function("visit_block@/home/prasadkr/systemtap/staptree.cxx:2253")? $this:struct throwing_visitor* const $s:struct block* process("/home/prasadkr/systemtap/stap").function("visit_block@/home/prasadkr/systemtap/staptree.cxx:2482")? $this:struct update_visitor* const $s:struct block* process("/home/prasadkr/systemtap/stap").function("visit_block@/home/prasadkr/systemtap/staptree.cxx:2784")? $this:struct deep_copy_visitor* const $s:struct block* process("/home/prasadkr/systemtap/stap").function("visit_block@/home/prasadkr/systemtap/translate.cxx:2368")? $this:struct c_unparser* const $s:struct block* process("/home/prasadkr/systemtap/stap").function("visit_block@/home/prasadkr/systemtap/translate.cxx:2495")? $this:struct c_tmpcounter* const $s:struct block* process("/home/prasadkr/systemtap/stap").function("visit_break_statement@/home/prasadkr/systemtap/elaborate.cxx:4555")? $this:struct typeresolution_info* const process("/home/prasadkr/systemtap/stap").function("visit_break_statement@/home/prasadkr/systemtap/staptree.cxx:1706")? $this:struct traversing_visitor* const process("/home/prasadkr/systemtap/stap").function("visit_break_statement@/home/prasadkr/systemtap/staptree.cxx:2320")? $this:struct throwing_visitor* const $s:struct break_statement* process("/home/prasadkr/systemtap/stap").function("visit_break_statement@/home/prasadkr/systemtap/staptree.cxx:2569")? $this:struct update_visitor* const $s:struct break_statement* process("/home/prasadkr/systemtap/stap").function("visit_break_statement@/home/prasadkr/systemtap/staptree.cxx:2850")? $this:struct deep_copy_visitor* const $s:struct break_statement* process("/home/prasadkr/systemtap/stap").function("visit_break_statement@/home/prasadkr/systemtap/translate.cxx:3118")? $this:struct c_unparser* const $s:struct break_statement* process("/home/prasadkr/systemtap/stap").function("visit_cast_op@/home/prasadkr/systemtap/elaborate.cxx:2949")? $this:struct void_statement_reducer* const $e:struct cast_op* process("/home/prasadkr/systemtap/stap").function("visit_cast_op@/home/prasadkr/systemtap/elaborate.cxx:4213")? $this:struct typeresolution_info* const $e:struct cast_op* process("/home/prasadkr/systemtap/stap").function("visit_cast_op@/home/prasadkr/systemtap/elaborate.cxx:858")? $this:struct symbol_fetcher* const $e:struct cast_op* process("/home/prasadkr/systemtap/stap").function("visit_cast_op@/home/prasadkr/systemtap/staptree.cxx:1817")? $this:struct traversing_visitor* const $e:struct cast_op* process("/home/prasadkr/systemtap/stap").function("visit_cast_op@/home/prasadkr/systemtap/staptree.cxx:1997")? $this:struct varuse_collecting_visitor* const $e:struct cast_op* process("/home/prasadkr/systemtap/stap").function("visit_cast_op@/home/prasadkr/systemtap/staptree.cxx:2429")? $this:struct throwing_visitor* const $e:struct cast_op* process("/home/prasadkr/systemtap/stap").function("visit_cast_op@/home/prasadkr/systemtap/staptree.cxx:2698")? $this:struct update_visitor* const $e:struct cast_op* process("/home/prasadkr/systemtap/stap").function("visit_cast_op@/home/prasadkr/systemtap/staptree.cxx:2963")? $this:struct deep_copy_visitor* const $e:struct cast_op* process("/home/prasadkr/systemtap/stap").function("visit_cast_op@/home/prasadkr/systemtap/tapsets.cxx:3384")? $this:struct dwarf_var_expanding_visitor* const $e:struct cast_op* process("/home/prasadkr/systemtap/stap").function("visit_cast_op@/home/prasadkr/systemtap/tapsets.cxx:3653")? $this:struct dwarf_cast_expanding_visitor* const $e:struct cast_op* process("/home/prasadkr/systemtap/stap").function("visit_cast_op@/home/prasadkr/systemtap/translate.cxx:3723")? $this:struct c_unparser* const $e:struct cast_op* process("/home/prasadkr/systemtap/stap").function("visit_comparison@/home/prasadkr/systemtap/elaborate.cxx:2827")? $this:struct void_statement_reducer* const $e:struct comparison* process("/home/prasadkr/systemtap/stap").function("visit_comparison@/home/prasadkr/systemtap/elaborate.cxx:3383")? $this:struct const_folder* const $e:struct comparison* process("/home/prasadkr/systemtap/stap").function("visit_comparison@/home/prasadkr/systemtap/elaborate.cxx:3859")? $this:struct typeresolution_info* const $e:struct comparison* process("/home/prasadkr/systemtap/stap").function("visit_comparison@/home/prasadkr/systemtap/staptree.cxx:1777")? $this:struct traversing_visitor* const $e:struct comparison* process("/home/prasadkr/systemtap/stap").function("visit_comparison@/home/prasadkr/systemtap/staptree.cxx:2393")? $this:struct throwing_visitor* const $e:struct comparison* process("/home/prasadkr/systemtap/stap").function("visit_comparison@/home/prasadkr/systemtap/staptree.cxx:2652")? $this:struct update_visitor* const $e:struct comparison* process("/home/prasadkr/systemtap/stap").function("visit_comparison@/home/prasadkr/systemtap/staptree.cxx:2923")? $this:struct deep_copy_visitor* const $e:struct comparison* process("/home/prasadkr/systemtap/stap").function("visit_comparison@/home/prasadkr/systemtap/translate.cxx:3420")? $this:struct c_unparser* const $e:struct comparison* process("/home/prasadkr/systemtap/stap").function("visit_components@/home/prasadkr/systemtap/staptree.cxx:1394")? $this:struct target_symbol* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit_components@/home/prasadkr/systemtap/staptree.cxx:1402")? $this:struct target_symbol* const $u:struct update_visitor* process("/home/prasadkr/systemtap/stap").function("visit_concatenation@/home/prasadkr/systemtap/elaborate.cxx:2833")? $this:struct void_statement_reducer* const $e:struct concatenation* process("/home/prasadkr/systemtap/stap").function("visit_concatenation@/home/prasadkr/systemtap/elaborate.cxx:3460")? $this:struct const_folder* const $e:struct concatenation* process("/home/prasadkr/systemtap/stap").function("visit_concatenation@/home/prasadkr/systemtap/elaborate.cxx:3884")? $this:struct typeresolution_info* const $e:struct concatenation* process("/home/prasadkr/systemtap/stap").function("visit_concatenation@/home/prasadkr/systemtap/staptree.cxx:1784")? $this:struct traversing_visitor* const $e:struct concatenation* process("/home/prasadkr/systemtap/stap").function("visit_concatenation@/home/prasadkr/systemtap/staptree.cxx:2399")? $this:struct throwing_visitor* const $e:struct concatenation* process("/home/prasadkr/systemtap/stap").function("visit_concatenation@/home/prasadkr/systemtap/staptree.cxx:2660")? $this:struct update_visitor* const $e:struct concatenation* process("/home/prasadkr/systemtap/stap").function("visit_concatenation@/home/prasadkr/systemtap/staptree.cxx:2929")? $this:struct deep_copy_visitor* const $e:struct concatenation* process("/home/prasadkr/systemtap/stap").function("visit_concatenation@/home/prasadkr/systemtap/translate.cxx:3455")? $this:struct c_tmpcounter* const $e:struct concatenation* process("/home/prasadkr/systemtap/stap").function("visit_concatenation@/home/prasadkr/systemtap/translate.cxx:3465")? $this:struct c_unparser* const $e:struct concatenation* process("/home/prasadkr/systemtap/stap").function("visit_continue_statement@/home/prasadkr/systemtap/elaborate.cxx:4561")? $this:struct typeresolution_info* const process("/home/prasadkr/systemtap/stap").function("visit_continue_statement@/home/prasadkr/systemtap/staptree.cxx:1711")? $this:struct traversing_visitor* const process("/home/prasadkr/systemtap/stap").function("visit_continue_statement@/home/prasadkr/systemtap/staptree.cxx:2326")? $this:struct throwing_visitor* const $s:struct continue_statement* process("/home/prasadkr/systemtap/stap").function("visit_continue_statement@/home/prasadkr/systemtap/staptree.cxx:2575")? $this:struct update_visitor* const $s:struct continue_statement* process("/home/prasadkr/systemtap/stap").function("visit_continue_statement@/home/prasadkr/systemtap/staptree.cxx:2856")? $this:struct deep_copy_visitor* const $s:struct continue_statement* process("/home/prasadkr/systemtap/stap").function("visit_continue_statement@/home/prasadkr/systemtap/translate.cxx:3129")? $this:struct c_unparser* const $s:struct continue_statement* process("/home/prasadkr/systemtap/stap").function("visit_defined_op@/home/prasadkr/systemtap/elaborate.cxx:2984")? $this:struct void_statement_reducer* const $e:struct defined_op* process("/home/prasadkr/systemtap/stap").function("visit_defined_op@/home/prasadkr/systemtap/elaborate.cxx:3510")? $this:struct const_folder* const $e:struct defined_op* process("/home/prasadkr/systemtap/stap").function("visit_defined_op@/home/prasadkr/systemtap/elaborate.cxx:4199")? $this:struct typeresolution_info* const $e:struct defined_op* process("/home/prasadkr/systemtap/stap").function("visit_defined_op@/home/prasadkr/systemtap/staptree.cxx:1824")? $this:struct traversing_visitor* const $e:struct defined_op* process("/home/prasadkr/systemtap/stap").function("visit_defined_op@/home/prasadkr/systemtap/staptree.cxx:2008")? $this:struct varuse_collecting_visitor* const $e:struct defined_op* process("/home/prasadkr/systemtap/stap").function("visit_defined_op@/home/prasadkr/systemtap/staptree.cxx:2435")? $this:struct throwing_visitor* const $e:struct defined_op* process("/home/prasadkr/systemtap/stap").function("visit_defined_op@/home/prasadkr/systemtap/staptree.cxx:2706")? $this:struct update_visitor* const $e:struct defined_op* process("/home/prasadkr/systemtap/stap").function("visit_defined_op@/home/prasadkr/systemtap/staptree.cxx:2969")? $this:struct deep_copy_visitor* const $e:struct defined_op* process("/home/prasadkr/systemtap/stap").function("visit_defined_op@/home/prasadkr/systemtap/tapsets.cxx:2112")? $this:struct var_expanding_visitor* const $e:struct defined_op* process("/home/prasadkr/systemtap/stap").function("visit_defined_op@/home/prasadkr/systemtap/translate.cxx:3730")? $this:struct c_unparser* const $e:struct defined_op* process("/home/prasadkr/systemtap/stap").function("visit_delete_statement@/home/prasadkr/systemtap/elaborate.cxx:1771")? $this:struct symresolution_info* const $s:struct delete_statement* process("/home/prasadkr/systemtap/stap").function("visit_delete_statement@/home/prasadkr/systemtap/elaborate.cxx:2655")? $this:struct void_statement_reducer* const $s:struct delete_statement* process("/home/prasadkr/systemtap/stap").function("visit_delete_statement@/home/prasadkr/systemtap/elaborate.cxx:4540")? $this:struct typeresolution_info* const $e:struct delete_statement* process("/home/prasadkr/systemtap/stap").function("visit_delete_statement@/home/prasadkr/systemtap/staptree.cxx:1695")? $this:struct traversing_visitor* const $s:struct delete_statement* process("/home/prasadkr/systemtap/stap").function("visit_delete_statement@/home/prasadkr/systemtap/staptree.cxx:2197")? $this:struct varuse_collecting_visitor* const $s:struct delete_statement* process("/home/prasadkr/systemtap/stap").function("visit_delete_statement@/home/prasadkr/systemtap/staptree.cxx:2308")? $this:struct throwing_visitor* const $s:struct delete_statement* process("/home/prasadkr/systemtap/stap").function("visit_delete_statement@/home/prasadkr/systemtap/staptree.cxx:2556")? $this:struct update_visitor* const $s:struct delete_statement* process("/home/prasadkr/systemtap/stap").function("visit_delete_statement@/home/prasadkr/systemtap/staptree.cxx:2838")? $this:struct deep_copy_visitor* const $s:struct delete_statement* process("/home/prasadkr/systemtap/stap").function("visit_delete_statement@/home/prasadkr/systemtap/tapsets.cxx:2102")? $this:struct var_expanding_visitor* const $s:struct delete_statement* process("/home/prasadkr/systemtap/stap").function("visit_delete_statement@/home/prasadkr/systemtap/translate.cxx:3101")? $this:struct c_tmpcounter* const $s:struct delete_statement* process("/home/prasadkr/systemtap/stap").function("visit_delete_statement@/home/prasadkr/systemtap/translate.cxx:3109")? $this:struct c_unparser* const $s:struct delete_statement* process("/home/prasadkr/systemtap/stap").function("visit_embedded_expr@/home/prasadkr/systemtap/elaborate.cxx:4002")? $this:struct typeresolution_info* const $e:struct embedded_expr* process("/home/prasadkr/systemtap/stap").function("visit_embedded_expr@/home/prasadkr/systemtap/staptree.cxx:1726")? $this:struct traversing_visitor* const process("/home/prasadkr/systemtap/stap").function("visit_embedded_expr@/home/prasadkr/systemtap/staptree.cxx:1950")? $this:struct varuse_collecting_visitor* const $e:struct embedded_expr* process("/home/prasadkr/systemtap/stap").function("visit_embedded_expr@/home/prasadkr/systemtap/staptree.cxx:2344")? $this:struct throwing_visitor* const $e:struct embedded_expr* process("/home/prasadkr/systemtap/stap").function("visit_embedded_expr@/home/prasadkr/systemtap/staptree.cxx:2593")? $this:struct update_visitor* const $e:struct embedded_expr* process("/home/prasadkr/systemtap/stap").function("visit_embedded_expr@/home/prasadkr/systemtap/staptree.cxx:2874")? $this:struct deep_copy_visitor* const $e:struct embedded_expr* process("/home/prasadkr/systemtap/stap").function("visit_embedded_expr@/home/prasadkr/systemtap/translate.cxx:3192")? $this:struct c_unparser* const $e:struct embedded_expr* process("/home/prasadkr/systemtap/stap").function("visit_embeddedcode@/home/prasadkr/systemtap/elaborate.cxx:1222")? $this:struct embeddedcode_info* const $c:struct embeddedcode* process("/home/prasadkr/systemtap/stap").function("visit_embeddedcode@/home/prasadkr/systemtap/elaborate.cxx:4368")? $this:struct typeresolution_info* const $s:struct embeddedcode* process("/home/prasadkr/systemtap/stap").function("visit_embeddedcode@/home/prasadkr/systemtap/staptree.cxx:1632")? $this:struct traversing_visitor* const process("/home/prasadkr/systemtap/stap").function("visit_embeddedcode@/home/prasadkr/systemtap/staptree.cxx:1914")? $this:struct varuse_collecting_visitor* const $s:struct embeddedcode* process("/home/prasadkr/systemtap/stap").function("visit_embeddedcode@/home/prasadkr/systemtap/staptree.cxx:2266")? $this:struct throwing_visitor* const $s:struct embeddedcode* process("/home/prasadkr/systemtap/stap").function("visit_embeddedcode@/home/prasadkr/systemtap/staptree.cxx:2499")? $this:struct update_visitor* const $s:struct embeddedcode* process("/home/prasadkr/systemtap/stap").function("visit_embeddedcode@/home/prasadkr/systemtap/staptree.cxx:2796")? $this:struct deep_copy_visitor* const $s:struct embeddedcode* process("/home/prasadkr/systemtap/stap").function("visit_embeddedcode@/home/prasadkr/systemtap/translate.cxx:2441")? $this:struct c_unparser* const $s:struct embeddedcode* process("/home/prasadkr/systemtap/stap").function("visit_entry_op@/home/prasadkr/systemtap/elaborate.cxx:4206")? $this:struct typeresolution_info* const $e:struct entry_op* process("/home/prasadkr/systemtap/stap").function("visit_entry_op@/home/prasadkr/systemtap/staptree.cxx:1830")? $this:struct traversing_visitor* const $e:struct entry_op* process("/home/prasadkr/systemtap/stap").function("visit_entry_op@/home/prasadkr/systemtap/staptree.cxx:2015")? $this:struct varuse_collecting_visitor* const $e:struct entry_op* process("/home/prasadkr/systemtap/stap").function("visit_entry_op@/home/prasadkr/systemtap/staptree.cxx:2441")? $this:struct throwing_visitor* const $e:struct entry_op* process("/home/prasadkr/systemtap/stap").function("visit_entry_op@/home/prasadkr/systemtap/staptree.cxx:2713")? $this:struct update_visitor* const $e:struct entry_op* process("/home/prasadkr/systemtap/stap").function("visit_entry_op@/home/prasadkr/systemtap/staptree.cxx:2975")? $this:struct deep_copy_visitor* const $e:struct entry_op* process("/home/prasadkr/systemtap/stap").function("visit_entry_op@/home/prasadkr/systemtap/tapsets.cxx:3395")? $this:struct dwarf_var_expanding_visitor* const $e:struct entry_op* process("/home/prasadkr/systemtap/stap").function("visit_entry_op@/home/prasadkr/systemtap/translate.cxx:3737")? $this:struct c_unparser* const $e:struct entry_op* process("/home/prasadkr/systemtap/stap").function("visit_expr_statement@/home/prasadkr/systemtap/elaborate.cxx:2496")? $this:struct dead_stmtexpr_remover* const $s:struct expr_statement* process("/home/prasadkr/systemtap/stap").function("visit_expr_statement@/home/prasadkr/systemtap/elaborate.cxx:2663")? $this:struct void_statement_reducer* const $s:struct expr_statement* process("/home/prasadkr/systemtap/stap").function("visit_expr_statement@/home/prasadkr/systemtap/elaborate.cxx:4509")? $this:struct typeresolution_info* const $e:struct expr_statement* process("/home/prasadkr/systemtap/stap").function("visit_expr_statement@/home/prasadkr/systemtap/staptree.cxx:1642")? $this:struct traversing_visitor* const $s:struct expr_statement* process("/home/prasadkr/systemtap/stap").function("visit_expr_statement@/home/prasadkr/systemtap/staptree.cxx:2278")? $this:struct throwing_visitor* const $s:struct expr_statement* process("/home/prasadkr/systemtap/stap").function("visit_expr_statement@/home/prasadkr/systemtap/staptree.cxx:2511")? $this:struct update_visitor* const $s:struct expr_statement* process("/home/prasadkr/systemtap/stap").function("visit_expr_statement@/home/prasadkr/systemtap/staptree.cxx:2808")? $this:struct deep_copy_visitor* const $s:struct expr_statement* process("/home/prasadkr/systemtap/stap").function("visit_expr_statement@/home/prasadkr/systemtap/translate.cxx:2461")? $this:struct c_unparser* const $s:struct expr_statement* process("/home/prasadkr/systemtap/stap").function("visit_for_loop@/home/prasadkr/systemtap/elaborate.cxx:2466")? $this:struct dead_stmtexpr_remover* const $s:struct for_loop* process("/home/prasadkr/systemtap/stap").function("visit_for_loop@/home/prasadkr/systemtap/elaborate.cxx:2683")? $this:struct void_statement_reducer* const $s:struct for_loop* process("/home/prasadkr/systemtap/stap").function("visit_for_loop@/home/prasadkr/systemtap/elaborate.cxx:3112")? $this:struct const_folder* const $s:struct for_loop* process("/home/prasadkr/systemtap/stap").function("visit_for_loop@/home/prasadkr/systemtap/elaborate.cxx:4404")? $this:struct typeresolution_info* const $e:struct for_loop* process("/home/prasadkr/systemtap/stap").function("visit_for_loop@/home/prasadkr/systemtap/staptree.cxx:1657")? $this:struct traversing_visitor* const $s:struct for_loop* process("/home/prasadkr/systemtap/stap").function("visit_for_loop@/home/prasadkr/systemtap/staptree.cxx:2290")? $this:struct throwing_visitor* const $s:struct for_loop* process("/home/prasadkr/systemtap/stap").function("visit_for_loop@/home/prasadkr/systemtap/staptree.cxx:2527")? $this:struct update_visitor* const $s:struct for_loop* process("/home/prasadkr/systemtap/stap").function("visit_for_loop@/home/prasadkr/systemtap/staptree.cxx:2820")? $this:struct deep_copy_visitor* const $s:struct for_loop* process("/home/prasadkr/systemtap/stap").function("visit_for_loop@/home/prasadkr/systemtap/translate.cxx:2526")? $this:struct c_tmpcounter* const $s:struct for_loop* process("/home/prasadkr/systemtap/stap").function("visit_for_loop@/home/prasadkr/systemtap/translate.cxx:2536")? $this:struct c_unparser* const $s:struct for_loop* process("/home/prasadkr/systemtap/stap").function("visit_foreach_loop@/home/prasadkr/systemtap/elaborate.cxx:1696")? $this:struct symresolution_info* const $e:struct foreach_loop* process("/home/prasadkr/systemtap/stap").function("visit_foreach_loop@/home/prasadkr/systemtap/elaborate.cxx:2450")? $this:struct dead_stmtexpr_remover* const $s:struct foreach_loop* process("/home/prasadkr/systemtap/stap").function("visit_foreach_loop@/home/prasadkr/systemtap/elaborate.cxx:2691")? $this:struct void_statement_reducer* const $s:struct foreach_loop* process("/home/prasadkr/systemtap/stap").function("visit_foreach_loop@/home/prasadkr/systemtap/elaborate.cxx:3136")? $this:struct const_folder* const $s:struct foreach_loop* process("/home/prasadkr/systemtap/stap").function("visit_foreach_loop@/home/prasadkr/systemtap/elaborate.cxx:4418")? $this:struct typeresolution_info* const $e:struct foreach_loop* process("/home/prasadkr/systemtap/stap").function("visit_foreach_loop@/home/prasadkr/systemtap/elaborate.cxx:982")? $this:struct no_var_mutation_during_iteration_check* const $s:struct foreach_loop* process("/home/prasadkr/systemtap/stap").function("visit_foreach_loop@/home/prasadkr/systemtap/staptree.cxx:1666")? $this:struct traversing_visitor* const $s:struct foreach_loop* process("/home/prasadkr/systemtap/stap").function("visit_foreach_loop@/home/prasadkr/systemtap/staptree.cxx:2147")? $this:struct varuse_collecting_visitor* const $s:struct foreach_loop* process("/home/prasadkr/systemtap/stap").function("visit_foreach_loop@/home/prasadkr/systemtap/staptree.cxx:2296")? $this:struct throwing_visitor* const $s:struct foreach_loop* process("/home/prasadkr/systemtap/stap").function("visit_foreach_loop@/home/prasadkr/systemtap/staptree.cxx:2537")? $this:struct update_visitor* const $s:struct foreach_loop* process("/home/prasadkr/systemtap/stap").function("visit_foreach_loop@/home/prasadkr/systemtap/staptree.cxx:2826")? $this:struct deep_copy_visitor* const $s:struct foreach_loop* process("/home/prasadkr/systemtap/stap").function("visit_foreach_loop@/home/prasadkr/systemtap/translate.cxx:2682")? $this:struct c_tmpcounter* const $s:struct foreach_loop* process("/home/prasadkr/systemtap/stap").function("visit_foreach_loop@/home/prasadkr/systemtap/translate.cxx:2731")? $this:struct c_unparser* const $s:struct foreach_loop* process("/home/prasadkr/systemtap/stap").function("visit_foreach_loop_value@/home/prasadkr/systemtap/translate.cxx:2616")? $this:struct c_unparser* const $vis:struct visitor* $s:struct foreach_loop* $value:string const& process("/home/prasadkr/systemtap/stap").function("visit_functioncall@/home/prasadkr/systemtap/elaborate.cxx:1752")? $this:struct delete_statement_symresolution_info* const $e:struct functioncall* process("/home/prasadkr/systemtap/stap").function("visit_functioncall@/home/prasadkr/systemtap/elaborate.cxx:1842")? $this:struct symresolution_info* const $e:struct functioncall* process("/home/prasadkr/systemtap/stap").function("visit_functioncall@/home/prasadkr/systemtap/elaborate.cxx:2839")? $this:struct void_statement_reducer* const $e:struct functioncall* process("/home/prasadkr/systemtap/stap").function("visit_functioncall@/home/prasadkr/systemtap/elaborate.cxx:3574")? $this:struct duplicate_function_remover* const $e:struct functioncall* process("/home/prasadkr/systemtap/stap").function("visit_functioncall@/home/prasadkr/systemtap/elaborate.cxx:4295")? $this:struct typeresolution_info* const $e:struct functioncall* process("/home/prasadkr/systemtap/stap").function("visit_functioncall@/home/prasadkr/systemtap/elaborate.cxx:960")? $this:struct no_var_mutation_during_iteration_check* const $e:struct functioncall* process("/home/prasadkr/systemtap/stap").function("visit_functioncall@/home/prasadkr/systemtap/staptree.cxx:1852")? $this:struct traversing_visitor* const $e:struct functioncall* process("/home/prasadkr/systemtap/stap").function("visit_functioncall@/home/prasadkr/systemtap/staptree.cxx:1881")? $this:struct functioncall_traversing_visitor* const $e:struct functioncall* process("/home/prasadkr/systemtap/stap").function("visit_functioncall@/home/prasadkr/systemtap/staptree.cxx:2454")? $this:struct throwing_visitor* const $e:struct functioncall* process("/home/prasadkr/systemtap/stap").function("visit_functioncall@/home/prasadkr/systemtap/staptree.cxx:2729")? $this:struct update_visitor* const $e:struct functioncall* process("/home/prasadkr/systemtap/stap").function("visit_functioncall@/home/prasadkr/systemtap/staptree.cxx:2987")? $this:struct deep_copy_visitor* const $e:struct functioncall* process("/home/prasadkr/systemtap/stap").function("visit_functioncall@/home/prasadkr/systemtap/translate.cxx:4174")? $this:struct c_tmpcounter* const $e:struct functioncall* process("/home/prasadkr/systemtap/stap").function("visit_functioncall@/home/prasadkr/systemtap/translate.cxx:4191")? $this:struct c_unparser* const $e:struct functioncall* process("/home/prasadkr/systemtap/stap").function("visit_functioncall@/home/prasadkr/systemtap/translate.cxx:5703")? $this:struct recursion_info* const $e:struct functioncall* process("/home/prasadkr/systemtap/stap").function("visit_hist_op@/home/prasadkr/systemtap/elaborate.cxx:1027")? $this:struct stat_decl_collector* const $e:struct hist_op* process("/home/prasadkr/systemtap/stap").function("visit_hist_op@/home/prasadkr/systemtap/elaborate.cxx:2651")? $this:struct void_statement_reducer* const $e:struct hist_op* process("/home/prasadkr/systemtap/stap").function("visit_hist_op@/home/prasadkr/systemtap/elaborate.cxx:4757")? $this:struct typeresolution_info* const $e:struct hist_op* process("/home/prasadkr/systemtap/stap").function("visit_hist_op@/home/prasadkr/systemtap/staptree.cxx:1874")? $this:struct traversing_visitor* const $e:struct hist_op* process("/home/prasadkr/systemtap/stap").function("visit_hist_op@/home/prasadkr/systemtap/staptree.cxx:2472")? $this:struct throwing_visitor* const $e:struct hist_op* process("/home/prasadkr/systemtap/stap").function("visit_hist_op@/home/prasadkr/systemtap/staptree.cxx:2753")? $this:struct update_visitor* const $e:struct hist_op* process("/home/prasadkr/systemtap/stap").function("visit_hist_op@/home/prasadkr/systemtap/staptree.cxx:3007")? $this:struct deep_copy_visitor* const $e:struct hist_op* process("/home/prasadkr/systemtap/stap").function("visit_hist_op@/home/prasadkr/systemtap/translate.cxx:4633")? $this:struct c_unparser* const process("/home/prasadkr/systemtap/stap").function("visit_if_statement@/home/prasadkr/systemtap/elaborate.cxx:2397")? $this:struct dead_stmtexpr_remover* const $s:struct if_statement* process("/home/prasadkr/systemtap/stap").function("visit_if_statement@/home/prasadkr/systemtap/elaborate.cxx:2674")? $this:struct void_statement_reducer* const $s:struct if_statement* process("/home/prasadkr/systemtap/stap").function("visit_if_statement@/home/prasadkr/systemtap/elaborate.cxx:3088")? $this:struct const_folder* const $s:struct if_statement* process("/home/prasadkr/systemtap/stap").function("visit_if_statement@/home/prasadkr/systemtap/elaborate.cxx:4387")? $this:struct typeresolution_info* const $e:struct if_statement* process("/home/prasadkr/systemtap/stap").function("visit_if_statement@/home/prasadkr/systemtap/staptree.cxx:1648")? $this:struct traversing_visitor* const $s:struct if_statement* process("/home/prasadkr/systemtap/stap").function("visit_if_statement@/home/prasadkr/systemtap/staptree.cxx:2284")? $this:struct throwing_visitor* const $s:struct if_statement* process("/home/prasadkr/systemtap/stap").function("visit_if_statement@/home/prasadkr/systemtap/staptree.cxx:2518")? $this:struct update_visitor* const $s:struct if_statement* process("/home/prasadkr/systemtap/stap").function("visit_if_statement@/home/prasadkr/systemtap/staptree.cxx:2814")? $this:struct deep_copy_visitor* const $s:struct if_statement* process("/home/prasadkr/systemtap/stap").function("visit_if_statement@/home/prasadkr/systemtap/translate.cxx:2471")? $this:struct c_unparser* const $s:struct if_statement* process("/home/prasadkr/systemtap/stap").function("visit_indexable@/home/prasadkr/systemtap/staptree.cxx:1476")? $this:struct indexable* const $u:struct visitor* process("/home/prasadkr/systemtap/stap").function("visit_literal_number@/home/prasadkr/systemtap/elaborate.cxx:3067")? $this:struct const_folder* const $e:struct literal_number* process("/home/prasadkr/systemtap/stap").function("visit_literal_number@/home/prasadkr/systemtap/elaborate.cxx:3823")? $this:struct typeresolution_info* const $e:struct literal_number* process("/home/prasadkr/systemtap/stap").function("visit_literal_number@/home/prasadkr/systemtap/staptree.cxx:1721")? $this:struct traversing_visitor* const process("/home/prasadkr/systemtap/stap").function("visit_literal_number@/home/prasadkr/systemtap/staptree.cxx:2338")? $this:struct throwing_visitor* const $e:struct literal_number* process("/home/prasadkr/systemtap/stap").function("visit_literal_number@/home/prasadkr/systemtap/staptree.cxx:2587")? $this:struct update_visitor* const $e:struct literal_number* process("/home/prasadkr/systemtap/stap").function("visit_literal_number@/home/prasadkr/systemtap/staptree.cxx:2868")? $this:struct deep_copy_visitor* const $e:struct literal_number* process("/home/prasadkr/systemtap/stap").function("visit_literal_number@/home/prasadkr/systemtap/translate.cxx:3161")? $this:struct c_unparser* const $e:struct literal_number* process("/home/prasadkr/systemtap/stap").function("visit_literal_string@/home/prasadkr/systemtap/elaborate.cxx:3081")? $this:struct const_folder* const $e:struct literal_string* process("/home/prasadkr/systemtap/stap").function("visit_literal_string@/home/prasadkr/systemtap/elaborate.cxx:3834")? $this:struct typeresolution_info* const $e:struct literal_string* process("/home/prasadkr/systemtap/stap").function("visit_literal_string@/home/prasadkr/systemtap/staptree.cxx:1716")? $this:struct traversing_visitor* const process("/home/prasadkr/systemtap/stap").function("visit_literal_string@/home/prasadkr/systemtap/staptree.cxx:2332")? $this:struct throwing_visitor* const $e:struct literal_string* process("/home/prasadkr/systemtap/stap").function("visit_literal_string@/home/prasadkr/systemtap/staptree.cxx:2581")? $this:struct update_visitor* const $e:struct literal_string* process("/home/prasadkr/systemtap/stap").function("visit_literal_string@/home/prasadkr/systemtap/staptree.cxx:2862")? $this:struct deep_copy_visitor* const $e:struct literal_string* process("/home/prasadkr/systemtap/stap").function("visit_literal_string@/home/prasadkr/systemtap/translate.cxx:3141")? $this:struct c_unparser* const $e:struct literal_string* process("/home/prasadkr/systemtap/stap").function("visit_logical_and_expr@/home/prasadkr/systemtap/elaborate.cxx:2730")? $this:struct void_statement_reducer* const $e:struct logical_and_expr* process("/home/prasadkr/systemtap/stap").function("visit_logical_and_expr@/home/prasadkr/systemtap/elaborate.cxx:3336")? $this:struct const_folder* const $e:struct logical_and_expr* process("/home/prasadkr/systemtap/stap").function("visit_logical_and_expr@/home/prasadkr/systemtap/elaborate.cxx:3852")? $this:struct typeresolution_info* const $e:struct logical_and_expr* process("/home/prasadkr/systemtap/stap").function("visit_logical_and_expr@/home/prasadkr/systemtap/staptree.cxx:1764")? $this:struct traversing_visitor* const $e:struct logical_and_expr* process("/home/prasadkr/systemtap/stap").function("visit_logical_and_expr@/home/prasadkr/systemtap/staptree.cxx:2381")? $this:struct throwing_visitor* const $e:struct logical_and_expr* process("/home/prasadkr/systemtap/stap").function("visit_logical_and_expr@/home/prasadkr/systemtap/staptree.cxx:2637")? $this:struct update_visitor* const $e:struct logical_and_expr* process("/home/prasadkr/systemtap/stap").function("visit_logical_and_expr@/home/prasadkr/systemtap/staptree.cxx:2911")? $this:struct deep_copy_visitor* const $e:struct logical_and_expr* process("/home/prasadkr/systemtap/stap").function("visit_logical_and_expr@/home/prasadkr/systemtap/translate.cxx:3331")? $this:struct c_unparser* const $e:struct logical_and_expr* process("/home/prasadkr/systemtap/stap").function("visit_logical_or_expr@/home/prasadkr/systemtap/elaborate.cxx:2699")? $this:struct void_statement_reducer* const $e:struct logical_or_expr* process("/home/prasadkr/systemtap/stap").function("visit_logical_or_expr@/home/prasadkr/systemtap/elaborate.cxx:3289")? $this:struct const_folder* const $e:struct logical_or_expr* process("/home/prasadkr/systemtap/stap").function("visit_logical_or_expr@/home/prasadkr/systemtap/elaborate.cxx:3845")? $this:struct typeresolution_info* const $e:struct logical_or_expr* process("/home/prasadkr/systemtap/stap").function("visit_logical_or_expr@/home/prasadkr/systemtap/staptree.cxx:1757")? $this:struct traversing_visitor* const $e:struct logical_or_expr* process("/home/prasadkr/systemtap/stap").function("visit_logical_or_expr@/home/prasadkr/systemtap/staptree.cxx:2375")? $this:struct throwing_visitor* const $e:struct logical_or_expr* process("/home/prasadkr/systemtap/stap").function("visit_logical_or_expr@/home/prasadkr/systemtap/staptree.cxx:2629")? $this:struct update_visitor* const $e:struct logical_or_expr* process("/home/prasadkr/systemtap/stap").function("visit_logical_or_expr@/home/prasadkr/systemtap/staptree.cxx:2905")? $this:struct deep_copy_visitor* const $e:struct logical_or_expr* process("/home/prasadkr/systemtap/stap").function("visit_logical_or_expr@/home/prasadkr/systemtap/translate.cxx:3315")? $this:struct c_unparser* const $e:struct logical_or_expr* process("/home/prasadkr/systemtap/stap").function("visit_next_statement@/home/prasadkr/systemtap/elaborate.cxx:4549")? $this:struct typeresolution_info* const process("/home/prasadkr/systemtap/stap").function("visit_next_statement@/home/prasadkr/systemtap/staptree.cxx:1701")? $this:struct traversing_visitor* const process("/home/prasadkr/systemtap/stap").function("visit_next_statement@/home/prasadkr/systemtap/staptree.cxx:2314")? $this:struct throwing_visitor* const $s:struct next_statement* process("/home/prasadkr/systemtap/stap").function("visit_next_statement@/home/prasadkr/systemtap/staptree.cxx:2563")? $this:struct update_visitor* const $s:struct next_statement* process("/home/prasadkr/systemtap/stap").function("visit_next_statement@/home/prasadkr/systemtap/staptree.cxx:2844")? $this:struct deep_copy_visitor* const $s:struct next_statement* process("/home/prasadkr/systemtap/stap").function("visit_next_statement@/home/prasadkr/systemtap/translate.cxx:2978")? $this:struct c_unparser* const $s:struct next_statement* process("/home/prasadkr/systemtap/stap").function("visit_null_statement@/home/prasadkr/systemtap/elaborate.cxx:2329")? $this:struct dead_stmtexpr_remover* const $s:struct null_statement* process("/home/prasadkr/systemtap/stap").function("visit_null_statement@/home/prasadkr/systemtap/elaborate.cxx:4503")? $this:struct typeresolution_info* const process("/home/prasadkr/systemtap/stap").function("visit_null_statement@/home/prasadkr/systemtap/staptree.cxx:1637")? $this:struct traversing_visitor* const process("/home/prasadkr/systemtap/stap").function("visit_null_statement@/home/prasadkr/systemtap/staptree.cxx:2272")? $this:struct throwing_visitor* const $s:struct null_statement* process("/home/prasadkr/systemtap/stap").function("visit_null_statement@/home/prasadkr/systemtap/staptree.cxx:2505")? $this:struct update_visitor* const $s:struct null_statement* process("/home/prasadkr/systemtap/stap").function("visit_null_statement@/home/prasadkr/systemtap/staptree.cxx:2802")? $this:struct deep_copy_visitor* const $s:struct null_statement* process("/home/prasadkr/systemtap/stap").function("visit_null_statement@/home/prasadkr/systemtap/translate.cxx:2454")? $this:struct c_unparser* const process("/home/prasadkr/systemtap/stap").function("visit_post_crement@/home/prasadkr/systemtap/elaborate.cxx:2657")? $this:struct void_statement_reducer* const $e:struct post_crement* process("/home/prasadkr/systemtap/stap").function("visit_post_crement@/home/prasadkr/systemtap/elaborate.cxx:4048")? $this:struct typeresolution_info* const $e:struct post_crement* process("/home/prasadkr/systemtap/stap").function("visit_post_crement@/home/prasadkr/systemtap/staptree.cxx:1750")? $this:struct traversing_visitor* const $e:struct post_crement* process("/home/prasadkr/systemtap/stap").function("visit_post_crement@/home/prasadkr/systemtap/staptree.cxx:2138")? $this:struct varuse_collecting_visitor* const $e:struct post_crement* process("/home/prasadkr/systemtap/stap").function("visit_post_crement@/home/prasadkr/systemtap/staptree.cxx:2368")? $this:struct throwing_visitor* const $e:struct post_crement* process("/home/prasadkr/systemtap/stap").function("visit_post_crement@/home/prasadkr/systemtap/staptree.cxx:2621")? $this:struct update_visitor* const $e:struct post_crement* process("/home/prasadkr/systemtap/stap").function("visit_post_crement@/home/prasadkr/systemtap/staptree.cxx:2898")? $this:struct deep_copy_visitor* const $e:struct post_crement* process("/home/prasadkr/systemtap/stap").function("visit_post_crement@/home/prasadkr/systemtap/tapsets.cxx:2093")? $this:struct var_expanding_visitor* const $e:struct post_crement* process("/home/prasadkr/systemtap/stap").function("visit_post_crement@/home/prasadkr/systemtap/translate.cxx:3567")? $this:struct c_tmpcounter* const $e:struct post_crement* process("/home/prasadkr/systemtap/stap").function("visit_post_crement@/home/prasadkr/systemtap/translate.cxx:3575")? $this:struct c_unparser* const $e:struct post_crement* process("/home/prasadkr/systemtap/stap").function("visit_pre_crement@/home/prasadkr/systemtap/elaborate.cxx:2656")? $this:struct void_statement_reducer* const $e:struct pre_crement* process("/home/prasadkr/systemtap/stap").function("visit_pre_crement@/home/prasadkr/systemtap/elaborate.cxx:4041")? $this:struct typeresolution_info* const $e:struct pre_crement* process("/home/prasadkr/systemtap/stap").function("visit_pre_crement@/home/prasadkr/systemtap/staptree.cxx:1744")? $this:struct traversing_visitor* const $e:struct pre_crement* process("/home/prasadkr/systemtap/stap").function("visit_pre_crement@/home/prasadkr/systemtap/staptree.cxx:2129")? $this:struct varuse_collecting_visitor* const $e:struct pre_crement* process("/home/prasadkr/systemtap/stap").function("visit_pre_crement@/home/prasadkr/systemtap/staptree.cxx:2362")? $this:struct throwing_visitor* const $e:struct pre_crement* process("/home/prasadkr/systemtap/stap").function("visit_pre_crement@/home/prasadkr/systemtap/staptree.cxx:2614")? $this:struct update_visitor* const $e:struct pre_crement* process("/home/prasadkr/systemtap/stap").function("visit_pre_crement@/home/prasadkr/systemtap/staptree.cxx:2892")? $this:struct deep_copy_visitor* const $e:struct pre_crement* process("/home/prasadkr/systemtap/stap").function("visit_pre_crement@/home/prasadkr/systemtap/tapsets.cxx:2084")? $this:struct var_expanding_visitor* const $e:struct pre_crement* process("/home/prasadkr/systemtap/stap").function("visit_pre_crement@/home/prasadkr/systemtap/translate.cxx:3547")? $this:struct c_tmpcounter* const $e:struct pre_crement* process("/home/prasadkr/systemtap/stap").function("visit_pre_crement@/home/prasadkr/systemtap/translate.cxx:3555")? $this:struct c_unparser* const $e:struct pre_crement* process("/home/prasadkr/systemtap/stap").function("visit_print_format@/home/prasadkr/systemtap/elaborate.cxx:2881")? $this:struct void_statement_reducer* const $e:struct print_format* process("/home/prasadkr/systemtap/stap").function("visit_print_format@/home/prasadkr/systemtap/elaborate.cxx:4615")? $this:struct typeresolution_info* const $e:struct print_format* process("/home/prasadkr/systemtap/stap").function("visit_print_format@/home/prasadkr/systemtap/staptree.cxx:1859")? $this:struct traversing_visitor* const $e:struct print_format* process("/home/prasadkr/systemtap/stap").function("visit_print_format@/home/prasadkr/systemtap/staptree.cxx:2023")? $this:struct varuse_collecting_visitor* const $e:struct print_format* process("/home/prasadkr/systemtap/stap").function("visit_print_format@/home/prasadkr/systemtap/staptree.cxx:2460")? $this:struct throwing_visitor* const $e:struct print_format* process("/home/prasadkr/systemtap/stap").function("visit_print_format@/home/prasadkr/systemtap/staptree.cxx:2737")? $this:struct update_visitor* const $e:struct print_format* process("/home/prasadkr/systemtap/stap").function("visit_print_format@/home/prasadkr/systemtap/staptree.cxx:2995")? $this:struct deep_copy_visitor* const $e:struct print_format* process("/home/prasadkr/systemtap/stap").function("visit_print_format@/home/prasadkr/systemtap/translate.cxx:4260")? $this:struct c_tmpcounter* const $e:struct print_format* process("/home/prasadkr/systemtap/stap").function("visit_print_format@/home/prasadkr/systemtap/translate.cxx:4304")? $this:struct c_unparser* const $e:struct print_format* process("/home/prasadkr/systemtap/stap").function("visit_return_statement@/home/prasadkr/systemtap/elaborate.cxx:2654")? $this:struct void_statement_reducer* const $s:struct return_statement* process("/home/prasadkr/systemtap/stap").function("visit_return_statement@/home/prasadkr/systemtap/elaborate.cxx:4587")? $this:struct typeresolution_info* const $e:struct return_statement* process("/home/prasadkr/systemtap/stap").function("visit_return_statement@/home/prasadkr/systemtap/staptree.cxx:1689")? $this:struct traversing_visitor* const $s:struct return_statement* process("/home/prasadkr/systemtap/stap").function("visit_return_statement@/home/prasadkr/systemtap/staptree.cxx:2302")? $this:struct throwing_visitor* const $s:struct return_statement* process("/home/prasadkr/systemtap/stap").function("visit_return_statement@/home/prasadkr/systemtap/staptree.cxx:2549")? $this:struct update_visitor* const $s:struct return_statement* process("/home/prasadkr/systemtap/stap").function("visit_return_statement@/home/prasadkr/systemtap/staptree.cxx:2832")? $this:struct deep_copy_visitor* const $s:struct return_statement* process("/home/prasadkr/systemtap/stap").function("visit_return_statement@/home/prasadkr/systemtap/translate.cxx:2962")? $this:struct c_unparser* const $s:struct return_statement* process("/home/prasadkr/systemtap/stap").function("visit_stat_op@/home/prasadkr/systemtap/elaborate.cxx:1008")? $this:struct stat_decl_collector* const $e:struct stat_op* process("/home/prasadkr/systemtap/stap").function("visit_stat_op@/home/prasadkr/systemtap/elaborate.cxx:2650")? $this:struct void_statement_reducer* const $e:struct stat_op* process("/home/prasadkr/systemtap/stap").function("visit_stat_op@/home/prasadkr/systemtap/elaborate.cxx:4743")? $this:struct typeresolution_info* const $e:struct stat_op* process("/home/prasadkr/systemtap/stap").function("visit_stat_op@/home/prasadkr/systemtap/staptree.cxx:1868")? $this:struct traversing_visitor* const $e:struct stat_op* process("/home/prasadkr/systemtap/stap").function("visit_stat_op@/home/prasadkr/systemtap/staptree.cxx:2466")? $this:struct throwing_visitor* const $e:struct stat_op* process("/home/prasadkr/systemtap/stap").function("visit_stat_op@/home/prasadkr/systemtap/staptree.cxx:2746")? $this:struct update_visitor* const $e:struct stat_op* process("/home/prasadkr/systemtap/stap").function("visit_stat_op@/home/prasadkr/systemtap/staptree.cxx:3001")? $this:struct deep_copy_visitor* const $e:struct stat_op* process("/home/prasadkr/systemtap/stap").function("visit_stat_op@/home/prasadkr/systemtap/translate.cxx:4551")? $this:struct c_tmpcounter* const $e:struct stat_op* process("/home/prasadkr/systemtap/stap").function("visit_stat_op@/home/prasadkr/systemtap/translate.cxx:4563")? $this:struct c_unparser* const $e:struct stat_op* process("/home/prasadkr/systemtap/stap").function("visit_symbol@/home/prasadkr/systemtap/elaborate.cxx:1757")? $this:struct delete_statement_symresolution_info* const $e:struct symbol* process("/home/prasadkr/systemtap/stap").function("visit_symbol@/home/prasadkr/systemtap/elaborate.cxx:1779")? $this:struct symresolution_info* const $e:struct symbol* process("/home/prasadkr/systemtap/stap").function("visit_symbol@/home/prasadkr/systemtap/elaborate.cxx:4156")? $this:struct typeresolution_info* const $e:struct symbol* process("/home/prasadkr/systemtap/stap").function("visit_symbol@/home/prasadkr/systemtap/elaborate.cxx:4530")? $this:struct delete_statement_typeresolution_info* const $e:struct symbol* process("/home/prasadkr/systemtap/stap").function("visit_symbol@/home/prasadkr/systemtap/elaborate.cxx:843")? $this:struct symbol_fetcher* const $e:struct symbol* process("/home/prasadkr/systemtap/stap").function("visit_symbol@/home/prasadkr/systemtap/staptree.cxx:1806")? $this:struct traversing_visitor* const process("/home/prasadkr/systemtap/stap").function("visit_symbol@/home/prasadkr/systemtap/staptree.cxx:2059")? $this:struct varuse_collecting_visitor* const $e:struct symbol* process("/home/prasadkr/systemtap/stap").function("visit_symbol@/home/prasadkr/systemtap/staptree.cxx:2417")? $this:struct throwing_visitor* const $e:struct symbol* process("/home/prasadkr/systemtap/stap").function("visit_symbol@/home/prasadkr/systemtap/staptree.cxx:2685")? $this:struct update_visitor* const $e:struct symbol* process("/home/prasadkr/systemtap/stap").function("visit_symbol@/home/prasadkr/systemtap/staptree.cxx:2947")? $this:struct deep_copy_visitor* const $e:struct symbol* process("/home/prasadkr/systemtap/stap").function("visit_symbol@/home/prasadkr/systemtap/translate.cxx:3013")? $this:struct delete_statement_operand_visitor* const $e:struct symbol* process("/home/prasadkr/systemtap/stap").function("visit_symbol@/home/prasadkr/systemtap/translate.cxx:3587")? $this:struct c_unparser* const $e:struct symbol* process("/home/prasadkr/systemtap/stap").function("visit_symbol@/home/prasadkr/systemtap/translate.cxx:3654")? $this:struct c_tmpcounter_assignment* const $e:struct symbol* process("/home/prasadkr/systemtap/stap").function("visit_symbol@/home/prasadkr/systemtap/translate.cxx:3693")? $this:struct c_unparser_assignment* const $e:struct symbol* process("/home/prasadkr/systemtap/stap").function("visit_target_symbol@/home/prasadkr/systemtap/elaborate.cxx:2913")? $this:struct void_statement_reducer* const $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("visit_target_symbol@/home/prasadkr/systemtap/elaborate.cxx:3524")? $this:struct const_folder* const $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("visit_target_symbol@/home/prasadkr/systemtap/elaborate.cxx:4164")? $this:struct typeresolution_info* const $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("visit_target_symbol@/home/prasadkr/systemtap/elaborate.cxx:848")? $this:struct symbol_fetcher* const $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("visit_target_symbol@/home/prasadkr/systemtap/staptree.cxx:1811")? $this:struct traversing_visitor* const $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("visit_target_symbol@/home/prasadkr/systemtap/staptree.cxx:1983")? $this:struct varuse_collecting_visitor* const $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("visit_target_symbol@/home/prasadkr/systemtap/staptree.cxx:2423")? $this:struct throwing_visitor* const $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("visit_target_symbol@/home/prasadkr/systemtap/staptree.cxx:2691")? $this:struct update_visitor* const $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("visit_target_symbol@/home/prasadkr/systemtap/staptree.cxx:2955")? $this:struct deep_copy_visitor* const $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("visit_target_symbol@/home/prasadkr/systemtap/tapset-mark.cxx:180")? $this:struct mark_var_expanding_visitor* const $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("visit_target_symbol@/home/prasadkr/systemtap/tapset-procfs.cxx:399")? $this:struct procfs_var_expanding_visitor* const $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("visit_target_symbol@/home/prasadkr/systemtap/tapset-utrace.cxx:593")? $this:struct utrace_var_expanding_visitor* const $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("visit_target_symbol@/home/prasadkr/systemtap/tapsets.cxx:3210")? $this:struct dwarf_var_expanding_visitor* const $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("visit_target_symbol@/home/prasadkr/systemtap/tapsets.cxx:4824")? $this:struct sdt_uprobe_var_expanding_visitor* const $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("visit_target_symbol@/home/prasadkr/systemtap/tapsets.cxx:5142")? $this:struct sdt_kprobe_var_expanding_visitor* const $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("visit_target_symbol@/home/prasadkr/systemtap/tapsets.cxx:8043")? $this:struct tracepoint_var_expanding_visitor* const $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("visit_target_symbol@/home/prasadkr/systemtap/translate.cxx:3716")? $this:struct c_unparser* const $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("visit_target_symbol_arg@/home/prasadkr/systemtap/tapset-mark.cxx:94")? $this:struct mark_var_expanding_visitor* const $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("visit_target_symbol_arg@/home/prasadkr/systemtap/tapset-utrace.cxx:456")? $this:struct utrace_var_expanding_visitor* const $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("visit_target_symbol_arg@/home/prasadkr/systemtap/tapsets.cxx:7805")? $this:struct tracepoint_var_expanding_visitor* const $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("visit_target_symbol_cached@/home/prasadkr/systemtap/tapset-utrace.cxx:247")? $this:struct utrace_var_expanding_visitor* const $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("visit_target_symbol_context@/home/prasadkr/systemtap/tapset-mark.cxx:118")? $this:struct mark_var_expanding_visitor* const $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("visit_target_symbol_context@/home/prasadkr/systemtap/tapset-utrace.cxx:537")? $this:struct utrace_var_expanding_visitor* const $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("visit_target_symbol_context@/home/prasadkr/systemtap/tapsets.cxx:3076")? $this:struct dwarf_var_expanding_visitor* const $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("visit_target_symbol_context@/home/prasadkr/systemtap/tapsets.cxx:7970")? $this:struct tracepoint_var_expanding_visitor* const $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("visit_target_symbol_saved_return@/home/prasadkr/systemtap/tapsets.cxx:2714")? $this:struct dwarf_var_expanding_visitor* const $e:struct target_symbol* process("/home/prasadkr/systemtap/stap").function("visit_ternary_expression@/home/prasadkr/systemtap/elaborate.cxx:2756")? $this:struct void_statement_reducer* const $e:struct ternary_expression* process("/home/prasadkr/systemtap/stap").function("visit_ternary_expression@/home/prasadkr/systemtap/elaborate.cxx:3489")? $this:struct const_folder* const $e:struct ternary_expression* process("/home/prasadkr/systemtap/stap").function("visit_ternary_expression@/home/prasadkr/systemtap/elaborate.cxx:4072")? $this:struct typeresolution_info* const $e:struct ternary_expression* process("/home/prasadkr/systemtap/stap").function("visit_ternary_expression@/home/prasadkr/systemtap/staptree.cxx:1791")? $this:struct traversing_visitor* const $e:struct ternary_expression* process("/home/prasadkr/systemtap/stap").function("visit_ternary_expression@/home/prasadkr/systemtap/staptree.cxx:2405")? $this:struct throwing_visitor* const $e:struct ternary_expression* process("/home/prasadkr/systemtap/stap").function("visit_ternary_expression@/home/prasadkr/systemtap/staptree.cxx:2668")? $this:struct update_visitor* const $e:struct ternary_expression* process("/home/prasadkr/systemtap/stap").function("visit_ternary_expression@/home/prasadkr/systemtap/staptree.cxx:2935")? $this:struct deep_copy_visitor* const $e:struct ternary_expression* process("/home/prasadkr/systemtap/stap").function("visit_ternary_expression@/home/prasadkr/systemtap/translate.cxx:3488")? $this:struct c_unparser* const $e:struct ternary_expression* process("/home/prasadkr/systemtap/stap").function("visit_try_block@/home/prasadkr/systemtap/elaborate.cxx:2259")? $this:struct dead_assignment_remover* const $s:struct try_block* process("/home/prasadkr/systemtap/stap").function("visit_try_block@/home/prasadkr/systemtap/elaborate.cxx:2382")? $this:struct dead_stmtexpr_remover* const $s:struct try_block* process("/home/prasadkr/systemtap/stap").function("visit_try_block@/home/prasadkr/systemtap/elaborate.cxx:4353")? $this:struct typeresolution_info* const $e:struct try_block* process("/home/prasadkr/systemtap/stap").function("visit_try_block@/home/prasadkr/systemtap/staptree.cxx:1621")? $this:struct traversing_visitor* const $s:struct try_block* process("/home/prasadkr/systemtap/stap").function("visit_try_block@/home/prasadkr/systemtap/staptree.cxx:1899")? $this:struct varuse_collecting_visitor* const $s:struct try_block* process("/home/prasadkr/systemtap/stap").function("visit_try_block@/home/prasadkr/systemtap/staptree.cxx:2259")? $this:struct throwing_visitor* const $s:struct try_block* process("/home/prasadkr/systemtap/stap").function("visit_try_block@/home/prasadkr/systemtap/staptree.cxx:2490")? $this:struct update_visitor* const $s:struct try_block* process("/home/prasadkr/systemtap/stap").function("visit_try_block@/home/prasadkr/systemtap/staptree.cxx:2790")? $this:struct deep_copy_visitor* const $s:struct try_block* process("/home/prasadkr/systemtap/stap").function("visit_try_block@/home/prasadkr/systemtap/translate.cxx:2389")? $this:struct c_unparser* const $s:struct try_block* process("/home/prasadkr/systemtap/stap").function("visit_unary_expression@/home/prasadkr/systemtap/elaborate.cxx:2814")? $this:struct void_statement_reducer* const $e:struct unary_expression* process("/home/prasadkr/systemtap/stap").function("visit_unary_expression@/home/prasadkr/systemtap/elaborate.cxx:3261")? $this:struct const_folder* const $e:struct unary_expression* process("/home/prasadkr/systemtap/stap").function("visit_unary_expression@/home/prasadkr/systemtap/elaborate.cxx:4055")? $this:struct typeresolution_info* const $e:struct unary_expression* process("/home/prasadkr/systemtap/stap").function("visit_unary_expression@/home/prasadkr/systemtap/staptree.cxx:1738")? $this:struct traversing_visitor* const $e:struct unary_expression* process("/home/prasadkr/systemtap/stap").function("visit_unary_expression@/home/prasadkr/systemtap/staptree.cxx:2356")? $this:struct throwing_visitor* const $e:struct unary_expression* process("/home/prasadkr/systemtap/stap").function("visit_unary_expression@/home/prasadkr/systemtap/staptree.cxx:2607")? $this:struct update_visitor* const $e:struct unary_expression* process("/home/prasadkr/systemtap/stap").function("visit_unary_expression@/home/prasadkr/systemtap/staptree.cxx:2886")? $this:struct deep_copy_visitor* const $e:struct unary_expression* process("/home/prasadkr/systemtap/stap").function("visit_unary_expression@/home/prasadkr/systemtap/translate.cxx:3287")? $this:struct c_unparser* const $e:struct unary_expression* process("/home/prasadkr/systemtap/stap").function("visitor@/home/prasadkr/systemtap/staptree.h:730")? process("/home/prasadkr/systemtap/stap").function("vma_tracker_enabled@/home/prasadkr/systemtap/task_finder.cxx:105")? $s:struct systemtap_session& process("/home/prasadkr/systemtap/stap").function("void_statement_reducer@/home/prasadkr/systemtap/elaborate.cxx:2619")? $this:struct void_statement_reducer* const process("/home/prasadkr/systemtap/stap").function("widen@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.h:439")? process("/home/prasadkr/systemtap/stap").function("widen@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/locale_facets.h:865")? $__c:char $this:class ctype const* const process("/home/prasadkr/systemtap/stap").function("width@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/ios_base.h:657")? process("/home/prasadkr/systemtap/stap").function("with_number@/home/prasadkr/systemtap/elaborate.cxx:273")? $this:struct match_key* const process("/home/prasadkr/systemtap/stap").function("with_string@/home/prasadkr/systemtap/elaborate.cxx:281")? $this:struct match_key* const process("/home/prasadkr/systemtap/stap").function("~StapDwfl@/home/prasadkr/systemtap/setupdwfl.h:37")? $this:struct StapDwfl* const process("/home/prasadkr/systemtap/stap").function("~_Deque_base@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:471")? process("/home/prasadkr/systemtap/stap").function("~_Hashtable@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/hashtable:720")? process("/home/prasadkr/systemtap/stap").function("~_List_base@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_list.h:359")? process("/home/prasadkr/systemtap/stap").function("~_Rb_tree@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_tree.h:613")? process("/home/prasadkr/systemtap/stap").function("~_Sp_counted_base@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/boost_sp_counted_base.h:112")? process("/home/prasadkr/systemtap/stap").function("~_Sp_counted_base_impl@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1/shared_ptr.h:64")? process("/home/prasadkr/systemtap/stap").function("~_Vector_base@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:131")? process("/home/prasadkr/systemtap/stap").function("~__shared_count@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1/shared_ptr.h:150")? process("/home/prasadkr/systemtap/stap").function("~__shared_ptr@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1/shared_ptr.h:358")? process("/home/prasadkr/systemtap/stap").function("~__unordered_map@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/unordered_map:48")? process("/home/prasadkr/systemtap/stap").function("~__unordered_multimap@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/unordered_map:103")? process("/home/prasadkr/systemtap/stap").function("~aggvar@/home/prasadkr/systemtap/translate.cxx:514")? process("/home/prasadkr/systemtap/stap").function("~alias_derived_probe@/home/prasadkr/systemtap/elaborate.cxx:613")? process("/home/prasadkr/systemtap/stap").function("~alias_expansion_builder@/home/prasadkr/systemtap/elaborate.h:289")? process("/home/prasadkr/systemtap/stap").function("~array_in@/home/prasadkr/systemtap/staptree.h:154")? process("/home/prasadkr/systemtap/stap").function("~arrayindex@/home/prasadkr/systemtap/staptree.h:306")? process("/home/prasadkr/systemtap/stap").function("~arrayindex_downcaster@/home/prasadkr/systemtap/translate.cxx:2584")? process("/home/prasadkr/systemtap/stap").function("~assignment@/home/prasadkr/systemtap/staptree.h:184")? process("/home/prasadkr/systemtap/stap").function("~auto_free@/home/prasadkr/systemtap/auto_free.h:19")? process("/home/prasadkr/systemtap/stap").function("~auto_free_ref@/home/prasadkr/systemtap/auto_free.h:46")? process("/home/prasadkr/systemtap/stap").function("~base_query@/home/prasadkr/systemtap/tapsets.cxx:492")? process("/home/prasadkr/systemtap/stap").function("~basic_filebuf@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream:214")? process("/home/prasadkr/systemtap/stap").function("~basic_ifstream@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream:485")? $this:struct basic_ifstream >* const process("/home/prasadkr/systemtap/stap").function("~basic_ios@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_ios.h:272")? process("/home/prasadkr/systemtap/stap").function("~basic_iostream@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/istream:795")? process("/home/prasadkr/systemtap/stap").function("~basic_istream@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/istream:101")? process("/home/prasadkr/systemtap/stap").function("~basic_istringstream@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/sstream:321")? process("/home/prasadkr/systemtap/stap").function("~basic_ofstream@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/fstream:656")? process("/home/prasadkr/systemtap/stap").function("~basic_ostream@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/ostream:91")? process("/home/prasadkr/systemtap/stap").function("~basic_ostringstream@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/sstream:431")? process("/home/prasadkr/systemtap/stap").function("~basic_streambuf@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/streambuf:192")? $this:struct basic_streambuf >* const process("/home/prasadkr/systemtap/stap").function("~basic_string@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/basic_string.h:502")? process("/home/prasadkr/systemtap/stap").function("~basic_stringbuf@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/iosfwd:63")? process("/home/prasadkr/systemtap/stap").function("~basic_stringstream@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/sstream:537")? $this:struct basic_stringstream, std::allocator >* const process("/home/prasadkr/systemtap/stap").function("~be_builder@/home/prasadkr/systemtap/tapset-been.cxx:76")? process("/home/prasadkr/systemtap/stap").function("~be_derived_probe@/home/prasadkr/systemtap/tapset-been.cxx:37")? process("/home/prasadkr/systemtap/stap").function("~be_derived_probe_group@/home/prasadkr/systemtap/tapset-been.cxx:68")? process("/home/prasadkr/systemtap/stap").function("~binary_expression@/home/prasadkr/systemtap/staptree.h:109")? process("/home/prasadkr/systemtap/stap").function("~block@/home/prasadkr/systemtap/staptree.h:542")? process("/home/prasadkr/systemtap/stap").function("~break_statement@/home/prasadkr/systemtap/staptree.h:630")? process("/home/prasadkr/systemtap/stap").function("~c_tmpcounter@/home/prasadkr/systemtap/translate.cxx:184")? process("/home/prasadkr/systemtap/stap").function("~c_tmpcounter_assignment@/home/prasadkr/systemtap/translate.cxx:250")? process("/home/prasadkr/systemtap/stap").function("~c_unparser@/home/prasadkr/systemtap/translate.cxx:72")? $this:struct c_unparser* const process("/home/prasadkr/systemtap/stap").function("~c_unparser_assignment@/home/prasadkr/systemtap/translate.cxx:220")? process("/home/prasadkr/systemtap/stap").function("~cache_ent_info@/home/prasadkr/systemtap/cache.cxx:33")? process("/home/prasadkr/systemtap/stap").function("~cast_op@/home/prasadkr/systemtap/staptree.h:281")? process("/home/prasadkr/systemtap/stap").function("~comparison@/home/prasadkr/systemtap/staptree.h:162")? process("/home/prasadkr/systemtap/stap").function("~compile_server_info@/home/prasadkr/systemtap/csclient.cxx:69")? process("/home/prasadkr/systemtap/stap").function("~component@/home/prasadkr/systemtap/staptree.h:246")? process("/home/prasadkr/systemtap/stap").function("~component@/home/prasadkr/systemtap/staptree.h:673")? $this:struct component* const process("/home/prasadkr/systemtap/stap").function("~concatenation@/home/prasadkr/systemtap/staptree.h:168")? process("/home/prasadkr/systemtap/stap").function("~const_folder@/home/prasadkr/systemtap/elaborate.cxx:3018")? process("/home/prasadkr/systemtap/stap").function("~continue_statement@/home/prasadkr/systemtap/staptree.h:637")? process("/home/prasadkr/systemtap/stap").function("~coverage_element@/home/prasadkr/systemtap/coveragedb.h:55")? process("/home/prasadkr/systemtap/stap").function("~dead_assignment_remover@/home/prasadkr/systemtap/elaborate.cxx:2190")? process("/home/prasadkr/systemtap/stap").function("~dead_stmtexpr_remover@/home/prasadkr/systemtap/elaborate.cxx:2308")? process("/home/prasadkr/systemtap/stap").function("~deep_copy_visitor@/home/prasadkr/systemtap/staptree.h:1005")? process("/home/prasadkr/systemtap/stap").function("~defined_op@/home/prasadkr/systemtap/staptree.h:290")? process("/home/prasadkr/systemtap/stap").function("~delete_statement@/home/prasadkr/systemtap/staptree.h:623")? process("/home/prasadkr/systemtap/stap").function("~delete_statement_operand_tmp_visitor@/home/prasadkr/systemtap/translate.cxx:2990")? process("/home/prasadkr/systemtap/stap").function("~delete_statement_operand_visitor@/home/prasadkr/systemtap/translate.cxx:3002")? process("/home/prasadkr/systemtap/stap").function("~delete_statement_symresolution_info@/home/prasadkr/systemtap/elaborate.cxx:1741")? process("/home/prasadkr/systemtap/stap").function("~delete_statement_typeresolution_info@/home/prasadkr/systemtap/elaborate.cxx:4518")? process("/home/prasadkr/systemtap/stap").function("~deque@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_deque.h:789")? process("/home/prasadkr/systemtap/stap").function("~derived_probe@/home/prasadkr/systemtap/elaborate.h:132")? process("/home/prasadkr/systemtap/stap").function("~derived_probe_builder@/home/prasadkr/systemtap/elaborate.h:227")? process("/home/prasadkr/systemtap/stap").function("~derived_probe_group@/home/prasadkr/systemtap/elaborate.h:191")? process("/home/prasadkr/systemtap/stap").function("~direct@/home/prasadkr/systemtap/remote.cxx:75")? process("/home/prasadkr/systemtap/stap").function("~duplicate_function_remover@/home/prasadkr/systemtap/elaborate.cxx:3562")? process("/home/prasadkr/systemtap/stap").function("~dwarf_builder@/home/prasadkr/systemtap/tapsets.cxx:726")? process("/home/prasadkr/systemtap/stap").function("~dwarf_cast_expanding_visitor@/home/prasadkr/systemtap/tapsets.cxx:3437")? process("/home/prasadkr/systemtap/stap").function("~dwarf_cast_query@/home/prasadkr/systemtap/tapsets.cxx:3449")? process("/home/prasadkr/systemtap/stap").function("~dwarf_derived_probe@/home/prasadkr/systemtap/tapsets.cxx:372")? process("/home/prasadkr/systemtap/stap").function("~dwarf_derived_probe_group@/home/prasadkr/systemtap/tapsets.cxx:472")? process("/home/prasadkr/systemtap/stap").function("~dwarf_pretty_print@/home/prasadkr/systemtap/tapsets.cxx:2178")? $this:struct dwarf_pretty_print* const process("/home/prasadkr/systemtap/stap").function("~dwarf_query@/home/prasadkr/systemtap/tapsets.cxx:602")? $this:struct dwarf_query* const process("/home/prasadkr/systemtap/stap").function("~dwarf_var_expanding_visitor@/home/prasadkr/systemtap/tapsets.cxx:1969")? process("/home/prasadkr/systemtap/stap").function("~dwflpp@/home/prasadkr/systemtap/dwflpp.cxx:98")? $this:struct dwflpp* const process("/home/prasadkr/systemtap/stap").function("~embedded_expr@/home/prasadkr/systemtap/staptree.h:101")? process("/home/prasadkr/systemtap/stap").function("~embeddedcode@/home/prasadkr/systemtap/staptree.h:534")? process("/home/prasadkr/systemtap/stap").function("~embeddedcode_info@/home/prasadkr/systemtap/elaborate.cxx:1215")? process("/home/prasadkr/systemtap/stap").function("~entry_op@/home/prasadkr/systemtap/staptree.h:298")? process("/home/prasadkr/systemtap/stap").function("~expr_statement@/home/prasadkr/systemtap/staptree.h:598")? process("/home/prasadkr/systemtap/stap").function("~expression@/home/prasadkr/systemtap/staptree.cxx:34")? process("/home/prasadkr/systemtap/stap").function("~for_loop@/home/prasadkr/systemtap/staptree.h:563")? process("/home/prasadkr/systemtap/stap").function("~foreach_loop@/home/prasadkr/systemtap/staptree.h:574")? process("/home/prasadkr/systemtap/stap").function("~format_component@/home/prasadkr/systemtap/staptree.h:376")? process("/home/prasadkr/systemtap/stap").function("~func_info@/home/prasadkr/systemtap/dwflpp.h:129")? process("/home/prasadkr/systemtap/stap").function("~functioncall@/home/prasadkr/systemtap/staptree.h:317")? process("/home/prasadkr/systemtap/stap").function("~functioncall_traversing_visitor@/home/prasadkr/systemtap/staptree.h:826")? process("/home/prasadkr/systemtap/stap").function("~functiondecl@/home/prasadkr/systemtap/staptree.h:504")? process("/home/prasadkr/systemtap/stap").function("~generic_dpg@/home/prasadkr/systemtap/tapsets.h:37")? process("/home/prasadkr/systemtap/stap").function("~hash@/home/prasadkr/systemtap/hash.cxx:41")? $this:struct hash* const process("/home/prasadkr/systemtap/stap").function("~hist_op@/home/prasadkr/systemtap/staptree.h:448")? process("/home/prasadkr/systemtap/stap").function("~hrtimer_derived_probe@/home/prasadkr/systemtap/tapset-timers.cxx:183")? process("/home/prasadkr/systemtap/stap").function("~hrtimer_derived_probe_group@/home/prasadkr/systemtap/tapset-timers.cxx:218")? process("/home/prasadkr/systemtap/stap").function("~hwbkpt_builder@/home/prasadkr/systemtap/tapsets.cxx:7697")? process("/home/prasadkr/systemtap/stap").function("~hwbkpt_derived_probe@/home/prasadkr/systemtap/tapsets.cxx:7430")? process("/home/prasadkr/systemtap/stap").function("~hwbkpt_derived_probe_group@/home/prasadkr/systemtap/tapsets.cxx:7449")? process("/home/prasadkr/systemtap/stap").function("~if_statement@/home/prasadkr/systemtap/staptree.h:606")? process("/home/prasadkr/systemtap/stap").function("~indexable@/home/prasadkr/systemtap/staptree.h:202")? process("/home/prasadkr/systemtap/stap").function("~inline_instance_info@/home/prasadkr/systemtap/dwflpp.h:147")? process("/home/prasadkr/systemtap/stap").function("~itervar@/home/prasadkr/systemtap/translate.cxx:754")? $this:class itervar* const process("/home/prasadkr/systemtap/stap").function("~itrace_builder@/home/prasadkr/systemtap/tapset-itrace.cxx:95")? process("/home/prasadkr/systemtap/stap").function("~itrace_derived_probe@/home/prasadkr/systemtap/tapset-itrace.cxx:37")? process("/home/prasadkr/systemtap/stap").function("~itrace_derived_probe_group@/home/prasadkr/systemtap/tapset-itrace.cxx:51")? process("/home/prasadkr/systemtap/stap").function("~kprobe_builder@/home/prasadkr/systemtap/tapsets.cxx:7343")? process("/home/prasadkr/systemtap/stap").function("~kprobe_derived_probe@/home/prasadkr/systemtap/tapsets.cxx:6876")? process("/home/prasadkr/systemtap/stap").function("~kprobe_derived_probe_group@/home/prasadkr/systemtap/tapsets.cxx:6906")? process("/home/prasadkr/systemtap/stap").function("~lexer@/home/prasadkr/systemtap/parse.cxx:38")? $this:class lexer* const process("/home/prasadkr/systemtap/stap").function("~list@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_list.h:418")? process("/home/prasadkr/systemtap/stap").function("~literal@/home/prasadkr/systemtap/staptree.h:77")? process("/home/prasadkr/systemtap/stap").function("~literal_number@/home/prasadkr/systemtap/staptree.h:91")? process("/home/prasadkr/systemtap/stap").function("~literal_string@/home/prasadkr/systemtap/staptree.h:82")? process("/home/prasadkr/systemtap/stap").function("~logical_and_expr@/home/prasadkr/systemtap/staptree.h:147")? process("/home/prasadkr/systemtap/stap").function("~logical_or_expr@/home/prasadkr/systemtap/staptree.h:141")? process("/home/prasadkr/systemtap/stap").function("~map@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_map.h:87")? process("/home/prasadkr/systemtap/stap").function("~mapvar@/home/prasadkr/systemtap/translate.cxx:539")? process("/home/prasadkr/systemtap/stap").function("~mark_builder@/home/prasadkr/systemtap/tapset-mark.cxx:565")? process("/home/prasadkr/systemtap/stap").function("~mark_derived_probe@/home/prasadkr/systemtap/tapset-mark.cxx:48")? process("/home/prasadkr/systemtap/stap").function("~mark_derived_probe_group@/home/prasadkr/systemtap/tapset-mark.cxx:68")? process("/home/prasadkr/systemtap/stap").function("~mark_var_expanding_visitor@/home/prasadkr/systemtap/tapset-mark.cxx:77")? process("/home/prasadkr/systemtap/stap").function("~match_key@/home/prasadkr/systemtap/elaborate.h:241")? $this:struct match_key* const process("/home/prasadkr/systemtap/stap").function("~module_cache@/home/prasadkr/systemtap/dwflpp.cxx:114")? $this:struct module_cache* const process("/home/prasadkr/systemtap/stap").function("~module_info@/home/prasadkr/systemtap/tapsets.cxx:6498")? $this:struct module_info* const process("/home/prasadkr/systemtap/stap").function("~multimap@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_multimap.h:87")? process("/home/prasadkr/systemtap/stap").function("~mutated_var_collector@/home/prasadkr/systemtap/elaborate.cxx:892")? process("/home/prasadkr/systemtap/stap").function("~never_builder@/home/prasadkr/systemtap/tapset-been.cxx:199")? process("/home/prasadkr/systemtap/stap").function("~never_derived_probe@/home/prasadkr/systemtap/tapset-been.cxx:190")? process("/home/prasadkr/systemtap/stap").function("~next_statement@/home/prasadkr/systemtap/staptree.h:644")? process("/home/prasadkr/systemtap/stap").function("~no_var_mutation_during_iteration_check@/home/prasadkr/systemtap/elaborate.cxx:927")? process("/home/prasadkr/systemtap/stap").function("~null_statement@/home/prasadkr/systemtap/staptree.h:590")? process("/home/prasadkr/systemtap/stap").function("~pair@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_pair.h:68")? process("/home/prasadkr/systemtap/stap").function("~parse_error@/home/prasadkr/systemtap/parse.h:54")? process("/home/prasadkr/systemtap/stap").function("~parser@/home/prasadkr/systemtap/parse.cxx:203")? $this:class parser* const process("/home/prasadkr/systemtap/stap").function("~perf_builder@/home/prasadkr/systemtap/tapset-perfmon.cxx:175")? process("/home/prasadkr/systemtap/stap").function("~perf_derived_probe@/home/prasadkr/systemtap/tapset-perfmon.cxx:35")? process("/home/prasadkr/systemtap/stap").function("~perf_derived_probe_group@/home/prasadkr/systemtap/tapset-perfmon.cxx:45")? process("/home/prasadkr/systemtap/stap").function("~post_crement@/home/prasadkr/systemtap/staptree.h:134")? process("/home/prasadkr/systemtap/stap").function("~pre_crement@/home/prasadkr/systemtap/staptree.h:128")? process("/home/prasadkr/systemtap/stap").function("~print_format@/home/prasadkr/systemtap/staptree.h:328")? process("/home/prasadkr/systemtap/stap").function("~probe@/home/prasadkr/systemtap/staptree.h:713")? process("/home/prasadkr/systemtap/stap").function("~probe_alias@/home/prasadkr/systemtap/staptree.h:719")? process("/home/prasadkr/systemtap/stap").function("~probe_point@/home/prasadkr/systemtap/staptree.h:671")? $this:struct probe_point* const process("/home/prasadkr/systemtap/stap").function("~procfs_builder@/home/prasadkr/systemtap/tapset-procfs.cxx:508")? process("/home/prasadkr/systemtap/stap").function("~procfs_derived_probe@/home/prasadkr/systemtap/tapset-procfs.cxx:38")? process("/home/prasadkr/systemtap/stap").function("~procfs_derived_probe_group@/home/prasadkr/systemtap/tapset-procfs.cxx:61")? process("/home/prasadkr/systemtap/stap").function("~procfs_var_expanding_visitor@/home/prasadkr/systemtap/tapset-procfs.cxx:80")? process("/home/prasadkr/systemtap/stap").function("~profile_derived_probe@/home/prasadkr/systemtap/tapset-timers.cxx:376")? process("/home/prasadkr/systemtap/stap").function("~profile_derived_probe_group@/home/prasadkr/systemtap/tapset-timers.cxx:383")? process("/home/prasadkr/systemtap/stap").function("~recursion_info@/home/prasadkr/systemtap/translate.cxx:5696")? process("/home/prasadkr/systemtap/stap").function("~remote@/home/prasadkr/systemtap/remote.h:27")? process("/home/prasadkr/systemtap/stap").function("~return_statement@/home/prasadkr/systemtap/staptree.h:616")? process("/home/prasadkr/systemtap/stap").function("~sdt_kprobe_var_expanding_visitor@/home/prasadkr/systemtap/tapsets.cxx:4629")? process("/home/prasadkr/systemtap/stap").function("~sdt_query@/home/prasadkr/systemtap/tapsets.cxx:5248")? process("/home/prasadkr/systemtap/stap").function("~sdt_uprobe_var_expanding_visitor@/home/prasadkr/systemtap/tapsets.cxx:4652")? process("/home/prasadkr/systemtap/stap").function("~semantic_error@/home/prasadkr/systemtap/staptree.h:35")? process("/home/prasadkr/systemtap/stap").function("~set@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_set.h:88")? process("/home/prasadkr/systemtap/stap").function("~shared_ptr@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1/shared_ptr.h:834")? $this:class shared_ptr* const process("/home/prasadkr/systemtap/stap").function("~ssh_remote@/home/prasadkr/systemtap/remote.cxx:146")? process("/home/prasadkr/systemtap/stap").function("~stack@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_stack.h:93")? process("/home/prasadkr/systemtap/stap").function("~stapfile@/home/prasadkr/systemtap/staptree.h:655")? $this:struct stapfile* const process("/home/prasadkr/systemtap/stap").function("~stat_decl_collector@/home/prasadkr/systemtap/elaborate.cxx:1001")? process("/home/prasadkr/systemtap/stap").function("~stat_op@/home/prasadkr/systemtap/staptree.h:434")? process("/home/prasadkr/systemtap/stap").function("~statement@/home/prasadkr/systemtap/staptree.cxx:57")? process("/home/prasadkr/systemtap/stap").function("~stmt_expr@/home/prasadkr/systemtap/translate.cxx:468")? $this:struct stmt_expr* const process("/home/prasadkr/systemtap/stap").function("~symbol@/home/prasadkr/systemtap/staptree.h:222")? process("/home/prasadkr/systemtap/stap").function("~symbol_fetcher@/home/prasadkr/systemtap/elaborate.cxx:837")? process("/home/prasadkr/systemtap/stap").function("~symbol_table@/home/prasadkr/systemtap/tapsets.cxx:6151")? $this:struct symbol_table* const process("/home/prasadkr/systemtap/stap").function("~symboldecl@/home/prasadkr/systemtap/staptree.cxx:87")? $this:struct symboldecl* const process("/home/prasadkr/systemtap/stap").function("~symresolution_info@/home/prasadkr/systemtap/elaborate.h:32")? process("/home/prasadkr/systemtap/stap").function("~systemtap_session@/home/prasadkr/systemtap/session.cxx:208")? $this:struct systemtap_session* const process("/home/prasadkr/systemtap/stap").function("~target_symbol@/home/prasadkr/systemtap/staptree.h:236")? process("/home/prasadkr/systemtap/stap").function("~task_finder_derived_probe_group@/home/prasadkr/systemtap/task_finder.cxx:41")? process("/home/prasadkr/systemtap/stap").function("~ternary_expression@/home/prasadkr/systemtap/staptree.h:174")? process("/home/prasadkr/systemtap/stap").function("~throwing_visitor@/home/prasadkr/systemtap/staptree.h:876")? process("/home/prasadkr/systemtap/stap").function("~timer_builder@/home/prasadkr/systemtap/tapset-timers.cxx:514")? process("/home/prasadkr/systemtap/stap").function("~timer_derived_probe@/home/prasadkr/systemtap/tapset-timers.cxx:34")? process("/home/prasadkr/systemtap/stap").function("~timer_derived_probe_group@/home/prasadkr/systemtap/tapset-timers.cxx:49")? process("/home/prasadkr/systemtap/stap").function("~tmpvar@/home/prasadkr/systemtap/translate.cxx:477")? process("/home/prasadkr/systemtap/stap").function("~token@/home/prasadkr/systemtap/parse.h:43")? process("/home/prasadkr/systemtap/stap").function("~tracepoint_arg@/home/prasadkr/systemtap/tapsets.cxx:7756")? process("/home/prasadkr/systemtap/stap").function("~tracepoint_builder@/home/prasadkr/systemtap/tapsets.cxx:8512")? process("/home/prasadkr/systemtap/stap").function("~tracepoint_derived_probe@/home/prasadkr/systemtap/tapsets.cxx:7764")? process("/home/prasadkr/systemtap/stap").function("~tracepoint_derived_probe_group@/home/prasadkr/systemtap/tapsets.cxx:7782")? process("/home/prasadkr/systemtap/stap").function("~tracepoint_query@/home/prasadkr/systemtap/tapsets.cxx:8419")? process("/home/prasadkr/systemtap/stap").function("~tracepoint_var_expanding_visitor@/home/prasadkr/systemtap/tapsets.cxx:7790")? process("/home/prasadkr/systemtap/stap").function("~translator_output@/home/prasadkr/systemtap/translate.cxx:862")? $this:class translator_output* const process("/home/prasadkr/systemtap/stap").function("~traversing_visitor@/home/prasadkr/systemtap/staptree.h:782")? process("/home/prasadkr/systemtap/stap").function("~try_block@/home/prasadkr/systemtap/staptree.h:552")? process("/home/prasadkr/systemtap/stap").function("~typeresolution_info@/home/prasadkr/systemtap/elaborate.h:54")? process("/home/prasadkr/systemtap/stap").function("~unary_expression@/home/prasadkr/systemtap/staptree.h:119")? process("/home/prasadkr/systemtap/stap").function("~unordered_map@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/unordered_map:190")? process("/home/prasadkr/systemtap/stap").function("~unordered_multimap@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/tr1_impl/unordered_map:272")? process("/home/prasadkr/systemtap/stap").function("~unparser@/home/prasadkr/systemtap/translate.h:48")? process("/home/prasadkr/systemtap/stap").function("~unwindsym_dump_context@/home/prasadkr/systemtap/translate.cxx:4655")? $this:struct unwindsym_dump_context* const process("/home/prasadkr/systemtap/stap").function("~update_visitor@/home/prasadkr/systemtap/staptree.h:951")? process("/home/prasadkr/systemtap/stap").function("~uprobe_builder@/home/prasadkr/systemtap/tapsets.cxx:6563")? process("/home/prasadkr/systemtap/stap").function("~uprobe_derived_probe@/home/prasadkr/systemtap/tapsets.cxx:436")? process("/home/prasadkr/systemtap/stap").function("~uprobe_derived_probe_group@/home/prasadkr/systemtap/tapsets.cxx:6510")? process("/home/prasadkr/systemtap/stap").function("~uri_decoder@/home/prasadkr/systemtap/remote.cxx:25")? process("/home/prasadkr/systemtap/stap").function("~utrace_builder@/home/prasadkr/systemtap/tapset-utrace.cxx:624")? process("/home/prasadkr/systemtap/stap").function("~utrace_derived_probe@/home/prasadkr/systemtap/tapset-utrace.cxx:52")? process("/home/prasadkr/systemtap/stap").function("~utrace_derived_probe_group@/home/prasadkr/systemtap/tapset-utrace.cxx:72")? process("/home/prasadkr/systemtap/stap").function("~utrace_var_expanding_visitor@/home/prasadkr/systemtap/tapset-utrace.cxx:94")? process("/home/prasadkr/systemtap/stap").function("~var@/home/prasadkr/systemtap/translate.cxx:322")? process("/home/prasadkr/systemtap/stap").function("~var_expanding_visitor@/home/prasadkr/systemtap/tapsets.h:50")? process("/home/prasadkr/systemtap/stap").function("~vardecl@/home/prasadkr/systemtap/staptree.h:482")? process("/home/prasadkr/systemtap/stap").function("~varuse_collecting_visitor@/home/prasadkr/systemtap/staptree.h:839")? process("/home/prasadkr/systemtap/stap").function("~vector@/usr/lib/gcc/ppc64-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_vector.h:312")? process("/home/prasadkr/systemtap/stap").function("~visitor@/home/prasadkr/systemtap/staptree.h:737")? process("/home/prasadkr/systemtap/stap").function("~void_statement_reducer@/home/prasadkr/systemtap/elaborate.cxx:2614")? PASS: prcwildcard function spawn stap -L process("../sta*").mark("*") process("/home/prasadkr/systemtap/stap").mark("cache__add__module")? $arg1:long $arg2:long process("/home/prasadkr/systemtap/stap").mark("cache__add__source")? $arg1:long $arg2:long process("/home/prasadkr/systemtap/stap").mark("cache__clean")? $arg1:long process("/home/prasadkr/systemtap/stap").mark("cache__get")? $arg1:long $arg2:long process("/home/prasadkr/systemtap/stap").mark("client__start")? $arg1:long process("/home/prasadkr/systemtap/stap").mark("pass0__end")? $arg1:long process("/home/prasadkr/systemtap/stap").mark("pass0__start")? $arg1:long process("/home/prasadkr/systemtap/stap").mark("pass1__end")? $arg1:long process("/home/prasadkr/systemtap/stap").mark("pass1a__start")? $arg1:long process("/home/prasadkr/systemtap/stap").mark("pass1b__start")? $arg1:long process("/home/prasadkr/systemtap/stap").mark("pass2__end")? $arg1:long process("/home/prasadkr/systemtap/stap").mark("pass2__start")? $arg1:long process("/home/prasadkr/systemtap/stap").mark("pass3__end")? $arg1:long process("/home/prasadkr/systemtap/stap").mark("pass3__start")? $arg1:long process("/home/prasadkr/systemtap/stap").mark("pass4__end")? $arg1:long process("/home/prasadkr/systemtap/stap").mark("pass4__start")? $arg1:long process("/home/prasadkr/systemtap/stap").mark("pass5__end")? $arg1:long process("/home/prasadkr/systemtap/stap").mark("pass5__start")? $arg1:long process("/home/prasadkr/systemtap/stap").mark("pass6__end")? $arg1:long process("/home/prasadkr/systemtap/stap").mark("pass6__start")? $arg1:long process("/home/prasadkr/systemtap/stap").mark("stap_system__complete")? $arg1:long process("/home/prasadkr/systemtap/stap").mark("stap_system__spawn")? $arg1:long $arg2:long process("/home/prasadkr/systemtap/stap").mark("stap_system__start")? $arg1:long PASS: prcwildcard mark testcase /home/prasadkr/systemtap/testsuite/systemtap.base/prcwildcard.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/prepost_optim.exp ... spawn stap /home/prasadkr/systemtap/testsuite/systemtap.base/prepost_optim.stp 5 7 7 5 PASS: prepost_optim (1) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/prepost_optim.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/preprocessor.exp ... spawn stap -p2 -e probe never {} %( kernel_v == "2.6.32" %? %: ERROR %) %( kernel_v == "2?[0-9]*" %? %: ERROR %) %( kernel_v == "?noSuchKernel*" %? ERROR %: %) %( kernel_v != "2.6.32" %? ERROR %: %) %( kernel_v != "2?[0-9]*" %? ERROR %: %) %( kernel_v != "?noSuchKernel*" %? %: ERROR %) %( kernel_v < "9.9999" %? %: ERROR %) %( kernel_v <= "9.9999" %? %: ERROR %) %( kernel_v > "9.9999" %? ERROR %: %) %( kernel_v >= "9.9999" %? ERROR %: %) %( kernel_vr == "2.6.32-71.el6.ppc64" %? %: ERROR %) %( kernel_vr == "2?[0-9]*" %? %: ERROR %) %( kernel_vr == "?noSuchKernel*" %? ERROR %: %) %( kernel_vr != "2.6.32-71.el6.ppc64" %? ERROR %: %) %( kernel_vr != "2?[0-9]*" %? ERROR %: %) %( kernel_vr != "?noSuchKernel*" %? %: ERROR %) %( kernel_vr < "9.9999" %? %: ERROR %) %( kernel_vr <= "9.9999" %? %: ERROR %) %( kernel_vr > "9.9999" %? ERROR %: %) %( kernel_vr >= "9.9999" %? ERROR %: %) %( arch == "powerpc" %? %: ERROR %) %( arch == "?owerp?" %? %: ERROR %) %( arch == "?noSuchArch?" %? ERROR %: %) %( arch != "powerpc" %? ERROR %: %) %( arch != "?owerp?" %? ERROR %: %) %( arch != "?noSuchArch?" %? %: ERROR %) WARNING: side-effect-free probe 'probe_2089': keyword at :1:1 source: probe never {} ^ # probes never /* <- never */ PASS: preprocessor basic ops testcase /home/prasadkr/systemtap/testsuite/systemtap.base/preprocessor.exp completed in 0 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/print.exp ... executing: stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/print.stp spawn stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/print.stp Pass 1: parsed user script and 75 library script(s) using 38528virt/30720res/7872shr kb, in 240usr/0sys/246real ms. Pass 2: analyzed script: 2 probe(s), 0 function(s), 0 embed(s), 3 global(s) using 39104virt/31424res/8064shr kb, in 10usr/0sys/5real ms. Pass 3: translated to C into "/tmp/stap7pueSU/stap_3ecdbb3cd1ea7e578bed170518a6d9e3_1246.c" using 39104virt/31744res/8384shr kb, in 0usr/0sys/1real ms. Pass 4: compiled C into "stap_3ecdbb3cd1ea7e578bed170518a6d9e3_1246.ko" in 1640usr/200sys/1867real ms. Pass 5: starting run. systemtap starting probe PASS: systemtap.base/print.stp startup PASS: systemtap.base/print.stp load generation systemtap ending probe systemtap test success systemtap test success systemtap test success systemtap test success systemtap test success systemtap test success systemtap test success systemtap test success systemtap test success Pass 5: run completed in 0usr/20sys/329real ms. FAIL: systemtap.base/print.stp shutdown (eof) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/print.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/probe_list.exp ... spawn stap -l begin { if (a) next }# begin PASS: probe list is correct testcase /home/prasadkr/systemtap/testsuite/systemtap.base/probe_list.exp completed in 0 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/probefunc.exp ... executing: stap -v -g -e { global funcname probe kernel.statement(0xc000000000084620).absolute { funcname = probefunc() } probe begin { log("systemtap starting probe") } probe end { log("systemtap ending probe") printf("%s\n", funcname) } } spawn stap -v -g -e global funcname probe kernel.statement(0xc000000000084620).absolute { funcname = probefunc() } probe begin { log("systemtap starting probe") } probe end { log("systemtap ending probe") printf("%s\n", funcname) } Pass 1: parsed user script and 75 library script(s) using 38528virt/30656res/7872shr kb, in 240usr/0sys/245real ms. Pass 2: analyzed script: 3 probe(s), 2 function(s), 1 embed(s), 1 global(s) using 142784virt/32128res/8512shr kb, in 10usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapOfEawQ/stap_aa6c2ea35c962ec1ad2abb7d53747cec_1899.c" using 146880virt/41024res/13312shr kb, in 1100usr/10sys/1116real ms. Pass 4: compiled C into "stap_aa6c2ea35c962ec1ad2abb7d53747cec_1899.ko" in 3600usr/240sys/3883real ms. Pass 5: starting run. systemtap starting probe PASS: probefunc:.statement.(0xaddr).absolute startup PASS: probefunc:.statement.(0xaddr).absolute load generation systemtap ending probe scheduler_tick Pass 5: run completed in 10usr/60sys/1394real ms. PASS: probefunc:.statement.(0xaddr).absolute shutdown and output metric: probefunc:.statement.(0xaddr).absolute 240 0 245 10 0 6 1100 10 1116 3600 240 3883 10 60 1394 executing: stap -v -e { global funcname probe kernel.function("scheduler_tick") { funcname = probefunc() } probe begin { log("systemtap starting probe") } probe end { log("systemtap ending probe") printf("%s\n", funcname) } } spawn stap -v -e global funcname probe kernel.function("scheduler_tick") { funcname = probefunc() } probe begin { log("systemtap starting probe") } probe end { log("systemtap ending probe") printf("%s\n", funcname) } Pass 1: parsed user script and 75 library script(s) using 38528virt/30592res/7872shr kb, in 240usr/0sys/245real ms. Pass 2: analyzed script: 3 probe(s), 2 function(s), 1 embed(s), 1 global(s) using 162816virt/113728res/69888shr kb, in 450usr/10sys/457real ms. Pass 3: translated to C into "/tmp/stapfJZv6x/stap_67d867d6deea648fd57055b08d23e30c_1888.c" using 162816virt/115264res/71424shr kb, in 1110usr/10sys/1118real ms. Pass 4: compiled C into "stap_67d867d6deea648fd57055b08d23e30c_1888.ko" in 3710usr/230sys/3950real ms. Pass 5: starting run. systemtap starting probe PASS: probefunc:kernel.function("scheduler_tick") startup PASS: probefunc:kernel.function("scheduler_tick") load generation systemtap ending probe scheduler_tick Pass 5: run completed in 0usr/70sys/1416real ms. PASS: probefunc:kernel.function("scheduler_tick") shutdown and output metric: probefunc:kernel.function("scheduler_tick") 240 0 245 450 10 457 1110 10 1118 3710 230 3950 0 70 1416 executing: stap -v -e { global funcname probe kernel.function("context_switch").inline { funcname = probefunc() } probe begin { log("systemtap starting probe") } probe end { log("systemtap ending probe") printf("%s\n", funcname) } } spawn stap -v -e global funcname probe kernel.function("context_switch").inline { funcname = probefunc() } probe begin { log("systemtap starting probe") } probe end { log("systemtap ending probe") printf("%s\n", funcname) } Pass 1: parsed user script and 75 library script(s) using 38528virt/30592res/7872shr kb, in 240usr/0sys/245real ms. Pass 2: analyzed script: 3 probe(s), 2 function(s), 1 embed(s), 1 global(s) using 162880virt/113856res/69888shr kb, in 460usr/10sys/461real ms. Pass 3: translated to C into "/tmp/stapJ7DOlY/stap_eec50f5fd1448294c37996ace7037698_1903.c" using 162880virt/115392res/71424shr kb, in 1090usr/10sys/1106real ms. Pass 4: compiled C into "stap_eec50f5fd1448294c37996ace7037698_1903.ko" in 3750usr/240sys/3995real ms. Pass 5: starting run. systemtap starting probe PASS: probefunc:kernel.function("context_switch").inline startup PASS: probefunc:kernel.function("context_switch").inline load generation systemtap ending probe context_switch Pass 5: run completed in 10usr/60sys/1406real ms. PASS: probefunc:kernel.function("context_switch").inline shutdown and output metric: probefunc:kernel.function("context_switch").inline 240 0 245 460 10 461 1090 10 1106 3750 240 3995 10 60 1406 testcase /home/prasadkr/systemtap/testsuite/systemtap.base/probefunc.exp completed in 21 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/procfs.exp ... executing: stap -v -e { global saved_value probe procfs("command").read { $value = saved_value } probe procfs("command").write { saved_value = $value } probe begin { saved_value = "100\n" printf("systemtap starting probe\n") } probe end { printf("systemtap ending probe\n") printf("final value = %s", saved_value) } } -m PROCFS spawn stap -v -e global saved_value probe procfs("command").read { $value = saved_value } probe procfs("command").write { saved_value = $value } probe begin { saved_value = "100\n" printf("systemtap starting probe\n") } probe end { printf("systemtap ending probe\n") printf("final value = %s", saved_value) } -m PROCFS Pass 1: parsed user script and 75 library script(s) using 38528virt/30720res/7872shr kb, in 250usr/0sys/266real ms. Pass 2: analyzed script: 4 probe(s), 2 function(s), 1 embed(s), 1 global(s) using 39104virt/31424res/8064shr kb, in 10usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapC1mxDn/PROCFS.c" using 39104virt/31616res/8256shr kb, in 0usr/0sys/1real ms. Pass 4: compiled C into "PROCFS.ko" in 1830usr/200sys/2043real ms. Pass 5: starting run. systemtap starting probe 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 PASS: PROCFS read 200 PASS: PROCFS received correct value PASS: PROCFS wrote hello PASS: PROCFS read hello PASS: PROCFS received correct value PASS: PROCFS wrote goodbye PASS: PROCFS read goodbye PASS: PROCFS received correct value PASS: PROCFS load generation systemtap ending probe final value = goodbye Pass 5: run completed in 0usr/20sys/332real ms. PASS: PROCFS shutdown and output metric: PROCFS 250 0 266 10 0 6 0 0 1 1830 200 2043 0 20 332 testcase /home/prasadkr/systemtap/testsuite/systemtap.base/procfs.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/procfs_maxsize.exp ... executing: stap -v -DMAXSTRINGLEN=32 -e { global values[10] global idx = 0 probe procfs.read { $value = "abcdefghijklmno" $value .= "ABCDEFGHIJKLMNO" $value .= "pqrstuvwxyz1234" } probe procfs.write { values[idx] = $value idx++ } probe begin { printf("systemtap starting probe\n") } probe end { printf("systemtap ending probe\n") for (i = 0; i < idx; i++) { printf("value%d=%s\n", i, values[i]) } } } -m PROCFS_BUFFER1 spawn stap -v -DMAXSTRINGLEN=32 -e global values[10] global idx = 0 probe procfs.read { $value = "abcdefghijklmno" $value .= "ABCDEFGHIJKLMNO" $value .= "pqrstuvwxyz1234" } probe procfs.write { values[idx] = $value idx++ } probe begin { printf("systemtap starting probe\n") } probe end { printf("systemtap ending probe\n") for (i = 0; i < idx; i++) { printf("value%d=%s\n", i, values[i]) } } -m PROCFS_BUFFER1 Pass 1: parsed user script and 75 library script(s) using 38592virt/30720res/7872shr kb, in 270usr/0sys/263real ms. Pass 2: analyzed script: 4 probe(s), 3 function(s), 1 embed(s), 2 global(s) using 39168virt/31424res/8064shr kb, in 0usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapy8eeE2/PROCFS_BUFFER1.c" using 39168virt/31616res/8256shr kb, in 0usr/0sys/13real ms. Pass 4: compiled C into "PROCFS_BUFFER1.ko" in 2030usr/200sys/2234real ms. Pass 5: starting run. systemtap starting probe PASS: PROCFS_BUFFER1 startup PASS: PROCFS_BUFFER1 read abcdefghijklmnoABCDEFGHIJKLMNOp PASS: PROCFS_BUFFER1 received correct initial value PASS: PROCFS_BUFFER1 wrote abcdefghijklmnoABCDEFGHIJKLMNOpqrstuvwxyz123456789 PASS: PROCFS_BUFFER1 load generation systemtap ending probe value0=abcdefghijklmnoABCDEFGHIJKLMNOp value1=qrstuvwxyz123456789 Pass 5: run completed in 0usr/20sys/355real ms. PASS: PROCFS_BUFFER1 shutdown and output metric: PROCFS_BUFFER1 270 0 263 0 0 6 0 0 13 2030 200 2234 0 20 355 executing: stap -v -DMAXSTRINGLEN=32 -DSTP_PROCFS_BUFSIZE=16 -e { global values[10] global idx = 0 probe procfs.read { $value = "abcdefghijklmno" $value .= "ABCDEFGHIJKLMNO" $value .= "pqrstuvwxyz1234" } probe procfs.write { values[idx] = $value idx++ } probe begin { printf("systemtap starting probe\n") } probe end { printf("systemtap ending probe\n") for (i = 0; i < idx; i++) { printf("value%d=%s\n", i, values[i]) } } } -m PROCFS_BUFFER2 spawn stap -v -DMAXSTRINGLEN=32 -DSTP_PROCFS_BUFSIZE=16 -e global values[10] global idx = 0 probe procfs.read { $value = "abcdefghijklmno" $value .= "ABCDEFGHIJKLMNO" $value .= "pqrstuvwxyz1234" } probe procfs.write { values[idx] = $value idx++ } probe begin { printf("systemtap starting probe\n") } probe end { printf("systemtap ending probe\n") for (i = 0; i < idx; i++) { printf("value%d=%s\n", i, values[i]) } } -m PROCFS_BUFFER2 Pass 1: parsed user script and 75 library script(s) using 38528virt/30720res/7872shr kb, in 270usr/0sys/263real ms. Pass 2: analyzed script: 4 probe(s), 3 function(s), 1 embed(s), 2 global(s) using 39104virt/31424res/8064shr kb, in 0usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapsG2ROZ/PROCFS_BUFFER2.c" using 39104virt/31616res/8256shr kb, in 0usr/0sys/1real ms. Pass 4: compiled C into "PROCFS_BUFFER2.ko" in 1960usr/200sys/2165real ms. Pass 5: starting run. systemtap starting probe PASS: PROCFS_BUFFER2 startup PASS: PROCFS_BUFFER2 read abcdefghijklmno PASS: PROCFS_BUFFER2 received correct initial value PASS: PROCFS_BUFFER2 wrote abcdefghijklmnoABCDEFGHIJKLMNOpqrstuvwxyz123456789 PASS: PROCFS_BUFFER2 load generation systemtap ending probe value0=abcdefghijklmno value1=ABCDEFGHIJKLMNO value2=pqrstuvwxyz1234 value3=56789 Pass 5: run completed in 0usr/20sys/336real ms. PASS: PROCFS_BUFFER2 shutdown and output metric: PROCFS_BUFFER2 270 0 263 0 0 6 0 0 1 1960 200 2165 0 20 336 executing: stap -v -DMAXSTRINGLEN=16 -DSTP_PROCFS_BUFSIZE=32 -e { global values[10] global idx = 0 probe procfs.read { $value = "abcdefghijklmno" $value .= "ABCDEFGHIJKLMNO" $value .= "pqrstuvwxyz1234" } probe procfs.write { values[idx] = $value idx++ } probe begin { printf("systemtap starting probe\n") } probe end { printf("systemtap ending probe\n") for (i = 0; i < idx; i++) { printf("value%d=%s\n", i, values[i]) } } } -m PROCFS_BUFFER3 spawn stap -v -DMAXSTRINGLEN=16 -DSTP_PROCFS_BUFSIZE=32 -e global values[10] global idx = 0 probe procfs.read { $value = "abcdefghijklmno" $value .= "ABCDEFGHIJKLMNO" $value .= "pqrstuvwxyz1234" } probe procfs.write { values[idx] = $value idx++ } probe begin { printf("systemtap starting probe\n") } probe end { printf("systemtap ending probe\n") for (i = 0; i < idx; i++) { printf("value%d=%s\n", i, values[i]) } } -m PROCFS_BUFFER3 Pass 1: parsed user script and 75 library script(s) using 38528virt/30720res/7872shr kb, in 270usr/0sys/263real ms. Pass 2: analyzed script: 4 probe(s), 3 function(s), 1 embed(s), 2 global(s) using 39104virt/31424res/8064shr kb, in 0usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapwvNOXP/PROCFS_BUFFER3.c" using 39104virt/31616res/8256shr kb, in 0usr/0sys/1real ms. Pass 4: compiled C into "PROCFS_BUFFER3.ko" in 1960usr/200sys/2165real ms. Pass 5: starting run. systemtap starting probe PASS: PROCFS_BUFFER3 startup PASS: PROCFS_BUFFER3 read abcdefghijklmnoABCDEFGHIJKLMNOp PASS: PROCFS_BUFFER3 received correct initial value PASS: PROCFS_BUFFER3 wrote abcdefghijklmnoABCDEFGHIJKLMNOpqrstuvwxyz123456789 PASS: PROCFS_BUFFER3 load generation systemtap ending probe value0=abcdefghijklmno value1=ABCDEFGHIJKLMNO value2=pqrstuvwxyz1234 value3=56789 Pass 5: run completed in 0usr/20sys/335real ms. PASS: PROCFS_BUFFER3 shutdown and output metric: PROCFS_BUFFER3 270 0 263 0 0 6 0 0 1 1960 200 2165 0 20 335 executing: stap -v -DMAXSTRINGLEN=16 -e { global values[10] global idx = 0 probe procfs.read.maxsize(32) { $value = "abcdefghijklmno" $value .= "ABCDEFGHIJKLMNO" $value .= "pqrstuvwxyz1234" } probe procfs.write { values[idx] = $value idx++ } probe begin { printf("systemtap starting probe\n") } probe end { printf("systemtap ending probe\n") for (i = 0; i < idx; i++) { printf("value%d=%s\n", i, values[i]) } } } -m PROCFS_BUFFER4 spawn stap -v -DMAXSTRINGLEN=16 -e global values[10] global idx = 0 probe procfs.read.maxsize(32) { $value = "abcdefghijklmno" $value .= "ABCDEFGHIJKLMNO" $value .= "pqrstuvwxyz1234" } probe procfs.write { values[idx] = $value idx++ } probe begin { printf("systemtap starting probe\n") } probe end { printf("systemtap ending probe\n") for (i = 0; i < idx; i++) { printf("value%d=%s\n", i, values[i]) } } -m PROCFS_BUFFER4 Pass 1: parsed user script and 75 library script(s) using 38656virt/30656res/7872shr kb, in 270usr/0sys/263real ms. Pass 2: analyzed script: 4 probe(s), 3 function(s), 1 embed(s), 2 global(s) using 39040virt/31360res/8064shr kb, in 0usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapfiqs5F/PROCFS_BUFFER4.c" using 39040virt/31552res/8256shr kb, in 0usr/0sys/1real ms. Pass 4: compiled C into "PROCFS_BUFFER4.ko" in 1960usr/200sys/2164real ms. Pass 5: starting run. systemtap starting probe PASS: PROCFS_BUFFER4 startup PASS: PROCFS_BUFFER4 read abcdefghijklmnoABCDEFGHIJKLMNOp PASS: PROCFS_BUFFER4 received correct initial value PASS: PROCFS_BUFFER4 wrote abcdefghijklmnoABCDEFGHIJKLMNOpqrstuvwxyz123456789 PASS: PROCFS_BUFFER4 load generation systemtap ending probe value0=abcdefghijklmno value1=ABCDEFGHIJKLMNO value2=pqrstuvwxyz1234 value3=56789 Pass 5: run completed in 0usr/20sys/337real ms. PASS: PROCFS_BUFFER4 shutdown and output metric: PROCFS_BUFFER4 270 0 263 0 0 6 0 0 1 1960 200 2164 0 20 337 executing: stap -v -DMAXSTRINGLEN=16 -DSTP_PROCFS_BUFSIZE=64 -e { global values[10] global idx = 0 probe procfs.read.maxsize(32) { $value = "abcdefghijklmno" $value .= "ABCDEFGHIJKLMNO" $value .= "pqrstuvwxyz1234" } probe procfs.write { values[idx] = $value idx++ } probe begin { printf("systemtap starting probe\n") } probe end { printf("systemtap ending probe\n") for (i = 0; i < idx; i++) { printf("value%d=%s\n", i, values[i]) } } } -m PROCFS_BUFFER5 spawn stap -v -DMAXSTRINGLEN=16 -DSTP_PROCFS_BUFSIZE=64 -e global values[10] global idx = 0 probe procfs.read.maxsize(32) { $value = "abcdefghijklmno" $value .= "ABCDEFGHIJKLMNO" $value .= "pqrstuvwxyz1234" } probe procfs.write { values[idx] = $value idx++ } probe begin { printf("systemtap starting probe\n") } probe end { printf("systemtap ending probe\n") for (i = 0; i < idx; i++) { printf("value%d=%s\n", i, values[i]) } } -m PROCFS_BUFFER5 Pass 1: parsed user script and 75 library script(s) using 38656virt/30656res/7872shr kb, in 270usr/0sys/263real ms. Pass 2: analyzed script: 4 probe(s), 3 function(s), 1 embed(s), 2 global(s) using 39040virt/31360res/8064shr kb, in 0usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapiCzLEy/PROCFS_BUFFER5.c" using 39040virt/31552res/8256shr kb, in 0usr/0sys/1real ms. Pass 4: compiled C into "PROCFS_BUFFER5.ko" in 2010usr/200sys/2219real ms. Pass 5: starting run. systemtap starting probe PASS: PROCFS_BUFFER5 startup PASS: PROCFS_BUFFER5 read abcdefghijklmnoABCDEFGHIJKLMNOp PASS: PROCFS_BUFFER5 received correct initial value PASS: PROCFS_BUFFER5 wrote abcdefghijklmnoABCDEFGHIJKLMNOpqrstuvwxyz123456789 PASS: PROCFS_BUFFER5 load generation systemtap ending probe value0=abcdefghijklmno value1=ABCDEFGHIJKLMNO value2=pqrstuvwxyz1234 value3=56789 Pass 5: run completed in 0usr/20sys/329real ms. PASS: PROCFS_BUFFER5 shutdown and output metric: PROCFS_BUFFER5 270 0 263 0 0 6 0 0 1 2010 200 2219 0 20 329 executing: stap -v -DMAXSTRINGLEN=16 -e { global values[10] global idx = 0 probe procfs("default").read { $value = "abcdefghijklmno" $value .= "ABCDEFGHIJKLMNO" $value .= "pqrstuvwxyz1234" } probe procfs.read.maxsize(32) { $value = "abcdefghijklmno" $value .= "ABCDEFGHIJKLMNO" $value .= "pqrstuvwxyz1234" } probe procfs.write { values[idx] = $value idx++ } probe begin { printf("systemtap starting probe\n") } probe end { printf("systemtap ending probe\n") for (i = 0; i < idx; i++) { printf("value%d=%s\n", i, values[i]) } } } -m PROCFS_BUFFER6 spawn stap -v -DMAXSTRINGLEN=16 -e global values[10] global idx = 0 probe procfs("default").read { $value = "abcdefghijklmno" $value .= "ABCDEFGHIJKLMNO" $value .= "pqrstuvwxyz1234" } probe procfs.read.maxsize(32) { $value = "abcdefghijklmno" $value .= "ABCDEFGHIJKLMNO" $value .= "pqrstuvwxyz1234" } probe procfs.write { values[idx] = $value idx++ } probe begin { printf("systemtap starting probe\n") } probe end { printf("systemtap ending probe\n") for (i = 0; i < idx; i++) { printf("value%d=%s\n", i, values[i]) } } -m PROCFS_BUFFER6 Pass 1: parsed user script and 75 library script(s) using 38592virt/30720res/7872shr kb, in 270usr/0sys/263real ms. Pass 2: analyzed script: 5 probe(s), 3 function(s), 1 embed(s), 2 global(s) using 39168virt/31424res/8064shr kb, in 0usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapC66pkC/PROCFS_BUFFER6.c" using 39168virt/31616res/8256shr kb, in 0usr/0sys/1real ms. Pass 4: compiled C into "PROCFS_BUFFER6.ko" in 1970usr/200sys/2171real ms. Pass 5: starting run. systemtap starting probe 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 PASS: PROCFS_BUFFER6 wrote abcdefghijklmnoABCDEFGHIJKLMNOpqrstuvwxyz123456789 PASS: PROCFS_BUFFER6 load generation systemtap ending probe value0=abcdefghijklmno value1=ABCDEFGHIJKLMNO value2=pqrstuvwxyz1234 value3=56789 Pass 5: run completed in 0usr/20sys/338real ms. PASS: PROCFS_BUFFER6 shutdown and output metric: PROCFS_BUFFER6 270 0 263 0 0 6 0 0 1 1970 200 2171 0 20 338 executing: stap -v -DMAXSTRINGLEN=512 -e { global large_strings[10] # Put more data than we can really handle into $value probe procfs.read.maxsize(2048) { $value = large_strings[0] for (i = 1; i < 10; i+=1) { $value .= large_strings[i] } } probe begin { # build up several maximum length strings max = 512 for (i = 0; i < max/64; i+=1) { for (j = 0; j < 10; j++) { if (i < (max/64 - 1)) { large_strings[j] .= sprintf("%3d:12345678901234567890123456789012345678901234567890123456789\n", i + (j * (max/64))) } else { large_strings[j] .= sprintf("%3d:1234567890123456789012345678901234567890123456789012345678\n", i + (j * (max/64))) } } } printf("systemtap starting probe\n") } probe end { printf("systemtap ending probe\n") } } -m PROCFS_BUFFER7 spawn stap -v -DMAXSTRINGLEN=512 -e global large_strings[10] # Put more data than we can really handle into $value probe procfs.read.maxsize(2048) { $value = large_strings[0] for (i = 1; i < 10; i+=1) { $value .= large_strings[i] } } probe begin { # build up several maximum length strings max = 512 for (i = 0; i < max/64; i+=1) { for (j = 0; j < 10; j++) { if (i < (max/64 - 1)) { large_strings[j] .= sprintf("%3d:12345678901234567890123456789012345678901234567890123456789\n", i + (j * (max/64))) } else { large_strings[j] .= sprintf("%3d:1234567890123456789012345678901234567890123456789012345678\n", i + (j * (max/64))) } } } printf("systemtap starting probe\n") } probe end { printf("systemtap ending probe\n") } -m PROCFS_BUFFER7 Pass 1: parsed user script and 75 library script(s) using 38528virt/30656res/7872shr kb, in 270usr/0sys/264real ms. Pass 2: analyzed script: 3 probe(s), 2 function(s), 1 embed(s), 1 global(s) using 39104virt/31360res/8064shr kb, in 0usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapiwJyFq/PROCFS_BUFFER7.c" using 39104virt/31552res/8256shr kb, in 0usr/0sys/1real ms. Pass 4: compiled C into "PROCFS_BUFFER7.ko" in 1960usr/200sys/2166real ms. Pass 5: starting run. systemtap starting probe 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 systemtap ending probe Pass 5: run completed in 0usr/20sys/353real ms. PASS: PROCFS_BUFFER7 shutdown and output metric: PROCFS_BUFFER7 270 0 264 0 0 6 0 0 1 1960 200 2166 0 20 353 testcase /home/prasadkr/systemtap/testsuite/systemtap.base/procfs_maxsize.exp completed in 20 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/procfs_umask.exp ... executing: stap -v -e { global value probe procfs("umask-000-r").umask(000).read {$value = "100\n" } probe procfs("umask-000-w").umask(000).write {printf("the val is, %s", $value)} probe procfs("umask-004-r").umask(004).read {$value = "200\n"} probe procfs("umask-020-w").umask(020).write {printf("the val is, %s", $value)} probe procfs("umask-044-r").umask(044).read {$value = "300\n"} probe procfs("umask-022-w").umask(022).write {printf("the val is, %s", $value)} probe procfs("umask-400-r").umask(400).read {$value = "400\n"} probe procfs("umask-200-w").umask(200).write {printf("the val is, %s", $value)} probe procfs("umask-440-r").umask(440).read {$value = "500\n"} probe procfs("umask-202-w").umask(202).write {printf("the val is, %s", $value)} probe procfs("umask-404-r").umask(404).read {$value = "600\n"} probe procfs("umask-002-w").umask(002).write {printf("the val is, %s", $value)} probe begin { value = "600\n" printf("systemtap starting probe\n") } probe end { printf("systemtap ending probe\n") printf("Testing permissions\n") } } -m PROCFS_UMASK spawn stap -v -e global value probe procfs("umask-000-r").umask(000).read {$value = "100\n" } probe procfs("umask-000-w").umask(000).write {printf("the val is, %s", $value)} probe procfs("umask-004-r").umask(004).read {$value = "200\n"} probe procfs("umask-020-w").umask(020).write {printf("the val is, %s", $value)} probe procfs("umask-044-r").umask(044).read {$value = "300\n"} probe procfs("umask-022-w").umask(022).write {printf("the val is, %s", $value)} probe procfs("umask-400-r").umask(400).read {$value = "400\n"} probe procfs("umask-200-w").umask(200).write {printf("the val is, %s", $value)} probe procfs("umask-440-r").umask(440).read {$value = "500\n"} probe procfs("umask-202-w").umask(202).write {printf("the val is, %s", $value)} probe procfs("umask-404-r").umask(404).read {$value = "600\n"} probe procfs("umask-002-w").umask(002).write {printf("the val is, %s", $value)} probe begin { value = "600\n" printf("systemtap starting probe\n") } probe end { printf("systemtap ending probe\n") printf("Testing permissions\n") } -m PROCFS_UMASK Pass 1: parsed user script and 75 library script(s) using 38528virt/30720res/7872shr kb, in 240usr/0sys/245real ms. Pass 2: analyzed script: 15 probe(s), 2 function(s), 1 embed(s), 1 global(s) using 39104virt/31424res/8064shr kb, in 0usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapSJbdEk/PROCFS_UMASK.c" using 39104virt/31680res/8256shr kb, in 10usr/0sys/2real ms. Pass 4: compiled C into "PROCFS_UMASK.ko" in 1880usr/200sys/2101real ms. Pass 5: starting run. systemtap starting probe PASS: PROCFS_UMASK startup PASS: PROCFS_UMASK PASS: PROCFS_UMASK load generation systemtap ending probe Testing permissions value="600 " Pass 5: run completed in 10usr/20sys/329real ms. PASS: PROCFS_UMASK shutdown and output testcase /home/prasadkr/systemtap/testsuite/systemtap.base/procfs_umask.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/procfs_write.exp ... executing: stap -v -DMAXSTRINGLEN=512 -e { global iteration = 0 global saved_value[20] probe procfs("command").write { saved_value[iteration] = $value iteration++ } probe begin { printf("systemtap starting probe\n") } probe end { printf("systemtap ending probe\n") for (i = 0; i < iteration; i++) { printf("%s", saved_value[i]) } } } -m PROCFS_WRITE spawn stap -v -DMAXSTRINGLEN=512 -e global iteration = 0 global saved_value[20] probe procfs("command").write { saved_value[iteration] = $value iteration++ } probe begin { printf("systemtap starting probe\n") } probe end { printf("systemtap ending probe\n") for (i = 0; i < iteration; i++) { printf("%s", saved_value[i]) } } -m PROCFS_WRITE Pass 1: parsed user script and 75 library script(s) using 38592virt/30656res/7872shr kb, in 270usr/0sys/263real ms. Pass 2: analyzed script: 3 probe(s), 1 function(s), 1 embed(s), 2 global(s) using 39168virt/31360res/8064shr kb, in 0usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapatDlX1/PROCFS_WRITE.c" using 39168virt/31552res/8256shr kb, in 0usr/0sys/1real ms. Pass 4: compiled C into "PROCFS_WRITE.ko" in 1940usr/200sys/2154real ms. Pass 5: starting run. systemtap starting probe 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 systemtap ending probe 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 5: run completed in 0usr/20sys/330real ms. PASS: PROCFS_WRITE shutdown and output metric: PROCFS_WRITE 270 0 263 0 0 6 0 0 1 1940 200 2154 0 20 330 testcase /home/prasadkr/systemtap/testsuite/systemtap.base/procfs_write.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/prologues.exp ... spawn stap -P /home/prasadkr/systemtap/testsuite/systemtap.base/prologues.stp read (5, 0xfffd2447d3c, 8196) read (5, 0xfffd2447d3c, 8196) read (3, 0xfff84dd8c00, 4095) read (6, 0xfffa8bfe700, 131072) write (1, "read (5, 0xfffd2447d3c, 8196)\nread (5, 0xfff"..., 122) read (6, 0xfffa8bfe700, 131072) write (1, "write (1, \"read (5, 0xfffd2447d3c, 8196)\\nr"..., 99) read (6, 0xfffa8bfe700, 131072) write (1, "write (1, \"write (1, \\\"read (5, 0xfffd2447"..., 98) read (6, 0xfffa8bfe700, 131072) write (1, "write (1, \"write (1, \\\"write (1, \\\\\\\"r"..., 98) read (6, 0xfffa8bfe700, 131072) write (1, "write (1, \"write (1, \\\"write (1, \\\\\\\"w"..., 98) read (6, 0xfffa8bfe700, 131072) write (1, "write (1, \"write (1, \\\"write (1, \\\\\\\"w"..., 98) read (6, 0xfffa8bfe700, 131072) write (1, "write (1, \"write (1, \\\"write (1, \\\\\\\"w"..., 98) read (6, 0xfffa8bfe700, 131072) write (1, "write (1, \"write (1, \\\"write (1, \\\\\\\"w"..., 98) read (6, 0xfffa8bfe700, 131072) write (1, "write (1, \"write (1, \\\"write (1, \\\\\\\"w"..., 98) read (6, 0xfffa8bfe700, 131072) PASS: prologues -P spawn stap /home/prasadkr/systemtap/testsuite/systemtap.base/prologues.stp read (5, 0xfffe14b5a3c, 8196) read (5, 0xfffe14b5a3c, 8196) read (3, 0xfff84dd8c00, 4095) read (6, 0xfff7ca7e700, 131072) write (1, "read (5, 0xfffe14b5a3c, 8196)\nread (5, 0xfff"..., 122) read (6, 0xfff7ca7e700, 131072) write (1, "write (1, \"read (5, 0xfffe14b5a3c, 8196)\\nr"..., 99) read (6, 0xfff7ca7e700, 131072) write (1, "write (1, \"write (1, \\\"read (5, 0xfffe14b5"..., 98) read (6, 0xfff7ca7e700, 131072) write (1, "write (1, \"write (1, \\\"write (1, \\\\\\\"r"..., 98) read (6, 0xfff7ca7e700, 131072) write (1, "write (1, \"write (1, \\\"write (1, \\\\\\\"w"..., 98) read (6, 0xfff7ca7e700, 131072) write (1, "write (1, \"write (1, \\\"write (1, \\\\\\\"w"..., 98) read (6, 0xfff7ca7e700, 131072) write (1, "write (1, \"write (1, \\\"write (1, \\\\\\\"w"..., 98) read (6, 0xfff7ca7e700, 131072) write (1, "write (1, \"write (1, \\\"write (1, \\\\\\\"w"..., 98) read (6, 0xfff7ca7e700, 131072) write (1, "write (1, \"write (1, \\\"write (1, \\\\\\\"w"..., 98) read (6, 0xfff7ca7e700, 131072) PASS: prologues no-P testcase /home/prasadkr/systemtap/testsuite/systemtap.base/prologues.exp completed in 10 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/ptridx.exp ... Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/ptridx.c -g -O2 -lm -o ptridx.exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/ptridx.c -g -O2 -lm -o ptridx.exe PASS: ptridx.c compile PASS: ptridx (list labels) spawn stap /home/prasadkr/systemtap/testsuite/systemtap.base/ptridx.stp -c ./ptridx.exe -w semantic error: failed to retrieve location attribute for local 'p' (dieoffset: 0x320): identifier '$p' at /home/prasadkr/systemtap/testsuite/systemtap.base/ptridx.stp:11:22 source: printf("%d, %d\n", $p[0], $p[1]); ^ Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: ptridx (0) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/ptridx.exp completed in 0 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/rand.exp ... executing: stap /home/prasadkr/systemtap/testsuite/systemtap.base/rand.stp PASS: systemtap.base/rand.stp testcase /home/prasadkr/systemtap/testsuite/systemtap.base/rand.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/rep_ret.exp ... UNSUPPORTED: rep_ret testcase /home/prasadkr/systemtap/testsuite/systemtap.base/rep_ret.exp completed in 0 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.exp ... Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -O2 -lm -o sdt.c.exe.0 (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -O2 -lm -o sdt.c.exe.0 PASS: compiling sdt.c -O2 uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.0 -c ./sdt.c.exe.0 PASS: sdt -O2 uprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -O3 -lm -o sdt.c.exe.1 (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -O3 -lm -o sdt.c.exe.1 PASS: compiling sdt.c -O3 uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.1 -c ./sdt.c.exe.1 PASS: sdt -O3 uprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -std=c89 -lm -o sdt.c.exe.2 (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -std=c89 -lm -o sdt.c.exe.2 PASS: compiling sdt.c c89 uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.2 -c ./sdt.c.exe.2 PASS: sdt c89 uprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -std=c89 -pedantic -lm -o sdt.c.exe.2 (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -std=c89 -pedantic -lm -o sdt.c.exe.2 cc1: warnings being treated as errors /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c: In function ‘call9’: /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c:50: error: string length ‘542’ is greater than the length ‘509’ ISO C90 compilers are required to support /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c: In function ‘call10’: /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c:55: error: string length ‘579’ is greater than the length ‘509’ ISO C90 compilers are required to support compiler exited with status 1 output is: cc1: warnings being treated as errors /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c: In function ‘call9’: /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c:50: error: string length ‘542’ is greater than the length ‘509’ ISO C90 compilers are required to support /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c: In function ‘call10’: /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c:55: error: string length ‘579’ is greater than the length ‘509’ ISO C90 compilers are required to support FAIL: compiling sdt.c c89 -pedantic uprobe UNTESTED: sdt c89 -pedantic uprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -std=c99 -lm -o sdt.c.exe.3 (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -std=c99 -lm -o sdt.c.exe.3 PASS: compiling sdt.c c99 uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.3 -c ./sdt.c.exe.3 PASS: sdt c99 uprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -std=c99 -pedantic -lm -o sdt.c.exe.3 (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -std=c99 -pedantic -lm -o sdt.c.exe.3 PASS: compiling sdt.c c99 -pedantic uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.3 -c ./sdt.c.exe.3 PASS: sdt c99 -pedantic uprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -std=gnu99 -lm -o sdt.c.exe.4 (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -std=gnu99 -lm -o sdt.c.exe.4 PASS: compiling sdt.c gnu99 uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.4 -c ./sdt.c.exe.4 PASS: sdt gnu99 uprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -std=gnu99 -pedantic -lm -o sdt.c.exe.4 (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -std=gnu99 -pedantic -lm -o sdt.c.exe.4 PASS: compiling sdt.c gnu99 -pedantic uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.4 -c ./sdt.c.exe.4 PASS: sdt gnu99 -pedantic uprobe Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -std=c++98 -x c++ -lm -o sdt.c.exe.5 (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -std=c++98 -x c++ -lm -o sdt.c.exe.5 PASS: compiling sdt.c c++98 uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.5 -c ./sdt.c.exe.5 PASS: sdt c++98 uprobe Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -std=c++98 -x c++ -pedantic -lm -o sdt.c.exe.5 (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -std=c++98 -x c++ -pedantic -lm -o sdt.c.exe.5 PASS: compiling sdt.c c++98 -pedantic uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.5 -c ./sdt.c.exe.5 PASS: sdt c++98 -pedantic uprobe Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -std=gnu++98 -x c++ -lm -o sdt.c.exe.6 (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -std=gnu++98 -x c++ -lm -o sdt.c.exe.6 PASS: compiling sdt.c gnu++98 uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.6 -c ./sdt.c.exe.6 PASS: sdt gnu++98 uprobe Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -std=gnu++98 -x c++ -pedantic -lm -o sdt.c.exe.6 (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -std=gnu++98 -x c++ -pedantic -lm -o sdt.c.exe.6 PASS: compiling sdt.c gnu++98 -pedantic uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.6 -c ./sdt.c.exe.6 PASS: sdt gnu++98 -pedantic uprobe Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -std=c++0x -x c++ -lm -o sdt.c.exe.7 (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -std=c++0x -x c++ -lm -o sdt.c.exe.7 PASS: compiling sdt.c c++0x uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.7 -c ./sdt.c.exe.7 PASS: sdt c++0x uprobe Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -std=c++0x -x c++ -pedantic -lm -o sdt.c.exe.7 (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -std=c++0x -x c++ -pedantic -lm -o sdt.c.exe.7 PASS: compiling sdt.c c++0x -pedantic uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.7 -c ./sdt.c.exe.7 PASS: sdt c++0x -pedantic uprobe Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -std=gnu++0x -x c++ -lm -o sdt.c.exe.8 (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -std=gnu++0x -x c++ -lm -o sdt.c.exe.8 PASS: compiling sdt.c gnu++0x uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.8 -c ./sdt.c.exe.8 PASS: sdt gnu++0x uprobe Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -std=gnu++0x -x c++ -pedantic -lm -o sdt.c.exe.8 (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -std=gnu++0x -x c++ -pedantic -lm -o sdt.c.exe.8 PASS: compiling sdt.c gnu++0x -pedantic uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.8 -c ./sdt.c.exe.8 PASS: sdt gnu++0x -pedantic uprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -O2 -lm -o sdt.c.exe.0 (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -O2 -lm -o sdt.c.exe.0 PASS: compiling sdt.c -O2 V2_uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.0 -c ./sdt.c.exe.0 FAIL: sdt -O2 V2_uprobe line 2: expected "1" Got "17591289404336" Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -O3 -lm -o sdt.c.exe.1 (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -O3 -lm -o sdt.c.exe.1 PASS: compiling sdt.c -O3 V2_uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.1 -c ./sdt.c.exe.1 FAIL: sdt -O3 V2_uprobe line 2: expected "1" Got "17591194541920" Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -std=c89 -lm -o sdt.c.exe.2 (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -std=c89 -lm -o sdt.c.exe.2 PASS: compiling sdt.c c89 V2_uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.2 -c ./sdt.c.exe.2 PASS: sdt c89 V2_uprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -std=c89 -pedantic -lm -o sdt.c.exe.2 (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -std=c89 -pedantic -lm -o sdt.c.exe.2 PASS: compiling sdt.c c89 -pedantic V2_uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.2 -c ./sdt.c.exe.2 PASS: sdt c89 -pedantic V2_uprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -std=c99 -lm -o sdt.c.exe.3 (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -std=c99 -lm -o sdt.c.exe.3 PASS: compiling sdt.c c99 V2_uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.3 -c ./sdt.c.exe.3 PASS: sdt c99 V2_uprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -std=c99 -pedantic -lm -o sdt.c.exe.3 (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -std=c99 -pedantic -lm -o sdt.c.exe.3 PASS: compiling sdt.c c99 -pedantic V2_uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.3 -c ./sdt.c.exe.3 PASS: sdt c99 -pedantic V2_uprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -std=gnu99 -lm -o sdt.c.exe.4 (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -std=gnu99 -lm -o sdt.c.exe.4 PASS: compiling sdt.c gnu99 V2_uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.4 -c ./sdt.c.exe.4 PASS: sdt gnu99 V2_uprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -std=gnu99 -pedantic -lm -o sdt.c.exe.4 (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -std=gnu99 -pedantic -lm -o sdt.c.exe.4 PASS: compiling sdt.c gnu99 -pedantic V2_uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.4 -c ./sdt.c.exe.4 PASS: sdt gnu99 -pedantic V2_uprobe Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -std=c++98 -x c++ -lm -o sdt.c.exe.5 (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -std=c++98 -x c++ -lm -o sdt.c.exe.5 PASS: compiling sdt.c c++98 V2_uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.5 -c ./sdt.c.exe.5 PASS: sdt c++98 V2_uprobe Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -std=c++98 -x c++ -pedantic -lm -o sdt.c.exe.5 (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -std=c++98 -x c++ -pedantic -lm -o sdt.c.exe.5 PASS: compiling sdt.c c++98 -pedantic V2_uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.5 -c ./sdt.c.exe.5 PASS: sdt c++98 -pedantic V2_uprobe Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -std=gnu++98 -x c++ -lm -o sdt.c.exe.6 (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -std=gnu++98 -x c++ -lm -o sdt.c.exe.6 PASS: compiling sdt.c gnu++98 V2_uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.6 -c ./sdt.c.exe.6 PASS: sdt gnu++98 V2_uprobe Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -std=gnu++98 -x c++ -pedantic -lm -o sdt.c.exe.6 (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -std=gnu++98 -x c++ -pedantic -lm -o sdt.c.exe.6 PASS: compiling sdt.c gnu++98 -pedantic V2_uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.6 -c ./sdt.c.exe.6 PASS: sdt gnu++98 -pedantic V2_uprobe Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -std=c++0x -x c++ -lm -o sdt.c.exe.7 (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -std=c++0x -x c++ -lm -o sdt.c.exe.7 PASS: compiling sdt.c c++0x V2_uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.7 -c ./sdt.c.exe.7 PASS: sdt c++0x V2_uprobe Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -std=c++0x -x c++ -pedantic -lm -o sdt.c.exe.7 (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -std=c++0x -x c++ -pedantic -lm -o sdt.c.exe.7 PASS: compiling sdt.c c++0x -pedantic V2_uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.7 -c ./sdt.c.exe.7 PASS: sdt c++0x -pedantic V2_uprobe Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -std=gnu++0x -x c++ -lm -o sdt.c.exe.8 (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -std=gnu++0x -x c++ -lm -o sdt.c.exe.8 PASS: compiling sdt.c gnu++0x V2_uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.8 -c ./sdt.c.exe.8 PASS: sdt gnu++0x V2_uprobe Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -std=gnu++0x -x c++ -pedantic -lm -o sdt.c.exe.8 (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DSTAP_SDT_V2 -std=gnu++0x -x c++ -pedantic -lm -o sdt.c.exe.8 PASS: compiling sdt.c gnu++0x -pedantic V2_uprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.8 -c ./sdt.c.exe.8 PASS: sdt gnu++0x -pedantic V2_uprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -O2 -lm -o sdt.c.exe.0 (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -O2 -lm -o sdt.c.exe.0 PASS: compiling sdt.c -O2 V2_kprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.0 -c ./sdt.c.exe.0 PASS: sdt -O2 V2_kprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -O3 -lm -o sdt.c.exe.1 (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -O3 -lm -o sdt.c.exe.1 PASS: compiling sdt.c -O3 V2_kprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.1 -c ./sdt.c.exe.1 PASS: sdt -O3 V2_kprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -std=c89 -lm -o sdt.c.exe.2 (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -std=c89 -lm -o sdt.c.exe.2 PASS: compiling sdt.c c89 V2_kprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.2 -c ./sdt.c.exe.2 PASS: sdt c89 V2_kprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -std=c89 -pedantic -lm -o sdt.c.exe.2 (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -std=c89 -pedantic -lm -o sdt.c.exe.2 PASS: compiling sdt.c c89 -pedantic V2_kprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.2 -c ./sdt.c.exe.2 PASS: sdt c89 -pedantic V2_kprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -std=c99 -lm -o sdt.c.exe.3 (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -std=c99 -lm -o sdt.c.exe.3 PASS: compiling sdt.c c99 V2_kprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.3 -c ./sdt.c.exe.3 PASS: sdt c99 V2_kprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -std=c99 -pedantic -lm -o sdt.c.exe.3 (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -std=c99 -pedantic -lm -o sdt.c.exe.3 PASS: compiling sdt.c c99 -pedantic V2_kprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.3 -c ./sdt.c.exe.3 PASS: sdt c99 -pedantic V2_kprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -std=gnu99 -lm -o sdt.c.exe.4 (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -std=gnu99 -lm -o sdt.c.exe.4 PASS: compiling sdt.c gnu99 V2_kprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.4 -c ./sdt.c.exe.4 PASS: sdt gnu99 V2_kprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -std=gnu99 -pedantic -lm -o sdt.c.exe.4 (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -std=gnu99 -pedantic -lm -o sdt.c.exe.4 PASS: compiling sdt.c gnu99 -pedantic V2_kprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.4 -c ./sdt.c.exe.4 PASS: sdt gnu99 -pedantic V2_kprobe Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -std=c++98 -x c++ -lm -o sdt.c.exe.5 (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -std=c++98 -x c++ -lm -o sdt.c.exe.5 PASS: compiling sdt.c c++98 V2_kprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.5 -c ./sdt.c.exe.5 PASS: sdt c++98 V2_kprobe Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -std=c++98 -x c++ -pedantic -lm -o sdt.c.exe.5 (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -std=c++98 -x c++ -pedantic -lm -o sdt.c.exe.5 PASS: compiling sdt.c c++98 -pedantic V2_kprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.5 -c ./sdt.c.exe.5 PASS: sdt c++98 -pedantic V2_kprobe Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -std=gnu++98 -x c++ -lm -o sdt.c.exe.6 (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -std=gnu++98 -x c++ -lm -o sdt.c.exe.6 PASS: compiling sdt.c gnu++98 V2_kprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.6 -c ./sdt.c.exe.6 PASS: sdt gnu++98 V2_kprobe Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -std=gnu++98 -x c++ -pedantic -lm -o sdt.c.exe.6 (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -std=gnu++98 -x c++ -pedantic -lm -o sdt.c.exe.6 PASS: compiling sdt.c gnu++98 -pedantic V2_kprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.6 -c ./sdt.c.exe.6 PASS: sdt gnu++98 -pedantic V2_kprobe Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -std=c++0x -x c++ -lm -o sdt.c.exe.7 (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -std=c++0x -x c++ -lm -o sdt.c.exe.7 PASS: compiling sdt.c c++0x V2_kprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.7 -c ./sdt.c.exe.7 PASS: sdt c++0x V2_kprobe Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -std=c++0x -x c++ -pedantic -lm -o sdt.c.exe.7 (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -std=c++0x -x c++ -pedantic -lm -o sdt.c.exe.7 PASS: compiling sdt.c c++0x -pedantic V2_kprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.7 -c ./sdt.c.exe.7 PASS: sdt c++0x -pedantic V2_kprobe Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -std=gnu++0x -x c++ -lm -o sdt.c.exe.8 (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -std=gnu++0x -x c++ -lm -o sdt.c.exe.8 PASS: compiling sdt.c gnu++0x V2_kprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.8 -c ./sdt.c.exe.8 PASS: sdt gnu++0x V2_kprobe Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -std=gnu++0x -x c++ -pedantic -lm -o sdt.c.exe.8 (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.c -g -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Wextra -Werror -DEXPERIMENTAL_KPROBE_SDT -std=gnu++0x -x c++ -pedantic -lm -o sdt.c.exe.8 PASS: compiling sdt.c gnu++0x -pedantic V2_kprobe executing: stap -w /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.stp sdt.c.exe.8 -c ./sdt.c.exe.8 PASS: sdt gnu++0x -pedantic V2_kprobe testcase /home/prasadkr/systemtap/testsuite/systemtap.base/sdt.exp completed in 228 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.exp ... /usr/local/bin/dtrace -DSTAP_SDT_V1 --types -h -s /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc_.d /usr/local/bin/dtrace -DSTAP_SDT_V1 --types -G -s /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc_.d PASS: sdt_misc dtrace -DSTAP_SDT_V1 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -g -DSTAP_SDT_V1 -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V1_uprobe.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -g -DSTAP_SDT_V1 -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V1_uprobe.x PASS: sdt_misc compiling V1_uprobe spawn /usr/local/bin/stap -c /home/prasadkr/systemtap/testsuite/sdt_misc_V1_uprobe.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.stp /home/prasadkr/systemtap/testsuite/sdt_misc_V1_uprobe.x spawn /usr/local/bin/stap -c /home/prasadkr/systemtap/testsuite/sdt_misc_V1_uprobe.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.stp /home/prasadkr/systemtap/testsuite/sdt_misc_V1_uprobe.x In test_probe_2 probe 0x2 In test_probe_2 probe 0x2 In test_probe_0 probe 0x3 In test_probe_3 probe 0x3 0x10000d28 In test_probe_4 dtrace probe 0xffffa2ae7e8 In test_probe_1 probe 0x0 PASS: sdt_misc V1_uprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -g -DSTAP_SDT_V1 -DLOOP -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V1_uprobe_loop.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -g -DSTAP_SDT_V1 -DLOOP -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V1_uprobe_loop.x PASS: sdt_misc compiling V1_uprobe -DLOOP /home/prasadkr/systemtap/testsuite/sdt_misc_V1_uprobe_loop.x >| ,semclean 2>&1 & TEST=$! ; /usr/local/bin/stap /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.stp /home/prasadkr/systemtap/testsuite/sdt_misc_V1_uprobe_loop.x >| ,semout ; /usr/bin/kill -SIGINT $TEST spawn cat ,semout In test_probe_2 probe 0x2 In test_probe_2 probe 0x2 In test_probe_0 probe 0x3 In test_probe_3 probe 0x3 0x10000dd0 In test_probe_4 dtrace probe 0xfffece71638 In test_probe_1 probe 0x0 PASS: sdt_misc V1_uprobe attach spawn cat ,semclean PASS epilogue test_probe_0_semaphore=0 PASS epilogue test_probe_2_semaphore=0 PASS epilogue test_probe_3_semaphore=0 PASS epilogue test_probe_4_semaphore=0 PASS: sdt_misc V1_uprobe epilogue Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -O2 -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -O2 -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V1_uprobe -O2 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V1_uprobe -O2 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V1_uprobe -O2 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -O3 -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -O3 -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V1_uprobe -O3 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V1_uprobe -O3 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V1_uprobe -O3 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -std=c89 -DNO_LONG_LONG -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -std=c89 -DNO_LONG_LONG -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V1_uprobe c89 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V1_uprobe c89 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V1_uprobe c89 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -std=c89 -pedantic -DNO_LONG_LONG -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -std=c89 -pedantic -DNO_LONG_LONG -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V1_uprobe c89 -pedantic spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V1_uprobe c89 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V1_uprobe c89 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -std=c99 -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -std=c99 -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V1_uprobe c99 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V1_uprobe c99 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V1_uprobe c99 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -std=c99 -pedantic -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -std=c99 -pedantic -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V1_uprobe c99 -pedantic spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V1_uprobe c99 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V1_uprobe c99 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -std=gnu99 -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -std=gnu99 -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V1_uprobe gnu99 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V1_uprobe gnu99 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V1_uprobe gnu99 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -std=gnu99 -pedantic -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -std=gnu99 -pedantic -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V1_uprobe gnu99 -pedantic spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V1_uprobe gnu99 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V1_uprobe gnu99 Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -std=c++98 -x c++ -DNO_LONG_LONG -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -std=c++98 -x c++ -DNO_LONG_LONG -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V1_uprobe c++98 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V1_uprobe c++98 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V1_uprobe c++98 Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -std=c++98 -x c++ -pedantic -DNO_LONG_LONG -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -std=c++98 -x c++ -pedantic -DNO_LONG_LONG -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V1_uprobe c++98 -pedantic spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V1_uprobe c++98 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V1_uprobe c++98 Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -std=gnu++98 -x c++ -DNO_LONG_LONG -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -std=gnu++98 -x c++ -DNO_LONG_LONG -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V1_uprobe gnu++98 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V1_uprobe gnu++98 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V1_uprobe gnu++98 Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -std=gnu++98 -x c++ -pedantic -DNO_LONG_LONG -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -std=gnu++98 -x c++ -pedantic -DNO_LONG_LONG -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V1_uprobe gnu++98 -pedantic spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V1_uprobe gnu++98 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V1_uprobe gnu++98 Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -std=c++0x -x c++ -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -std=c++0x -x c++ -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V1_uprobe c++0x spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V1_uprobe c++0x spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V1_uprobe c++0x Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -std=c++0x -x c++ -pedantic -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -std=c++0x -x c++ -pedantic -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V1_uprobe c++0x -pedantic spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V1_uprobe c++0x spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V1_uprobe c++0x Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -std=gnu++0x -x c++ -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -std=gnu++0x -x c++ -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V1_uprobe gnu++0x spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V1_uprobe gnu++0x spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V1_uprobe gnu++0x Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -std=gnu++0x -x c++ -pedantic -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -g -DSTAP_SDT_V1 -std=gnu++0x -x c++ -pedantic -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V1_uprobe gnu++0x -pedantic spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V1_uprobe gnu++0x spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V1_uprobe gnu++0x Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -g -DSTAP_SDT_V1 -shared -fPIC -DNO_MAIN -lm -o /home/prasadkr/systemtap/testsuite/libsdt_V1_uprobe.so (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -g -DSTAP_SDT_V1 -shared -fPIC -DNO_MAIN -lm -o /home/prasadkr/systemtap/testsuite/libsdt_V1_uprobe.so Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -Wl,-rpath,/home/prasadkr/systemtap/testsuite -L/home/prasadkr/systemtap/testsuite -lsdt_V1_uprobe -DONLY_MAIN -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V1_uprobe_shared.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -Wl,-rpath,/home/prasadkr/systemtap/testsuite -L/home/prasadkr/systemtap/testsuite -lsdt_V1_uprobe -DONLY_MAIN -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V1_uprobe_shared.x PASS: sdt_misc compiling -shared V1_uprobe spawn /usr/local/bin/stap -c /home/prasadkr/systemtap/testsuite/sdt_misc_V1_uprobe_shared.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.stp /home/prasadkr/systemtap/testsuite/sdt_misc_V1_uprobe_shared.x /home/prasadkr/systemtap/testsuite/libsdt_V1_uprobe.so spawn /usr/local/bin/stap -c /home/prasadkr/systemtap/testsuite/sdt_misc_V1_uprobe_shared.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.stp /home/prasadkr/systemtap/testsuite/sdt_misc_V1_uprobe_shared.x /home/prasadkr/systemtap/testsuite/libsdt_V1_uprobe.so In test_probe_2 probe 0x2 In test_probe_2 probe 0x2 In test_probe_0 probe 0x3 In test_probe_3 probe 0x3 0x10000ae0 In test_probe_4 dtrace probe 0xfffc99f7718 In test_probe_1 probe 0x0 PASS: sdt_misc shared V1_uprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -g -DSTAP_SDT_V1 -shared -fPIC -DNO_MAIN -DLOOP -lm -o /home/prasadkr/systemtap/testsuite/libsdt_V1_uprobe_loop.so (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -g -DSTAP_SDT_V1 -shared -fPIC -DNO_MAIN -DLOOP -lm -o /home/prasadkr/systemtap/testsuite/libsdt_V1_uprobe_loop.so Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -I. -g -DSTAP_SDT_V1 -DLOOP -DONLY_MAIN -Wl,-rpath,/home/prasadkr/systemtap/testsuite -L/home/prasadkr/systemtap/testsuite -lsdt_V1_uprobe_loop -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V1_uprobe_loop_shared.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -I. -g -DSTAP_SDT_V1 -DLOOP -DONLY_MAIN -Wl,-rpath,/home/prasadkr/systemtap/testsuite -L/home/prasadkr/systemtap/testsuite -lsdt_V1_uprobe_loop -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V1_uprobe_loop_shared.x PASS: sdt_misc compiling V1_uprobe -DLOOP /home/prasadkr/systemtap/testsuite/sdt_misc_V1_uprobe_loop_shared.x >| ,semclean 2>&1 & TEST=$! ; /usr/local/bin/stap /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.stp /home/prasadkr/systemtap/testsuite/sdt_misc_V1_uprobe_loop_shared.x /home/prasadkr/systemtap/testsuite/libsdt_V1_uprobe_loop.so >| ,semout ; /usr/bin/kill -SIGINT $TEST spawn cat ,semout In test_probe_2 probe 0x2 In test_probe_2 probe 0x2 In test_probe_0 probe 0x3 In test_probe_3 probe 0x3 0x10000b38 In test_probe_4 dtrace probe 0xfffebd64c98 In test_probe_1 probe 0x0 PASS: sdt_misc V1_uprobe shared attach spawn cat ,semclean PASS epilogue test_probe_0_semaphore=0 PASS epilogue test_probe_2_semaphore=0 PASS epilogue test_probe_3_semaphore=0 PASS epilogue test_probe_4_semaphore=0 PASS: sdt_misc V1_uprobe shared shared epilogue spawn /usr/local/bin/stap -L "process("./sdt_types.x").mark("*") spawn /usr/local/bin/stap -L process("./sdt_types.x").mark("*") process("./sdt_types.x").mark("arr_char") $arg1:char* $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("bitfields_a_var") $arg1:int $arg2:int $arg3:char $arg4:int $arg5:int $arg6:char $arg7:int $arg8:int $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("bitfields_b_var") $arg1:unsigned char $arg2:int $arg3:int $arg4:int $arg5:int $arg6:int $arg7:int $arg8:int $arg9:int $arg10:char $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("char_ptr_const_var") $arg1:char* const $arg2:char* $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("char_ptr_volatile_var") $arg1:char* volatile $arg2:char* $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("char_var") $arg1:char $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("const_char_var") $arg1:char const $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("const_int_var") $arg1:int const $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("const_long_int_var") $arg1:long int const $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("const_long_long_int_var") $arg1:long long int const $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("const_short_int_var") $arg1:short int const $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("constants") $arg1:int $arg2:char $arg3:char[] const $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("int_ptr_const_var") $arg1:int* const $arg2:int* $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("int_ptr_volatile_var") $arg1:int* volatile $arg2:int* $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("int_var") $arg1:int $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("long_int_ptr_const_var") $arg1:long int* const $arg2:long int* $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("long_int_ptr_volatile_var") $arg1:long int* volatile $arg2:long int* $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("long_int_var") $arg1:long int $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("long_long_int_ptr_const_var") $arg1:long long int* const $arg2:long long int* $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("long_long_int_ptr_volatile_var") $arg1:long long int* volatile $arg2:long long int* $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("long_long_int_var") $arg1:long long int $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("ptr_char_var") $arg1:char* $arg2:char* $arg3:char $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("ptr_const_char_var") $arg1:char const* $arg2:char* $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("ptr_const_int_var") $arg1:int const* $arg2:int* $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("ptr_const_long_int_var") $arg1:long int const* $arg2:long int* $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("ptr_const_long_long_int_var") $arg1:long long int const* $arg2:long long int* $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("ptr_const_short_int_var") $arg1:short int const* $arg2:short int* $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("ptr_int_var") $arg1:int* $arg2:int* $arg3:int $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("ptr_long_int_var") $arg1:long int* $arg2:long int* $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("ptr_long_long_int_var") $arg1:long long int* $arg2:long long int* $arg3:long long int $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("ptr_short_int_var") $arg1:short int* $arg2:short int* $arg3:short int $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("ptr_volatile_char_var") $arg1:char volatile* $arg2:char* $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("ptr_volatile_int_var") $arg1:int volatile* $arg2:int* $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("ptr_volatile_long_int_var") $arg1:long int volatile* $arg2:long int* $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("ptr_volatile_long_long_int_var") $arg1:long long int volatile* $arg2:long long int* $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("ptr_volatile_short_int_var") $arg1:short int volatile* $arg2:short int* $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("short_int_ptr_const_var") $arg1:short int* const $arg2:short int* $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("short_int_ptr_volatile_var") $arg1:short int* volatile $arg2:short int* $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("short_int_var") $arg1:short int $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("something__dash__dash__something") $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("unsigned_int_var") $arg1:unsigned int $arg2:int $arg3:unsigned int* $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("unsigned_short_int_var") $arg1:short unsigned int $arg2:int $arg3:short unsigned int* $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("volatile_char_var") $arg1:char volatile $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("volatile_int_var") $arg1:int volatile $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("volatile_long_int_var") $arg1:long int volatile $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("volatile_long_long_int_var") $arg1:long long int volatile $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** process("./sdt_types.x").mark("volatile_short_int_var") $arg1:short int volatile $char_var:char $const_char_var:char const $volatile_char_var:char volatile $ptr_char_var:char* $ptr_const_char_var:char const* $char_ptr_const_var:char* const $ptr_volatile_char_var:char volatile* $char_ptr_volatile_var:char* volatile $short_int_var:short int $const_short_int_var:short int const $volatile_short_int_var:short int volatile $ptr_short_int_var:short int* $ptr_const_short_int_var:short int const* $short_int_ptr_const_var:short int* const $ptr_volatile_short_int_var:short int volatile* $short_int_ptr_volatile_var:short int* volatile $short_uint_var:short unsigned int $int_var:int $const_int_var:int const $volatile_int_var:int volatile $ptr_int_var:int* $ptr_const_int_var:int const* $int_ptr_const_var:int* const $ptr_volatile_int_var:int volatile* $int_ptr_volatile_var:int* volatile $uint_var:unsigned int $long_int_var:long int $const_long_int_var:long int const $volatile_long_int_var:long int volatile $ptr_long_int_var:long int* $ptr_const_long_int_var:long int const* $long_int_ptr_const_var:long int* const $ptr_volatile_long_int_var:long int volatile* $long_int_ptr_volatile_var:long int* volatile $long_long_int_var:long long int $const_long_long_int_var:long long int const $volatile_long_long_int_var:long long int volatile $ptr_long_long_int_var:long long int* $ptr_const_long_long_int_var:long long int const* $long_long_int_ptr_const_var:long long int* const $ptr_volatile_long_long_int_var:long long int volatile* $long_long_int_ptr_volatile_var:long long int* volatile $arr_char:char[] $bitfields_a_var:struct {...} $bitfields_b_var:struct {...} $argc:int $argv:char** spawn /usr/local/bin/stap -l process("./sdt_types.x").mark("*-*-*") process("./sdt_types.x").mark("something__dash__dash__something") FAIL: sdt_misc wildcard (48) V1_uprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -g -DSTAP_SDT_V1 -g -DNO_SLEEP -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V1_uprobe_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -g -DSTAP_SDT_V1 -g -DNO_SLEEP -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V1_uprobe_types.x PASS: sdt_misc compiling -g V1_uprobe --types spawn /usr/local/bin/stap -c /home/prasadkr/systemtap/testsuite/sdt_misc_V1_uprobe_types.x -e "probe process("/home/prasadkr/systemtap/testsuite/sdt_misc_V1_uprobe_types.x").mark("test_probe_4") {printf("In %s dtrace probe %#x %#x\n", $$name, $arg1->a, $arg1->b)}" spawn /usr/local/bin/stap -c /home/prasadkr/systemtap/testsuite/sdt_misc_V1_uprobe_types.x -e probe process("/home/prasadkr/systemtap/testsuite/sdt_misc_V1_uprobe_types.x").mark("test_probe_4") {printf("In %s dtrace probe %#x %#x\n", $$name, $arg1->a, $arg1->b)} In test_probe_4 dtrace probe 0x4 0x5 PASS: sdt_misc V1_uprobe --types /usr/local/bin/dtrace -DSTAP_SDT_V2 --types -h -s /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc_.d /usr/local/bin/dtrace -DSTAP_SDT_V2 --types -G -s /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc_.d PASS: sdt_misc dtrace -DSTAP_SDT_V2 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V2_kprobe.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V2_kprobe.x PASS: sdt_misc compiling V2_kprobe spawn /usr/local/bin/stap -c /home/prasadkr/systemtap/testsuite/sdt_misc_V2_kprobe.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.stp /home/prasadkr/systemtap/testsuite/sdt_misc_V2_kprobe.x spawn /usr/local/bin/stap -c /home/prasadkr/systemtap/testsuite/sdt_misc_V2_kprobe.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.stp /home/prasadkr/systemtap/testsuite/sdt_misc_V2_kprobe.x In test_probe_2 probe 0x2 In test_probe_2 probe 0x2 In test_probe_0 probe 0x3 In test_probe_3 probe 0x3 0x10000e90 In test_probe_4 dtrace probe 0xfffff53f668 In test_probe_1 probe 0x0 PASS: sdt_misc V2_kprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -DLOOP -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V2_kprobe_loop.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -DLOOP -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V2_kprobe_loop.x PASS: sdt_misc compiling V2_kprobe -DLOOP /home/prasadkr/systemtap/testsuite/sdt_misc_V2_kprobe_loop.x >| ,semclean 2>&1 & TEST=$! ; /usr/local/bin/stap /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.stp /home/prasadkr/systemtap/testsuite/sdt_misc_V2_kprobe_loop.x >| ,semout ; /usr/bin/kill -SIGINT $TEST spawn cat ,semout In test_probe_2 probe 0x2 In test_probe_2 probe 0x2 In test_probe_0 probe 0x3 In test_probe_3 probe 0x3 0x10000f28 In test_probe_4 dtrace probe 0xfffdc8aad68 In test_probe_1 probe 0x0 PASS: sdt_misc V2_kprobe attach spawn cat ,semclean PASS epilogue test_probe_0_semaphore=0 PASS epilogue test_probe_2_semaphore=0 PASS epilogue test_probe_3_semaphore=0 PASS epilogue test_probe_4_semaphore=0 PASS: sdt_misc V2_kprobe epilogue Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -O2 -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -O2 -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_kprobe -O2 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_kprobe -O2 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_kprobe -O2 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -O3 -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -O3 -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_kprobe -O3 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_kprobe -O3 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_kprobe -O3 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -std=c89 -DNO_LONG_LONG -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -std=c89 -DNO_LONG_LONG -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_kprobe c89 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_kprobe c89 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_kprobe c89 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -std=c89 -pedantic -DNO_LONG_LONG -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -std=c89 -pedantic -DNO_LONG_LONG -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_kprobe c89 -pedantic spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_kprobe c89 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_kprobe c89 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -std=c99 -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -std=c99 -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_kprobe c99 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_kprobe c99 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_kprobe c99 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -std=c99 -pedantic -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -std=c99 -pedantic -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_kprobe c99 -pedantic spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_kprobe c99 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_kprobe c99 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -std=gnu99 -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -std=gnu99 -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_kprobe gnu99 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_kprobe gnu99 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_kprobe gnu99 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -std=gnu99 -pedantic -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -std=gnu99 -pedantic -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_kprobe gnu99 -pedantic spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_kprobe gnu99 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_kprobe gnu99 Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -std=c++98 -x c++ -DNO_LONG_LONG -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -std=c++98 -x c++ -DNO_LONG_LONG -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_kprobe c++98 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_kprobe c++98 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_kprobe c++98 Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -std=c++98 -x c++ -pedantic -DNO_LONG_LONG -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -std=c++98 -x c++ -pedantic -DNO_LONG_LONG -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_kprobe c++98 -pedantic spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_kprobe c++98 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_kprobe c++98 Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -std=gnu++98 -x c++ -DNO_LONG_LONG -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -std=gnu++98 -x c++ -DNO_LONG_LONG -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_kprobe gnu++98 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_kprobe gnu++98 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_kprobe gnu++98 Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -std=gnu++98 -x c++ -pedantic -DNO_LONG_LONG -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -std=gnu++98 -x c++ -pedantic -DNO_LONG_LONG -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_kprobe gnu++98 -pedantic spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_kprobe gnu++98 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_kprobe gnu++98 Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -std=c++0x -x c++ -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -std=c++0x -x c++ -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_kprobe c++0x spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_kprobe c++0x spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_kprobe c++0x Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -std=c++0x -x c++ -pedantic -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -std=c++0x -x c++ -pedantic -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_kprobe c++0x -pedantic spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_kprobe c++0x spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_kprobe c++0x Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -std=gnu++0x -x c++ -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -std=gnu++0x -x c++ -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_kprobe gnu++0x spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_kprobe gnu++0x spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_kprobe gnu++0x Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -std=gnu++0x -x c++ -pedantic -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -std=gnu++0x -x c++ -pedantic -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_kprobe gnu++0x -pedantic spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_kprobe gnu++0x spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_kprobe gnu++0x Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -shared -fPIC -DNO_MAIN -lm -o /home/prasadkr/systemtap/testsuite/libsdt_V2_kprobe.so (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -shared -fPIC -DNO_MAIN -lm -o /home/prasadkr/systemtap/testsuite/libsdt_V2_kprobe.so Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -Wl,-rpath,/home/prasadkr/systemtap/testsuite -L/home/prasadkr/systemtap/testsuite -lsdt_V2_kprobe -DONLY_MAIN -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V2_kprobe_shared.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -Wl,-rpath,/home/prasadkr/systemtap/testsuite -L/home/prasadkr/systemtap/testsuite -lsdt_V2_kprobe -DONLY_MAIN -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V2_kprobe_shared.x PASS: sdt_misc compiling -shared V2_kprobe spawn /usr/local/bin/stap -c /home/prasadkr/systemtap/testsuite/sdt_misc_V2_kprobe_shared.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.stp /home/prasadkr/systemtap/testsuite/sdt_misc_V2_kprobe_shared.x /home/prasadkr/systemtap/testsuite/libsdt_V2_kprobe.so spawn /usr/local/bin/stap -c /home/prasadkr/systemtap/testsuite/sdt_misc_V2_kprobe_shared.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.stp /home/prasadkr/systemtap/testsuite/sdt_misc_V2_kprobe_shared.x /home/prasadkr/systemtap/testsuite/libsdt_V2_kprobe.so In test_probe_2 probe 0x2 In test_probe_1 probe 0x0 FAIL: sdt_misc (2) shared V2_kprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -shared -fPIC -DNO_MAIN -DLOOP -lm -o /home/prasadkr/systemtap/testsuite/libsdt_V2_kprobe_loop.so (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -shared -fPIC -DNO_MAIN -DLOOP -lm -o /home/prasadkr/systemtap/testsuite/libsdt_V2_kprobe_loop.so Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -DLOOP -DONLY_MAIN -Wl,-rpath,/home/prasadkr/systemtap/testsuite -L/home/prasadkr/systemtap/testsuite -lsdt_V2_kprobe_loop -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V2_kprobe_loop_shared.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -DLOOP -DONLY_MAIN -Wl,-rpath,/home/prasadkr/systemtap/testsuite -L/home/prasadkr/systemtap/testsuite -lsdt_V2_kprobe_loop -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V2_kprobe_loop_shared.x PASS: sdt_misc compiling V2_kprobe -DLOOP /home/prasadkr/systemtap/testsuite/sdt_misc_V2_kprobe_loop_shared.x >| ,semclean 2>&1 & TEST=$! ; /usr/local/bin/stap /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.stp /home/prasadkr/systemtap/testsuite/sdt_misc_V2_kprobe_loop_shared.x /home/prasadkr/systemtap/testsuite/libsdt_V2_kprobe_loop.so >| ,semout ; /usr/bin/kill -SIGINT $TEST spawn cat ,semout FAIL: sdt_misc (0) V2_kprobe shared attach spawn cat ,semclean PASS epilogue test_probe_0_semaphore=0 PASS epilogue test_probe_2_semaphore=0 PASS epilogue test_probe_3_semaphore=0 PASS epilogue test_probe_4_semaphore=0 PASS: sdt_misc V2_kprobe shared shared epilogue spawn /usr/local/bin/stap -L "process("./sdt_types.x").mark("*") spawn /usr/local/bin/stap -L process("./sdt_types.x").mark("*") process("./sdt_types.x").mark("arr_char") process("./sdt_types.x").mark("bitfields_a_var") process("./sdt_types.x").mark("bitfields_b_var") process("./sdt_types.x").mark("char_ptr_const_var") process("./sdt_types.x").mark("char_ptr_volatile_var") process("./sdt_types.x").mark("char_var") process("./sdt_types.x").mark("const_char_var") process("./sdt_types.x").mark("const_int_var") process("./sdt_types.x").mark("const_long_int_var") process("./sdt_types.x").mark("const_long_long_int_var") process("./sdt_types.x").mark("const_short_int_var") process("./sdt_types.x").mark("constants") process("./sdt_types.x").mark("int_ptr_const_var") process("./sdt_types.x").mark("int_ptr_volatile_var") process("./sdt_types.x").mark("int_var") process("./sdt_types.x").mark("long_int_ptr_const_var") process("./sdt_types.x").mark("long_int_ptr_volatile_var") process("./sdt_types.x").mark("long_int_var") process("./sdt_types.x").mark("long_long_int_ptr_const_var") process("./sdt_types.x").mark("long_long_int_ptr_volatile_var") process("./sdt_types.x").mark("long_long_int_var") process("./sdt_types.x").mark("ptr_char_var") process("./sdt_types.x").mark("ptr_const_char_var") process("./sdt_types.x").mark("ptr_const_int_var") process("./sdt_types.x").mark("ptr_const_long_int_var") process("./sdt_types.x").mark("ptr_const_long_long_int_var") process("./sdt_types.x").mark("ptr_const_short_int_var") process("./sdt_types.x").mark("ptr_int_var") process("./sdt_types.x").mark("ptr_long_int_var") process("./sdt_types.x").mark("ptr_long_long_int_var") process("./sdt_types.x").mark("ptr_short_int_var") process("./sdt_types.x").mark("ptr_volatile_char_var") process("./sdt_types.x").mark("ptr_volatile_int_var") process("./sdt_types.x").mark("ptr_volatile_long_int_var") process("./sdt_types.x").mark("ptr_volatile_long_long_int_var") process("./sdt_types.x").mark("ptr_volatile_short_int_var") process("./sdt_types.x").mark("short_int_ptr_const_var") process("./sdt_types.x").mark("short_int_ptr_volatile_var") process("./sdt_types.x").mark("short_int_var") process("./sdt_types.x").mark("something__dash__dash__something") process("./sdt_types.x").mark("unsigned_int_var") process("./sdt_types.x").mark("unsigned_short_int_var") process("./sdt_types.x").mark("volatile_char_var") process("./sdt_types.x").mark("volatile_int_var") process("./sdt_types.x").mark("volatile_long_int_var") process("./sdt_types.x").mark("volatile_long_long_int_var") process("./sdt_types.x").mark("volatile_short_int_var") spawn /usr/local/bin/stap -l process("./sdt_types.x").mark("*-*-*") process("./sdt_types.x").mark("something__dash__dash__something") FAIL: sdt_misc wildcard (48) V2_kprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -g -DNO_SLEEP -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V2_kprobe_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -DEXPERIMENTAL_KPROBE_SDT -DSTAP_SDT_V2 -g -DNO_SLEEP -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V2_kprobe_types.x PASS: sdt_misc compiling -g V2_kprobe --types spawn /usr/local/bin/stap -c /home/prasadkr/systemtap/testsuite/sdt_misc_V2_kprobe_types.x -e "probe process("/home/prasadkr/systemtap/testsuite/sdt_misc_V2_kprobe_types.x").mark("test_probe_4") {printf("In %s dtrace probe %#x %#x\n", $$name, $arg1->a, $arg1->b)}" spawn /usr/local/bin/stap -c /home/prasadkr/systemtap/testsuite/sdt_misc_V2_kprobe_types.x -e probe process("/home/prasadkr/systemtap/testsuite/sdt_misc_V2_kprobe_types.x").mark("test_probe_4") {printf("In %s dtrace probe %#x %#x\n", $$name, $arg1->a, $arg1->b)} In test_probe_4 dtrace probe 0x4 0x5 PASS: sdt_misc V2_kprobe --types /usr/local/bin/dtrace -DSTAP_SDT_V2 --types -h -s /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc_.d /usr/local/bin/dtrace -DSTAP_SDT_V2 --types -G -s /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc_.d PASS: sdt_misc dtrace -DSTAP_SDT_V2 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -DSTAP_SDT_V2 -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V2_uprobe.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -DSTAP_SDT_V2 -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V2_uprobe.x PASS: sdt_misc compiling V2_uprobe spawn /usr/local/bin/stap -c /home/prasadkr/systemtap/testsuite/sdt_misc_V2_uprobe.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.stp /home/prasadkr/systemtap/testsuite/sdt_misc_V2_uprobe.x spawn /usr/local/bin/stap -c /home/prasadkr/systemtap/testsuite/sdt_misc_V2_uprobe.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.stp /home/prasadkr/systemtap/testsuite/sdt_misc_V2_uprobe.x In test_probe_2 probe 0x2 In test_probe_2 probe 0x2 In test_probe_0 probe 0x3 In test_probe_3 probe 0x3 0x10000d38 In test_probe_4 dtrace probe 0xfffc5d9a158 In test_probe_1 probe 0x0 PASS: sdt_misc V2_uprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -DSTAP_SDT_V2 -DLOOP -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V2_uprobe_loop.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -DSTAP_SDT_V2 -DLOOP -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V2_uprobe_loop.x PASS: sdt_misc compiling V2_uprobe -DLOOP /home/prasadkr/systemtap/testsuite/sdt_misc_V2_uprobe_loop.x >| ,semclean 2>&1 & TEST=$! ; /usr/local/bin/stap /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.stp /home/prasadkr/systemtap/testsuite/sdt_misc_V2_uprobe_loop.x >| ,semout ; /usr/bin/kill -SIGINT $TEST spawn cat ,semout In test_probe_2 probe 0x2 In test_probe_2 probe 0x2 In test_probe_0 probe 0x3 In test_probe_3 probe 0x3 0x10000de0 In test_probe_4 dtrace probe 0xfffedd013f8 In test_probe_1 probe 0x0 PASS: sdt_misc V2_uprobe attach spawn cat ,semclean PASS epilogue test_probe_0_semaphore=0 PASS epilogue test_probe_2_semaphore=0 PASS epilogue test_probe_3_semaphore=0 PASS epilogue test_probe_4_semaphore=0 PASS: sdt_misc V2_uprobe epilogue Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -O2 -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -O2 -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_uprobe -O2 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_uprobe -O2 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x WARNING: Downgrading SDT_V2 probe argument to dwarf, can't parse '126': identifier '$arg1' at /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp:2:7 source: if ($arg1 != 126) ^ WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("char_var") WARNING: Downgrading SDT_V2 probe argument to dwarf, can't parse '33': identifier '$arg1' at :9:7 source: if ($arg1 != 33) ^ WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("const_char_var") WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("ptr_char_var") WARNING: Downgrading SDT_V2 probe argument to dwarf, can't parse '32767': identifier '$arg1' at :67:7 source: if ($arg1 != 32767) ^ WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("short_int_var") WARNING: Downgrading SDT_V2 probe argument to dwarf, can't parse '32769': identifier '$arg1' at :75:7 source: if ($arg1 != 0x8001) ^ WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("unsigned_short_int_var") WARNING: Downgrading SDT_V2 probe argument to dwarf, can't parse '-32767': identifier '$arg1' at :87:7 source: if ($arg1 != -32767) ^ WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("const_short_int_var") WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("ptr_short_int_var") WARNING: Downgrading SDT_V2 probe argument to dwarf, can't parse '65536': identifier '$arg1' at :147:7 source: if ($arg1 != 65536) ^ WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("int_var") WARNING: Downgrading SDT_V2 probe argument to dwarf, can't parse '4294934529': identifier '$arg1' at :155:8 source: if ($arg1 != 0xffff8001) ^ WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("unsigned_int_var") WARNING: Downgrading SDT_V2 probe argument to dwarf, can't parse '-65536': identifier '$arg1' at :167:7 source: if ($arg1 != -65536) ^ WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("const_int_var") WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("ptr_int_var") WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("long_int_var") WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("const_long_int_var") WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") WARNING: Downgrading SDT_V2 probe argument to dwarf, can't parse '2147483647': identifier '$arg1' at :406:7 source: if ($arg1 != 0x7fffffff) ^ WARNING: Downgrading SDT_V2 probe argument to dwarf, can't parse '.LC0': identifier '$arg3' at :414:27 source: arr_char = user_string ($arg3); ^ WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("constants") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_uprobe -O2 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -O3 -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -O3 -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_uprobe -O3 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_uprobe -O3 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x WARNING: Downgrading SDT_V2 probe argument to dwarf, can't parse '126': identifier '$arg1' at /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp:2:7 source: if ($arg1 != 126) ^ WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("char_var") WARNING: Downgrading SDT_V2 probe argument to dwarf, can't parse '33': identifier '$arg1' at :9:7 source: if ($arg1 != 33) ^ WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("const_char_var") WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("ptr_char_var") WARNING: Downgrading SDT_V2 probe argument to dwarf, can't parse '32767': identifier '$arg1' at :67:7 source: if ($arg1 != 32767) ^ WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("short_int_var") WARNING: Downgrading SDT_V2 probe argument to dwarf, can't parse '32769': identifier '$arg1' at :75:7 source: if ($arg1 != 0x8001) ^ WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("unsigned_short_int_var") WARNING: Downgrading SDT_V2 probe argument to dwarf, can't parse '-32767': identifier '$arg1' at :87:7 source: if ($arg1 != -32767) ^ WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("const_short_int_var") WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("ptr_short_int_var") WARNING: Downgrading SDT_V2 probe argument to dwarf, can't parse '65536': identifier '$arg1' at :147:7 source: if ($arg1 != 65536) ^ WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("int_var") WARNING: Downgrading SDT_V2 probe argument to dwarf, can't parse '4294934529': identifier '$arg1' at :155:8 source: if ($arg1 != 0xffff8001) ^ WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("unsigned_int_var") WARNING: Downgrading SDT_V2 probe argument to dwarf, can't parse '-65536': identifier '$arg1' at :167:7 source: if ($arg1 != -65536) ^ WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("const_int_var") WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("ptr_int_var") WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("long_int_var") WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("const_long_int_var") WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") WARNING: Downgrading SDT_V2 probe argument to dwarf, can't parse '2147483647': identifier '$arg1' at :406:7 source: if ($arg1 != 0x7fffffff) ^ WARNING: Downgrading SDT_V2 probe argument to dwarf, can't parse '.LC0': identifier '$arg3' at :414:27 source: arr_char = user_string ($arg3); ^ WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("constants") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_uprobe -O3 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -std=c89 -DNO_LONG_LONG -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -std=c89 -DNO_LONG_LONG -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_uprobe c89 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_uprobe c89 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_uprobe c89 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -std=c89 -pedantic -DNO_LONG_LONG -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -std=c89 -pedantic -DNO_LONG_LONG -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_uprobe c89 -pedantic spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_uprobe c89 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_uprobe c89 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -std=c99 -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -std=c99 -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_uprobe c99 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_uprobe c99 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_uprobe c99 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -std=c99 -pedantic -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -std=c99 -pedantic -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_uprobe c99 -pedantic spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_uprobe c99 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_uprobe c99 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -std=gnu99 -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -std=gnu99 -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_uprobe gnu99 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_uprobe gnu99 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_uprobe gnu99 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -std=gnu99 -pedantic -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -std=gnu99 -pedantic -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_uprobe gnu99 -pedantic spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_uprobe gnu99 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_uprobe gnu99 Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -std=c++98 -x c++ -DNO_LONG_LONG -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -std=c++98 -x c++ -DNO_LONG_LONG -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_uprobe c++98 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_uprobe c++98 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_uprobe c++98 Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -std=c++98 -x c++ -pedantic -DNO_LONG_LONG -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -std=c++98 -x c++ -pedantic -DNO_LONG_LONG -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_uprobe c++98 -pedantic spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_uprobe c++98 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_uprobe c++98 Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -std=gnu++98 -x c++ -DNO_LONG_LONG -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -std=gnu++98 -x c++ -DNO_LONG_LONG -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_uprobe gnu++98 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_uprobe gnu++98 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_uprobe gnu++98 Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -std=gnu++98 -x c++ -pedantic -DNO_LONG_LONG -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -std=gnu++98 -x c++ -pedantic -DNO_LONG_LONG -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_uprobe gnu++98 -pedantic spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_uprobe gnu++98 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_uprobe gnu++98 Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -std=c++0x -x c++ -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -std=c++0x -x c++ -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_uprobe c++0x spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_uprobe c++0x spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_uprobe c++0x Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -std=c++0x -x c++ -pedantic -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -std=c++0x -x c++ -pedantic -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_uprobe c++0x -pedantic spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_uprobe c++0x spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_uprobe c++0x Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -std=gnu++0x -x c++ -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -std=gnu++0x -x c++ -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_uprobe gnu++0x spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_uprobe gnu++0x spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_uprobe gnu++0x Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -std=gnu++0x -x c++ -pedantic -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V2 -std=gnu++0x -x c++ -pedantic -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V2_uprobe gnu++0x -pedantic spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V2_uprobe gnu++0x spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V2_uprobe gnu++0x Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -DSTAP_SDT_V2 -shared -fPIC -DNO_MAIN -lm -o /home/prasadkr/systemtap/testsuite/libsdt_V2_uprobe.so (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -DSTAP_SDT_V2 -shared -fPIC -DNO_MAIN -lm -o /home/prasadkr/systemtap/testsuite/libsdt_V2_uprobe.so Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -Wl,-rpath,/home/prasadkr/systemtap/testsuite -L/home/prasadkr/systemtap/testsuite -lsdt_V2_uprobe -DONLY_MAIN -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V2_uprobe_shared.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -Wl,-rpath,/home/prasadkr/systemtap/testsuite -L/home/prasadkr/systemtap/testsuite -lsdt_V2_uprobe -DONLY_MAIN -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V2_uprobe_shared.x PASS: sdt_misc compiling -shared V2_uprobe spawn /usr/local/bin/stap -c /home/prasadkr/systemtap/testsuite/sdt_misc_V2_uprobe_shared.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.stp /home/prasadkr/systemtap/testsuite/sdt_misc_V2_uprobe_shared.x /home/prasadkr/systemtap/testsuite/libsdt_V2_uprobe.so spawn /usr/local/bin/stap -c /home/prasadkr/systemtap/testsuite/sdt_misc_V2_uprobe_shared.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.stp /home/prasadkr/systemtap/testsuite/sdt_misc_V2_uprobe_shared.x /home/prasadkr/systemtap/testsuite/libsdt_V2_uprobe.so In test_probe_2 probe 0x2 In test_probe_1 probe 0x0 FAIL: sdt_misc (2) shared V2_uprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -DSTAP_SDT_V2 -shared -fPIC -DNO_MAIN -DLOOP -lm -o /home/prasadkr/systemtap/testsuite/libsdt_V2_uprobe_loop.so (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -DSTAP_SDT_V2 -shared -fPIC -DNO_MAIN -DLOOP -lm -o /home/prasadkr/systemtap/testsuite/libsdt_V2_uprobe_loop.so Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -I. -DSTAP_SDT_V2 -DLOOP -DONLY_MAIN -Wl,-rpath,/home/prasadkr/systemtap/testsuite -L/home/prasadkr/systemtap/testsuite -lsdt_V2_uprobe_loop -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V2_uprobe_loop_shared.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -I. -DSTAP_SDT_V2 -DLOOP -DONLY_MAIN -Wl,-rpath,/home/prasadkr/systemtap/testsuite -L/home/prasadkr/systemtap/testsuite -lsdt_V2_uprobe_loop -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V2_uprobe_loop_shared.x PASS: sdt_misc compiling V2_uprobe -DLOOP /home/prasadkr/systemtap/testsuite/sdt_misc_V2_uprobe_loop_shared.x >| ,semclean 2>&1 & TEST=$! ; /usr/local/bin/stap /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.stp /home/prasadkr/systemtap/testsuite/sdt_misc_V2_uprobe_loop_shared.x /home/prasadkr/systemtap/testsuite/libsdt_V2_uprobe_loop.so >| ,semout ; /usr/bin/kill -SIGINT $TEST spawn cat ,semout FAIL: sdt_misc (0) V2_uprobe shared attach spawn cat ,semclean PASS epilogue test_probe_0_semaphore=0 PASS epilogue test_probe_2_semaphore=0 PASS epilogue test_probe_3_semaphore=0 PASS epilogue test_probe_4_semaphore=0 PASS: sdt_misc V2_uprobe shared shared epilogue spawn /usr/local/bin/stap -L "process("./sdt_types.x").mark("*") spawn /usr/local/bin/stap -L process("./sdt_types.x").mark("*") process("./sdt_types.x").mark("arr_char") $arg1:long process("./sdt_types.x").mark("bitfields_a_var") $arg1:long $arg2:long $arg3:long $arg4:long $arg5:long $arg6:long $arg7:long $arg8:long process("./sdt_types.x").mark("bitfields_b_var") $arg1:long $arg2:long $arg3:long $arg4:long $arg5:long $arg6:long $arg7:long $arg8:long $arg9:long $arg10:long process("./sdt_types.x").mark("char_ptr_const_var") $arg1:long $arg2:long process("./sdt_types.x").mark("char_ptr_volatile_var") $arg1:long $arg2:long process("./sdt_types.x").mark("char_var") $arg1:long process("./sdt_types.x").mark("const_char_var") $arg1:long process("./sdt_types.x").mark("const_int_var") $arg1:long process("./sdt_types.x").mark("const_long_int_var") $arg1:long process("./sdt_types.x").mark("const_long_long_int_var") $arg1:long process("./sdt_types.x").mark("const_short_int_var") $arg1:long process("./sdt_types.x").mark("constants") $arg1:long $arg2:long $arg3:long process("./sdt_types.x").mark("int_ptr_const_var") $arg1:long $arg2:long process("./sdt_types.x").mark("int_ptr_volatile_var") $arg1:long $arg2:long process("./sdt_types.x").mark("int_var") $arg1:long process("./sdt_types.x").mark("long_int_ptr_const_var") $arg1:long $arg2:long process("./sdt_types.x").mark("long_int_ptr_volatile_var") $arg1:long $arg2:long process("./sdt_types.x").mark("long_int_var") $arg1:long process("./sdt_types.x").mark("long_long_int_ptr_const_var") $arg1:long $arg2:long process("./sdt_types.x").mark("long_long_int_ptr_volatile_var") $arg1:long $arg2:long process("./sdt_types.x").mark("long_long_int_var") $arg1:long process("./sdt_types.x").mark("ptr_char_var") $arg1:long $arg2:long $arg3:long process("./sdt_types.x").mark("ptr_const_char_var") $arg1:long $arg2:long process("./sdt_types.x").mark("ptr_const_int_var") $arg1:long $arg2:long process("./sdt_types.x").mark("ptr_const_long_int_var") $arg1:long $arg2:long process("./sdt_types.x").mark("ptr_const_long_long_int_var") $arg1:long $arg2:long process("./sdt_types.x").mark("ptr_const_short_int_var") $arg1:long $arg2:long process("./sdt_types.x").mark("ptr_int_var") $arg1:long $arg2:long $arg3:long process("./sdt_types.x").mark("ptr_long_int_var") $arg1:long $arg2:long process("./sdt_types.x").mark("ptr_long_long_int_var") $arg1:long $arg2:long $arg3:long process("./sdt_types.x").mark("ptr_short_int_var") $arg1:long $arg2:long $arg3:long process("./sdt_types.x").mark("ptr_volatile_char_var") $arg1:long $arg2:long process("./sdt_types.x").mark("ptr_volatile_int_var") $arg1:long $arg2:long process("./sdt_types.x").mark("ptr_volatile_long_int_var") $arg1:long $arg2:long process("./sdt_types.x").mark("ptr_volatile_long_long_int_var") $arg1:long $arg2:long process("./sdt_types.x").mark("ptr_volatile_short_int_var") $arg1:long $arg2:long process("./sdt_types.x").mark("short_int_ptr_const_var") $arg1:long $arg2:long process("./sdt_types.x").mark("short_int_ptr_volatile_var") $arg1:long $arg2:long process("./sdt_types.x").mark("short_int_var") $arg1:long process("./sdt_types.x").mark("something__dash__dash__something") process("./sdt_types.x").mark("unsigned_int_var") $arg1:long $arg2:long $arg3:long process("./sdt_types.x").mark("unsigned_short_int_var") $arg1:long $arg2:long $arg3:long process("./sdt_types.x").mark("volatile_char_var") $arg1:long process("./sdt_types.x").mark("volatile_int_var") $arg1:long process("./sdt_types.x").mark("volatile_long_int_var") $arg1:long process("./sdt_types.x").mark("volatile_long_long_int_var") $arg1:long process("./sdt_types.x").mark("volatile_short_int_var") $arg1:long spawn /usr/local/bin/stap -l process("./sdt_types.x").mark("*-*-*") process("./sdt_types.x").mark("something__dash__dash__something") FAIL: sdt_misc wildcard (48) V2_uprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -DSTAP_SDT_V2 -g -DNO_SLEEP -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V2_uprobe_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -DSTAP_SDT_V2 -g -DNO_SLEEP -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V2_uprobe_types.x PASS: sdt_misc compiling -g V2_uprobe --types spawn /usr/local/bin/stap -c /home/prasadkr/systemtap/testsuite/sdt_misc_V2_uprobe_types.x -e "probe process("/home/prasadkr/systemtap/testsuite/sdt_misc_V2_uprobe_types.x").mark("test_probe_4") {printf("In %s dtrace probe %#x %#x\n", $$name, $arg1->a, $arg1->b)}" spawn /usr/local/bin/stap -c /home/prasadkr/systemtap/testsuite/sdt_misc_V2_uprobe_types.x -e probe process("/home/prasadkr/systemtap/testsuite/sdt_misc_V2_uprobe_types.x").mark("test_probe_4") {printf("In %s dtrace probe %#x %#x\n", $$name, $arg1->a, $arg1->b)} In test_probe_4 dtrace probe 0x4 0x5 PASS: sdt_misc V2_uprobe --types /usr/local/bin/dtrace -DSTAP_SDT_V3 --types -h -s /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc_.d /usr/local/bin/dtrace -DSTAP_SDT_V3 --types -G -s /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc_.d PASS: sdt_misc dtrace -DSTAP_SDT_V3 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -DSTAP_SDT_V3 -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V3_uprobe.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -DSTAP_SDT_V3 -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V3_uprobe.x PASS: sdt_misc compiling V3_uprobe spawn /usr/local/bin/stap -c /home/prasadkr/systemtap/testsuite/sdt_misc_V3_uprobe.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.stp /home/prasadkr/systemtap/testsuite/sdt_misc_V3_uprobe.x spawn /usr/local/bin/stap -c /home/prasadkr/systemtap/testsuite/sdt_misc_V3_uprobe.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.stp /home/prasadkr/systemtap/testsuite/sdt_misc_V3_uprobe.x In test_probe_2 probe 0x2 In test_probe_2 probe 0x2 In test_probe_0 probe 0x3 In test_probe_3 probe 0x3 0x10000cf8 In test_probe_4 dtrace probe 0xfffd393ceb8 In test_probe_1 probe 0x0 PASS: sdt_misc V3_uprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -DSTAP_SDT_V3 -DLOOP -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V3_uprobe_loop.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -DSTAP_SDT_V3 -DLOOP -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V3_uprobe_loop.x PASS: sdt_misc compiling V3_uprobe -DLOOP /home/prasadkr/systemtap/testsuite/sdt_misc_V3_uprobe_loop.x >| ,semclean 2>&1 & TEST=$! ; /usr/local/bin/stap /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.stp /home/prasadkr/systemtap/testsuite/sdt_misc_V3_uprobe_loop.x >| ,semout ; /usr/bin/kill -SIGINT $TEST spawn cat ,semout In test_probe_2 probe 0x2 In test_probe_2 probe 0x2 In test_probe_0 probe 0x3 In test_probe_3 probe 0x3 0x10000da0 In test_probe_4 dtrace probe 0xfffeb632c68 In test_probe_1 probe 0x0 PASS: sdt_misc V3_uprobe attach spawn cat ,semclean PASS epilogue test_probe_0_semaphore=0 PASS epilogue test_probe_2_semaphore=0 PASS epilogue test_probe_3_semaphore=0 PASS epilogue test_probe_4_semaphore=0 PASS: sdt_misc V3_uprobe epilogue Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -O2 -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -O2 -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V3_uprobe -O2 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V3_uprobe -O2 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") WARNING: Downgrading SDT_V2 probe argument to dwarf, can't parse '.LC1@toc(2)': identifier '$arg3' at /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp:414:27 source: arr_char = user_string ($arg3); ^ WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("constants") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V3_uprobe -O2 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -O3 -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -O3 -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V3_uprobe -O3 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V3_uprobe -O3 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") WARNING: Downgrading SDT_V2 probe argument to dwarf, can't parse '.LC1@toc(2)': identifier '$arg3' at /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp:414:27 source: arr_char = user_string ($arg3); ^ WARNING: cannot find module /home/prasadkr/systemtap/testsuite/sdt_types.x debuginfo: No DWARF information found semantic error: no match while resolving probe point process("./sdt_types.x").mark("constants") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V3_uprobe -O3 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -std=c89 -DNO_LONG_LONG -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -std=c89 -DNO_LONG_LONG -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V3_uprobe c89 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V3_uprobe c89 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V3_uprobe c89 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -std=c89 -pedantic -DNO_LONG_LONG -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -std=c89 -pedantic -DNO_LONG_LONG -m64 -lm -o sdt_types.x cc1: warnings being treated as errors /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c: In function ‘main’: /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c:170: error: string length ‘521’ is greater than the length ‘509’ ISO C90 compilers are required to support /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c:180: error: string length ‘592’ is greater than the length ‘509’ ISO C90 compilers are required to support compiler exited with status 1 output is: cc1: warnings being treated as errors /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c: In function ‘main’: /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c:170: error: string length ‘521’ is greater than the length ‘509’ ISO C90 compilers are required to support /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c:180: error: string length ‘592’ is greater than the length ‘509’ ISO C90 compilers are required to support FAIL: sdt_misc compiling types V3_uprobe c89 -pedantic UNTESTED: sdt_misc types V3_uprobe c89 -pedantic Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -std=c99 -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -std=c99 -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V3_uprobe c99 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V3_uprobe c99 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V3_uprobe c99 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -std=c99 -pedantic -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -std=c99 -pedantic -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V3_uprobe c99 -pedantic spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V3_uprobe c99 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V3_uprobe c99 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -std=gnu99 -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -std=gnu99 -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V3_uprobe gnu99 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V3_uprobe gnu99 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V3_uprobe gnu99 Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -std=gnu99 -pedantic -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -std=gnu99 -pedantic -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V3_uprobe gnu99 -pedantic spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V3_uprobe gnu99 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V3_uprobe gnu99 Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -std=c++98 -x c++ -DNO_LONG_LONG -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -std=c++98 -x c++ -DNO_LONG_LONG -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V3_uprobe c++98 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V3_uprobe c++98 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V3_uprobe c++98 Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -std=c++98 -x c++ -pedantic -DNO_LONG_LONG -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -std=c++98 -x c++ -pedantic -DNO_LONG_LONG -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V3_uprobe c++98 -pedantic spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V3_uprobe c++98 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V3_uprobe c++98 Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -std=gnu++98 -x c++ -DNO_LONG_LONG -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -std=gnu++98 -x c++ -DNO_LONG_LONG -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V3_uprobe gnu++98 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V3_uprobe gnu++98 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V3_uprobe gnu++98 Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -std=gnu++98 -x c++ -pedantic -DNO_LONG_LONG -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -std=gnu++98 -x c++ -pedantic -DNO_LONG_LONG -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V3_uprobe gnu++98 -pedantic spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V3_uprobe gnu++98 spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V3_uprobe gnu++98 Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -std=c++0x -x c++ -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -std=c++0x -x c++ -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V3_uprobe c++0x spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V3_uprobe c++0x spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V3_uprobe c++0x Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -std=c++0x -x c++ -pedantic -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -std=c++0x -x c++ -pedantic -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V3_uprobe c++0x -pedantic spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V3_uprobe c++0x spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V3_uprobe c++0x Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -std=gnu++0x -x c++ -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -std=gnu++0x -x c++ -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V3_uprobe gnu++0x spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V3_uprobe gnu++0x spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V3_uprobe gnu++0x Executing on host: g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -std=gnu++0x -x c++ -pedantic -m64 -lm -o sdt_types.x (timeout = 300) spawn -ignore SIGHUP g++ /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror -I. -DSTAP_SDT_V3 -std=gnu++0x -x c++ -pedantic -m64 -lm -o sdt_types.x PASS: sdt_misc compiling types V3_uprobe gnu++0x -pedantic spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x # V3_uprobe gnu++0x spawn /usr/local/bin/stap -g -c ./sdt_types.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_types.stp ./sdt_types.x semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_small_var") semantic error: no match while resolving probe point process("./sdt_types.x").mark("bitfields_bit_var") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: sdt_misc types types V3_uprobe gnu++0x Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -DSTAP_SDT_V3 -shared -fPIC -DNO_MAIN -lm -o /home/prasadkr/systemtap/testsuite/libsdt_V3_uprobe.so (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -DSTAP_SDT_V3 -shared -fPIC -DNO_MAIN -lm -o /home/prasadkr/systemtap/testsuite/libsdt_V3_uprobe.so Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -Wl,-rpath,/home/prasadkr/systemtap/testsuite -L/home/prasadkr/systemtap/testsuite -lsdt_V3_uprobe -DONLY_MAIN -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V3_uprobe_shared.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -Wl,-rpath,/home/prasadkr/systemtap/testsuite -L/home/prasadkr/systemtap/testsuite -lsdt_V3_uprobe -DONLY_MAIN -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V3_uprobe_shared.x PASS: sdt_misc compiling -shared V3_uprobe spawn /usr/local/bin/stap -c /home/prasadkr/systemtap/testsuite/sdt_misc_V3_uprobe_shared.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.stp /home/prasadkr/systemtap/testsuite/sdt_misc_V3_uprobe_shared.x /home/prasadkr/systemtap/testsuite/libsdt_V3_uprobe.so spawn /usr/local/bin/stap -c /home/prasadkr/systemtap/testsuite/sdt_misc_V3_uprobe_shared.x /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.stp /home/prasadkr/systemtap/testsuite/sdt_misc_V3_uprobe_shared.x /home/prasadkr/systemtap/testsuite/libsdt_V3_uprobe.so In test_probe_2 probe 0x2 In test_probe_2 probe 0x2 In test_probe_0 probe 0x3 In test_probe_3 probe 0x3 0x10000ae0 In test_probe_4 dtrace probe 0xfffd2059068 In test_probe_1 probe 0x0 PASS: sdt_misc shared V3_uprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -DSTAP_SDT_V3 -shared -fPIC -DNO_MAIN -DLOOP -lm -o /home/prasadkr/systemtap/testsuite/libsdt_V3_uprobe_loop.so (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -DSTAP_SDT_V3 -shared -fPIC -DNO_MAIN -DLOOP -lm -o /home/prasadkr/systemtap/testsuite/libsdt_V3_uprobe_loop.so Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -I. -DSTAP_SDT_V3 -DLOOP -DONLY_MAIN -Wl,-rpath,/home/prasadkr/systemtap/testsuite -L/home/prasadkr/systemtap/testsuite -lsdt_V3_uprobe_loop -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V3_uprobe_loop_shared.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -I. -DSTAP_SDT_V3 -DLOOP -DONLY_MAIN -Wl,-rpath,/home/prasadkr/systemtap/testsuite -L/home/prasadkr/systemtap/testsuite -lsdt_V3_uprobe_loop -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V3_uprobe_loop_shared.x PASS: sdt_misc compiling V3_uprobe -DLOOP /home/prasadkr/systemtap/testsuite/sdt_misc_V3_uprobe_loop_shared.x >| ,semclean 2>&1 & TEST=$! ; /usr/local/bin/stap /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.stp /home/prasadkr/systemtap/testsuite/sdt_misc_V3_uprobe_loop_shared.x /home/prasadkr/systemtap/testsuite/libsdt_V3_uprobe_loop.so >| ,semout ; /usr/bin/kill -SIGINT $TEST spawn cat ,semout In test_probe_2 probe 0x2 In test_probe_2 probe 0x2 In test_probe_0 probe 0x3 In test_probe_3 probe 0x3 0x10000b38 In test_probe_4 dtrace probe 0xfffcdb39fa8 In test_probe_1 probe 0x0 PASS: sdt_misc V3_uprobe shared attach spawn cat ,semclean PASS epilogue test_probe_0_semaphore=0 PASS epilogue test_probe_2_semaphore=0 PASS epilogue test_probe_3_semaphore=0 PASS epilogue test_probe_4_semaphore=0 PASS: sdt_misc V3_uprobe shared shared epilogue spawn /usr/local/bin/stap -L "process("./sdt_types.x").mark("*") spawn /usr/local/bin/stap -L process("./sdt_types.x").mark("*") process("./sdt_types.x").mark("arr_char") $arg1:long process("./sdt_types.x").mark("bitfields_a_var") $arg1:long $arg2:long $arg3:long $arg4:long $arg5:long $arg6:long $arg7:long $arg8:long process("./sdt_types.x").mark("bitfields_b_var") $arg1:long $arg2:long $arg3:long $arg4:long $arg5:long $arg6:long $arg7:long $arg8:long $arg9:long $arg10:long process("./sdt_types.x").mark("char_ptr_const_var") $arg1:long $arg2:long process("./sdt_types.x").mark("char_ptr_volatile_var") $arg1:long $arg2:long process("./sdt_types.x").mark("char_var") $arg1:long process("./sdt_types.x").mark("const_char_var") $arg1:long process("./sdt_types.x").mark("const_int_var") $arg1:long process("./sdt_types.x").mark("const_long_int_var") $arg1:long process("./sdt_types.x").mark("const_long_long_int_var") $arg1:long process("./sdt_types.x").mark("const_short_int_var") $arg1:long process("./sdt_types.x").mark("constants") $arg1:long $arg2:long $arg3:long process("./sdt_types.x").mark("int_ptr_const_var") $arg1:long $arg2:long process("./sdt_types.x").mark("int_ptr_volatile_var") $arg1:long $arg2:long process("./sdt_types.x").mark("int_var") $arg1:long process("./sdt_types.x").mark("long_int_ptr_const_var") $arg1:long $arg2:long process("./sdt_types.x").mark("long_int_ptr_volatile_var") $arg1:long $arg2:long process("./sdt_types.x").mark("long_int_var") $arg1:long process("./sdt_types.x").mark("long_long_int_ptr_const_var") $arg1:long $arg2:long process("./sdt_types.x").mark("long_long_int_ptr_volatile_var") $arg1:long $arg2:long process("./sdt_types.x").mark("long_long_int_var") $arg1:long process("./sdt_types.x").mark("ptr_char_var") $arg1:long $arg2:long $arg3:long process("./sdt_types.x").mark("ptr_const_char_var") $arg1:long $arg2:long process("./sdt_types.x").mark("ptr_const_int_var") $arg1:long $arg2:long process("./sdt_types.x").mark("ptr_const_long_int_var") $arg1:long $arg2:long process("./sdt_types.x").mark("ptr_const_long_long_int_var") $arg1:long $arg2:long process("./sdt_types.x").mark("ptr_const_short_int_var") $arg1:long $arg2:long process("./sdt_types.x").mark("ptr_int_var") $arg1:long $arg2:long $arg3:long process("./sdt_types.x").mark("ptr_long_int_var") $arg1:long $arg2:long process("./sdt_types.x").mark("ptr_long_long_int_var") $arg1:long $arg2:long $arg3:long process("./sdt_types.x").mark("ptr_short_int_var") $arg1:long $arg2:long $arg3:long process("./sdt_types.x").mark("ptr_volatile_char_var") $arg1:long $arg2:long process("./sdt_types.x").mark("ptr_volatile_int_var") $arg1:long $arg2:long process("./sdt_types.x").mark("ptr_volatile_long_int_var") $arg1:long $arg2:long process("./sdt_types.x").mark("ptr_volatile_long_long_int_var") $arg1:long $arg2:long process("./sdt_types.x").mark("ptr_volatile_short_int_var") $arg1:long $arg2:long process("./sdt_types.x").mark("short_int_ptr_const_var") $arg1:long $arg2:long process("./sdt_types.x").mark("short_int_ptr_volatile_var") $arg1:long $arg2:long process("./sdt_types.x").mark("short_int_var") $arg1:long process("./sdt_types.x").mark("something__dash__dash__something") process("./sdt_types.x").mark("unsigned_int_var") $arg1:long $arg2:long $arg3:long process("./sdt_types.x").mark("unsigned_short_int_var") $arg1:long $arg2:long $arg3:long process("./sdt_types.x").mark("volatile_char_var") $arg1:long process("./sdt_types.x").mark("volatile_int_var") $arg1:long process("./sdt_types.x").mark("volatile_long_int_var") $arg1:long process("./sdt_types.x").mark("volatile_long_long_int_var") $arg1:long process("./sdt_types.x").mark("volatile_short_int_var") $arg1:long spawn /usr/local/bin/stap -l process("./sdt_types.x").mark("*-*-*") process("./sdt_types.x").mark("something__dash__dash__something") FAIL: sdt_misc wildcard (48) V3_uprobe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -DSTAP_SDT_V3 -g -DNO_SLEEP -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V3_uprobe_types.x (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -Wall -Werror /home/prasadkr/systemtap/testsuite/sdt_misc_.o -I. -DSTAP_SDT_V3 -g -DNO_SLEEP -lm -o /home/prasadkr/systemtap/testsuite/sdt_misc_V3_uprobe_types.x PASS: sdt_misc compiling -g V3_uprobe --types spawn /usr/local/bin/stap -c /home/prasadkr/systemtap/testsuite/sdt_misc_V3_uprobe_types.x -e "probe process("/home/prasadkr/systemtap/testsuite/sdt_misc_V3_uprobe_types.x").mark("test_probe_4") {printf("In %s dtrace probe %#x %#x\n", $$name, $arg1->a, $arg1->b)}" spawn /usr/local/bin/stap -c /home/prasadkr/systemtap/testsuite/sdt_misc_V3_uprobe_types.x -e probe process("/home/prasadkr/systemtap/testsuite/sdt_misc_V3_uprobe_types.x").mark("test_probe_4") {printf("In %s dtrace probe %#x %#x\n", $$name, $arg1->a, $arg1->b)} In test_probe_4 dtrace probe 0x4 0x5 PASS: sdt_misc V3_uprobe --types testcase /home/prasadkr/systemtap/testsuite/systemtap.base/sdt_misc.exp completed in 406 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/set_kernel.exp ... executing: stap -v -g /home/prasadkr/systemtap/testsuite/systemtap.base/set_kernel.stp spawn stap -v -g /home/prasadkr/systemtap/testsuite/systemtap.base/set_kernel.stp Pass 1: parsed user script and 75 library script(s) using 38592virt/30784res/7872shr kb, in 250usr/0sys/247real ms. Pass 2: analyzed script: 3 probe(s), 15 function(s), 0 embed(s), 1 global(s) using 39168virt/31488res/8064shr kb, in 0usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapQLAStT/stap_8a8b4be4c03453ffeaa0b71de7852095_7416.c" using 39168virt/31808res/8384shr kb, in 10usr/0sys/5real ms. Pass 4: compiled C into "stap_8a8b4be4c03453ffeaa0b71de7852095_7416.ko" in 2050usr/200sys/2261real ms. Pass 5: starting run. systemtap starting probe PASS: systemtap.base/set_kernel.stp startup PASS: systemtap.base/set_kernel.stp load generation systemtap ending probe systemtap test success Pass 5: run completed in 0usr/20sys/328real ms. FAIL: systemtap.base/set_kernel.stp shutdown (eof) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/set_kernel.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/simple.exp ... executing: stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/simple.stp spawn stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/simple.stp Pass 1: parsed user script and 75 library script(s) using 38528virt/30592res/7872shr kb, in 250usr/0sys/245real ms. Pass 2: analyzed script: 2 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 39104virt/31296res/8064shr kb, in 0usr/0sys/5real ms. Pass 3: translated to C into "/tmp/stapKtEMfT/stap_2b348bcd447c6f37080130feb499d470_683.c" using 39104virt/31680res/8384shr kb, in 0usr/0sys/0real ms. Pass 4: compiled C into "stap_2b348bcd447c6f37080130feb499d470_683.ko" in 1630usr/200sys/1845real ms. Pass 5: starting run. systemtap starting probe PASS: systemtap.base/simple.stp startup systemtap ending probe Pass 5: run completed in 0usr/20sys/328real ms. PASS: systemtap.base/simple.stp shutdown and output metric: systemtap.base/simple.stp 250 0 245 0 0 5 0 0 0 1630 200 1845 0 20 328 testcase /home/prasadkr/systemtap/testsuite/systemtap.base/simple.exp completed in 2 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/skipped.exp ... spawn stap -e global f probe timer.profile { f++; snooze() } function snooze() %{ udelay(10000); %} -DMAXTRYLOCK=0 -DSTP_NO_OVERLOAD -tug ERROR: Skipped too many probes, check MAXSKIPPED or try again with stap -t for more details. WARNING: Number of errors: 0, skipped probes: 101 WARNING: Skipped due to global 'f' lock timeout: 101 ----- probe hit report: timer.profile, (:3:1), hits: 398, cycles: 98min/3820869avg/5124799max, from: timer.profile Pass 5: run failed. Try again with another '--vp 00001' option. FAIL: skip tracking (2 0 2 1) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/skipped.exp completed in 8 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/statement.exp ... PASS: bz6905 compile spawn stap -p2 /home/prasadkr/systemtap/testsuite/systemtap.base/bz6905.stp # probes process("/home/prasadkr/systemtap/testsuite/bz6905").statement("main@/home/prasadkr/systemtap/testsuite/systemtap.base/bz6905.c:2") /* pc=.absolute+0x100004e0 */ /* <- process("./bz6905").statement("main@bz6905.c:*") */ process("/home/prasadkr/systemtap/testsuite/bz6905").statement("main@/home/prasadkr/systemtap/testsuite/systemtap.base/bz6905.c:5") /* pc=.absolute+0x100004ec */ /* <- process("./bz6905").statement("main@bz6905.c:*") */ process("/home/prasadkr/systemtap/testsuite/bz6905").statement("main@/home/prasadkr/systemtap/testsuite/systemtap.base/bz6905.c:6") /* pc=.absolute+0x100004f8 */ /* <- process("./bz6905").statement("main@bz6905.c:*") */ process("/home/prasadkr/systemtap/testsuite/bz6905").statement("main@/home/prasadkr/systemtap/testsuite/systemtap.base/bz6905.c:7") /* pc=.absolute+0x100004fc */ /* <- process("./bz6905").statement("main@bz6905.c:*") */ PASS: bz6905 -p2 PASS: bz10294 compile spawn stap -p2 /home/prasadkr/systemtap/testsuite/systemtap.base/bz10294.stp # probes process("/home/prasadkr/systemtap/testsuite/bz10294").statement("func_b@/home/prasadkr/systemtap/testsuite/systemtap.base/bz10294.c:10") /* pc=.absolute+0x10000538 */ /* <- process("./bz10294").statement("*@bz10294.c:10-10") */ PASS: bz10294 -p2 spawn stap -p2 -we probe %( CONFIG_UTRACE == "y" %? process("./bz10294").statement("foo@bz10294.c:*") %: never %) {} semantic error: no match while resolving probe point process("./bz10294").statement("foo@bz10294.c:*") Pass 2: analysis failed. Try again with another '--vp 01' option. XFAIL: stmtnofunc testcase /home/prasadkr/systemtap/testsuite/systemtap.base/statement.exp completed in 1 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/stmt_rel.exp ... spawn stap -l kernel.statement("bio_init@fs/bio.c+2") kernel.statement("bio_init@fs/bio.c:257") spawn stap -l kernel.statement("bio_init@fs/bio.c+3") kernel.statement("bio_init@fs/bio.c:258") PASS: stmt_rel line numbers spawn stap -l kernel.statement("bio_init@fs/bio.c:*") kernel.statement("bio_init@fs/bio.c:255") kernel.statement("bio_init@fs/bio.c:256") kernel.statement("bio_init@fs/bio.c:257") kernel.statement("bio_init@fs/bio.c:258") kernel.statement("bio_init@fs/bio.c:260") PASS: stmt_rel wildcard testcase /home/prasadkr/systemtap/testsuite/systemtap.base/stmt_rel.exp completed in 4 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/stmtvars.exp ... spawn stap -e probe kernel.function("do_sys_open") {$foo} -p4 -vv -u Created temporary directory "/tmp/stapsREMkc" SystemTap translator/driver (version 1.5/0.148 commit release-1.4-37-g55b377f + changes) Copyright (C) 2005-2011 Red Hat, Inc. and others This is free software; see the source for copying conditions. enabled features: LIBRPM LIBSQLITE3 TR1_UNORDERED_MAP Session arch: powerpc release: 2.6.32-71.el6.ppc64 Searched "/usr/local/share/systemtap/tapset/powerpc/*.stp", found 3 processed 3 Searched "/usr/local/share/systemtap/tapset/*.stp", found 72 processed 72 Pass 1: parsed user script and 75 library script(s) using 38272virt/30464res/7872shr kb, in 270usr/0sys/262real ms. probe do_sys_open@fs/open.c:1035 kernel reloc=.dynamic pc=0xc0000000001adb20 semantic error: unable to find local 'foo' near pc 0xc0000000001adb20 in do_sys_open(fs/open.c) (alternatives: $dfd $filename $flags $mode $tmp $fd): identifier '$foo' at :1:39 source: probe kernel.function("do_sys_open") {$foo} ^ Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 161920virt/112576res/69824shr kb, in 460usr/10sys/471real ms. Pass 2: analysis failed. Try again with another '--vp 01' option. Running rm -rf /tmp/stapsREMkc pc=0xc0000000001adb20 vars=$dfd $filename $flags $mode $tmp $fd PASS: stmtvars - .function spawn stap -e probe kernel.statement(0xc0000000001adb20) {$foo} -p4 -vv -u Created temporary directory "/tmp/stapc99ZX1" SystemTap translator/driver (version 1.5/0.148 commit release-1.4-37-g55b377f + changes) Copyright (C) 2005-2011 Red Hat, Inc. and others This is free software; see the source for copying conditions. enabled features: LIBRPM LIBSQLITE3 TR1_UNORDERED_MAP Session arch: powerpc release: 2.6.32-71.el6.ppc64 Searched "/usr/local/share/systemtap/tapset/powerpc/*.stp", found 3 processed 3 Searched "/usr/local/share/systemtap/tapset/*.stp", found 72 processed 72 Pass 1: parsed user script and 75 library script(s) using 38272virt/30464res/7872shr kb, in 240usr/0sys/245real ms. probe do_sys_open@fs/open.c:1036 kernel reloc=.dynamic pc=0xc0000000001adb20 semantic error: unable to find local 'foo' near pc 0xc0000000001adb20 in do_sys_open(fs/open.c) (alternatives: $dfd $filename $flags $mode $tmp $fd): identifier '$foo' at :1:45 source: probe kernel.statement(0xc0000000001adb20) {$foo} ^ Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 150592virt/95744res/64192shr kb, in 90usr/0sys/99real ms. Pass 2: analysis failed. Try again with another '--vp 01' option. Running rm -rf /tmp/stapc99ZX1 pc2=0xc0000000001adb20 vars2=$dfd $filename $flags $mode $tmp $fd PASS: stmtvars testcase /home/prasadkr/systemtap/testsuite/systemtap.base/stmtvars.exp completed in 1 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/strftime.exp ... PASS: strftime (%S and %T) PASS: strftime (except %S and %T) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/strftime.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/system_func.exp ... spawn stap /home/prasadkr/systemtap/testsuite/systemtap.base/system_func.stp root do_sys_open cat: __xyzzy123ABC__: No such file or directory DONE PASS: system_func testcase /home/prasadkr/systemtap/testsuite/systemtap.base/system_func.exp completed in 5 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/tapset_includes.exp ... PASS: tapset include global PASS: tapset include function PASS: tapset include alias testcase /home/prasadkr/systemtap/testsuite/systemtap.base/tapset_includes.exp completed in 7 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/target_set.exp ... spawn stap /home/prasadkr/systemtap/testsuite/systemtap.base/target_set.stp 12345 -c ( ( /bin/sleep 12345 ) ; ( /bin/sleep 12345 ) ; ( /bin/sleep 12345 ) ) semantic error: invalid access '->tv_sec' vs. long int: operator '->' at /home/prasadkr/systemtap/testsuite/systemtap.base/target_set.stp:9:36 source: if (target_set_pid(pid()) && $rqtp->tv_sec == $1) ^ Pass 2: analysis failed. Try again with another '--vp 01' option. ERROR: tcl error sourcing /home/prasadkr/systemtap/testsuite/systemtap.base/target_set.exp. ERROR: expect: spawn id exp15 not open while executing "expect { -re {^([0-9]+) begat ([0-9]+)\r\n} { set pid_array($expect_out(1,string)) $expect_out(2,string) } timeout { failtest; return -code retu..." (procedure "expect_target_set_pids" line 5) invoked from within "expect_target_set_pids 1" (file "/home/prasadkr/systemtap/testsuite/systemtap.base/target_set.exp" line 54) invoked from within "source /home/prasadkr/systemtap/testsuite/systemtap.base/target_set.exp" ("uplevel" body line 1) invoked from within "uplevel #0 source /home/prasadkr/systemtap/testsuite/systemtap.base/target_set.exp" invoked from within "catch "uplevel #0 source $test_file_name"" testcase /home/prasadkr/systemtap/testsuite/systemtap.base/target_set.exp completed in 1 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/timeofday.exp ... executing: stap -v -e { global timeofday probe kernel.function("do_timer") { timeofday = gettimeofday_us() } probe begin { log("systemtap starting probe") } probe end { log("systemtap ending probe") printf("%d\n", timeofday) } } spawn stap -v -e global timeofday probe kernel.function("do_timer") { timeofday = gettimeofday_us() } probe begin { log("systemtap starting probe") } probe end { log("systemtap ending probe") printf("%d\n", timeofday) } Pass 1: parsed user script and 75 library script(s) using 38528virt/30592res/7872shr kb, in 250usr/0sys/263real ms. Pass 2: analyzed script: 3 probe(s), 3 function(s), 1 embed(s), 1 global(s) using 162176virt/112832res/69824shr kb, in 460usr/10sys/470real ms. Pass 3: translated to C into "/tmp/stapCvmhnk/stap_f22d3ac3bcca7cc9c20255911d449cf6_1445.c" using 162176virt/114368res/71360shr kb, in 1210usr/10sys/1217real ms. Pass 4: compiled C into "stap_f22d3ac3bcca7cc9c20255911d449cf6_1445.ko" in 2370usr/210sys/2587real ms. Pass 5: starting run. systemtap starting probe PASS: timeofday test startup PASS: timeofday test load generation systemtap ending probe 1296666619382741 PASS: timeofday test shutdown and output Pass 5: run completed in 10usr/30sys/1480real ms. metric: timeofday test 250 0 263 460 10 470 1210 10 1217 2370 210 2587 10 30 1480 testcase /home/prasadkr/systemtap/testsuite/systemtap.base/timeofday.exp completed in 6 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/timers.exp ... executing: stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/timers.stp spawn stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/timers.stp Pass 1: parsed user script and 75 library script(s) using 38528virt/30656res/7872shr kb, in 250usr/0sys/263real ms. Pass 2: analyzed script: 9 probe(s), 0 function(s), 0 embed(s), 7 global(s) using 39104virt/31360res/8064shr kb, in 10usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stap9Npb7t/stap_574215c084379c194750c6ea0550705f_2024.c" using 147776virt/41600res/13056shr kb, in 1210usr/10sys/1219real ms. Pass 4: compiled C into "stap_574215c084379c194750c6ea0550705f_2024.ko" in 2420usr/210sys/2644real ms. Pass 5: starting run. systemtap starting probe PASS: systemtap.base/timers.stp startup PASS: systemtap.base/timers.stp load generation systemtap ending probe p = 2050 j1 = 1025 j2 = 512 jmax = 0 ms1 = 10252 ms500 = 20 msmax = 0 systemtap test success systemtap test success systemtap test success systemtap test success Pass 5: run completed in 10usr/20sys/10381real ms. FAIL: systemtap.base/timers.stp shutdown (eof) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/timers.exp completed in 15 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/tracepoints.exp ... spawn stap -l kernel.trace("*") kernel.trace("block_bio_backmerge") kernel.trace("block_bio_bounce") kernel.trace("block_bio_complete") kernel.trace("block_bio_frontmerge") kernel.trace("block_bio_queue") kernel.trace("block_getrq") kernel.trace("block_plug") kernel.trace("block_remap") kernel.trace("block_rq_abort") kernel.trace("block_rq_complete") kernel.trace("block_rq_insert") kernel.trace("block_rq_issue") kernel.trace("block_rq_remap") kernel.trace("block_rq_requeue") kernel.trace("block_sleeprq") kernel.trace("block_split") kernel.trace("block_unplug_io") kernel.trace("block_unplug_timer") kernel.trace("ext4_alloc_da_blocks") kernel.trace("ext4_allocate_blocks") kernel.trace("ext4_allocate_inode") kernel.trace("ext4_da_write_begin") kernel.trace("ext4_da_write_end") kernel.trace("ext4_da_write_pages") kernel.trace("ext4_da_writepages") kernel.trace("ext4_da_writepages_result") kernel.trace("ext4_discard_blocks") kernel.trace("ext4_discard_preallocations") kernel.trace("ext4_free_blocks") kernel.trace("ext4_free_inode") kernel.trace("ext4_journalled_write_end") kernel.trace("ext4_mb_discard_preallocations") kernel.trace("ext4_mb_new_group_pa") kernel.trace("ext4_mb_new_inode_pa") kernel.trace("ext4_mb_release_group_pa") kernel.trace("ext4_mb_release_inode_pa") kernel.trace("ext4_mballoc_alloc") kernel.trace("ext4_mballoc_discard") kernel.trace("ext4_mballoc_free") kernel.trace("ext4_mballoc_prealloc") kernel.trace("ext4_ordered_write_end") kernel.trace("ext4_request_blocks") kernel.trace("ext4_request_inode") kernel.trace("ext4_sync_file") kernel.trace("ext4_sync_fs") kernel.trace("ext4_write_begin") kernel.trace("ext4_writeback_write_end") kernel.trace("ext4_writepage") kernel.trace("hrtimer_cancel") kernel.trace("hrtimer_expire_entry") kernel.trace("hrtimer_expire_exit") kernel.trace("hrtimer_init") kernel.trace("hrtimer_start") kernel.trace("irq_handler_entry") kernel.trace("irq_handler_exit") kernel.trace("itimer_expire") kernel.trace("itimer_state") kernel.trace("jbd2_checkpoint") kernel.trace("jbd2_checkpoint_stats") kernel.trace("jbd2_commit_flushing") kernel.trace("jbd2_commit_locking") kernel.trace("jbd2_commit_logging") kernel.trace("jbd2_end_commit") kernel.trace("jbd2_run_stats") kernel.trace("jbd2_start_commit") kernel.trace("jbd2_submit_inode_data") kernel.trace("kfree") kernel.trace("kfree_skb") kernel.trace("kmalloc") kernel.trace("kmalloc_node") kernel.trace("kmem_cache_alloc") kernel.trace("kmem_cache_alloc_node") kernel.trace("kmem_cache_free") kernel.trace("kvm_mmio") kernel.trace("mm_anon_cow") kernel.trace("mm_anon_fault") kernel.trace("mm_anon_pgin") kernel.trace("mm_anon_unmap") kernel.trace("mm_anon_userfree") kernel.trace("mm_background_writeout") kernel.trace("mm_balancedirty_writeout") kernel.trace("mm_directreclaim_reclaimall") kernel.trace("mm_directreclaim_reclaimzone") kernel.trace("mm_filemap_cow") kernel.trace("mm_filemap_fault") kernel.trace("mm_filemap_unmap") kernel.trace("mm_filemap_userunmap") kernel.trace("mm_kernel_pagefault") kernel.trace("mm_kswapd_ran") kernel.trace("mm_olddata_writeout") kernel.trace("mm_page_alloc") kernel.trace("mm_page_alloc_extfrag") kernel.trace("mm_page_alloc_zone_locked") kernel.trace("mm_page_free_direct") kernel.trace("mm_page_pcpu_drain") kernel.trace("mm_pagereclaim_free") kernel.trace("mm_pagereclaim_pgout") kernel.trace("mm_pagereclaim_shrinkactive") kernel.trace("mm_pagereclaim_shrinkinactive") kernel.trace("mm_pagereclaim_shrinkzone") kernel.trace("mm_pagevec_free") kernel.trace("mm_vmscan_direct_reclaim_begin") kernel.trace("mm_vmscan_direct_reclaim_end") kernel.trace("mm_vmscan_kswapd_sleep") kernel.trace("mm_vmscan_kswapd_wake") kernel.trace("mm_vmscan_lru_isolate") kernel.trace("mm_vmscan_wakeup_kswapd") kernel.trace("mm_vmscan_writepage") kernel.trace("module_free") kernel.trace("module_get") kernel.trace("module_load") kernel.trace("module_put") kernel.trace("module_request") kernel.trace("napi_poll") kernel.trace("power_end") kernel.trace("power_frequency") kernel.trace("power_start") kernel.trace("rpc_bind_status") kernel.trace("rpc_call_status") kernel.trace("rpc_connect_status") kernel.trace("sched_kthread_stop") kernel.trace("sched_kthread_stop_ret") kernel.trace("sched_migrate_task") kernel.trace("sched_process_exit") kernel.trace("sched_process_fork") kernel.trace("sched_process_free") kernel.trace("sched_process_wait") kernel.trace("sched_stat_iowait") kernel.trace("sched_stat_runtime") kernel.trace("sched_stat_sleep") kernel.trace("sched_stat_wait") kernel.trace("sched_switch") kernel.trace("sched_wait_task") kernel.trace("sched_wakeup") kernel.trace("sched_wakeup_new") kernel.trace("scsi_dispatch_cmd_done") kernel.trace("scsi_dispatch_cmd_error") kernel.trace("scsi_dispatch_cmd_start") kernel.trace("scsi_dispatch_cmd_timeout") kernel.trace("scsi_eh_wakeup") kernel.trace("signal_deliver") kernel.trace("signal_generate") kernel.trace("signal_lose_info") kernel.trace("signal_overflow_fail") kernel.trace("skb_copy_datagram_iovec") kernel.trace("softirq_entry") kernel.trace("softirq_exit") kernel.trace("timer_cancel") kernel.trace("timer_expire_entry") kernel.trace("timer_expire_exit") kernel.trace("timer_init") kernel.trace("timer_start") kernel.trace("wbc_balance_dirty_start") kernel.trace("wbc_balance_dirty_wait") kernel.trace("wbc_balance_dirty_written") kernel.trace("wbc_writeback_start") kernel.trace("wbc_writeback_wait") kernel.trace("wbc_writeback_written") kernel.trace("wbc_writepage") kernel.trace("workqueue_creation") kernel.trace("workqueue_destruction") kernel.trace("workqueue_execution") kernel.trace("workqueue_insertion") kernel.trace("writeback_bdi_register") kernel.trace("writeback_bdi_unregister") kernel.trace("writeback_exec") kernel.trace("writeback_nothread") kernel.trace("writeback_nowork") kernel.trace("writeback_pages_written") kernel.trace("writeback_queue") kernel.trace("writeback_task_start") kernel.trace("writeback_task_stop") Trying stap -w -p4 -e probe begin {} probe kernel.trace("block_bio_backmerge") { println($$name, $$vars) } probe kernel.trace("block_bio_bounce") { println($$name, $$vars) } probe kernel.trace("block_bio_complete") { println($$name, $$vars) } probe kernel.trace("block_bio_frontmerge") { println($$name, $$vars) } probe kernel.trace("block_bio_queue") { println($$name, $$vars) } probe kernel.trace("block_getrq") { println($$name, $$vars) } probe kernel.trace("block_plug") { println($$name, $$vars) } probe kernel.trace("block_remap") { println($$name, $$vars) } probe kernel.trace("block_rq_abort") { println($$name, $$vars) } probe kernel.trace("block_rq_complete") { println($$name, $$vars) } probe kernel.trace("block_rq_insert") { println($$name, $$vars) } probe kernel.trace("block_rq_issue") { println($$name, $$vars) } probe kernel.trace("block_rq_remap") { println($$name, $$vars) } probe kernel.trace("block_rq_requeue") { println($$name, $$vars) } probe kernel.trace("block_sleeprq") { println($$name, $$vars) } probe kernel.trace("block_split") { println($$name, $$vars) } probe kernel.trace("block_unplug_io") { println($$name, $$vars) } probe kernel.trace("block_unplug_timer") { println($$name, $$vars) } probe kernel.trace("ext4_alloc_da_blocks") { println($$name, $$vars) } probe kernel.trace("ext4_allocate_blocks") { println($$name, $$vars) } probe kernel.trace("ext4_allocate_inode") { println($$name, $$vars) } probe kernel.trace("ext4_da_write_begin") { println($$name, $$vars) } probe kernel.trace("ext4_da_write_end") { println($$name, $$vars) } probe kernel.trace("ext4_da_write_pages") { println($$name, $$vars) } probe kernel.trace("ext4_da_writepages") { println($$name, $$vars) } probe kernel.trace("ext4_da_writepages_result") { println($$name, $$vars) } probe kernel.trace("ext4_discard_blocks") { println($$name, $$vars) } probe kernel.trace("ext4_discard_preallocations") { println($$name, $$vars) } probe kernel.trace("ext4_free_blocks") { println($$name, $$vars) } probe kernel.trace("ext4_free_inode") { println($$name, $$vars) } probe kernel.trace("ext4_journalled_write_end") { println($$name, $$vars) } probe kernel.trace("ext4_mb_discard_preallocations") { println($$name, $$vars) } probe kernel.trace("ext4_mb_new_group_pa") { println($$name, $$vars) } probe kernel.trace("ext4_mb_new_inode_pa") { println($$name, $$vars) } probe kernel.trace("ext4_mb_release_group_pa") { println($$name, $$vars) } probe kernel.trace("ext4_mb_release_inode_pa") { println($$name, $$vars) } probe kernel.trace("ext4_mballoc_alloc") { println($$name, $$vars) } probe kernel.trace("ext4_mballoc_discard") { println($$name, $$vars) } probe kernel.trace("ext4_mballoc_free") { println($$name, $$vars) } probe kernel.trace("ext4_mballoc_prealloc") { println($$name, $$vars) } probe kernel.trace("ext4_ordered_write_end") { println($$name, $$vars) } probe kernel.trace("ext4_request_blocks") { println($$name, $$vars) } probe kernel.trace("ext4_request_inode") { println($$name, $$vars) } probe kernel.trace("ext4_sync_file") { println($$name, $$vars) } probe kernel.trace("ext4_sync_fs") { println($$name, $$vars) } probe kernel.trace("ext4_write_begin") { println($$name, $$vars) } probe kernel.trace("ext4_writeback_write_end") { println($$name, $$vars) } probe kernel.trace("ext4_writepage") { println($$name, $$vars) } probe kernel.trace("hrtimer_cancel") { println($$name, $$vars) } probe kernel.trace("hrtimer_expire_entry") { println($$name, $$vars) } probe kernel.trace("hrtimer_expire_exit") { println($$name, $$vars) } probe kernel.trace("hrtimer_init") { println($$name, $$vars) } probe kernel.trace("hrtimer_start") { println($$name, $$vars) } probe kernel.trace("irq_handler_entry") { println($$name, $$vars) } probe kernel.trace("irq_handler_exit") { println($$name, $$vars) } probe kernel.trace("itimer_expire") { println($$name, $$vars) } probe kernel.trace("itimer_state") { println($$name, $$vars) } probe kernel.trace("jbd2_checkpoint") { println($$name, $$vars) } probe kernel.trace("jbd2_checkpoint_stats") { println($$name, $$vars) } probe kernel.trace("jbd2_commit_flushing") { println($$name, $$vars) } probe kernel.trace("jbd2_commit_locking") { println($$name, $$vars) } probe kernel.trace("jbd2_commit_logging") { println($$name, $$vars) } probe kernel.trace("jbd2_end_commit") { println($$name, $$vars) } probe kernel.trace("jbd2_run_stats") { println($$name, $$vars) } probe kernel.trace("jbd2_start_commit") { println($$name, $$vars) } probe kernel.trace("jbd2_submit_inode_data") { println($$name, $$vars) } probe kernel.trace("kfree") { println($$name, $$vars) } probe kernel.trace("kfree_skb") { println($$name, $$vars) } probe kernel.trace("kmalloc") { println($$name, $$vars) } probe kernel.trace("kmalloc_node") { println($$name, $$vars) } probe kernel.trace("kmem_cache_alloc") { println($$name, $$vars) } probe kernel.trace("kmem_cache_alloc_node") { println($$name, $$vars) } probe kernel.trace("kmem_cache_free") { println($$name, $$vars) } probe kernel.trace("kvm_mmio") { println($$name, $$vars) } probe kernel.trace("mm_anon_cow") { println($$name, $$vars) } probe kernel.trace("mm_anon_fault") { println($$name, $$vars) } probe kernel.trace("mm_anon_pgin") { println($$name, $$vars) } probe kernel.trace("mm_anon_unmap") { println($$name, $$vars) } probe kernel.trace("mm_anon_userfree") { println($$name, $$vars) } probe kernel.trace("mm_background_writeout") { println($$name, $$vars) } probe kernel.trace("mm_balancedirty_writeout") { println($$name, $$vars) } probe kernel.trace("mm_directreclaim_reclaimall") { println($$name, $$vars) } probe kernel.trace("mm_directreclaim_reclaimzone") { println($$name, $$vars) } probe kernel.trace("mm_filemap_cow") { println($$name, $$vars) } probe kernel.trace("mm_filemap_fault") { println($$name, $$vars) } probe kernel.trace("mm_filemap_unmap") { println($$name, $$vars) } probe kernel.trace("mm_filemap_userunmap") { println($$name, $$vars) } probe kernel.trace("mm_kernel_pagefault") { println($$name, $$vars) } probe kernel.trace("mm_kswapd_ran") { println($$name, $$vars) } probe kernel.trace("mm_olddata_writeout") { println($$name, $$vars) } probe kernel.trace("mm_page_alloc") { println($$name, $$vars) } probe kernel.trace("mm_page_alloc_extfrag") { println($$name, $$vars) } probe kernel.trace("mm_page_alloc_zone_locked") { println($$name, $$vars) } probe kernel.trace("mm_page_free_direct") { println($$name, $$vars) } probe kernel.trace("mm_page_pcpu_drain") { println($$name, $$vars) } probe kernel.trace("mm_pagereclaim_free") { println($$name, $$vars) } probe kernel.trace("mm_pagereclaim_pgout") { println($$name, $$vars) } probe kernel.trace("mm_pagereclaim_shrinkactive") { println($$name, $$vars) } probe kernel.trace("mm_pagereclaim_shrinkinactive") { println($$name, $$vars) } probe kernel.trace("mm_pagereclaim_shrinkzone") { println($$name, $$vars) } probe kernel.trace("mm_pagevec_free") { println($$name, $$vars) } probe kernel.trace("mm_vmscan_direct_reclaim_begin") { println($$name, $$vars) } probe kernel.trace("mm_vmscan_direct_reclaim_end") { println($$name, $$vars) } probe kernel.trace("mm_vmscan_kswapd_sleep") { println($$name, $$vars) } probe kernel.trace("mm_vmscan_kswapd_wake") { println($$name, $$vars) } probe kernel.trace("mm_vmscan_lru_isolate") { println($$name, $$vars) } probe kernel.trace("mm_vmscan_wakeup_kswapd") { println($$name, $$vars) } probe kernel.trace("mm_vmscan_writepage") { println($$name, $$vars) } probe kernel.trace("module_free") { println($$name, $$vars) } probe kernel.trace("module_get") { println($$name, $$vars) } probe kernel.trace("module_load") { println($$name, $$vars) } probe kernel.trace("module_put") { println($$name, $$vars) } probe kernel.trace("module_request") { println($$name, $$vars) } probe kernel.trace("napi_poll") { println($$name, $$vars) } probe kernel.trace("power_end") { println($$name, $$vars) } probe kernel.trace("power_frequency") { println($$name, $$vars) } probe kernel.trace("power_start") { println($$name, $$vars) } probe kernel.trace("rpc_bind_status") { println($$name, $$vars) } probe kernel.trace("rpc_call_status") { println($$name, $$vars) } probe kernel.trace("rpc_connect_status") { println($$name, $$vars) } probe kernel.trace("sched_kthread_stop") { println($$name, $$vars) } probe kernel.trace("sched_kthread_stop_ret") { println($$name, $$vars) } probe kernel.trace("sched_migrate_task") { println($$name, $$vars) } probe kernel.trace("sched_process_exit") { println($$name, $$vars) } probe kernel.trace("sched_process_fork") { println($$name, $$vars) } probe kernel.trace("sched_process_free") { println($$name, $$vars) } probe kernel.trace("sched_process_wait") { println($$name, $$vars) } probe kernel.trace("sched_stat_iowait") { println($$name, $$vars) } probe kernel.trace("sched_stat_runtime") { println($$name, $$vars) } probe kernel.trace("sched_stat_sleep") { println($$name, $$vars) } probe kernel.trace("sched_stat_wait") { println($$name, $$vars) } probe kernel.trace("sched_switch") { println($$name, $$vars) } probe kernel.trace("sched_wait_task") { println($$name, $$vars) } probe kernel.trace("sched_wakeup") { println($$name, $$vars) } probe kernel.trace("sched_wakeup_new") { println($$name, $$vars) } probe kernel.trace("scsi_dispatch_cmd_done") { println($$name, $$vars) } probe kernel.trace("scsi_dispatch_cmd_error") { println($$name, $$vars) } probe kernel.trace("scsi_dispatch_cmd_start") { println($$name, $$vars) } probe kernel.trace("scsi_dispatch_cmd_timeout") { println($$name, $$vars) } probe kernel.trace("scsi_eh_wakeup") { println($$name, $$vars) } probe kernel.trace("signal_deliver") { println($$name, $$vars) } probe kernel.trace("signal_generate") { println($$name, $$vars) } probe kernel.trace("signal_lose_info") { println($$name, $$vars) } probe kernel.trace("signal_overflow_fail") { println($$name, $$vars) } probe kernel.trace("skb_copy_datagram_iovec") { println($$name, $$vars) } probe kernel.trace("softirq_entry") { println($$name, $$vars) } probe kernel.trace("softirq_exit") { println($$name, $$vars) } probe kernel.trace("timer_cancel") { println($$name, $$vars) } probe kernel.trace("timer_expire_entry") { println($$name, $$vars) } probe kernel.trace("timer_expire_exit") { println($$name, $$vars) } probe kernel.trace("timer_init") { println($$name, $$vars) } probe kernel.trace("timer_start") { println($$name, $$vars) } probe kernel.trace("wbc_balance_dirty_start") { println($$name, $$vars) } probe kernel.trace("wbc_balance_dirty_wait") { println($$name, $$vars) } probe kernel.trace("wbc_balance_dirty_written") { println($$name, $$vars) } probe kernel.trace("wbc_writeback_start") { println($$name, $$vars) } probe kernel.trace("wbc_writeback_wait") { println($$name, $$vars) } probe kernel.trace("wbc_writeback_written") { println($$name, $$vars) } probe kernel.trace("wbc_writepage") { println($$name, $$vars) } probe kernel.trace("workqueue_creation") { println($$name, $$vars) } probe kernel.trace("workqueue_destruction") { println($$name, $$vars) } probe kernel.trace("workqueue_execution") { println($$name, $$vars) } probe kernel.trace("workqueue_insertion") { println($$name, $$vars) } probe kernel.trace("writeback_bdi_register") { println($$name, $$vars) } probe kernel.trace("writeback_bdi_unregister") { println($$name, $$vars) } probe kernel.trace("writeback_exec") { println($$name, $$vars) } probe kernel.trace("writeback_nothread") { println($$name, $$vars) } probe kernel.trace("writeback_nowork") { println($$name, $$vars) } probe kernel.trace("writeback_pages_written") { println($$name, $$vars) } probe kernel.trace("writeback_queue") { println($$name, $$vars) } probe kernel.trace("writeback_task_start") { println($$name, $$vars) } probe kernel.trace("writeback_task_stop") { println($$name, $$vars) } PASS: tracepoints executing: stap /home/prasadkr/systemtap/testsuite/systemtap.base/tracepoints.stp PASS: systemtap.base/tracepoints.stp testcase /home/prasadkr/systemtap/testsuite/systemtap.base/tracepoints.exp completed in 61 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/tracescripts.exp ... PASS: tracescripts testcase /home/prasadkr/systemtap/testsuite/systemtap.base/tracescripts.exp completed in 0 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/tri.exp ... executing: stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/tri.stp spawn stap -v /home/prasadkr/systemtap/testsuite/systemtap.base/tri.stp Pass 1: parsed user script and 75 library script(s) using 38528virt/30656res/7872shr kb, in 250usr/0sys/264real ms. Pass 2: analyzed script: 2 probe(s), 0 function(s), 0 embed(s), 6 global(s) using 39104virt/31360res/8064shr kb, in 10usr/0sys/6real ms. Pass 3: translated to C into "/tmp/staptKLXmk/stap_ec17658ac0ee050e2fec613eab21332a_1135.c" using 39104virt/31680res/8384shr kb, in 0usr/0sys/1real ms. Pass 4: compiled C into "stap_ec17658ac0ee050e2fec613eab21332a_1135.ko" in 1610usr/200sys/1823real ms. Pass 5: starting run. systemtap starting probe PASS: systemtap.base/tri.stp startup PASS: systemtap.base/tri.stp load generation systemtap ending probe systemtap test success systemtap test success systemtap test success Pass 5: run completed in 0usr/30sys/328real ms. FAIL: systemtap.base/tri.stp shutdown (eof) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/tri.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/trycatch.exp ... spawn stap /home/prasadkr/systemtap/testsuite/buildok/fortyone.stp ERROR: MAXACTION exceeded near keyword at /home/prasadkr/systemtap/testsuite/buildok/fortyone.stp:34:3 OK 1 OK 2 bar OK 3 OK 4 OK 5 OK 7 OK 7a OK 8 OK 8a WARNING: Number of errors: 1, skipped probes: 0 Pass 5: run failed. Try again with another '--vp 00001' option. PASS: trycatch spawn stap -u /home/prasadkr/systemtap/testsuite/buildok/fortyone.stp ERROR: MAXACTION exceeded near keyword at /home/prasadkr/systemtap/testsuite/buildok/fortyone.stp:34:3 OK 1 OK 2 bar OK 3 OK 4 OK 5 OK 7 OK 7a OK 8 OK 8a WARNING: Number of errors: 1, skipped probes: 0 Pass 5: run failed. Try again with another '--vp 00001' option. PASS: trycatch -u testcase /home/prasadkr/systemtap/testsuite/systemtap.base/trycatch.exp completed in 5 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/unresolved-struct-typedef.exp ... Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/unresolved-struct-typedef.c -g -O2 -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -fno-eliminate-unused-debug-types -xc /usr/include/time.h -lm -o unresolved-struct-typedef.exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/unresolved-struct-typedef.c -g -O2 -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -fno-eliminate-unused-debug-types -xc /usr/include/time.h -lm -o unresolved-struct-typedef.exe PASS: unresolved-struct-typedef.c compile running stap -v -p4 -e { probe process(@1).mark("epoch") { println($epoch->tm_year) } } unresolved-struct-typedef.exe spawn stap -v -p4 -e probe process(@1).mark("epoch") { println($epoch->tm_year) } unresolved-struct-typedef.exe Pass 1: parsed user script and 75 library script(s) using 38272virt/30400res/7808shr kb, in 270usr/0sys/263real ms. Pass 2: analyzed script: 1 probe(s), 1 function(s), 0 embed(s), 0 global(s) using 39232virt/31872res/8576shr kb, in 0usr/0sys/7real ms. Pass 3: translated to C into "/tmp/stapJXnpBf/stap_2631d82d7cfbffee2de54d1929a44b98_1608.c" using 142720virt/32256res/8832shr kb, in 20usr/120sys/137real ms. /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/26/stap_2631d82d7cfbffee2de54d1929a44b98_1608.ko Pass 4: compiled C into "stap_2631d82d7cfbffee2de54d1929a44b98_1608.ko" in 2560usr/390sys/2973real ms. PASS: unresolved-struct-typedef compilation succeeded testcase /home/prasadkr/systemtap/testsuite/systemtap.base/unresolved-struct-typedef.exp completed in 4 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/uprobes.exp ... PASS: uprobes compile starting /home/prasadkr/systemtap/testsuite/systemtap.base/uprobes.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/systemtap.base/uprobes.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/systemtap.base/uprobes.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/94/stap_944b725fc8e3ce1a30ecb1ed19835df7_3997.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/94/stap_944b725fc8e3ce1a30ecb1ed19835df7_3997.ko wait results: 23752 exp16 0 0 PASS: uprobes -p4 spawn stap /home/prasadkr/systemtap/testsuite/systemtap.base/uprobes.stp -w -c ./jennie 1 2 3 4 process("/home/prasadkr/systemtap/testsuite/jennie").function("main@/home/prasadkr/systemtap/testsuite/systemtap.base/jennie.c:1").call argc=0x0 argv=0x800b8f4510 process("/home/prasadkr/systemtap/testsuite/jennie").function("main@/home/prasadkr/systemtap/testsuite/systemtap.base/jennie.c:1").call argc=0x0 argv=0x800b9118f8 process("/home/prasadkr/systemtap/testsuite/jennie").function("main@/home/prasadkr/systemtap/testsuite/systemtap.base/jennie.c:1").call argc=0x80 argv=0x0 process("/home/prasadkr/systemtap/testsuite/jennie").function("main@/home/prasadkr/systemtap/testsuite/systemtap.base/jennie.c:1").call argc=0x0 argv=0xfffe543ad30 process("/home/prasadkr/systemtap/testsuite/jennie").function("main@/home/prasadkr/systemtap/testsuite/systemtap.base/jennie.c:1").call argc=0xfff argv=0x0 process("/home/prasadkr/systemtap/testsuite/jennie").function("main@/home/prasadkr/systemtap/testsuite/systemtap.base/jennie.c:1").return return=0x0 process("/home/prasadkr/systemtap/testsuite/jennie").function("main@/home/prasadkr/systemtap/testsuite/systemtap.base/jennie.c:1").return return=0x0 process("/home/prasadkr/systemtap/testsuite/jennie").function("main@/home/prasadkr/systemtap/testsuite/systemtap.base/jennie.c:1").return return=0x0 process("/home/prasadkr/systemtap/testsuite/jennie").function("main@/home/prasadkr/systemtap/testsuite/systemtap.base/jennie.c:1").return return=0x0 process("/home/prasadkr/systemtap/testsuite/jennie").function("main@/home/prasadkr/systemtap/testsuite/systemtap.base/jennie.c:1").return return=0x0 PASS: uprobes -p5 testcase /home/prasadkr/systemtap/testsuite/systemtap.base/uprobes.exp completed in 4 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/utrace_p4.exp ... running stap -v -p4 -e "probe process(\"/bin/ls\").begin { print(\"ls begin\") }" spawn stap -v -p4 -e probe process("/bin/ls").begin { print("ls begin") } Pass 1: parsed user script and 75 library script(s) using 38272virt/30464res/7808shr kb, in 240usr/0sys/245real ms. Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 38848virt/31232res/8064shr kb, in 10usr/0sys/5real ms. Pass 3: translated to C into "/tmp/stapkEjYai/stap_9b57c255064c46b7217e93446c145fe3_675.c" using 142656virt/32000res/8640shr kb, in 20usr/110sys/146real ms. /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/9b/stap_9b57c255064c46b7217e93446c145fe3_675.ko Pass 4: compiled C into "stap_9b57c255064c46b7217e93446c145fe3_675.ko" in 2030usr/200sys/2246real ms. PASS: UTRACE_P4_01 compilation succeeded running stap -v -p4 -e "probe process(123).begin { print(\"123 begin\") }" spawn stap -v -p4 -e probe process(123).begin { print("123 begin") } Pass 1: parsed user script and 75 library script(s) using 38272virt/30400res/7808shr kb, in 240usr/0sys/245real ms. Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 38848virt/31104res/8000shr kb, in 0usr/0sys/5real ms. Pass 3: translated to C into "/tmp/staph1XwOX/stap_8e2631b4b2a027131e12ea53b0815726_641.c" using 38848virt/31424res/8320shr kb, in 0usr/0sys/0real ms. /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/8e/stap_8e2631b4b2a027131e12ea53b0815726_641.ko Pass 4: compiled C into "stap_8e2631b4b2a027131e12ea53b0815726_641.ko" in 2000usr/200sys/2205real ms. PASS: UTRACE_P4_01_pid compilation succeeded running stap -v -p4 -e "probe process(\"/bin/ls\").end { print(\"ls end\") }" spawn stap -v -p4 -e probe process("/bin/ls").end { print("ls end") } Pass 1: parsed user script and 75 library script(s) using 38272virt/30400res/7808shr kb, in 250usr/0sys/246real ms. Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 38848virt/31168res/8064shr kb, in 0usr/0sys/5real ms. Pass 3: translated to C into "/tmp/stapNhrsLD/stap_07646892d756fba582e8b93f79343441_669.c" using 142656virt/31936res/8640shr kb, in 20usr/120sys/146real ms. /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/07/stap_07646892d756fba582e8b93f79343441_669.ko Pass 4: compiled C into "stap_07646892d756fba582e8b93f79343441_669.ko" in 2090usr/200sys/2309real ms. PASS: UTRACE_P4_02 compilation succeeded running stap -v -p4 -e "probe process(123).end { print(\"123 end\") }" spawn stap -v -p4 -e probe process(123).end { print("123 end") } Pass 1: parsed user script and 75 library script(s) using 38272virt/30400res/7808shr kb, in 240usr/0sys/245real ms. Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 38848virt/31104res/8000shr kb, in 10usr/0sys/5real ms. Pass 3: translated to C into "/tmp/stapIVEEio/stap_7fc7891c8f1e401101dbcbc79a981887_635.c" using 38848virt/31424res/8320shr kb, in 0usr/0sys/0real ms. /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/7f/stap_7fc7891c8f1e401101dbcbc79a981887_635.ko Pass 4: compiled C into "stap_7fc7891c8f1e401101dbcbc79a981887_635.ko" in 2050usr/200sys/2268real ms. PASS: UTRACE_P4_02_pid compilation succeeded running stap -v -p4 -e "probe process(\"/bin/ls\").syscall { printf(\"|%d\", \$syscall) }" spawn stap -v -p4 -e probe process("/bin/ls").syscall { printf("|%d", $syscall) } Pass 1: parsed user script and 75 library script(s) using 38272virt/30464res/7808shr kb, in 250usr/0sys/246real ms. Pass 2: analyzed script: 1 probe(s), 1 function(s), 1 embed(s), 0 global(s) using 38848virt/31232res/8064shr kb, in 0usr/0sys/5real ms. Pass 3: translated to C into "/tmp/stap8BXoMW/stap_68eb4c9d5c0a4d8872ddaba11f743a58_1060.c" using 142656virt/32000res/8640shr kb, in 20usr/120sys/134real ms. /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/68/stap_68eb4c9d5c0a4d8872ddaba11f743a58_1060.ko Pass 4: compiled C into "stap_68eb4c9d5c0a4d8872ddaba11f743a58_1060.ko" in 2110usr/200sys/2330real ms. PASS: UTRACE_P4_03 compilation succeeded running stap -v -p4 -e "probe process(123).syscall { printf(\"|%d\", \$syscall) }" spawn stap -v -p4 -e probe process(123).syscall { printf("|%d", $syscall) } Pass 1: parsed user script and 75 library script(s) using 38272virt/30400res/7808shr kb, in 240usr/0sys/245real ms. Pass 2: analyzed script: 1 probe(s), 1 function(s), 1 embed(s), 0 global(s) using 38848virt/31104res/8000shr kb, in 0usr/0sys/5real ms. Pass 3: translated to C into "/tmp/stapq3e6wK/stap_5eb86a71caffed5b7ae2631af5ec6ee9_1025.c" using 38848virt/31424res/8320shr kb, in 0usr/0sys/0real ms. /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/5e/stap_5eb86a71caffed5b7ae2631af5ec6ee9_1025.ko Pass 4: compiled C into "stap_5eb86a71caffed5b7ae2631af5ec6ee9_1025.ko" in 2020usr/200sys/2227real ms. PASS: UTRACE_P4_03_pid compilation succeeded running stap -v -p4 -e "probe process(\"/bin/ls\").syscall.return { printf(\"|%d\", \$syscall) }" spawn stap -v -p4 -e probe process("/bin/ls").syscall.return { printf("|%d", $syscall) } Pass 1: parsed user script and 75 library script(s) using 38272virt/30464res/7808shr kb, in 270usr/0sys/263real ms. Pass 2: analyzed script: 2 probe(s), 2 function(s), 4 embed(s), 1 global(s) using 143424virt/32896res/8960shr kb, in 30usr/120sys/208real ms. Pass 3: translated to C into "/tmp/stapiImn1p/stap_7fc3c24b178c8368445c71f661aaee41_2571.c" using 143040virt/32704res/8960shr kb, in 10usr/120sys/138real ms. /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/7f/stap_7fc3c24b178c8368445c71f661aaee41_2571.ko Pass 4: compiled C into "stap_7fc3c24b178c8368445c71f661aaee41_2571.ko" in 2260usr/200sys/2472real ms. PASS: UTRACE_P4_04 compilation succeeded running stap -v -p4 -e "probe process(123).syscall.return { printf(\"|%d\", \$syscall) }" spawn stap -v -p4 -e probe process(123).syscall.return { printf("|%d", $syscall) } Pass 1: parsed user script and 75 library script(s) using 38272virt/30464res/7808shr kb, in 240usr/0sys/246real ms. Pass 2: analyzed script: 2 probe(s), 2 function(s), 4 embed(s), 1 global(s) using 143424virt/32896res/8960shr kb, in 20usr/120sys/200real ms. Pass 3: translated to C into "/tmp/stap4MgYMD/stap_effecb024122f1c481222c864f9766a3_2524.c" using 143424virt/33024res/9088shr kb, in 0usr/0sys/1real ms. /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/ef/stap_effecb024122f1c481222c864f9766a3_2524.ko Pass 4: compiled C into "stap_effecb024122f1c481222c864f9766a3_2524.ko" in 2160usr/200sys/2373real ms. PASS: UTRACE_P4_04_pid compilation succeeded running stap -v -p4 -e "probe process(\"/bin/ls\").thread.begin { print(\"ls thread.begin\") }" spawn stap -v -p4 -e probe process("/bin/ls").thread.begin { print("ls thread.begin") } Pass 1: parsed user script and 75 library script(s) using 38272virt/30464res/7808shr kb, in 240usr/0sys/246real ms. Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 38848virt/31232res/8064shr kb, in 0usr/0sys/5real ms. Pass 3: translated to C into "/tmp/stapqJJWpy/stap_77e5200a37d8a4b978442c600434f513_696.c" using 142656virt/32000res/8640shr kb, in 30usr/120sys/134real ms. /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/77/stap_77e5200a37d8a4b978442c600434f513_696.ko Pass 4: compiled C into "stap_77e5200a37d8a4b978442c600434f513_696.ko" in 2090usr/200sys/2310real ms. PASS: UTRACE_P4_05 compilation succeeded running stap -v -p4 -e "probe process(123).thread.begin { print(\"123 thread.begin\") }" spawn stap -v -p4 -e probe process(123).thread.begin { print("123 thread.begin") } Pass 1: parsed user script and 75 library script(s) using 38272virt/30400res/7808shr kb, in 240usr/0sys/245real ms. Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 38848virt/31104res/8000shr kb, in 10usr/0sys/5real ms. Pass 3: translated to C into "/tmp/stapgW1Gxm/stap_1682b6cf37aaf63b31e3ea601bb458a5_662.c" using 38848virt/31424res/8320shr kb, in 0usr/0sys/0real ms. /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/16/stap_1682b6cf37aaf63b31e3ea601bb458a5_662.ko Pass 4: compiled C into "stap_1682b6cf37aaf63b31e3ea601bb458a5_662.ko" in 1990usr/200sys/2203real ms. PASS: UTRACE_P4_05_pid compilation succeeded running stap -v -p4 -e "probe process(\"/bin/ls\").thread.end { print(\"ls thread.end\") }" spawn stap -v -p4 -e probe process("/bin/ls").thread.end { print("ls thread.end") } Pass 1: parsed user script and 75 library script(s) using 38272virt/30464res/7808shr kb, in 250usr/0sys/263real ms. Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 38848virt/31232res/8064shr kb, in 10usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapOQJkQZ/stap_556863c5c59a17c64c26da42843f3198_690.c" using 142656virt/32000res/8640shr kb, in 20usr/120sys/141real ms. /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/55/stap_556863c5c59a17c64c26da42843f3198_690.ko Pass 4: compiled C into "stap_556863c5c59a17c64c26da42843f3198_690.ko" in 2030usr/200sys/2246real ms. PASS: UTRACE_P4_06 compilation succeeded running stap -v -p4 -e "probe process(123).thread.end { print(\"123 thread.end\") }" spawn stap -v -p4 -e probe process(123).thread.end { print("123 thread.end") } Pass 1: parsed user script and 75 library script(s) using 38272virt/30464res/7808shr kb, in 250usr/0sys/264real ms. Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 38848virt/31168res/8000shr kb, in 10usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapz6bvEH/stap_13b34a04fc748a208fe31b4ed1b3d38c_656.c" using 38848virt/31488res/8320shr kb, in 0usr/0sys/0real ms. /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/13/stap_13b34a04fc748a208fe31b4ed1b3d38c_656.ko Pass 4: compiled C into "stap_13b34a04fc748a208fe31b4ed1b3d38c_656.ko" in 1990usr/200sys/2209real ms. PASS: UTRACE_P4_06_pid compilation succeeded running stap -v -p4 -e "probe process.begin { print(\"begin\") }" spawn stap -v -p4 -e probe process.begin { print("begin") } Pass 1: parsed user script and 75 library script(s) using 38272virt/30464res/7808shr kb, in 270usr/0sys/263real ms. Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 38848virt/31168res/8000shr kb, in 0usr/0sys/5real ms. Pass 3: translated to C into "/tmp/stap9oIXTf/stap_995dba00c2e4fa9efb70e05a51923616_627.c" using 38848virt/31488res/8320shr kb, in 0usr/0sys/0real ms. /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/99/stap_995dba00c2e4fa9efb70e05a51923616_627.ko Pass 4: compiled C into "stap_995dba00c2e4fa9efb70e05a51923616_627.ko" in 2060usr/200sys/2272real ms. PASS: UTRACE_P4_07 compilation succeeded running stap -v -p4 -e "probe process(\"/bin/ls\").syscall { printf(\"|%s\", \$\$parms) }" spawn stap -v -p4 -e probe process("/bin/ls").syscall { printf("|%s", $$parms) } Pass 1: parsed user script and 75 library script(s) using 38272virt/30464res/7808shr kb, in 260usr/0sys/264real ms. Pass 2: analyzed script: 1 probe(s), 1 function(s), 1 embed(s), 0 global(s) using 38848virt/31232res/8064shr kb, in 10usr/0sys/6real ms. Pass 3: translated to C into "/tmp/staphp6oOY/stap_e948f744a2d6c4f065248b71d5ce53fd_1326.c" using 142656virt/32000res/8640shr kb, in 20usr/120sys/141real ms. /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/e9/stap_e948f744a2d6c4f065248b71d5ce53fd_1326.ko Pass 4: compiled C into "stap_e948f744a2d6c4f065248b71d5ce53fd_1326.ko" in 2140usr/200sys/2356real ms. PASS: UTRACE_P4_08 compilation succeeded running stap -v -p4 -e "probe process(123).syscall { printf(\"|%s\", \$\$parms) }" spawn stap -v -p4 -e probe process(123).syscall { printf("|%s", $$parms) } Pass 1: parsed user script and 75 library script(s) using 38272virt/30464res/7808shr kb, in 260usr/0sys/264real ms. Pass 2: analyzed script: 1 probe(s), 1 function(s), 1 embed(s), 0 global(s) using 38848virt/31168res/8000shr kb, in 0usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapAFKSiQ/stap_1d6cc2d0d1efc1af4499249ff766dd74_1291.c" using 38848virt/31552res/8320shr kb, in 10usr/0sys/0real ms. /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/1d/stap_1d6cc2d0d1efc1af4499249ff766dd74_1291.ko Pass 4: compiled C into "stap_1d6cc2d0d1efc1af4499249ff766dd74_1291.ko" in 2110usr/200sys/2323real ms. PASS: UTRACE_P4_09 compilation succeeded testcase /home/prasadkr/systemtap/testsuite/systemtap.base/utrace_p4.exp completed in 41 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/utrace_p5.exp ... Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/utrace_p5_multi.c -lpthread -lm -o /home/prasadkr/systemtap/testsuite/utrace_p5_multi_4833 (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/utrace_p5_multi.c -lpthread -lm -o /home/prasadkr/systemtap/testsuite/utrace_p5_multi_4833 executing: stap -v -e { global end_probes_fired = 0 probe begin { printf("systemtap starting probe\n") } probe process("/home/prasadkr/systemtap/testsuite/cat_4833").end { end_probes_fired++ } probe end { printf("systemtap ending probe\n") printf("end probes = %d\n", end_probes_fired) } } spawn stap -v -e global end_probes_fired = 0 probe begin { printf("systemtap starting probe\n") } probe process("/home/prasadkr/systemtap/testsuite/cat_4833").end { end_probes_fired++ } probe end { printf("systemtap ending probe\n") printf("end probes = %d\n", end_probes_fired) } Pass 1: parsed user script and 75 library script(s) using 38528virt/30592res/7872shr kb, in 260usr/0sys/263real ms. Pass 2: analyzed script: 3 probe(s), 0 function(s), 0 embed(s), 1 global(s) using 39104virt/31360res/8128shr kb, in 10usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stap9VA15A/stap_a9d046216593349ba1574d308c540328_981.c" using 142720virt/32000res/8576shr kb, in 20usr/120sys/144real ms. Pass 4: compiled C into "stap_a9d046216593349ba1574d308c540328_981.ko" in 2120usr/200sys/2334real ms. Pass 5: starting run. systemtap starting probe PASS: UTRACE_P5_01 startup spawn /home/prasadkr/systemtap/testsuite/cat_4833 PASS: UTRACE_P5_01 load generation systemtap ending probe end probes = 1 Pass 5: run completed in 0usr/30sys/5332real ms. PASS: UTRACE_P5_01 shutdown and output metric: UTRACE_P5_01 260 0 263 10 0 6 20 120 144 2120 200 2334 0 30 5332 executing: stap -v -e { global begin_probes_fired = 0 probe begin { printf("systemtap starting probe\n") } probe process("/home/prasadkr/systemtap/testsuite/cat_4833").begin { begin_probes_fired++ } probe end { printf("systemtap ending probe\n") printf("begin probes = %d\n", begin_probes_fired) } } spawn stap -v -e global begin_probes_fired = 0 probe begin { printf("systemtap starting probe\n") } probe process("/home/prasadkr/systemtap/testsuite/cat_4833").begin { begin_probes_fired++ } probe end { printf("systemtap ending probe\n") printf("begin probes = %d\n", begin_probes_fired) } Pass 1: parsed user script and 75 library script(s) using 38528virt/30592res/7872shr kb, in 250usr/0sys/263real ms. Pass 2: analyzed script: 3 probe(s), 0 function(s), 0 embed(s), 1 global(s) using 39104virt/31360res/8128shr kb, in 10usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapJVpziP/stap_a51aec04e19ebc18414ecfbbf913c150_993.c" using 142720virt/32000res/8576shr kb, in 20usr/120sys/139real ms. Pass 4: compiled C into "stap_a51aec04e19ebc18414ecfbbf913c150_993.ko" in 2110usr/200sys/2327real ms. Pass 5: starting run. systemtap starting probe PASS: UTRACE_P5_02 startup spawn /home/prasadkr/systemtap/testsuite/cat_4833 PASS: UTRACE_P5_02 load generation systemtap ending probe begin probes = 1 Pass 5: run completed in 10usr/30sys/5327real ms. PASS: UTRACE_P5_02 shutdown and output metric: UTRACE_P5_02 250 0 263 10 0 6 20 120 139 2110 200 2327 10 30 5327 executing: stap -v -e { global syscall_probes_fired = 0 probe begin { printf("systemtap starting probe\n") } probe process("/home/prasadkr/systemtap/testsuite/cat_4833").syscall { syscall_probes_fired++ } probe end { printf("systemtap ending probe\n") if (syscall_probes_fired > 0) { printf("syscalls = %d\n", syscall_probes_fired) } } } spawn stap -v -e global syscall_probes_fired = 0 probe begin { printf("systemtap starting probe\n") } probe process("/home/prasadkr/systemtap/testsuite/cat_4833").syscall { syscall_probes_fired++ } probe end { printf("systemtap ending probe\n") if (syscall_probes_fired > 0) { printf("syscalls = %d\n", syscall_probes_fired) } } Pass 1: parsed user script and 75 library script(s) using 38592virt/30720res/7872shr kb, in 250usr/0sys/247real ms. Pass 2: analyzed script: 3 probe(s), 0 function(s), 0 embed(s), 1 global(s) using 38976virt/31424res/8128shr kb, in 10usr/0sys/5real ms. Pass 3: translated to C into "/tmp/stapmDF4D6/stap_392d9a1af1b7047e64c78c216be67593_1034.c" using 142720virt/32064res/8576shr kb, in 20usr/110sys/130real ms. Pass 4: compiled C into "stap_392d9a1af1b7047e64c78c216be67593_1034.ko" in 2120usr/210sys/2340real ms. Pass 5: starting run. systemtap starting probe PASS: UTRACE_P5_03 startup spawn /home/prasadkr/systemtap/testsuite/cat_4833 PASS: UTRACE_P5_03 load generation systemtap ending probe syscalls = 57 Pass 5: run completed in 10usr/30sys/5334real ms. PASS: UTRACE_P5_03 shutdown and output metric: UTRACE_P5_03 250 0 247 10 0 5 20 110 130 2120 210 2340 10 30 5334 executing: stap -v -e { global syscall_return_probes_fired = 0 probe begin { printf("systemtap starting probe\n") } probe process("/home/prasadkr/systemtap/testsuite/cat_4833").syscall.return { syscall_return_probes_fired++ } probe end { printf("systemtap ending probe\n") if (syscall_return_probes_fired > 0) { printf("syscall_returns = %d\n", syscall_return_probes_fired) } } } spawn stap -v -e global syscall_return_probes_fired = 0 probe begin { printf("systemtap starting probe\n") } probe process("/home/prasadkr/systemtap/testsuite/cat_4833").syscall.return { syscall_return_probes_fired++ } probe end { printf("systemtap ending probe\n") if (syscall_return_probes_fired > 0) { printf("syscall_returns = %d\n", syscall_return_probes_fired) } } Pass 1: parsed user script and 75 library script(s) using 38592virt/30656res/7872shr kb, in 250usr/0sys/263real ms. Pass 2: analyzed script: 3 probe(s), 0 function(s), 0 embed(s), 1 global(s) using 38976virt/31360res/8128shr kb, in 0usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapci6x3k/stap_e8c2b216948e01f5d2748c46eadcdadd_1083.c" using 142720virt/32000res/8576shr kb, in 20usr/120sys/137real ms. Pass 4: compiled C into "stap_e8c2b216948e01f5d2748c46eadcdadd_1083.ko" in 2200usr/200sys/2416real ms. Pass 5: starting run. systemtap starting probe PASS: UTRACE_P5_04 startup spawn /home/prasadkr/systemtap/testsuite/cat_4833 PASS: UTRACE_P5_04 load generation systemtap ending probe syscall_returns = 57 Pass 5: run completed in 0usr/30sys/5340real ms. PASS: UTRACE_P5_04 shutdown and output metric: UTRACE_P5_04 250 0 263 0 0 6 20 120 137 2200 200 2416 0 30 5340 executing: stap -v -e { global thread_begin_probes_fired = 0 probe begin { printf("systemtap starting probe\n") } probe process("/home/prasadkr/systemtap/testsuite/utrace_p5_multi_4833").thread.begin { thread_begin_probes_fired++ } probe end { printf("systemtap ending probe\n") if (thread_begin_probes_fired > 0) { printf("thread_begins = %d\n", thread_begin_probes_fired) } } } spawn stap -v -e global thread_begin_probes_fired = 0 probe begin { printf("systemtap starting probe\n") } probe process("/home/prasadkr/systemtap/testsuite/utrace_p5_multi_4833").thread.begin { thread_begin_probes_fired++ } probe end { printf("systemtap ending probe\n") if (thread_begin_probes_fired > 0) { printf("thread_begins = %d\n", thread_begin_probes_fired) } } Pass 1: parsed user script and 75 library script(s) using 38592virt/30656res/7872shr kb, in 250usr/0sys/263real ms. Pass 2: analyzed script: 3 probe(s), 0 function(s), 0 embed(s), 1 global(s) using 38976virt/31360res/8128shr kb, in 10usr/0sys/6real ms. Pass 3: translated to C into "/tmp/staplluP2x/stap_c94d62122fbcd76caa7c4a54f336d39b_1105.c" using 142720virt/32000res/8576shr kb, in 20usr/120sys/145real ms. Pass 4: compiled C into "stap_c94d62122fbcd76caa7c4a54f336d39b_1105.ko" in 2120usr/200sys/2337real ms. Pass 5: starting run. systemtap starting probe PASS: UTRACE_P5_05 startup PASS: UTRACE_P5_05 load generation systemtap ending probe thread_begins = 2 Pass 5: run completed in 10usr/30sys/330real ms. PASS: UTRACE_P5_05 shutdown and output metric: UTRACE_P5_05 250 0 263 10 0 6 20 120 145 2120 200 2337 10 30 330 executing: stap -v -e { global thread_end_probes_fired = 0 probe begin { printf("systemtap starting probe\n") } probe process("/home/prasadkr/systemtap/testsuite/utrace_p5_multi_4833").thread.end { thread_end_probes_fired++ } probe end { printf("systemtap ending probe\n") if (thread_end_probes_fired > 0) { printf("thread_ends = %d\n", thread_end_probes_fired) } } } spawn stap -v -e global thread_end_probes_fired = 0 probe begin { printf("systemtap starting probe\n") } probe process("/home/prasadkr/systemtap/testsuite/utrace_p5_multi_4833").thread.end { thread_end_probes_fired++ } probe end { printf("systemtap ending probe\n") if (thread_end_probes_fired > 0) { printf("thread_ends = %d\n", thread_end_probes_fired) } } Pass 1: parsed user script and 75 library script(s) using 38592virt/30720res/7872shr kb, in 250usr/0sys/245real ms. Pass 2: analyzed script: 3 probe(s), 0 function(s), 0 embed(s), 1 global(s) using 38976virt/31424res/8128shr kb, in 10usr/0sys/5real ms. Pass 3: translated to C into "/tmp/stapDLaiWJ/stap_10413f102e551fcb6d267e1129775deb_1091.c" using 142720virt/32064res/8576shr kb, in 20usr/110sys/130real ms. Pass 4: compiled C into "stap_10413f102e551fcb6d267e1129775deb_1091.ko" in 2190usr/210sys/2410real ms. Pass 5: starting run. systemtap starting probe PASS: UTRACE_P5_06 startup PASS: UTRACE_P5_06 load generation systemtap ending probe thread_ends = 1 Pass 5: run completed in 0usr/30sys/335real ms. PASS: UTRACE_P5_06 shutdown and output metric: UTRACE_P5_06 250 0 245 10 0 5 20 110 130 2190 210 2410 0 30 335 executing: stap -v -e { global proc,name probe begin { printf("systemtap starting probe\n") } probe process.syscall { proc[pid()] <<< 1 name[pid()] = execname() } probe end { printf("systemtap ending probe\n") foreach(p+ in proc) { printf("%s(%d) issues syscall %d times\n", name[p], p, @sum(proc[p])) } } } spawn stap -v -e global proc,name probe begin { printf("systemtap starting probe\n") } probe process.syscall { proc[pid()] <<< 1 name[pid()] = execname() } probe end { printf("systemtap ending probe\n") foreach(p+ in proc) { printf("%s(%d) issues syscall %d times\n", name[p], p, @sum(proc[p])) } } Pass 1: parsed user script and 75 library script(s) using 38528virt/30784res/7872shr kb, in 250usr/0sys/245real ms. Pass 2: analyzed script: 3 probe(s), 2 function(s), 3 embed(s), 2 global(s) using 143616virt/33152res/9024shr kb, in 30usr/120sys/200real ms. Pass 3: translated to C into "/tmp/stapP3hKV2/stap_bcaa582bc6e368994bdc14500c7b6049_2120.c" using 143616virt/33280res/9152shr kb, in 0usr/0sys/1real ms. Pass 4: compiled C into "stap_bcaa582bc6e368994bdc14500c7b6049_2120.ko" in 2560usr/200sys/2767real ms. Pass 5: starting run. systemtap starting probe PASS: UTRACE_P5_07 startup PASS: UTRACE_P5_07 load generation systemtap ending probe rs:main Q:Reg(1051) issues syscall 4 times expect(4833) issues syscall 50 times stap(28918) issues syscall 3 times stapio(29136) issues syscall 14 times utrace_p5_multi(29139) issues syscall 114 times kill(29142) issues syscall 83 times Pass 5: run completed in 10usr/20sys/333real ms. PASS: UTRACE_P5_07 shutdown and output metric: UTRACE_P5_07 250 0 245 30 120 200 0 0 1 2560 200 2767 10 20 333 executing: stap -v -e { global syscall_parms_string probe begin { printf("systemtap starting probe\n") } probe process.syscall { syscall_parms_string = $$parms exit() } probe end { printf("systemtap ending probe\n") printf("%s\n",syscall_parms_string) delete syscall_parms_string } } spawn stap -v -e global syscall_parms_string probe begin { printf("systemtap starting probe\n") } probe process.syscall { syscall_parms_string = $$parms exit() } probe end { printf("systemtap ending probe\n") printf("%s\n",syscall_parms_string) delete syscall_parms_string } Pass 1: parsed user script and 75 library script(s) using 38592virt/30592res/7872shr kb, in 250usr/0sys/263real ms. Pass 2: analyzed script: 3 probe(s), 2 function(s), 1 embed(s), 1 global(s) using 38976virt/31296res/8064shr kb, in 10usr/0sys/6real ms. Pass 3: translated to C into "/tmp/stapPfITlC/stap_45c7fa672607ca1c7e98425c586ec926_1639.c" using 39104virt/31680res/8384shr kb, in 0usr/0sys/1real ms. Pass 4: compiled C into "stap_45c7fa672607ca1c7e98425c586ec926_1639.ko" in 2120usr/200sys/2333real ms. Pass 5: starting run. systemtap starting probe PASS: UTRACE_P5_08 startup PASS: UTRACE_P5_08 load generation systemtap ending probe $arg1=0x4 $arg2=0x4 $arg3=0x10802 $arg4=0x0 $arg5=0xfff8141f2d0 $arg6=0xfffff0002001612c Pass 5: run completed in 0usr/30sys/337real ms. PASS: UTRACE_P5_08 shutdown and output metric: UTRACE_P5_08 250 0 263 10 0 6 0 0 1 2120 200 2333 0 30 337 testcase /home/prasadkr/systemtap/testsuite/systemtap.base/utrace_p5.exp completed in 46 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/utrace_syscall_args.exp ... Testing 64_BIT_UTRACE_SYSCALL_ARGS Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/utrace_syscall_args.c -m64 -lm -o /home/prasadkr/systemtap/testsuite/utrace_syscall_args (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/utrace_syscall_args.c -m64 -lm -o /home/prasadkr/systemtap/testsuite/utrace_syscall_args executing: stap -v -g /home/prasadkr/systemtap/testsuite/systemtap.base/utrace_syscall_args.stp -c /home/prasadkr/systemtap/testsuite/utrace_syscall_args spawn stap -v -g /home/prasadkr/systemtap/testsuite/systemtap.base/utrace_syscall_args.stp -c /home/prasadkr/systemtap/testsuite/utrace_syscall_args Pass 1: parsed user script and 75 library script(s) using 38784virt/30976res/7872shr kb, in 270usr/0sys/267real ms. Pass 2: analyzed script: 7 probe(s), 13 function(s), 24 embed(s), 13 global(s) using 164544virt/54208res/9024shr kb, in 510usr/130sys/704real ms. Pass 3: translated to C into "/tmp/stapYKnD4L/stap_c7630e0a850203fc176d480cbb724e84_26987.c" using 164032virt/58368res/13440shr kb, in 1230usr/10sys/1248real ms. Pass 4: compiled C into "stap_c7630e0a850203fc176d480cbb724e84_26987.ko" in 3890usr/210sys/4125real ms. Pass 5: starting run. systemtap starting probe systemtap ending probe mmap(90)(0x0, 0x406, 0x1, 0x1, 0x4, 0x0) = 0xfffa6fd0000 munmap(91)(0xfffa6fd0000, 0x406) = 0x0 close(6)(0x4) = 0x0 dup(41)(0xffffffffffffcfc7, 0xffffffffffffffff, 0xa5a5a5a5a5a5a5a5, 0xf0f0f0f0f0f0f0f0, 0x5a5a5a5a5a5a5a5a, 0xe38e38e38e38e38e) = 0x9 bad_syscall(-1)(0x1c71c71c71c71c71, 0xf0f0f0f0f0f0f0f, 0xdb6db6db6db6db6d, 0x2492492492492492, 0xad6b5ad6b5ad6b5a, 0xdef7ddef7ddef7dd) = 0x26 systemtap test success Pass 5: run completed in 0usr/20sys/108real ms. PASS: 64_BIT_UTRACE_SYSCALL_ARGS startup PASS: 64_BIT_UTRACE_SYSCALL_ARGS load generation PASS: 64_BIT_UTRACE_SYSCALL_ARGS shutdown and output metric: 64_BIT_UTRACE_SYSCALL_ARGS 270 0 267 510 130 704 1230 10 1248 3890 210 4125 0 20 108 Testing 32_BIT_UTRACE_SYSCALL_ARGS Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/utrace_syscall_args.c -m32 -lm -o /home/prasadkr/systemtap/testsuite/utrace_syscall_args (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/utrace_syscall_args.c -m32 -lm -o /home/prasadkr/systemtap/testsuite/utrace_syscall_args executing: stap -v -g /home/prasadkr/systemtap/testsuite/systemtap.base/utrace_syscall_args.stp -c /home/prasadkr/systemtap/testsuite/utrace_syscall_args spawn stap -v -g /home/prasadkr/systemtap/testsuite/systemtap.base/utrace_syscall_args.stp -c /home/prasadkr/systemtap/testsuite/utrace_syscall_args Pass 1: parsed user script and 75 library script(s) using 38784virt/30912res/7872shr kb, in 250usr/0sys/250real ms. Pass 2: analyzed script: 7 probe(s), 13 function(s), 24 embed(s), 13 global(s) using 164544virt/54144res/9024shr kb, in 490usr/120sys/680real ms. Pass 3: translated to C into "/tmp/stapwMQUkv/stap_3b586556b5397d8d7f74f13cfde60fc5_26987.c" using 164032virt/58304res/13440shr kb, in 1110usr/20sys/1149real ms. Pass 4: compiled C into "stap_3b586556b5397d8d7f74f13cfde60fc5_26987.ko" in 3880usr/210sys/4116real ms. Pass 5: starting run. systemtap starting probe systemtap ending probe mmap(90)(0x0, 0x406, 0x1, 0x1, 0x4, 0x0) = 0xf78a0000 munmap(91)(0xf78a0000, 0x406) = 0x0 close(6)(0x4) = 0x0 dup(41)(0xffffcfc7, 0xffffffff, 0xa5a5a5a5, 0xf0f0f0f0, 0x5a5a5a5a, 0xe38e38e3) = 0x9 bad_syscall(-1)(0x1c71c71c, 0xf0f0f0f, 0xdb6db6db, 0x24924924, 0xad6b5ad6, 0xdef7ddef) = 0x26 systemtap test success Pass 5: run completed in 10usr/40sys/200real ms. PASS: 32_BIT_UTRACE_SYSCALL_ARGS startup PASS: 32_BIT_UTRACE_SYSCALL_ARGS load generation PASS: 32_BIT_UTRACE_SYSCALL_ARGS shutdown and output metric: 32_BIT_UTRACE_SYSCALL_ARGS 250 0 250 490 120 680 1110 20 1149 3880 210 4116 10 40 200 testcase /home/prasadkr/systemtap/testsuite/systemtap.base/utrace_syscall_args.exp completed in 13 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/vars.exp ... PASS: vars PASS: vars parms/locals testcase /home/prasadkr/systemtap/testsuite/systemtap.base/vars.exp completed in 5 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/vta-test.exp ... Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/vta-test.c -g -O2 -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -lm -o vta-test-default.exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/vta-test.c -g -O2 -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -lm -o vta-test-default.exe PASS: vta-test.c compile -default executing: stap /home/prasadkr/systemtap/testsuite/systemtap.base/vta-test.stp ./vta-test-default.exe -c ./vta-test-default.exe PASS: vta-test-default Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.base/vta-test.c -g -O2 -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -m32 -lm -o vta-test-m32.exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.base/vta-test.c -g -O2 -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -m32 -lm -o vta-test-m32.exe PASS: vta-test.c compile -m32 executing: stap /home/prasadkr/systemtap/testsuite/systemtap.base/vta-test.stp ./vta-test-m32.exe -c ./vta-test-m32.exe PASS: vta-test-m32 testcase /home/prasadkr/systemtap/testsuite/systemtap.base/vta-test.exp completed in 8 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/warnings.exp ... spawn stap -p4 /home/prasadkr/systemtap/testsuite/systemtap.base/warnings.stp semantic error: multiple addresses for fs/bio.c:256 (try fs/bio.c:254 or fs/bio.c:257) semantic error: no match while resolving probe point kernel.statement("bio_init@fs/bio.c+1") semantic error: no match while resolving probe point probea Pass 2: analysis failed. Try again with another '--vp 01' option. FAIL: warnings (0) testcase /home/prasadkr/systemtap/testsuite/systemtap.base/warnings.exp completed in 0 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/warnings2.exp ... spawn stap -e probe begin {warn ("1") warn ("2") warn ("1") exit ()} WARNING: 1 WARNING: 2 PASS: warnings2 default spawn stap -w -e probe begin {warn ("1") warn ("2") warn ("1") exit ()} PASS: warnings2 -w spawn stap -vv -e probe begin {warn ("1") warn ("2") warn ("1") exit ()} Created temporary directory "/tmp/stapPxeeqQ" SystemTap translator/driver (version 1.5/0.148 commit release-1.4-37-g55b377f + changes) Copyright (C) 2005-2011 Red Hat, Inc. and others This is free software; see the source for copying conditions. enabled features: LIBRPM LIBSQLITE3 TR1_UNORDERED_MAP Session arch: powerpc release: 2.6.32-71.el6.ppc64 Searched "/usr/local/share/systemtap/tapset/powerpc/*.stp", found 3 processed 3 Searched "/usr/local/share/systemtap/tapset/*.stp", found 72 processed 72 Pass 1: parsed user script and 75 library script(s) using 38464virt/30720res/7936shr kb, in 240usr/0sys/245real ms. Pass 2: analyzed script: 1 probe(s), 2 function(s), 0 embed(s), 0 global(s) using 39040virt/31424res/8128shr kb, in 10usr/0sys/5real ms. Pass 3: using cached /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/c0/stap_c09de340f68524b6958f85cfaf0f8450_848.c Pass 4: using cached /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/c0/stap_c09de340f68524b6958f85cfaf0f8450_848.ko Pass 5: starting run. Running /usr/local/bin/staprun -v /tmp/stapPxeeqQ/stap_c09de340f68524b6958f85cfaf0f8450_848.ko WARNING: 1 WARNING: 2 WARNING: 1 stapio:cleanup_and_exit:404 detach=0 stapio:cleanup_and_exit:421 closing control channel staprun:remove_module:213 Module stap_c09de340f68524b6958f85cfaf0f8450_848 removed. Pass 5: run completed in 0usr/20sys/336real ms. Running rm -rf /tmp/stapPxeeqQ PASS: warnings2 -v testcase /home/prasadkr/systemtap/testsuite/systemtap.base/warnings2.exp completed in 4 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.base/x86_gs.exp ... UNTESTED: x86_gs testcase /home/prasadkr/systemtap/testsuite/systemtap.base/x86_gs.exp completed in 0 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.clone/dtrace_clone.exp ... exec make -C staptestIVYhsD CFLAGS="-isystem/usr/local/include -DNO_SEMAPHORES" make[3]: Entering directory `/home/prasadkr/systemtap/testsuite/staptestIVYhsD' dtrace -C -h -s dtrace_clone_probes.d -o dtrace_clone_probes.h cc -isystem/usr/local/include -DNO_SEMAPHORES -c -o dtrace_clone.o dtrace_clone.c dtrace -C -G -s dtrace_clone_probes.d -o dtrace_clone_probes.o cc dtrace_clone.o dtrace_clone_probes.o -o dtrace_clone make[3]: Leaving directory `/home/prasadkr/systemtap/testsuite/staptestIVYhsD' PASS: dtrace_clone1 - build success executing: stap -v /home/prasadkr/systemtap/testsuite/systemtap.clone/dtrace_clone.stp staptestIVYhsD/dtrace_clone spawn stap -v /home/prasadkr/systemtap/testsuite/systemtap.clone/dtrace_clone.stp staptestIVYhsD/dtrace_clone Pass 1: parsed user script and 75 library script(s) using 38528virt/30656res/7872shr kb, in 270usr/0sys/264real ms. Pass 2: analyzed script: 8 probe(s), 2 function(s), 1 embed(s), 1 global(s) using 39552virt/32256res/8512shr kb, in 10usr/0sys/9real ms. Pass 3: translated to C into "/tmp/stapw8EGPE/stap_c57c46a841bd0279a768ddefb5a372d4_4365.c" using 143104virt/32704res/8832shr kb, in 10usr/120sys/139real ms. Pass 4: compiled C into "stap_c57c46a841bd0279a768ddefb5a372d4_4365.ko" in 2790usr/390sys/3201real ms. Pass 5: starting run. systemtap starting probe PASS: dtrace_clone2 startup as_root staptestIVYhsD/dtrace_clone OUT RC 0 PASS: dtrace_clone2 load generation systemtap ending probe main - pid: 31546 main - child pid: 31547 child1 - pid: 1 child1 - child2 pid: 2 child2 - pid: 1 main - finished Pass 5: run completed in 10usr/60sys/630real ms. PASS: dtrace_clone2 shutdown and output metric: dtrace_clone2 270 0 264 10 0 9 10 120 139 2790 390 3201 10 60 630 exec make -C staptestIVYhsD clean make[3]: Entering directory `/home/prasadkr/systemtap/testsuite/staptestIVYhsD' rm -f dtrace_clone.o dtrace_clone_probes.o dtrace_clone dtrace_clone_probes.h make[3]: Leaving directory `/home/prasadkr/systemtap/testsuite/staptestIVYhsD' exec make -C staptestIVYhsD CFLAGS="-isystem/usr/local/include" make[3]: Entering directory `/home/prasadkr/systemtap/testsuite/staptestIVYhsD' dtrace -C -h -s dtrace_clone_probes.d -o dtrace_clone_probes.h cc -isystem/usr/local/include -c -o dtrace_clone.o dtrace_clone.c dtrace -C -G -s dtrace_clone_probes.d -o dtrace_clone_probes.o cc dtrace_clone.o dtrace_clone_probes.o -o dtrace_clone make[3]: Leaving directory `/home/prasadkr/systemtap/testsuite/staptestIVYhsD' PASS: dtrace_clone3 - build success executing: stap -v /home/prasadkr/systemtap/testsuite/systemtap.clone/dtrace_clone.stp staptestIVYhsD/dtrace_clone spawn stap -v /home/prasadkr/systemtap/testsuite/systemtap.clone/dtrace_clone.stp staptestIVYhsD/dtrace_clone Pass 1: parsed user script and 75 library script(s) using 38528virt/30720res/7872shr kb, in 250usr/0sys/263real ms. Pass 2: analyzed script: 8 probe(s), 2 function(s), 1 embed(s), 1 global(s) using 39552virt/32256res/8512shr kb, in 10usr/0sys/9real ms. Pass 3: translated to C into "/tmp/stapD8Oau5/stap_ea1d6b49ddc22d662d763c6df3362df5_4365.c" using 143104virt/32704res/8832shr kb, in 20usr/120sys/138real ms. Pass 4: compiled C into "stap_ea1d6b49ddc22d662d763c6df3362df5_4365.ko" in 2710usr/390sys/3123real ms. Pass 5: starting run. systemtap starting probe PASS: dtrace_clone4 startup as_root staptestIVYhsD/dtrace_clone OUT RC 0 PASS: dtrace_clone4 load generation systemtap ending probe main - pid: 32025 main - child pid: 32026 child1 - pid: 1 child1 - child2 pid: 2 child2 - pid: 1 main - finished Pass 5: run completed in 10usr/70sys/628real ms. PASS: dtrace_clone4 shutdown and output metric: dtrace_clone4 250 0 263 10 0 9 20 120 138 2710 390 3123 10 70 628 testcase /home/prasadkr/systemtap/testsuite/systemtap.clone/dtrace_clone.exp completed in 9 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.clone/dtrace_fork_exec.exp ... exec make -C staptestdSJq06 CFLAGS="-isystem/usr/local/include" make[3]: Entering directory `/home/prasadkr/systemtap/testsuite/staptestdSJq06' dtrace -C -h -s dtrace_fork_parent_probes.d -o dtrace_fork_parent_probes.h cc -isystem/usr/local/include -c -o dtrace_fork_parent.o dtrace_fork_parent.c dtrace -C -G -s dtrace_fork_parent_probes.d -o dtrace_fork_parent_probes.o cc dtrace_fork_parent.o dtrace_fork_parent_probes.o -o dtrace_fork_parent dtrace -C -h -s dtrace_child_probes.d -o dtrace_child_probes.h cc -isystem/usr/local/include -c -o dtrace_child.o dtrace_child.c dtrace -C -G -s dtrace_child_probes.d -o dtrace_child_probes.o cc dtrace_child.o dtrace_child_probes.o -o dtrace_child make[3]: Leaving directory `/home/prasadkr/systemtap/testsuite/staptestdSJq06' PASS: dtrace_fork_exec1 - build success executing: stap -v /home/prasadkr/systemtap/testsuite/systemtap.clone/dtrace_fork_exec.stp staptestdSJq06/dtrace_fork_parent staptestdSJq06/dtrace_child spawn stap -v /home/prasadkr/systemtap/testsuite/systemtap.clone/dtrace_fork_exec.stp staptestdSJq06/dtrace_fork_parent staptestdSJq06/dtrace_child Pass 1: parsed user script and 75 library script(s) using 38656virt/30656res/7872shr kb, in 270usr/0sys/264real ms. Pass 2: analyzed script: 7 probe(s), 2 function(s), 1 embed(s), 1 global(s) using 39680virt/32256res/8512shr kb, in 10usr/0sys/8real ms. Pass 3: translated to C into "/tmp/stapHIFNSJ/stap_f3afa3ed0e32b9fbc2270d22d2209f3b_4111.c" using 143168virt/32704res/8832shr kb, in 10usr/110sys/138real ms. Pass 4: compiled C into "stap_f3afa3ed0e32b9fbc2270d22d2209f3b_4111.ko" in 2720usr/400sys/3125real ms. Pass 5: starting run. systemtap starting probe PASS: dtrace_fork_exec2 startup PASS: dtrace_fork_exec2 load generation systemtap ending probe parent - pid: 32534 parent - child pid: 32535 parent - child pid before exec: 32535 child - pid: 32535 parent - finished Pass 5: run completed in 0usr/70sys/377real ms. PASS: dtrace_fork_exec2 shutdown and output metric: dtrace_fork_exec2 270 0 264 10 0 8 10 110 138 2720 400 3125 0 70 377 exec make -C staptestdSJq06 clean make[3]: Entering directory `/home/prasadkr/systemtap/testsuite/staptestdSJq06' rm -f dtrace_fork_parent.o dtrace_fork_parent_probes.o dtrace_child.o dtrace_child_probes.o dtrace_fork_parent dtrace_child dtrace_fork_parent_probes.h dtrace_child_probes.h make[3]: Leaving directory `/home/prasadkr/systemtap/testsuite/staptestdSJq06' exec make -C staptestdSJq06 CFLAGS="-isystem/usr/local/include -DUSE_SEMAPHORES" make[3]: Entering directory `/home/prasadkr/systemtap/testsuite/staptestdSJq06' dtrace -C -h -s dtrace_fork_parent_probes.d -o dtrace_fork_parent_probes.h cc -isystem/usr/local/include -DUSE_SEMAPHORES -c -o dtrace_fork_parent.o dtrace_fork_parent.c dtrace -C -G -s dtrace_fork_parent_probes.d -o dtrace_fork_parent_probes.o cc dtrace_fork_parent.o dtrace_fork_parent_probes.o -o dtrace_fork_parent dtrace -C -h -s dtrace_child_probes.d -o dtrace_child_probes.h cc -isystem/usr/local/include -DUSE_SEMAPHORES -c -o dtrace_child.o dtrace_child.c dtrace -C -G -s dtrace_child_probes.d -o dtrace_child_probes.o cc dtrace_child.o dtrace_child_probes.o -o dtrace_child make[3]: Leaving directory `/home/prasadkr/systemtap/testsuite/staptestdSJq06' PASS: dtrace_fork_exec3 - build success executing: stap -v /home/prasadkr/systemtap/testsuite/systemtap.clone/dtrace_fork_exec.stp staptestdSJq06/dtrace_fork_parent staptestdSJq06/dtrace_child spawn stap -v /home/prasadkr/systemtap/testsuite/systemtap.clone/dtrace_fork_exec.stp staptestdSJq06/dtrace_fork_parent staptestdSJq06/dtrace_child Pass 1: parsed user script and 75 library script(s) using 38656virt/30720res/7872shr kb, in 250usr/0sys/246real ms. Pass 2: analyzed script: 7 probe(s), 2 function(s), 1 embed(s), 1 global(s) using 39680virt/32320res/8512shr kb, in 0usr/0sys/8real ms. Pass 3: translated to C into "/tmp/stapAGwwQS/stap_c3fb79a7b3a2d02ab7a0cd758e9adede_4111.c" using 143168virt/32768res/8832shr kb, in 20usr/120sys/131real ms. Pass 4: compiled C into "stap_c3fb79a7b3a2d02ab7a0cd758e9adede_4111.ko" in 2720usr/390sys/3131real ms. Pass 5: starting run. systemtap starting probe PASS: dtrace_fork_exec4 startup PASS: dtrace_fork_exec4 load generation systemtap ending probe parent - pid: 564 parent - child pid: 565 parent - child pid before exec: 565 child - pid: 565 parent - finished Pass 5: run completed in 10usr/70sys/373real ms. PASS: dtrace_fork_exec4 shutdown and output metric: dtrace_fork_exec4 250 0 246 0 0 8 20 120 131 2720 390 3131 10 70 373 testcase /home/prasadkr/systemtap/testsuite/systemtap.clone/dtrace_fork_exec.exp completed in 9 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.clone/dtrace_vfork_exec.exp ... exec make -C staptesttN5lWX CFLAGS="-isystem/usr/local/include" make[3]: Entering directory `/home/prasadkr/systemtap/testsuite/staptesttN5lWX' dtrace -C -h -s dtrace_vfork_parent_probes.d -o dtrace_vfork_parent_probes.h cc -isystem/usr/local/include -c -o dtrace_vfork_parent.o dtrace_vfork_parent.c dtrace -C -G -s dtrace_vfork_parent_probes.d -o dtrace_vfork_parent_probes.o cc dtrace_vfork_parent.o dtrace_vfork_parent_probes.o -o dtrace_vfork_parent dtrace -C -h -s dtrace_child_probes.d -o dtrace_child_probes.h cc -isystem/usr/local/include -c -o dtrace_child.o dtrace_child.c dtrace -C -G -s dtrace_child_probes.d -o dtrace_child_probes.o cc dtrace_child.o dtrace_child_probes.o -o dtrace_child make[3]: Leaving directory `/home/prasadkr/systemtap/testsuite/staptesttN5lWX' PASS: dtrace_vfork_exec1 - build success executing: stap -v /home/prasadkr/systemtap/testsuite/systemtap.clone/dtrace_vfork_exec.stp staptesttN5lWX/dtrace_vfork_parent staptesttN5lWX/dtrace_child spawn stap -v /home/prasadkr/systemtap/testsuite/systemtap.clone/dtrace_vfork_exec.stp staptesttN5lWX/dtrace_vfork_parent staptesttN5lWX/dtrace_child Pass 1: parsed user script and 75 library script(s) using 38656virt/30720res/7872shr kb, in 270usr/0sys/263real ms. Pass 2: analyzed script: 6 probe(s), 2 function(s), 1 embed(s), 1 global(s) using 39680virt/32320res/8512shr kb, in 10usr/0sys/8real ms. Pass 3: translated to C into "/tmp/stap1EBfjf/stap_fd17471c70421990b785e3c7ca96be9f_3644.c" using 143168virt/32768res/8832shr kb, in 10usr/110sys/137real ms. Pass 4: compiled C into "stap_fd17471c70421990b785e3c7ca96be9f_3644.ko" in 2720usr/400sys/3143real ms. Pass 5: starting run. systemtap starting probe PASS: dtrace_vfork_exec2 startup PASS: dtrace_vfork_exec2 load generation systemtap ending probe parent - pid: 1093 child - pid: 1097 parent - child pid: 1097 parent - finished Pass 5: run completed in 0usr/70sys/371real ms. FAIL: dtrace_vfork_exec2 shutdown (eof) exec make -C staptesttN5lWX clean make[3]: Entering directory `/home/prasadkr/systemtap/testsuite/staptesttN5lWX' rm -f dtrace_vfork_parent.o dtrace_vfork_parent_probes.o dtrace_child.o dtrace_child_probes.o dtrace_vfork_parent dtrace_child dtrace_vfork_parent_probes.h dtrace_child_probes.h make[3]: Leaving directory `/home/prasadkr/systemtap/testsuite/staptesttN5lWX' exec make -C staptesttN5lWX CFLAGS="-isystem/usr/local/include -DUSE_SEMAPHORES" make[3]: Entering directory `/home/prasadkr/systemtap/testsuite/staptesttN5lWX' dtrace -C -h -s dtrace_vfork_parent_probes.d -o dtrace_vfork_parent_probes.h cc -isystem/usr/local/include -DUSE_SEMAPHORES -c -o dtrace_vfork_parent.o dtrace_vfork_parent.c dtrace -C -G -s dtrace_vfork_parent_probes.d -o dtrace_vfork_parent_probes.o cc dtrace_vfork_parent.o dtrace_vfork_parent_probes.o -o dtrace_vfork_parent dtrace -C -h -s dtrace_child_probes.d -o dtrace_child_probes.h cc -isystem/usr/local/include -DUSE_SEMAPHORES -c -o dtrace_child.o dtrace_child.c dtrace -C -G -s dtrace_child_probes.d -o dtrace_child_probes.o cc dtrace_child.o dtrace_child_probes.o -o dtrace_child make[3]: Leaving directory `/home/prasadkr/systemtap/testsuite/staptesttN5lWX' PASS: dtrace_vfork_exec3 - build success executing: stap -v /home/prasadkr/systemtap/testsuite/systemtap.clone/dtrace_vfork_exec.stp staptesttN5lWX/dtrace_vfork_parent staptesttN5lWX/dtrace_child spawn stap -v /home/prasadkr/systemtap/testsuite/systemtap.clone/dtrace_vfork_exec.stp staptesttN5lWX/dtrace_vfork_parent staptesttN5lWX/dtrace_child Pass 1: parsed user script and 75 library script(s) using 38656virt/30656res/7872shr kb, in 240usr/0sys/245real ms. Pass 2: analyzed script: 6 probe(s), 2 function(s), 1 embed(s), 1 global(s) using 39680virt/32256res/8512shr kb, in 10usr/0sys/7real ms. Pass 3: translated to C into "/tmp/stapzpnOpA/stap_25765cdce50fdfb3729668cad90907c6_3644.c" using 143168virt/32704res/8832shr kb, in 20usr/110sys/131real ms. Pass 4: compiled C into "stap_25765cdce50fdfb3729668cad90907c6_3644.ko" in 2710usr/400sys/3124real ms. Pass 5: starting run. systemtap starting probe PASS: dtrace_vfork_exec4 startup PASS: dtrace_vfork_exec4 load generation systemtap ending probe parent - pid: 1609 child - pid: 1610 parent - child pid: 1610 parent - finished Pass 5: run completed in 10usr/60sys/368real ms. FAIL: dtrace_vfork_exec4 shutdown (eof) testcase /home/prasadkr/systemtap/testsuite/systemtap.clone/dtrace_vfork_exec.exp completed in 8 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.context/context.exp ... as_root cp staptestqnm3N9/systemtap_test_module2.ko /lib/modules/2.6.32-71.el6.ppc64/kernel OUT RC 0 as_root cp staptestqnm3N9/systemtap_test_module1.ko /lib/modules/2.6.32-71.el6.ppc64/kernel OUT RC 0 as_root /sbin/insmod staptestqnm3N9/systemtap_test_module2.ko OUT RC 0 as_root /sbin/insmod staptestqnm3N9/systemtap_test_module1.ko OUT RC 0 sourcing: /home/prasadkr/systemtap/testsuite/systemtap.context/backtrace.tcl spawn stap -d kernel -d systemtap_test_module1 /home/prasadkr/systemtap/testsuite/systemtap.context/backtrace.stp Systemtap probe: begin PASS: backtrace of begin probe backtrace from module("systemtap_test_module2").function("yyy_func2@/home/prasadkr/systemtap/testsuite/staptestqnm3N9/systemtap_test_module2.c:33"): 0xd0000000036f0040 : .yyy_func2+0x0/0x30 [systemtap_test_module2] [0xc0000000030538b8] [0x00000000000004d2] 0x4d2 (inexact) [0xc000000003053b30] [0xc000000133625100] 0xc000000133625100 [0xc000000003053ba0] [0xd0000000038f0268] 0xd0000000038f0268 : .stm_write_cmd+0x1b8/0x0 [systemtap_test_module1] [0xc000000003053c30] [0xc0000000002295d4] 0xc0000000002295d4 : .proc_reg_write+0xb4/0x130 [kernel] [0xc000000003053ce0] [0xc0000000001b11cc] 0xc0000000001b11cc : .vfs_write+0xec/0x1f0 [kernel] [0xc000000003053d80] [0xc0000000001b13f8] 0xc0000000001b13f8 : .SyS_write+0x58/0xb0 [kernel] [0xc000000003053e30] [0xc00000000000852c] 0xc00000000000852c : syscall_exit+0x0/0x40 [kernel] --- Exception: c00 at 0x800ba1bcf8 LR = 0x800b9aa328 --- yyy_func2 --- the stack is 0xd0000000036f0040 [0xc0000000030538b8] [0x00000000000004d2]0x4d2 [0xc000000003053b30] [0xc000000133625100]0xc000000133625100 [0xc000000003053ba0] [0xd0000000038f0268]0xd0000000038f0268 [0xc000000003053c30] [0xc0000000002295d4]0xc0000000002295d4 [0xc000000003053ce0] [0xc0000000001b11cc]0xc0000000001b11cc [0xc000000003053d80] [0xc0000000001b13f8]0xc0000000001b13f8 [0xc000000003053e30] [0xc00000000000852c]0xc00000000000852c --- Exception: c00 at 0x800ba1bcf8 LR =0x800b9aa328 0xd0000000036f0040 : .yyy_func2+0x0/0x30 [systemtap_test_module2] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0xe : __mod_license99+0xe/0x10 [systemtap_test_module1] 0xc00 0xa : __mod_license99+0xa/0x10 [systemtap_test_module1] 0x800ba1bcf8 -------- backtrace from module("systemtap_test_module2").function("yyy_func3@/home/prasadkr/systemtap/testsuite/staptestqnm3N9/systemtap_test_module2.c:28"): 0xd0000000036f0010 : .yyy_func3+0x0/0x30 [systemtap_test_module2] [0xc000000003053848] [0x00000000000004d2] 0x4d2 (inexact) [0xc000000003053ac0] [0xc000000000179a00] 0xc000000000179a00 : .__vma_link_rb+0x30/0x50 [kernel] [0xc000000003053b30] [0xd0000000036f0080] 0xd0000000036f0080 : .yyy_func1+0x10/0x30 [systemtap_test_module2] [0xc000000003053ba0] [0xd0000000038f0268] 0xd0000000038f0268 : .stm_write_cmd+0x1b8/0x0 [systemtap_test_module1] [0xc000000003053c30] [0xc0000000002295d4] 0xc0000000002295d4 : .proc_reg_write+0xb4/0x130 [kernel] [0xc000000003053ce0] [0xc0000000001b11cc] 0xc0000000001b11cc : .vfs_write+0xec/0x1f0 [kernel] [0xc000000003053d80] [0xc0000000001b13f8] 0xc0000000001b13f8 : .SyS_write+0x58/0xb0 [kernel] [0xc000000003053e30] [0xc00000000000852c] 0xc00000000000852c : syscall_exit+0x0/0x40 [kernel] --- Exception: c00 at 0x800ba1bcf8 LR = 0x800b9aa328 --- yyy_func3 --- the stack is 0xd0000000036f0010 [0xc000000003053848] [0x00000000000004d2]0x4d2 [0xc000000003053ac0] [0xc000000000179a00]0xc000000000179a00 [0xc000000003053b30] [0xd0000000036f0080]0xd0000000036f0080 [0xc000000003053ba0] [0xd0000000038f0268]0xd0000000038f0268 [0xc000000003053c30] [0xc0000000002295d4]0xc0000000002295d4 [0xc000000003053ce0] [0xc0000000001b11cc]0xc0000000001b11cc [0xc000000003053d80] [0xc0000000001b13f8]0xc0000000001b13f8 [0xc000000003053e30] [0xc00000000000852c]0xc00000000000852c --- Exception: c00 at 0x8 0xd0000000036f0010 : .yyy_func3+0x0/0x30 [systemtap_test_module2] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0xe : __mod_license99+0xe/0x10 [systemtap_test_module1] 0xc00 0xa : __mod_license99+0xa/0x10 [systemtap_test_module1] 0x8 : __mod_license99+0x8/0x10 [systemtap_test_module1] -------- backtrace from module("systemtap_test_module2").function("yyy_func4@/home/prasadkr/systemtap/testsuite/staptestqnm3N9/systemtap_test_module2.c:24"): 0xd0000000036f0000 : .yyy_func4+0x0/0x10 [systemtap_test_module2] [0xc0000000030537d8] [0x00000000000004d2] 0x4d2 (inexact) [0xc000000003053a50] [0xc000000000e27968] 0xc000000000e27968 : mv88e6131_switch_driver+0x138c0/0x24100 [kernel] [0xc000000003053ac0] [0xd0000000036f0050] 0xd0000000036f0050 : .yyy_func2+0x10/0x30 [systemtap_test_module2] [0xc000000003053b30] [0xd0000000036f0080] 0xd0000000036f0080 : .yyy_func1+0x10/0x30 [systemtap_test_module2] [0xc000000003053ba0] [0xd0000000038f0268] 0xd0000000038f0268 : .stm_write_cmd+0x1b8/0x0 [systemtap_test_module1] [0xc000000003053c30] [0xc0000000002295d4] 0xc0000000002295d4 : .proc_reg_write+0xb4/0x130 [kernel] [0xc000000003053ce0] [0xc0000000001b11cc] 0xc0000000001b11cc : .vfs_write+0xec/0x1f0 [kernel] [0xc000000003053d80] [0xc0000000001b13f8] 0xc0000000001b13f8 : .SyS_write+0x58/0xb0 [kernel] [0xc000000003053e30] [0xc00000000000852c] 0xc00000000000852c : syscall_exit+0x0/0x40 [kernel] --- Exception: c00 at 0x800ba1bcf8 LR = 0x800b9aa328 --- yyy_func4 --- the stack is 0xd0000000036f0000 [0xc0000000030537d8] [0x00000000000004d2]0x4d2 [0xc000000003053a50] [0xc000000000e27968]0xc000000000e27968 [0xc000000003053ac0] [0xd0000000036f0050]0xd0000000036f0050 [0xc000000003053b30] [0xd0000000036f0080]0xd0000000036f0080 [0xc000000003053ba0] [0xd0000000038f0268]0xd0000000038f0268 [0xc000000003053c30] [0xc0000000002295d4]0xc0000000002295d4 [0xc000000003053ce0] [0xc0000000001b11cc]0xc0000000001b11cc [0xc000000003053d80] [0xc0000000001b13f8]0xc0000000001b13f8 [0xc000000003053e30] [0xc 0xd0000000036f0000 : .yyy_func4+0x0/0x10 [systemtap_test_module2] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] 0x0 : __mod_license99+0x0/0x10 [systemtap_test_module1] -------- Systemtap probe: end ERROR: tcl error sourcing /home/prasadkr/systemtap/testsuite/systemtap.context/context.exp. ERROR: expect: spawn id exp16 not open while executing "expect { -timeout 120 "Systemtap probe: begin\r\n" { pass "backtrace of begin probe" exec echo 0 > /proc/stap_test_cmd exp_continue } ..." (file "/home/prasadkr/systemtap/testsuite/systemtap.context/backtrace.tcl" line 13) invoked from within "source $srcdir/$subdir/$test.tcl" ("foreach" body line 3) invoked from within "foreach test $testlist { send_log "sourcing: $srcdir/$subdir/$test.tcl\n" source $srcdir/$subdir/$test.tcl }" (file "/home/prasadkr/systemtap/testsuite/systemtap.context/context.exp" line 85) invoked from within "source /home/prasadkr/systemtap/testsuite/systemtap.context/context.exp" ("uplevel" body line 1) invoked from within "uplevel #0 source /home/prasadkr/systemtap/testsuite/systemtap.context/context.exp" invoked from within "catch "uplevel #0 source $test_file_name"" testcase /home/prasadkr/systemtap/testsuite/systemtap.context/context.exp completed in 8 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.context/fib.exp ... Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.context/fib.c -g -O0 -lm -o /home/prasadkr/systemtap/testsuite/fib (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.context/fib.c -g -O0 -lm -o /home/prasadkr/systemtap/testsuite/fib spawn stap -c /home/prasadkr/systemtap/testsuite/fib 10 /home/prasadkr/systemtap/testsuite/systemtap.context/fib.stp 89 00000011.plt_call.printf@@GLIBC_2.4+0+0x1dc [0xc000000003db3ea8] [0x0000000000000001]0x1 (inexact) 00000011.plt_call.printf@@GLIBC_2.4+0+0x1f4 [0xc000000003db3ea8] [0x0000000000000001]0x1 (inexact) FAIL: fib (0 0) spawn stap -c /home/prasadkr/systemtap/testsuite/fib 10 -- /home/prasadkr/systemtap/testsuite/systemtap.context/fib.stp --entry 89 00000011.plt_call.printf@@GLIBC_2.4+0+0x188 [0xc000000132f93ea8] [0x000000000000000a]0xa (inexact) 00000011.plt_call.printf@@GLIBC_2.4+0+0x188 [0xc000000132f93ea8] [0x0000000000000009]0x9 (inexact) 00000011.plt_call.printf@@GLIBC_2.4+0+0x188 [0xc000000132f93ea8] [0x0000000000000008]0x8 (inexact) 00000011.plt_call.printf@@GLIBC_2.4+0+0x188 [0xc000000132f93ea8] [0x0000000000000007]0x7 (inexact) 00000011.plt_call.printf@@GLIBC_2.4+0+0x188 [0xc000000132f93ea8] [0x0000000000000006]0x6 (inexact) 00000011.plt_call.printf@@GLIBC_2.4+0+0x188 [0xc000000132f93ea8] [0x0000000000000005]0x5 (inexact) 00000011.plt_call.printf@@GLIBC_2.4+0+0x188 [0xc000000132f93ea8] [0x0000000000000004]0x4 (inexact) 00000011.plt_call.printf@@GLIBC_2.4+0+0x188 [0xc000000132f93ea8] [0x0000000000000003]0x3 (inexact) 00000011.plt_call.printf@@GLIBC_2.4+0+0x188 [0xc000000132f93ea8] [0x0000000000000002]0x2 (inexact) 00000011.plt_call.printf@@GLIBC_2.4+0+0x188 [0xc000000132f93ea8] [0x0000000000000001]0x1 (inexact) FAIL: fib (0 0) testcase /home/prasadkr/systemtap/testsuite/systemtap.context/fib.exp completed in 8 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.context/symbols.exp ... spawn stap -g /home/prasadkr/systemtap/testsuite/systemtap.context/symbols.stp 0x0 0x80000000 0xc0000000 0xe0000000 0xf0000000 0xffffffff 0xffffffff00000000 0xffffffff80000000 0xffffffff80120000 0xffffffff88000000 0xffffffffffffffff PASS: symbols (11) testcase /home/prasadkr/systemtap/testsuite/systemtap.context/symbols.exp completed in 2 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.context/uprobe_stmt_num.exp ... Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.context/uprobe_stmt_num.c -g -O0 -lm -o /home/prasadkr/systemtap/testsuite/uprobe_stmt_num (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.context/uprobe_stmt_num.c -g -O0 -lm -o /home/prasadkr/systemtap/testsuite/uprobe_stmt_num cmd: stap -c /home/prasadkr/systemtap/testsuite/uprobe_stmt_num /home/prasadkr/systemtap/testsuite/systemtap.context/uprobe_stmt_num.stp cmd output: 0x100005b8 0x100005d4 0x100005dc 0x100005ec 0x10000610 0x1000062c PASS: uprobe_stmt_num-run-one executing: stap /home/prasadkr/systemtap/testsuite/systemtap.context/uprobe_stmt_num.stp -c /home/prasadkr/systemtap/testsuite/uprobe_stmt_num PASS: uprobe_stmt_num-run-two executing: stap uprobe_stmt_num-run-statements.stp -c /home/prasadkr/systemtap/testsuite/uprobe_stmt_num PASS: uprobe_stmt_num-run-statements Executing: objcopy -R .debug_line /home/prasadkr/systemtap/testsuite/uprobe_stmt_num executing: stap -w -g uprobe_stmt_num-run-statements.stp -c /home/prasadkr/systemtap/testsuite/uprobe_stmt_num PASS: uprobe_stmt_num-run-statements-nolines testcase /home/prasadkr/systemtap/testsuite/systemtap.context/uprobe_stmt_num.exp completed in 13 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.context/uprobe_uaddr.exp ... Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.context/uprobe_stmt_num.c -g -O0 -lm -o /home/prasadkr/systemtap/testsuite/uprobe_uaddr (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.context/uprobe_stmt_num.c -g -O0 -lm -o /home/prasadkr/systemtap/testsuite/uprobe_uaddr cmd: stap -c /home/prasadkr/systemtap/testsuite/uprobe_uaddr /home/prasadkr/systemtap/testsuite/systemtap.context/uprobe_uaddr.stp cmd output: 00000011.plt_call.__libc_start_main@@GLIBC_2.3+0+0x270/0x418 [/home/prasadkr/systemtap/testsuite/uprobe_uaddr] 00000011.plt_call.__libc_start_main@@GLIBC_2.3+0+0x1d8/0x418 [/home/prasadkr/systemtap/testsuite/uprobe_uaddr] 00000011.plt_call.__libc_start_main@@GLIBC_2.3+0+0x190/0x418 [/home/prasadkr/systemtap/testsuite/uprobe_uaddr] 00000011.plt_call.__libc_start_main@@GLIBC_2.3+0+0x228/0x418 [/home/prasadkr/systemtap/testsuite/uprobe_uaddr] 00000011.plt_call.__libc_start_main@@GLIBC_2.3+0+0x29c/0x418 [/home/prasadkr/systemtap/testsuite/uprobe_uaddr] 0x800b94bcd8 [/lib64/power6/libc-2.12.so+0x4bcd8/0x1f0000] PASS: uprobe_uaddr FAIL: uprobe_uaddr 00000011.plt_call.__libc_start_main@@GLIBC_2.3+0+0x270/0x418 [/home/prasadkr/systemtap/testsuite/uprobe_uaddr] FAIL: uprobe_uaddr 00000011.plt_call.__libc_start_main@@GLIBC_2.3+0+0x1d8/0x418 [/home/prasadkr/systemtap/testsuite/uprobe_uaddr] FAIL: uprobe_uaddr 00000011.plt_call.__libc_start_main@@GLIBC_2.3+0+0x190/0x418 [/home/prasadkr/systemtap/testsuite/uprobe_uaddr] FAIL: uprobe_uaddr 00000011.plt_call.__libc_start_main@@GLIBC_2.3+0+0x228/0x418 [/home/prasadkr/systemtap/testsuite/uprobe_uaddr] FAIL: uprobe_uaddr 00000011.plt_call.__libc_start_main@@GLIBC_2.3+0+0x29c/0x418 [/home/prasadkr/systemtap/testsuite/uprobe_uaddr] PASS: uprobe_uaddr testcase /home/prasadkr/systemtap/testsuite/systemtap.context/uprobe_uaddr.exp completed in 4 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.context/usymbols.exp ... Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.context/usymbols_lib.c -fPIC -shared -lm -o /home/prasadkr/systemtap/testsuite/libusymbols.so (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.context/usymbols_lib.c -fPIC -shared -lm -o /home/prasadkr/systemtap/testsuite/libusymbols.so Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.context/usymbols.c -g -O -L/home/prasadkr/systemtap/testsuite -Wl,-rpath,/home/prasadkr/systemtap/testsuite -lusymbols -lm -o /home/prasadkr/systemtap/testsuite/usymbols (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.context/usymbols.c -g -O -L/home/prasadkr/systemtap/testsuite -Wl,-rpath,/home/prasadkr/systemtap/testsuite -lusymbols -lm -o /home/prasadkr/systemtap/testsuite/usymbols script: probe syscall.rt_sigaction, syscall.rt_sigaction32? { if (pid() == target() && execname() == "usymbols") { handler = user_long(&$act->sa_handler); // Note user address. printf("handler: %s (%s)\n", usymname(handler), umodname(handler)); } } cmd: stap -w -d /home/prasadkr/systemtap/testsuite/usymbols --ldd -c /home/prasadkr/systemtap/testsuite/usymbols -e $script cmd output: semantic error: invalid access '->sa_handler' vs. long int: operator '->' at :4:29 source: handler = user_long(&$act->sa_handler); // Note user address. ^ Pass 2: analysis failed. Try again with another '--vp 01' option. FAIL: usymbols default line 1: expected "handler: main_handler (/home/prasadkr/systemtap/testsuite/usymbols)", Got "semantic error: invalid access '->sa_handler' vs. long int: operator '->' at :4:29" testcase /home/prasadkr/systemtap/testsuite/systemtap.context/usymbols.exp completed in 2 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.examples/check.exp ... meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 ansi_colors.stp' tag 'test_check' value 'stap -p4 ansi_colors.stp' attempting command stap -p4 ansi_colors.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/54/stap_54c88bf64d3947f896ff0868da395ac7_1467.ko RC 0 PASS: systemtap.examples/general/ansi_colors build meta taglines 'test_installcheck: stap ansi_colors.stp' tag 'test_installcheck' value 'stap ansi_colors.stp' attempting command stap ansi_colors.stp OUT fg,t \ bg | 40 41 42 43 44 45 46 47 --------------------------------------------------------------------------- 30,0 | Normal  Normal  Normal  Normal  Normal  Normal  Normal  Normal  30,1 | Bold  Bold  Bold  Bold  Bold  Bold  Bold  Bold  31,0 | Normal  Normal  Normal  Normal  Normal  Normal  Normal  Normal  31,1 | Bold  Bold  Bold  Bold  Bold  Bold  Bold  Bold  32,0 | Normal  Normal  Normal  Normal  Normal  Normal  Normal  Normal  32,1 | Bold  Bold  Bold  Bold  Bold  Bold  Bold  Bold  33,0 | Normal  Normal  Normal  Normal  Normal  Normal  Normal  Normal  33,1 | Bold  Bold  Bold  Bold  Bold  Bold  Bold  Bold  34,0 | Normal  Normal  Normal  Normal  Normal  Normal  Normal  Normal  34,1 | Bold  Bold  Bold  Bold  Bold  Bold  Bold  Bold  35,0 | Normal  Normal  Normal  Normal  Normal  Normal  Normal  Normal  35,1 | Bold  Bold  Bold  Bold  Bold  Bold  Bold  Bold  36,0 | Normal  Normal  Normal  Normal  Normal  Normal  Normal  Normal  36,1 | Bold  Bold  Bold  Bold  Bold  Bold  Bold  Bold  37,0 | Normal  Normal  Normal  Normal  Normal  Normal  Normal  Normal  37,1 | Bold  Bold  Bold  Bold  Bold  Bold  Bold  Bold  RC 0 PASS: systemtap.examples/general/ansi_colors run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 ansi_colors2.stp' tag 'test_check' value 'stap -p4 ansi_colors2.stp' attempting command stap -p4 ansi_colors2.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/53/stap_535e871d38c68e337af36aa246391ae9_1463.ko RC 0 PASS: systemtap.examples/general/ansi_colors2 build meta taglines 'test_installcheck: stap ansi_colors2.stp' tag 'test_installcheck' value 'stap ansi_colors2.stp' attempting command stap ansi_colors2.stp OUT fg,t \ bg | 40 41 42 43 44 45 46 47 --------------------------------------------------------------------------- 30,0 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  30,1 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  30,4 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  30,7 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  31,0 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  31,1 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  31,4 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  31,7 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  32,0 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  32,1 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  32,4 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  32,7 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  33,0 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  33,1 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  33,4 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  33,7 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  34,0 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  34,1 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  34,4 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  34,7 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  35,0 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  35,1 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  35,4 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  35,7 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  36,0 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  36,1 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  36,4 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  36,7 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  37,0 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  37,1 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  37,4 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  37,7 | Colors  Colors  Colors  Colors  Colors  Colors  Colors  Colors  RC 0 PASS: systemtap.examples/general/ansi_colors2 run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -g -p4 badname.stp' tag 'test_check' value 'stap -g -p4 badname.stp' attempting command stap -g -p4 badname.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/cd/stap_cd4f3a94ffc9a7f2766a06e99a86eb5a_11299.ko RC 0 PASS: systemtap.examples/general/badname build meta taglines 'test_installcheck: stap -g badname.stp -c "touch /tmp/myXXXfile" 2>&1 | grep denied' tag 'test_installcheck' value 'stap -g badname.stp -c "touch /tmp/myXXXfile" 2>&1 | grep denied' attempting command stap -g badname.stp -c "touch /tmp/myXXXfile" 2>&1 | grep denied OUT child process exited abnormally RC 1 FAIL: systemtap.examples/general/badname run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 graphs.stp' tag 'test_check' value 'stap -p4 graphs.stp' attempting command stap -p4 graphs.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/81/stap_81bacd569fbb2a6042579d09b67297c9_4832.ko RC 0 PASS: systemtap.examples/general/graphs build meta taglines 'test_installcheck: stap graphs.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap graphs.stp -c "sleep 0.2"' attempting command stap graphs.stp -c "sleep 0.2" OUT RC 0 PASS: systemtap.examples/general/graphs run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 helloworld.stp' tag 'test_check' value 'stap -p4 helloworld.stp' attempting command stap -p4 helloworld.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/d5/stap_d5056658c444a0e7a245a67fe2fded4c_757.ko RC 0 PASS: systemtap.examples/general/helloworld build meta taglines 'test_installcheck: stap helloworld.stp' tag 'test_installcheck' value 'stap helloworld.stp' attempting command stap helloworld.stp OUT hello world RC 0 PASS: systemtap.examples/general/helloworld run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 para-callgraph-verbose.stp 'kernel.function("*@fs/proc*.c")' 'kernel.function("vfs_read")'' tag 'test_check' value 'stap -p4 para-callgraph-verbose.stp 'kernel.function("*@fs/proc*.c")' 'kernel.function("vfs_read")'' attempting command stap -p4 para-callgraph-verbose.stp 'kernel.function("*@fs/proc*.c")' 'kernel.function("vfs_read")' OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/d6/stap_d6d5092d7e22e7d09f1926c5f6a4fd18_756278.ko RC 0 PASS: systemtap.examples/general/para-callgraph-verbose build meta taglines 'test_installcheck: stap para-callgraph-verbose.stp 'kernel.function("*@fs/proc*.c")' 'kernel.function("vfs_read")' -c "cat /proc/sys/vm/*"' tag 'test_installcheck' value 'stap para-callgraph-verbose.stp 'kernel.function("*@fs/proc*.c")' 'kernel.function("vfs_read")' -c "cat /proc/sys/vm/*"' attempting command stap para-callgraph-verbose.stp 'kernel.function("*@fs/proc*.c")' 'kernel.function("vfs_read")' -c "cat /proc/sys/vm/*" OUT 0 cat: /proc/sys/vm/compact_memory: Permission denied 0 10 0 3000 20 500 0 500 0 0 0 0 256 32 65530 9097 5 1 4096 0 0 0 default 0 0 0 50 3 0 0 0 1 60 100 0 0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac07a8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 20 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac07a8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 36 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc000000138498560, .prev=0xc0000001384ab250}, .i_sb_list={.next=0xc000000138498570, .prev=0xc0000001384ab260}, .i_dentry={.next=0xc0000000eaac0818, .prev=0xc0000000eaac0818}, .i_ino=104687, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 42 cat(6903): <-grab_header return=0xc000000000da7180 57 cat(6903): <-proc_sys_call_handler return=0x2 60 cat(6903):<-proc_sys_read return=0x2 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac07a8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 21 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac07a8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 40 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc000000138498560, .prev=0xc0000001384ab250}, .i_sb_list={.next=0xc000000138498570, .prev=0xc0000001384ab260}, .i_dentry={.next=0xc0000000eaac0818, .prev=0xc0000000eaac0818}, .i_ino=104687, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 47 cat(6903): <-grab_header return=0xc000000000da7180 52 cat(6903): <-proc_sys_call_handler return=0x0 55 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac0ce8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 18 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac0ce8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 35 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849e330, .prev=0xc00000013849c318}, .i_sb_list={.next=0xc00000013849e340, .prev=0xc00000013849c328}, .i_dentry={.next=0xc0000000eaac0d58, .prev=0xc0000000eaac0d58}, .i_ino=104670, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 40 cat(6903): <-grab_header return=0xc000000000da7180 46 cat(6903): <-proc_sys_call_handler return=0x2 49 cat(6903):<-proc_sys_read return=0x2 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac0ce8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 23 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac0ce8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 42 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849e330, .prev=0xc00000013849c318}, .i_sb_list={.next=0xc00000013849e340, .prev=0xc00000013849c328}, .i_dentry={.next=0xc0000000eaac0d58, .prev=0xc0000000eaac0d58}, .i_ino=104670, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 49 cat(6903): <-grab_header return=0xc000000000da7180 57 cat(6903): <-proc_sys_call_handler return=0x0 60 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac0aa8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 19 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac0aa8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 36 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849cf70, .prev=0xc00000013849ed10}, .i_sb_list={.next=0xc00000013849cf80, .prev=0xc00000013849ed20}, .i_dentry={.next=0xc0000000eaac0b18, .prev=0xc0000000eaac0b18}, .i_ino=104669, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 47 cat(6903): <-proc_sys_call_handler return=0x3 50 cat(6903):<-proc_sys_read return=0x3 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac0aa8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=3, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 22 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac0aa8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=3, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 41 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849cf70, .prev=0xc00000013849ed10}, .i_sb_list={.next=0xc00000013849cf80, .prev=0xc00000013849ed20}, .i_dentry={.next=0xc0000000eaac0b18, .prev=0xc0000000eaac0b18}, .i_ino=104669, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 49 cat(6903): <-grab_header return=0xc000000000da7180 56 cat(6903): <-proc_sys_call_handler return=0x0 70 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac36e8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 18 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac36e8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 35 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849c318, .prev=0xc000000138499e10}, .i_sb_list={.next=0xc00000013849c328, .prev=0xc000000138499e20}, .i_dentry={.next=0xc0000000eaac3758, .prev=0xc0000000eaac3758}, .i_ino=104672, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 46 cat(6903): <-proc_sys_call_handler return=0x2 49 cat(6903):<-proc_sys_read return=0x2 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac36e8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 22 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac36e8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 42 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849c318, .prev=0xc000000138499e10}, .i_sb_list={.next=0xc00000013849c328, .prev=0xc000000138499e20}, .i_dentry={.next=0xc0000000eaac3758, .prev=0xc0000000eaac3758}, .i_ino=104672, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 49 cat(6903): <-grab_header return=0xc000000000da7180 56 cat(6903): <-proc_sys_call_handler return=0x0 60 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacb968}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 18 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacb968}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 35 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc000000138499e10, .prev=0xc000000138498070}, .i_sb_list={.next=0xc000000138499e20, .prev=0xc000000138498080}, .i_dentry={.next=0xc0000000eaacb9d8, .prev=0xc0000000eaacb9d8}, .i_ino=104674, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 46 cat(6903): <-proc_sys_call_handler return=0x5 49 cat(6903):<-proc_sys_read return=0x5 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacb968}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=5, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 22 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacb968}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=5, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 42 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc000000138499e10, .prev=0xc000000138498070}, .i_sb_list={.next=0xc000000138499e20, .prev=0xc000000138498080}, .i_dentry={.next=0xc0000000eaacb9d8, .prev=0xc0000000eaacb9d8}, .i_ino=104674, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 49 cat(6903): <-grab_header return=0xc000000000da7180 56 cat(6903): <-proc_sys_call_handler return=0x0 60 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac0f28}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 18 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac0f28}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 35 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849ed10, .prev=0xc00000013849bbb0}, .i_sb_list={.next=0xc00000013849ed20, .prev=0xc00000013849bbc0}, .i_dentry={.next=0xc0000000eaac0f98, .prev=0xc0000000eaac0f98}, .i_ino=104671, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 46 cat(6903): <-proc_sys_call_handler return=0x3 49 cat(6903):<-proc_sys_read return=0x3 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac0f28}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=3, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 21 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac0f28}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=3, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 40 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849ed10, .prev=0xc00000013849bbb0}, .i_sb_list={.next=0xc00000013849ed20, .prev=0xc00000013849bbc0}, .i_dentry={.next=0xc0000000eaac0f98, .prev=0xc0000000eaac0f98}, .i_ino=104671, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 47 cat(6903): <-grab_header return=0xc000000000da7180 54 cat(6903): <-proc_sys_call_handler return=0x0 58 cat(6903):<-proc_sys_read return=0x0 0 rsyslogd(1054):->proc_reg_read file={.f_u={.fu_list={.next=0xc00000013a0c9e60, .prev=0xc000000136d7ef80}, .fu_rcuhead={.next=0xc00000013a0c9e60, .func=0xc000000136d7ef80}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000001381b40a8}, .f_op=0xc0000000005c2240, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=2}, .f_flags=589824, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000139392d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 19 rsyslogd(1054): ->kmsg_read file={.f_u={.fu_list={.next=0xc00000013a0c9e60, .prev=0xc000000136d7ef80}, .fu_rcuhead={.next=0xc00000013a0c9e60, .func=0xc000000136d7ef80}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000001381b40a8}, .f_op=0xc0000000005c2240, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=2}, .f_flags=589824, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000139392d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac5668}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 19 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac5668}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 35 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849bbb0, .prev=0xc000000138499b98}, .i_sb_list={.next=0xc00000013849bbc0, .prev=0xc000000138499ba8}, .i_dentry={.next=0xc0000000eaac56d8, .prev=0xc0000000eaac56d8}, .i_ino=104673, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 48 cat(6903): <-proc_sys_call_handler return=0x4 51 cat(6903):<-proc_sys_read return=0x4 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac5668}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=4, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 22 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac5668}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=4, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 42 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849bbb0, .prev=0xc000000138499b98}, .i_sb_list={.next=0xc00000013849bbc0, .prev=0xc000000138499ba8}, .i_dentry={.next=0xc0000000eaac56d8, .prev=0xc0000000eaac56d8}, .i_ino=104673, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 49 cat(6903): <-grab_header return=0xc000000000da7180 56 cat(6903): <-proc_sys_call_handler return=0x0 70 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacf328}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 19 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacf328}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 35 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc000000138499920, .prev=0xc00000013849f478}, .i_sb_list={.next=0xc000000138499930, .prev=0xc00000013849f488}, .i_dentry={.next=0xc0000000eaacf398, .prev=0xc0000000eaacf398}, .i_ino=104682, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 47 cat(6903): <-proc_sys_call_handler return=0x2 50 cat(6903):<-proc_sys_read return=0x2 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacf328}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 21 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacf328}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 40 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc000000138499920, .prev=0xc00000013849f478}, .i_sb_list={.next=0xc000000138499930, .prev=0xc00000013849f488}, .i_dentry={.next=0xc0000000eaacf398, .prev=0xc0000000eaacf398}, .i_ino=104682, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 47 cat(6903): <-grab_header return=0xc000000000da7180 55 cat(6903): <-proc_sys_call_handler return=0x0 59 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacdbe8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 19 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacdbe8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 35 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849b448, .prev=0xc00000013849b6c0}, .i_sb_list={.next=0xc00000013849b458, .prev=0xc00000013849b6d0}, .i_dentry={.next=0xc0000000eaacdc58, .prev=0xc0000000eaacdc58}, .i_ino=104664, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 47 cat(6903): <-proc_sys_call_handler return=0x4 50 cat(6903):<-proc_sys_read return=0x4 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacdbe8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=4, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 22 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacdbe8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=4, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 41 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849b448, .prev=0xc00000013849b6c0}, .i_sb_list={.next=0xc00000013849b458, .prev=0xc00000013849b6d0}, .i_dentry={.next=0xc0000000eaacdc58, .prev=0xc0000000eaacdc58}, .i_ino=104664, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 49 cat(6903): <-grab_header return=0xc000000000da7180 56 cat(6903): <-proc_sys_call_handler return=0x0 60 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac9ce8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 18 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac9ce8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 35 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc000000138490c68, .prev=0xc00000013849ace0}, .i_sb_list={.next=0xc000000138490c78, .prev=0xc00000013849acf0}, .i_dentry={.next=0xc0000000eaac9d58, .prev=0xc0000000eaac9d58}, .i_ino=104679, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 40 cat(6903): <-grab_header return=0xc000000000da7180 46 cat(6903): <-proc_sys_call_handler return=0x2 49 cat(6903):<-proc_sys_read return=0x2 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac9ce8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 21 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac9ce8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 40 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc000000138490c68, .prev=0xc00000013849ace0}, .i_sb_list={.next=0xc000000138490c78, .prev=0xc00000013849acf0}, .i_dentry={.next=0xc0000000eaac9d58, .prev=0xc0000000eaac9d58}, .i_ino=104679, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 48 cat(6903): <-grab_header return=0xc000000000da7180 55 cat(6903): <-proc_sys_call_handler return=0x0 59 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac9568}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 19 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac9568}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 36 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849a300, .prev=0xc00000013849a7f0}, .i_sb_list={.next=0xc00000013849a310, .prev=0xc00000013849a800}, .i_dentry={.next=0xc0000000eaac95d8, .prev=0xc0000000eaac95d8}, .i_ino=104678, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 47 cat(6903): <-proc_sys_call_handler return=0x2 50 cat(6903):<-proc_sys_read return=0x2 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac9568}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 22 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac9568}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 41 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849a300, .prev=0xc00000013849a7f0}, .i_sb_list={.next=0xc00000013849a310, .prev=0xc00000013849a800}, .i_dentry={.next=0xc0000000eaac95d8, .prev=0xc0000000eaac95d8}, .i_ino=104678, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 48 cat(6903): <-grab_header return=0xc000000000da7180 56 cat(6903): <-proc_sys_call_handler return=0x0 59 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacc7a8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 18 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacc7a8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 35 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849a578, .prev=0xc00000013849f200}, .i_sb_list={.next=0xc00000013849a588, .prev=0xc00000013849f210}, .i_dentry={.next=0xc0000000eaacc818, .prev=0xc0000000eaacc818}, .i_ino=104686, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 47 cat(6903): <-proc_sys_call_handler return=0x2 49 cat(6903):<-proc_sys_read return=0x2 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacc7a8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 22 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacc7a8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 50 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849a578, .prev=0xc00000013849f200}, .i_sb_list={.next=0xc00000013849a588, .prev=0xc00000013849f210}, .i_dentry={.next=0xc0000000eaacc818, .prev=0xc0000000eaacc818}, .i_ino=104686, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 56 cat(6903): <-grab_header return=0xc000000000da7180 61 cat(6903): <-proc_sys_call_handler return=0x0 64 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac8d28}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 22 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac8d28}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 40 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc0000001384ab250, .prev=0xc0000001384abc30}, .i_sb_list={.next=0xc0000001384ab260, .prev=0xc0000001384abc40}, .i_dentry={.next=0xc0000000eaac8d98, .prev=0xc0000000eaac8d98}, .i_ino=104689, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 46 cat(6903): <-grab_header return=0xc000000000da7180 52 cat(6903): <-proc_sys_call_handler return=0x2 55 cat(6903):<-proc_sys_read return=0x2 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac8d28}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 22 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac8d28}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 41 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc0000001384ab250, .prev=0xc0000001384abc30}, .i_sb_list={.next=0xc0000001384ab260, .prev=0xc0000001384abc40}, .i_dentry={.next=0xc0000000eaac8d98, .prev=0xc0000000eaac8d98}, .i_ino=104689, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 48 cat(6903): <-grab_header return=0xc000000000da7180 55 cat(6903): <-proc_sys_call_handler return=0x0 59 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac87e8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 19 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac87e8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 35 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849ace0, .prev=0xc00000013849b938}, .i_sb_list={.next=0xc00000013849acf0, .prev=0xc00000013849b948}, .i_dentry={.next=0xc0000000eaac8858, .prev=0xc0000000eaac8858}, .i_ino=104681, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 48 cat(6903): <-proc_sys_call_handler return=0x7 51 cat(6903):<-proc_sys_read return=0x7 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac87e8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=7, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 22 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac87e8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=7, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 42 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849ace0, .prev=0xc00000013849b938}, .i_sb_list={.next=0xc00000013849acf0, .prev=0xc00000013849b948}, .i_dentry={.next=0xc0000000eaac8858, .prev=0xc0000000eaac8858}, .i_ino=104681, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 49 cat(6903): <-grab_header return=0xc000000000da7180 56 cat(6903): <-proc_sys_call_handler return=0x0 60 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac8de8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 19 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac8de8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 35 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849ccf8, .prev=0xc000000138498560}, .i_sb_list={.next=0xc00000013849cd08, .prev=0xc000000138498570}, .i_dentry={.next=0xc0000000eaac8e58, .prev=0xc0000000eaac8e58}, .i_ino=104685, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 47 cat(6903): <-proc_sys_call_handler return=0x6 50 cat(6903):<-proc_sys_read return=0x6 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac8de8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=6, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 22 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac8de8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=6, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 50 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849ccf8, .prev=0xc000000138498560}, .i_sb_list={.next=0xc00000013849cd08, .prev=0xc000000138498570}, .i_dentry={.next=0xc0000000eaac8e58, .prev=0xc0000000eaac8e58}, .i_ino=104685, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 56 cat(6903): <-grab_header return=0xc000000000da7180 62 cat(6903): <-proc_sys_call_handler return=0x0 65 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacf868}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 19 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacf868}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 36 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849b938, .prev=0xc00000013849ccf8}, .i_sb_list={.next=0xc00000013849b948, .prev=0xc00000013849cd08}, .i_dentry={.next=0xc0000000eaacf8d8, .prev=0xc0000000eaacf8d8}, .i_ino=104683, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 47 cat(6903): <-proc_sys_call_handler return=0x5 50 cat(6903):<-proc_sys_read return=0x5 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacf868}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=5, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 23 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacf868}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=5, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 51 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849b938, .prev=0xc00000013849ccf8}, .i_sb_list={.next=0xc00000013849b948, .prev=0xc00000013849cd08}, .i_dentry={.next=0xc0000000eaacf8d8, .prev=0xc0000000eaacf8d8}, .i_ino=104683, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 57 cat(6903): <-grab_header return=0xc000000000da7180 62 cat(6903): <-proc_sys_call_handler return=0x0 65 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacf928}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 19 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacf928}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 35 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc0000001384ab740, .prev=0xc0000001384a7988}, .i_sb_list={.next=0xc0000001384ab750, .prev=0xc0000001384a7998}, .i_dentry={.next=0xc0000000eaacf998, .prev=0xc0000000eaacf998}, .i_ino=104692, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 47 cat(6903): <-proc_sys_call_handler return=0x2 50 cat(6903):<-proc_sys_read return=0x2 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacf928}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 21 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacf928}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 41 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc0000001384ab740, .prev=0xc0000001384a7988}, .i_sb_list={.next=0xc0000001384ab750, .prev=0xc0000001384a7998}, .i_dentry={.next=0xc0000000eaacf998, .prev=0xc0000000eaacf998}, .i_ino=104692, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 48 cat(6903): <-grab_header return=0xc000000000da7180 56 cat(6903): <-proc_sys_call_handler return=0x0 60 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacf628}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 19 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacf628}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 35 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc0000001384abc30, .prev=0xc0000001384a7710}, .i_sb_list={.next=0xc0000001384abc40, .prev=0xc0000001384a7720}, .i_dentry={.next=0xc0000000eaacf698, .prev=0xc0000000eaacf698}, .i_ino=104691, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 47 cat(6903): <-proc_sys_call_handler return=0x2 50 cat(6903):<-proc_sys_read return=0x2 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacf628}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 22 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacf628}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 41 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc0000001384abc30, .prev=0xc0000001384a7710}, .i_sb_list={.next=0xc0000001384abc40, .prev=0xc0000001384a7720}, .i_dentry={.next=0xc0000000eaacf698, .prev=0xc0000000eaacf698}, .i_ino=104691, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 48 cat(6903): <-grab_header return=0xc000000000da7180 56 cat(6903): <-proc_sys_call_handler return=0x0 60 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000fc33d0a8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 19 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000fc33d0a8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 35 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc0000001384a7988, .prev=0xc0000001384a56f8}, .i_sb_list={.next=0xc0000001384a7998, .prev=0xc0000001384a5708}, .i_dentry={.next=0xc0000000fc33d118, .prev=0xc0000000fc33d118}, .i_ino=104694, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 47 cat(6903): <-proc_sys_call_handler return=0x5 50 cat(6903):<-proc_sys_read return=0x5 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000fc33d0a8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=5, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 22 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000fc33d0a8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=5, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 42 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc0000001384a7988, .prev=0xc0000001384a56f8}, .i_sb_list={.next=0xc0000001384a7998, .prev=0xc0000001384a5708}, .i_dentry={.next=0xc0000000fc33d118, .prev=0xc0000000fc33d118}, .i_ino=104694, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 49 cat(6903): <-grab_header return=0xc000000000da7180 56 cat(6903): <-proc_sys_call_handler return=0x0 60 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac0628}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 19 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac0628}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 35 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc0000001384991b8, .prev=0xc000000138490c68}, .i_sb_list={.next=0xc0000001384991c8, .prev=0xc000000138490c78}, .i_dentry={.next=0xc0000000eaac0698, .prev=0xc0000000eaac0698}, .i_ino=104677, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 46 cat(6903): <-proc_sys_call_handler return=0x2 49 cat(6903):<-proc_sys_read return=0x2 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac0628}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 22 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac0628}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 42 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc0000001384991b8, .prev=0xc000000138490c68}, .i_sb_list={.next=0xc0000001384991c8, .prev=0xc000000138490c78}, .i_dentry={.next=0xc0000000eaac0698, .prev=0xc0000000eaac0698}, .i_ino=104677, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 49 cat(6903): <-grab_header return=0xc000000000da7180 56 cat(6903): <-proc_sys_call_handler return=0x0 70 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac8668}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 19 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac8668}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 35 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849a7f0, .prev=0xc000000138499920}, .i_sb_list={.next=0xc00000013849a800, .prev=0xc000000138499930}, .i_dentry={.next=0xc0000000eaac86d8, .prev=0xc0000000eaac86d8}, .i_ino=104680, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 46 cat(6903): <-proc_sys_call_handler return=0x2 49 cat(6903):<-proc_sys_read return=0x2 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac8668}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 21 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac8668}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 41 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849a7f0, .prev=0xc000000138499920}, .i_sb_list={.next=0xc00000013849a800, .prev=0xc000000138499930}, .i_dentry={.next=0xc0000000eaac86d8, .prev=0xc0000000eaac86d8}, .i_ino=104680, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 48 cat(6903): <-grab_header return=0xc000000000da7180 55 cat(6903): <-proc_sys_call_handler return=0x0 59 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacfaa8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 18 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacfaa8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 35 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc000000138499b98, .prev=0xc0000001384991b8}, .i_sb_list={.next=0xc000000138499ba8, .prev=0xc0000001384991c8}, .i_dentry={.next=0xc0000000eaacfb18, .prev=0xc0000000eaacfb18}, .i_ino=104675, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 46 cat(6903): <-proc_sys_call_handler return=0x2 49 cat(6903):<-proc_sys_read return=0x2 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacfaa8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 22 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacfaa8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 40 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc000000138499b98, .prev=0xc0000001384991b8}, .i_sb_list={.next=0xc000000138499ba8, .prev=0xc0000001384991c8}, .i_dentry={.next=0xc0000000eaacfb18, .prev=0xc0000000eaacfb18}, .i_ino=104675, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 48 cat(6903): <-grab_header return=0xc000000000da7180 55 cat(6903): <-proc_sys_call_handler return=0x0 59 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000fc3c31a8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 19 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000fc3c31a8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 35 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc0000001384a7498, .prev=0xc0000001384a6350}, .i_sb_list={.next=0xc0000001384a74a8, .prev=0xc0000001384a6360}, .i_dentry={.next=0xc0000000fc3c3218, .prev=0xc0000000fc3c3218}, .i_ino=104695, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 46 cat(6903): <-proc_sys_call_handler return=0x8 49 cat(6903):<-proc_sys_read return=0x8 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000fc3c31a8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=8, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 22 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000fc3c31a8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=8, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 41 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc0000001384a7498, .prev=0xc0000001384a6350}, .i_sb_list={.next=0xc0000001384a74a8, .prev=0xc0000001384a6360}, .i_dentry={.next=0xc0000000fc3c3218, .prev=0xc0000000fc3c3218}, .i_ino=104695, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 48 cat(6903): <-grab_header return=0xc000000000da7180 55 cat(6903): <-proc_sys_call_handler return=0x0 59 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac0868}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 18 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac0868}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 35 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849ca80, .prev=0xc000000138497df8}, .i_sb_list={.next=0xc00000013849ca90, .prev=0xc000000138497e08}, .i_dentry={.next=0xc0000000eaac08d8, .prev=0xc0000000eaac08d8}, .i_ino=104665, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 46 cat(6903): <-proc_sys_call_handler return=0x2 49 cat(6903):<-proc_sys_read return=0x2 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac0868}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 23 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac0868}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 42 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849ca80, .prev=0xc000000138497df8}, .i_sb_list={.next=0xc00000013849ca90, .prev=0xc000000138497e08}, .i_dentry={.next=0xc0000000eaac08d8, .prev=0xc0000000eaac08d8}, .i_ino=104665, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 49 cat(6903): <-grab_header return=0xc000000000da7180 56 cat(6903): <-proc_sys_call_handler return=0x0 70 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacd768}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 19 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacd768}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 36 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849be28, .prev=0xc00000013849b448}, .i_sb_list={.next=0xc00000013849be38, .prev=0xc00000013849b458}, .i_dentry={.next=0xc0000000eaacd7d8, .prev=0xc0000000eaacd7d8}, .i_ino=104662, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 42 cat(6903): <-grab_header return=0xc000000000da7180 47 cat(6903): <-proc_sys_call_handler return=0x2 50 cat(6903):<-proc_sys_read return=0x2 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacd768}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 22 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacd768}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 41 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849be28, .prev=0xc00000013849b448}, .i_sb_list={.next=0xc00000013849be38, .prev=0xc00000013849b458}, .i_dentry={.next=0xc0000000eaacd7d8, .prev=0xc0000000eaacd7d8}, .i_ino=104662, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 48 cat(6903): <-grab_header return=0xc000000000da7180 55 cat(6903): <-proc_sys_call_handler return=0x0 59 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacff28}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 19 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacff28}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 35 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc000000138497b80, .prev=0xc00000013849be28}, .i_sb_list={.next=0xc000000138497b90, .prev=0xc00000013849be38}, .i_dentry={.next=0xc0000000eaacff98, .prev=0xc0000000eaacff98}, .i_ino=104660, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 46 cat(6903): <-proc_sys_call_handler return=0x2 49 cat(6903):<-proc_sys_read return=0x2 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacff28}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 22 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacff28}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 41 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc000000138497b80, .prev=0xc00000013849be28}, .i_sb_list={.next=0xc000000138497b90, .prev=0xc00000013849be38}, .i_dentry={.next=0xc0000000eaacff98, .prev=0xc0000000eaacff98}, .i_ino=104660, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 48 cat(6903): <-grab_header return=0xc000000000da7180 55 cat(6903): <-proc_sys_call_handler return=0x0 58 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacfce8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 19 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacfce8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 35 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc000000138497df8, .prev=0xc00000013849cf70}, .i_sb_list={.next=0xc000000138497e08, .prev=0xc00000013849cf80}, .i_dentry={.next=0xc0000000eaacfd58, .prev=0xc0000000eaacfd58}, .i_ino=104667, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 47 cat(6903): <-proc_sys_call_handler return=0x3 50 cat(6903):<-proc_sys_read return=0x3 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacfce8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=3, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 21 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacfce8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=3, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 41 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc000000138497df8, .prev=0xc00000013849cf70}, .i_sb_list={.next=0xc000000138497e08, .prev=0xc00000013849cf80}, .i_dentry={.next=0xc0000000eaacfd58, .prev=0xc0000000eaacfd58}, .i_ino=104667, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 48 cat(6903): <-grab_header return=0xc000000000da7180 55 cat(6903): <-proc_sys_call_handler return=0x0 69 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacd2e8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 18 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacd2e8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 35 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849d6d8, .prev=0xc00000013849e330}, .i_sb_list={.next=0xc00000013849d6e8, .prev=0xc00000013849e340}, .i_dentry={.next=0xc0000000eaacd358, .prev=0xc0000000eaacd358}, .i_ino=104668, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 46 cat(6903): <-proc_sys_call_handler return=0x2 49 cat(6903):<-proc_sys_read return=0x2 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacd2e8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 23 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaacd2e8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 42 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849d6d8, .prev=0xc00000013849e330}, .i_sb_list={.next=0xc00000013849d6e8, .prev=0xc00000013849e340}, .i_dentry={.next=0xc0000000eaacd358, .prev=0xc0000000eaacd358}, .i_ino=104668, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 50 cat(6903): <-grab_header return=0xc000000000da7180 57 cat(6903): <-proc_sys_call_handler return=0x0 61 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaace668}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 19 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaace668}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 36 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc000000138030be8, .prev=0xc000000138496cb0}, .i_sb_list={.next=0xc000000138030bf8, .prev=0xc000000138496cc0}, .i_dentry={.next=0xc0000000eaace6d8, .prev=0xc0000000eaace6d8}, .i_ino=104661, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 47 cat(6903): <-proc_sys_call_handler return=0x2 50 cat(6903):<-proc_sys_read return=0x2 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaace668}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 22 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaace668}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 41 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc000000138030be8, .prev=0xc000000138496cb0}, .i_sb_list={.next=0xc000000138030bf8, .prev=0xc000000138496cc0}, .i_dentry={.next=0xc0000000eaace6d8, .prev=0xc0000000eaace6d8}, .i_ino=104661, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 49 cat(6903): <-grab_header return=0xc000000000da7180 56 cat(6903): <-proc_sys_call_handler return=0x0 70 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac0b68}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 18 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac0b68}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 35 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849f478, .prev=0xc00000013849a578}, .i_sb_list={.next=0xc00000013849f488, .prev=0xc00000013849a588}, .i_dentry={.next=0xc0000000eaac0bd8, .prev=0xc0000000eaac0bd8}, .i_ino=104684, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 46 cat(6903): <-proc_sys_call_handler return=0x2 49 cat(6903):<-proc_sys_read return=0x2 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac0b68}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 22 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac0b68}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 42 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849f478, .prev=0xc00000013849a578}, .i_sb_list={.next=0xc00000013849f488, .prev=0xc00000013849a588}, .i_dentry={.next=0xc0000000eaac0bd8, .prev=0xc0000000eaac0bd8}, .i_ino=104684, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 49 cat(6903): <-grab_header return=0xc000000000da7180 56 cat(6903): <-proc_sys_call_handler return=0x0 70 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000fc3c30e8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 18 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000fc3c30e8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 35 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc0000001384a56f8, .prev=0xc000000000e008d0}, .i_sb_list={.next=0xc0000001384a5708, .prev=0xc00000013a0c9e48}, .i_dentry={.next=0xc0000000fc3c3158, .prev=0xc0000000fc3c3158}, .i_ino=104696, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 46 cat(6903): <-proc_sys_call_handler return=0x2 49 cat(6903):<-proc_sys_read return=0x2 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000fc3c30e8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 22 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000fc3c30e8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 50 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc0000001384a56f8, .prev=0xc000000000e008d0}, .i_sb_list={.next=0xc0000001384a5708, .prev=0xc00000013a0c9e48}, .i_dentry={.next=0xc0000000fc3c3158, .prev=0xc0000000fc3c3158}, .i_ino=104696, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 56 cat(6903): <-grab_header return=0xc000000000da7180 61 cat(6903): <-proc_sys_call_handler return=0x0 64 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000e18030e8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 18 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000e18030e8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 35 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc0000001384a7710, .prev=0xc0000001384a7498}, .i_sb_list={.next=0xc0000001384a7720, .prev=0xc0000001384a74a8}, .i_dentry={.next=0xc0000000e1803158, .prev=0xc0000000e1803158}, .i_ino=104693, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 46 cat(6903): <-proc_sys_call_handler return=0x2 49 cat(6903):<-proc_sys_read return=0x2 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000e18030e8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 22 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000e18030e8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 63 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc0000001384a7710, .prev=0xc0000001384a7498}, .i_sb_list={.next=0xc0000001384a7720, .prev=0xc0000001384a74a8}, .i_dentry={.next=0xc0000000e1803158, .prev=0xc0000000e1803158}, .i_ino=104693, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 69 cat(6903): <-grab_header return=0xc000000000da7180 75 cat(6903): <-proc_sys_call_handler return=0x0 78 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaaca9a8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 19 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaaca9a8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 35 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc000000138498070, .prev=0xc00000013849a300}, .i_sb_list={.next=0xc000000138498080, .prev=0xc00000013849a310}, .i_dentry={.next=0xc0000000eaacaa18, .prev=0xc0000000eaacaa18}, .i_ino=104676, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 46 cat(6903): <-proc_sys_call_handler return=0x3 49 cat(6903):<-proc_sys_read return=0x3 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaaca9a8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=3, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 21 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaaca9a8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=3, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 40 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc000000138498070, .prev=0xc00000013849a300}, .i_sb_list={.next=0xc000000138498080, .prev=0xc00000013849a310}, .i_dentry={.next=0xc0000000eaacaa18, .prev=0xc0000000eaacaa18}, .i_ino=104676, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 48 cat(6903): <-grab_header return=0xc000000000da7180 55 cat(6903): <-proc_sys_call_handler return=0x0 59 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac8c68}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 19 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac8c68}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 36 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849f200, .prev=0xc0000001384ab9b8}, .i_sb_list={.next=0xc00000013849f210, .prev=0xc0000001384ab9c8}, .i_dentry={.next=0xc0000000eaac8cd8, .prev=0xc0000000eaac8cd8}, .i_ino=104688, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 47 cat(6903): <-proc_sys_call_handler return=0x4 50 cat(6903):<-proc_sys_read return=0x4 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac8c68}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=4, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 22 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac8c68}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=4, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 42 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849f200, .prev=0xc0000001384ab9b8}, .i_sb_list={.next=0xc00000013849f210, .prev=0xc0000001384ab9c8}, .i_dentry={.next=0xc0000000eaac8cd8, .prev=0xc0000000eaac8cd8}, .i_ino=104688, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 49 cat(6903): <-grab_header return=0xc000000000da7180 56 cat(6903): <-proc_sys_call_handler return=0x0 60 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac66e8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 19 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac66e8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 35 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849b6c0, .prev=0xc00000013849d6d8}, .i_sb_list={.next=0xc00000013849b6d0, .prev=0xc00000013849d6e8}, .i_dentry={.next=0xc0000000eaac6758, .prev=0xc0000000eaac6758}, .i_ino=104666, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 47 cat(6903): <-proc_sys_call_handler return=0x2 49 cat(6903):<-proc_sys_read return=0x2 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac66e8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 21 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac66e8}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 40 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc00000013849b6c0, .prev=0xc00000013849d6d8}, .i_sb_list={.next=0xc00000013849b6d0, .prev=0xc00000013849d6e8}, .i_dentry={.next=0xc0000000eaac6758, .prev=0xc0000000eaac6758}, .i_ino=104666, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 47 cat(6903): <-grab_header return=0xc000000000da7180 54 cat(6903): <-proc_sys_call_handler return=0x0 58 cat(6903):<-proc_sys_read return=0x0 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac2728}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 19 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac2728}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=0, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 36 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc0000001384ab9b8, .prev=0xc0000001384ab740}, .i_sb_list={.next=0xc0000001384ab9c8, .prev=0xc0000001384ab750}, .i_dentry={.next=0xc0000000eaac2798, .prev=0xc0000000eaac2798}, .i_ino=104690, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 41 cat(6903): <-grab_header return=0xc000000000da7180 47 cat(6903): <-proc_sys_call_handler return=0x2 50 cat(6903):<-proc_sys_read return=0x2 0 cat(6903):->proc_sys_read filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac2728}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 21 cat(6903): ->proc_sys_call_handler filp={.f_u={.fu_list={.next=0xc000000136d7ef80, .prev=0xc00000013a0c9e60}, .fu_rcuhead={.next=0xc000000136d7ef80, .func=0xc00000013a0c9e60}}, .f_path={.mnt=0xc0000001392a2380, .dentry=0xc0000000eaac2728}, .f_op=0xc0000000005c3840, .f_lock={.raw_lock={.slock=0}}, .f_count={.counter=1}, .f_flags=65536, .f_mode=29, .f_pos=2, .f_owner={.lock={.raw_lock={.lock=0}}, .pid=0x0, .pid_type=0, .uid=0, .euid=0, .signum=0}, .f_cred=0xc000000131982d80, .f_ra={.start=0, .size=0, .async_size=0, .ra_pages=2, .mmap_miss=0, 41 cat(6903): ->grab_header inode={.i_hash={.next=0x0, .pprev=0x0}, .i_list={.next=0xc0000001384ab9b8, .prev=0xc0000001384ab740}, .i_sb_list={.next=0xc0000001384ab9c8, .prev=0xc0000001384ab750}, .i_dentry={.next=0xc0000000eaac2798, .prev=0xc0000000eaac2798}, .i_ino=104690, .i_count={.counter=1}, .i_nlink=1, .i_uid=0, .i_gid=0, .i_rdev=0, .i_version=0, .i_size=0, .i_atime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_mtime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_ctime={.tv_sec=1296666942, .tv_nsec=322727223}, .i_blocks=0, .i_blkbi 48 cat(6903): <-grab_header return=0xc000000000da7180 55 cat(6903): <-proc_sys_call_handler return=0x0 59 cat(6903):<-proc_sys_read return=0x0 WARNING: Number of errors: 0, skipped probes: 154 RC 0 PASS: systemtap.examples/general/para-callgraph-verbose run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 para-callgraph.stp 'kernel.function("*@fs/proc*.c")' 'kernel.function("vfs_read")'' tag 'test_check' value 'stap -p4 para-callgraph.stp 'kernel.function("*@fs/proc*.c")' 'kernel.function("vfs_read")'' attempting command stap -p4 para-callgraph.stp 'kernel.function("*@fs/proc*.c")' 'kernel.function("vfs_read")' OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/ae/stap_aedee00556ba1cb8fe3053ac2b614422_125139.ko RC 0 PASS: systemtap.examples/general/para-callgraph build meta taglines 'test_installcheck: stap para-callgraph.stp 'kernel.function("*@fs/proc*.c")' 'kernel.function("vfs_read")' -c "cat /proc/sys/vm/*"' tag 'test_installcheck' value 'stap para-callgraph.stp 'kernel.function("*@fs/proc*.c")' 'kernel.function("vfs_read")' -c "cat /proc/sys/vm/*"' attempting command stap para-callgraph.stp 'kernel.function("*@fs/proc*.c")' 'kernel.function("vfs_read")' -c "cat /proc/sys/vm/*" OUT 0 cat: /proc/sys/vm/compact_memory: Permission denied 0 10 0 3000 20 500 0 500 0 0 0 0 256 32 65530 9097 5 1 4096 0 0 0 default 0 0 0 50 3 0 0 0 1 60 100 0 0 0 cat(7130):->proc_sys_read filp=0xc0000000fd1c5d80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 6 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1c5d80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 11 cat(7130): ->grab_header inode=0xc00000013849f1f0 14 cat(7130): <-grab_header return=0xc000000000da7180 28 cat(7130): <-proc_sys_call_handler return=0x2 31 cat(7130):<-proc_sys_read return=0x2 0 cat(7130):->proc_sys_read filp=0xc0000000fd1c5d80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 7 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1c5d80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 11 cat(7130): ->grab_header inode=0xc00000013849f1f0 15 cat(7130): <-grab_header return=0xc000000000da7180 22 cat(7130): <-proc_sys_call_handler return=0x0 25 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc000000136d7ee80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 6 cat(7130): ->proc_sys_call_handler filp=0xc000000136d7ee80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc00000013849ed00 13 cat(7130): <-grab_header return=0xc000000000da7180 19 cat(7130): <-proc_sys_call_handler return=0x2 22 cat(7130):<-proc_sys_read return=0x2 0 cat(7130):->proc_sys_read filp=0xc000000136d7ee80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 7 cat(7130): ->proc_sys_call_handler filp=0xc000000136d7ee80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 13 cat(7130): ->grab_header inode=0xc00000013849ed00 18 cat(7130): <-grab_header return=0xc000000000da7180 25 cat(7130): <-proc_sys_call_handler return=0x0 29 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000f221e880 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 6 cat(7130): ->proc_sys_call_handler filp=0xc0000000f221e880 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc00000013849e320 13 cat(7130): <-grab_header return=0xc000000000da7180 19 cat(7130): <-proc_sys_call_handler return=0x3 22 cat(7130):<-proc_sys_read return=0x3 0 cat(7130):->proc_sys_read filp=0xc0000000f221e880 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 7 cat(7130): ->proc_sys_call_handler filp=0xc0000000f221e880 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 22 cat(7130): ->grab_header inode=0xc00000013849e320 26 cat(7130): <-grab_header return=0xc000000000da7180 32 cat(7130): <-proc_sys_call_handler return=0x0 34 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000f2218680 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 5 cat(7130): ->proc_sys_call_handler filp=0xc0000000f2218680 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 9 cat(7130): ->grab_header inode=0xc00000013849bba0 13 cat(7130): <-grab_header return=0xc000000000da7180 18 cat(7130): <-proc_sys_call_handler return=0x2 21 cat(7130):<-proc_sys_read return=0x2 0 cat(7130):->proc_sys_read filp=0xc0000000f2218680 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 7 cat(7130): ->proc_sys_call_handler filp=0xc0000000f2218680 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 13 cat(7130): ->grab_header inode=0xc00000013849bba0 18 cat(7130): <-grab_header return=0xc000000000da7180 35 cat(7130): <-proc_sys_call_handler return=0x0 38 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000f2217c80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 5 cat(7130): ->proc_sys_call_handler filp=0xc0000000f2217c80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 9 cat(7130): ->grab_header inode=0xc000000138499b88 13 cat(7130): <-grab_header return=0xc000000000da7180 18 cat(7130): <-proc_sys_call_handler return=0x5 21 cat(7130):<-proc_sys_read return=0x5 0 cat(7130):->proc_sys_read filp=0xc0000000f2217c80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 8 cat(7130): ->proc_sys_call_handler filp=0xc0000000f2217c80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 13 cat(7130): ->grab_header inode=0xc000000138499b88 18 cat(7130): <-grab_header return=0xc000000000da7180 25 cat(7130): <-proc_sys_call_handler return=0x0 29 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000f2212780 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 6 cat(7130): ->proc_sys_call_handler filp=0xc0000000f2212780 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc00000013849c308 13 cat(7130): <-grab_header return=0xc000000000da7180 19 cat(7130): <-proc_sys_call_handler return=0x3 22 cat(7130):<-proc_sys_read return=0x3 0 cat(7130):->proc_sys_read filp=0xc0000000f2212780 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 7 cat(7130): ->proc_sys_call_handler filp=0xc0000000f2212780 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 22 cat(7130): ->grab_header inode=0xc00000013849c308 26 cat(7130): <-grab_header return=0xc000000000da7180 32 cat(7130): <-proc_sys_call_handler return=0x0 35 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000f2215180 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 6 cat(7130): ->proc_sys_call_handler filp=0xc0000000f2215180 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc000000138499e00 13 cat(7130): <-grab_header return=0xc000000000da7180 20 cat(7130): <-proc_sys_call_handler return=0x4 23 cat(7130):<-proc_sys_read return=0x4 0 cat(7130):->proc_sys_read filp=0xc0000000f2215180 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 7 cat(7130): ->proc_sys_call_handler filp=0xc0000000f2215180 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 12 cat(7130): ->grab_header inode=0xc000000138499e00 17 cat(7130): <-grab_header return=0xc000000000da7180 25 cat(7130): <-proc_sys_call_handler return=0x0 28 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000f2213c80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 6 cat(7130): ->proc_sys_call_handler filp=0xc0000000f2213c80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc00000013849b928 14 cat(7130): <-grab_header return=0xc000000000da7180 20 cat(7130): <-proc_sys_call_handler return=0x2 22 cat(7130):<-proc_sys_read return=0x2 0 cat(7130):->proc_sys_read filp=0xc0000000f2213c80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 8 cat(7130): ->proc_sys_call_handler filp=0xc0000000f2213c80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 13 cat(7130): ->grab_header inode=0xc00000013849b928 18 cat(7130): <-grab_header return=0xc000000000da7180 25 cat(7130): <-proc_sys_call_handler return=0x0 29 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000f2216e80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 6 cat(7130): ->proc_sys_call_handler filp=0xc0000000f2216e80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc00000013849ca70 13 cat(7130): <-grab_header return=0xc000000000da7180 19 cat(7130): <-proc_sys_call_handler return=0x4 22 cat(7130):<-proc_sys_read return=0x4 0 cat(7130):->proc_sys_read filp=0xc0000000f2216e80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 7 cat(7130): ->proc_sys_call_handler filp=0xc0000000f2216e80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 23 cat(7130): ->grab_header inode=0xc00000013849ca70 27 cat(7130): <-grab_header return=0xc000000000da7180 32 cat(7130): <-proc_sys_call_handler return=0x0 35 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000f2214b80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 6 cat(7130): ->proc_sys_call_handler filp=0xc0000000f2214b80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc00000013849a7e0 14 cat(7130): <-grab_header return=0xc000000000da7180 19 cat(7130): <-proc_sys_call_handler return=0x2 22 cat(7130):<-proc_sys_read return=0x2 0 cat(7130):->proc_sys_read filp=0xc0000000f2214b80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 7 cat(7130): ->proc_sys_call_handler filp=0xc0000000f2214b80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 13 cat(7130): ->grab_header inode=0xc00000013849a7e0 18 cat(7130): <-grab_header return=0xc000000000da7180 25 cat(7130): <-proc_sys_call_handler return=0x0 29 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000f2213580 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 6 cat(7130): ->proc_sys_call_handler filp=0xc0000000f2213580 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc000000138490c58 14 cat(7130): <-grab_header return=0xc000000000da7180 19 cat(7130): <-proc_sys_call_handler return=0x2 22 cat(7130):<-proc_sys_read return=0x2 0 cat(7130):->proc_sys_read filp=0xc0000000f2213580 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 7 cat(7130): ->proc_sys_call_handler filp=0xc0000000f2213580 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 13 cat(7130): ->grab_header inode=0xc000000138490c58 18 cat(7130): <-grab_header return=0xc000000000da7180 25 cat(7130): <-proc_sys_call_handler return=0x0 29 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000f2212e80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 5 cat(7130): ->proc_sys_call_handler filp=0xc0000000f2212e80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc000000138498550 13 cat(7130): <-grab_header return=0xc000000000da7180 19 cat(7130): <-proc_sys_call_handler return=0x2 22 cat(7130):<-proc_sys_read return=0x2 0 cat(7130):->proc_sys_read filp=0xc0000000f2212e80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 8 cat(7130): ->proc_sys_call_handler filp=0xc0000000f2212e80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 13 cat(7130): ->grab_header inode=0xc000000138498550 18 cat(7130): <-grab_header return=0xc000000000da7180 25 cat(7130): <-proc_sys_call_handler return=0x0 29 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000f221cd80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 6 cat(7130): ->proc_sys_call_handler filp=0xc0000000f221cd80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc0000001384ab9a8 14 cat(7130): <-grab_header return=0xc000000000da7180 19 cat(7130): <-proc_sys_call_handler return=0x2 22 cat(7130):<-proc_sys_read return=0x2 0 cat(7130):->proc_sys_read filp=0xc0000000f221cd80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 7 cat(7130): ->proc_sys_call_handler filp=0xc0000000f221cd80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 12 cat(7130): ->grab_header inode=0xc0000001384ab9a8 18 cat(7130): <-grab_header return=0xc000000000da7180 25 cat(7130): <-proc_sys_call_handler return=0x0 28 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000f221f380 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 6 cat(7130): ->proc_sys_call_handler filp=0xc0000000f221f380 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc000000138499910 14 cat(7130): <-grab_header return=0xc000000000da7180 21 cat(7130): <-proc_sys_call_handler return=0x7 24 cat(7130):<-proc_sys_read return=0x7 0 cat(7130):->proc_sys_read filp=0xc0000000f221f380 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 7 cat(7130): ->proc_sys_call_handler filp=0xc0000000f221f380 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 12 cat(7130): ->grab_header inode=0xc000000138499910 17 cat(7130): <-grab_header return=0xc000000000da7180 25 cat(7130): <-proc_sys_call_handler return=0x0 28 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000f221ba80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 6 cat(7130): ->proc_sys_call_handler filp=0xc0000000f221ba80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc00000013849a568 14 cat(7130): <-grab_header return=0xc000000000da7180 19 cat(7130): <-proc_sys_call_handler return=0x6 22 cat(7130):<-proc_sys_read return=0x6 0 cat(7130):->proc_sys_read filp=0xc0000000f221ba80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 7 cat(7130): ->proc_sys_call_handler filp=0xc0000000f221ba80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 13 cat(7130): ->grab_header inode=0xc00000013849a568 18 cat(7130): <-grab_header return=0xc000000000da7180 25 cat(7130): <-proc_sys_call_handler return=0x0 28 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000f2218180 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 5 cat(7130): ->proc_sys_call_handler filp=0xc0000000f2218180 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc00000013849f468 13 cat(7130): <-grab_header return=0xc000000000da7180 19 cat(7130): <-proc_sys_call_handler return=0x5 22 cat(7130):<-proc_sys_read return=0x5 0 cat(7130):->proc_sys_read filp=0xc0000000f2218180 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 7 cat(7130): ->proc_sys_call_handler filp=0xc0000000f2218180 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 12 cat(7130): ->grab_header inode=0xc00000013849f468 17 cat(7130): <-grab_header return=0xc000000000da7180 24 cat(7130): <-proc_sys_call_handler return=0x0 30 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000f2211b80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 6 cat(7130): ->proc_sys_call_handler filp=0xc0000000f2211b80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc0000001384a7700 14 cat(7130): <-grab_header return=0xc000000000da7180 19 cat(7130): <-proc_sys_call_handler return=0x2 22 cat(7130):<-proc_sys_read return=0x2 0 cat(7130):->proc_sys_read filp=0xc0000000f2211b80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 7 cat(7130): ->proc_sys_call_handler filp=0xc0000000f2211b80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 13 cat(7130): ->grab_header inode=0xc0000001384a7700 17 cat(7130): <-grab_header return=0xc000000000da7180 25 cat(7130): <-proc_sys_call_handler return=0x0 28 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000f2218a80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 6 cat(7130): ->proc_sys_call_handler filp=0xc0000000f2218a80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc0000001384ab730 13 cat(7130): <-grab_header return=0xc000000000da7180 19 cat(7130): <-proc_sys_call_handler return=0x2 22 cat(7130):<-proc_sys_read return=0x2 0 cat(7130):->proc_sys_read filp=0xc0000000f2218a80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 8 cat(7130): ->proc_sys_call_handler filp=0xc0000000f2218a80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 13 cat(7130): ->grab_header inode=0xc0000001384ab730 18 cat(7130): <-grab_header return=0xc000000000da7180 26 cat(7130): <-proc_sys_call_handler return=0x0 30 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000fd1cd180 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 6 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1cd180 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc0000001384a7488 14 cat(7130): <-grab_header return=0xc000000000da7180 19 cat(7130): <-proc_sys_call_handler return=0x5 22 cat(7130):<-proc_sys_read return=0x5 0 cat(7130):->proc_sys_read filp=0xc0000000fd1cd180 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 7 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1cd180 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 13 cat(7130): ->grab_header inode=0xc0000001384a7488 18 cat(7130): <-grab_header return=0xc000000000da7180 25 cat(7130): <-proc_sys_call_handler return=0x0 29 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000fd1cf480 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 6 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1cf480 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc00000013849a2f0 14 cat(7130): <-grab_header return=0xc000000000da7180 19 cat(7130): <-proc_sys_call_handler return=0x2 22 cat(7130):<-proc_sys_read return=0x2 0 cat(7130):->proc_sys_read filp=0xc0000000fd1cf480 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 7 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1cf480 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 12 cat(7130): ->grab_header inode=0xc00000013849a2f0 17 cat(7130): <-grab_header return=0xc000000000da7180 25 cat(7130): <-proc_sys_call_handler return=0x0 28 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000fd1ce780 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 5 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1ce780 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc00000013849acd0 13 cat(7130): <-grab_header return=0xc000000000da7180 19 cat(7130): <-proc_sys_call_handler return=0x2 22 cat(7130):<-proc_sys_read return=0x2 0 cat(7130):->proc_sys_read filp=0xc0000000fd1ce780 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 8 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1ce780 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 13 cat(7130): ->grab_header inode=0xc00000013849acd0 18 cat(7130): <-grab_header return=0xc000000000da7180 36 cat(7130): <-proc_sys_call_handler return=0x0 39 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000fd1ceb80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 6 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1ceb80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc000000138498060 14 cat(7130): <-grab_header return=0xc000000000da7180 19 cat(7130): <-proc_sys_call_handler return=0x2 22 cat(7130):<-proc_sys_read return=0x2 0 cat(7130):->proc_sys_read filp=0xc0000000fd1ceb80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 7 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1ceb80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 13 cat(7130): ->grab_header inode=0xc000000138498060 18 cat(7130): <-grab_header return=0xc000000000da7180 25 cat(7130): <-proc_sys_call_handler return=0x0 29 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000fd1cf580 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 6 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1cf580 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc0000001384a56e8 14 cat(7130): <-grab_header return=0xc000000000da7180 19 cat(7130): <-proc_sys_call_handler return=0x8 22 cat(7130):<-proc_sys_read return=0x8 0 cat(7130):->proc_sys_read filp=0xc0000000fd1cf580 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 7 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1cf580 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 12 cat(7130): ->grab_header inode=0xc0000001384a56e8 18 cat(7130): <-grab_header return=0xc000000000da7180 25 cat(7130): <-proc_sys_call_handler return=0x0 29 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000fd1ca380 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 5 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1ca380 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc00000013849b6b0 13 cat(7130): <-grab_header return=0xc000000000da7180 19 cat(7130): <-proc_sys_call_handler return=0x2 22 cat(7130):<-proc_sys_read return=0x2 0 cat(7130):->proc_sys_read filp=0xc0000000fd1ca380 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 7 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1ca380 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 12 cat(7130): ->grab_header inode=0xc00000013849b6b0 17 cat(7130): <-grab_header return=0xc000000000da7180 24 cat(7130): <-proc_sys_call_handler return=0x0 28 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000fd1c0b80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 6 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1c0b80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc000000138496ca0 14 cat(7130): <-grab_header return=0xc000000000da7180 19 cat(7130): <-proc_sys_call_handler return=0x2 22 cat(7130):<-proc_sys_read return=0x2 0 cat(7130):->proc_sys_read filp=0xc0000000fd1c0b80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 7 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1c0b80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 12 cat(7130): ->grab_header inode=0xc000000138496ca0 17 cat(7130): <-grab_header return=0xc000000000da7180 25 cat(7130): <-proc_sys_call_handler return=0x0 28 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000fd1c3c80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 6 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1c3c80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc000000138030bd8 14 cat(7130): <-grab_header return=0xc000000000da7180 19 cat(7130): <-proc_sys_call_handler return=0x2 22 cat(7130):<-proc_sys_read return=0x2 0 cat(7130):->proc_sys_read filp=0xc0000000fd1c3c80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 7 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1c3c80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 13 cat(7130): ->grab_header inode=0xc000000138030bd8 18 cat(7130): <-grab_header return=0xc000000000da7180 25 cat(7130): <-proc_sys_call_handler return=0x0 28 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000fd1c3d80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 6 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1c3d80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc00000013849d6c8 13 cat(7130): <-grab_header return=0xc000000000da7180 19 cat(7130): <-proc_sys_call_handler return=0x3 22 cat(7130):<-proc_sys_read return=0x3 0 cat(7130):->proc_sys_read filp=0xc0000000fd1c3d80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 7 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1c3d80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 12 cat(7130): ->grab_header inode=0xc00000013849d6c8 18 cat(7130): <-grab_header return=0xc000000000da7180 25 cat(7130): <-proc_sys_call_handler return=0x0 29 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000fd1c1b80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 5 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1c1b80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc00000013849cf60 13 cat(7130): <-grab_header return=0xc000000000da7180 18 cat(7130): <-proc_sys_call_handler return=0x2 21 cat(7130):<-proc_sys_read return=0x2 0 cat(7130):->proc_sys_read filp=0xc0000000fd1c1b80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 7 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1c1b80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 13 cat(7130): ->grab_header inode=0xc00000013849cf60 18 cat(7130): <-grab_header return=0xc000000000da7180 25 cat(7130): <-proc_sys_call_handler return=0x0 29 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000fd1ce680 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 6 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1ce680 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc00000013849be18 14 cat(7130): <-grab_header return=0xc000000000da7180 19 cat(7130): <-proc_sys_call_handler return=0x2 22 cat(7130):<-proc_sys_read return=0x2 0 cat(7130):->proc_sys_read filp=0xc0000000fd1ce680 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 7 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1ce680 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 13 cat(7130): ->grab_header inode=0xc00000013849be18 18 cat(7130): <-grab_header return=0xc000000000da7180 25 cat(7130): <-proc_sys_call_handler return=0x0 29 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000fd1cf680 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 5 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1cf680 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc00000013849cce8 13 cat(7130): <-grab_header return=0xc000000000da7180 19 cat(7130): <-proc_sys_call_handler return=0x2 21 cat(7130):<-proc_sys_read return=0x2 0 cat(7130):->proc_sys_read filp=0xc0000000fd1cf680 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 7 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1cf680 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 13 cat(7130): ->grab_header inode=0xc00000013849cce8 18 cat(7130): <-grab_header return=0xc000000000da7180 25 cat(7130): <-proc_sys_call_handler return=0x0 29 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000fd1c4380 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 6 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1c4380 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc0000001384a6340 13 cat(7130): <-grab_header return=0xc000000000da7180 19 cat(7130): <-proc_sys_call_handler return=0x2 22 cat(7130):<-proc_sys_read return=0x2 0 cat(7130):->proc_sys_read filp=0xc0000000fd1c4380 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 7 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1c4380 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 12 cat(7130): ->grab_header inode=0xc0000001384a6340 17 cat(7130): <-grab_header return=0xc000000000da7180 24 cat(7130): <-proc_sys_call_handler return=0x0 28 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000fd1c5680 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 6 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1c5680 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc0000001384a7978 13 cat(7130): <-grab_header return=0xc000000000da7180 19 cat(7130): <-proc_sys_call_handler return=0x2 22 cat(7130):<-proc_sys_read return=0x2 0 cat(7130):->proc_sys_read filp=0xc0000000fd1c5680 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 7 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1c5680 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 12 cat(7130): ->grab_header inode=0xc0000001384a7978 17 cat(7130): <-grab_header return=0xc000000000da7180 24 cat(7130): <-proc_sys_call_handler return=0x0 28 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000fd1cb780 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 6 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1cb780 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc0000001384991a8 13 cat(7130): <-grab_header return=0xc000000000da7180 19 cat(7130): <-proc_sys_call_handler return=0x3 22 cat(7130):<-proc_sys_read return=0x3 0 cat(7130):->proc_sys_read filp=0xc0000000fd1cb780 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 7 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1cb780 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 12 cat(7130): ->grab_header inode=0xc0000001384991a8 17 cat(7130): <-grab_header return=0xc000000000da7180 24 cat(7130): <-proc_sys_call_handler return=0x0 28 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000fd1c3580 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 6 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1c3580 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc0000001384ab240 14 cat(7130): <-grab_header return=0xc000000000da7180 19 cat(7130): <-proc_sys_call_handler return=0x4 22 cat(7130):<-proc_sys_read return=0x4 0 cat(7130):->proc_sys_read filp=0xc0000000fd1c3580 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 7 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1c3580 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 13 cat(7130): ->grab_header inode=0xc0000001384ab240 18 cat(7130): <-grab_header return=0xc000000000da7180 25 cat(7130): <-proc_sys_call_handler return=0x0 28 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000fd1c4e80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 6 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1c4e80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc000000138497de8 13 cat(7130): <-grab_header return=0xc000000000da7180 19 cat(7130): <-proc_sys_call_handler return=0x2 21 cat(7130):<-proc_sys_read return=0x2 0 cat(7130):->proc_sys_read filp=0xc0000000fd1c4e80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 7 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1c4e80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 23 cat(7130): ->grab_header inode=0xc000000138497de8 27 cat(7130): <-grab_header return=0xc000000000da7180 32 cat(7130): <-proc_sys_call_handler return=0x0 35 cat(7130):<-proc_sys_read return=0x0 0 cat(7130):->proc_sys_read filp=0xc0000000fd1ccf80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 5 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1ccf80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 10 cat(7130): ->grab_header inode=0xc0000001384abc20 13 cat(7130): <-grab_header return=0xc000000000da7180 19 cat(7130): <-proc_sys_call_handler return=0x2 21 cat(7130):<-proc_sys_read return=0x2 0 cat(7130):->proc_sys_read filp=0xc0000000fd1ccf80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 8 cat(7130): ->proc_sys_call_handler filp=0xc0000000fd1ccf80 buf=0x1002b950000 count=0x10000 ppos=0xc0000000031f3df8 write=0x0 13 cat(7130): ->grab_header inode=0xc0000001384abc20 18 cat(7130): <-grab_header return=0xc000000000da7180 25 cat(7130): <-proc_sys_call_handler return=0x0 29 cat(7130):<-proc_sys_read return=0x0 RC 0 PASS: systemtap.examples/general/para-callgraph run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 sizeof.stp task_struct 'kernel:'' tag 'test_check' value 'stap -p4 sizeof.stp task_struct 'kernel:'' attempting command stap -p4 sizeof.stp task_struct 'kernel:' OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/21/stap_216ebfaba43fbd5b1d45ce2fce1d79e1_1287.ko RC 0 PASS: systemtap.examples/general/sizeof build meta taglines 'test_installcheck: stap sizeof.stp FILE ''' tag 'test_installcheck' value 'stap sizeof.stp FILE ''' attempting command stap sizeof.stp FILE '' OUT type FILE in byte-size: 216 RC 0 PASS: systemtap.examples/general/sizeof run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -wp4 varwatch.stp 'kernel.statement("do_sys_open@fs/open.c:*")' '$$vars'' tag 'test_check' value 'stap -wp4 varwatch.stp 'kernel.statement("do_sys_open@fs/open.c:*")' '$$vars'' attempting command stap -wp4 varwatch.stp 'kernel.statement("do_sys_open@fs/open.c:*")' '$$vars' OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/24/stap_24b1621baf7bf18e61dbfec38f90d619_13418.ko RC 0 PASS: systemtap.examples/general/varwatch build meta taglines 'test_installcheck: stap -w varwatch.stp 'kernel.statement("do_sys_open@fs/open.c:*")' '$$vars' -c "sleep 0.2"' tag 'test_installcheck' value 'stap -w varwatch.stp 'kernel.statement("do_sys_open@fs/open.c:*")' '$$vars' -c "sleep 0.2"' attempting command stap -w varwatch.stp 'kernel.statement("do_sys_open@fs/open.c:*")' '$$vars' -c "sleep 0.2" OUT kernel.statement("do_sys_open@fs/open.c:1036") $$vars changed in thread 7804 from to dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1040") $$vars changed in thread 7804 from dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1038") $$vars changed in thread 7804 from dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 kernel.statement("do_sys_open@fs/open.c:1043") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 to f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1045") $$vars changed in thread 7804 from f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1052") $$vars changed in thread 7804 from f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe kernel.statement("do_sys_open@fs/open.c:1036") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe to dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1040") $$vars changed in thread 7804 from dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1038") $$vars changed in thread 7804 from dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 kernel.statement("do_sys_open@fs/open.c:1043") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 to f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1045") $$vars changed in thread 7804 from f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1052") $$vars changed in thread 7804 from f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe kernel.statement("do_sys_open@fs/open.c:1036") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe to dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1040") $$vars changed in thread 7804 from dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1038") $$vars changed in thread 7804 from dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 kernel.statement("do_sys_open@fs/open.c:1043") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 to f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1045") $$vars changed in thread 7804 from f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1052") $$vars changed in thread 7804 from f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe kernel.statement("do_sys_open@fs/open.c:1036") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe to dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1040") $$vars changed in thread 7804 from dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1038") $$vars changed in thread 7804 from dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 kernel.statement("do_sys_open@fs/open.c:1043") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 to f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1045") $$vars changed in thread 7804 from f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1052") $$vars changed in thread 7804 from f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe kernel.statement("do_sys_open@fs/open.c:1036") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe to dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1040") $$vars changed in thread 7804 from dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1038") $$vars changed in thread 7804 from dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 kernel.statement("do_sys_open@fs/open.c:1043") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 to f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1045") $$vars changed in thread 7804 from f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1052") $$vars changed in thread 7804 from f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe kernel.statement("do_sys_open@fs/open.c:1036") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe to dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1040") $$vars changed in thread 7804 from dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1038") $$vars changed in thread 7804 from dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 kernel.statement("do_sys_open@fs/open.c:1043") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 to f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1045") $$vars changed in thread 7804 from f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1052") $$vars changed in thread 7804 from f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe kernel.statement("do_sys_open@fs/open.c:1036") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe to dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1040") $$vars changed in thread 7804 from dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1038") $$vars changed in thread 7804 from dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 kernel.statement("do_sys_open@fs/open.c:1043") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 to f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1045") $$vars changed in thread 7804 from f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1052") $$vars changed in thread 7804 from f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe kernel.statement("do_sys_open@fs/open.c:1036") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe to dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1040") $$vars changed in thread 7804 from dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1038") $$vars changed in thread 7804 from dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 kernel.statement("do_sys_open@fs/open.c:1043") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 to f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1045") $$vars changed in thread 7804 from f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1052") $$vars changed in thread 7804 from f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe kernel.statement("do_sys_open@fs/open.c:1036") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe to dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1040") $$vars changed in thread 7804 from dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1038") $$vars changed in thread 7804 from dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 kernel.statement("do_sys_open@fs/open.c:1043") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 to f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1045") $$vars changed in thread 7804 from f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1052") $$vars changed in thread 7804 from f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe kernel.statement("do_sys_open@fs/open.c:1036") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe to dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1040") $$vars changed in thread 7804 from dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1038") $$vars changed in thread 7804 from dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 kernel.statement("do_sys_open@fs/open.c:1043") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 to f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1045") $$vars changed in thread 7804 from f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1052") $$vars changed in thread 7804 from f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe kernel.statement("do_sys_open@fs/open.c:1036") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe to dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1040") $$vars changed in thread 7804 from dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1038") $$vars changed in thread 7804 from dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 kernel.statement("do_sys_open@fs/open.c:1043") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 to f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1045") $$vars changed in thread 7804 from f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1052") $$vars changed in thread 7804 from f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe kernel.statement("do_sys_open@fs/open.c:1036") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe to dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1040") $$vars changed in thread 7804 from dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1038") $$vars changed in thread 7804 from dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 kernel.statement("do_sys_open@fs/open.c:1043") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 to f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1045") $$vars changed in thread 7804 from f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1052") $$vars changed in thread 7804 from f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe kernel.statement("do_sys_open@fs/open.c:1036") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe to dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1040") $$vars changed in thread 7804 from dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1038") $$vars changed in thread 7804 from dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 kernel.statement("do_sys_open@fs/open.c:1043") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 to f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1045") $$vars changed in thread 7804 from f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1052") $$vars changed in thread 7804 from f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe kernel.statement("do_sys_open@fs/open.c:1036") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe to dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1040") $$vars changed in thread 7804 from dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1038") $$vars changed in thread 7804 from dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 kernel.statement("do_sys_open@fs/open.c:1043") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 to f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1045") $$vars changed in thread 7804 from f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1052") $$vars changed in thread 7804 from f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe kernel.statement("do_sys_open@fs/open.c:1036") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe to dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1040") $$vars changed in thread 7804 from dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1038") $$vars changed in thread 7804 from dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 kernel.statement("do_sys_open@fs/open.c:1043") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 to f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1045") $$vars changed in thread 7804 from f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1052") $$vars changed in thread 7804 from f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe kernel.statement("do_sys_open@fs/open.c:1036") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe to dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1040") $$vars changed in thread 7804 from dfd=0xffffffffffffff9c filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1038") $$vars changed in thread 7804 from dfd=? filename=0xfffcb9e1ce0 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 kernel.statement("do_sys_open@fs/open.c:1043") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 to f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1045") $$vars changed in thread 7804 from f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1052") $$vars changed in thread 7804 from f=0xfffffffffffffffe dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe kernel.statement("do_sys_open@fs/open.c:1036") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xfffffffffffffffe to dfd=0xffffffffffffff9c filename=0x800b8d6888 flags=0x10000 mode=0x1 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1040") $$vars changed in thread 7804 from dfd=0xffffffffffffff9c filename=0x800b8d6888 flags=0x10000 mode=0x1 tmp=? fd=? to dfd=? filename=0x800b8d6888 flags=0x10000 mode=0x1 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1038") $$vars changed in thread 7804 from dfd=? filename=0x800b8d6888 flags=0x10000 mode=0x1 tmp=? fd=? to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 kernel.statement("do_sys_open@fs/open.c:1043") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 to f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1048") $$vars changed in thread 7804 from f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to f=0xc0000000faae9380 dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1052") $$vars changed in thread 7804 from f=0xc0000000faae9380 dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1036") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to dfd=0xffffffffffffff9c filename=0xfff9f17b182 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1040") $$vars changed in thread 7804 from dfd=0xffffffffffffff9c filename=0xfff9f17b182 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=0xfff9f17b182 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1038") $$vars changed in thread 7804 from dfd=? filename=0xfff9f17b182 flags=0x10000 mode=0xb8f2a30 tmp=? fd=? to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 kernel.statement("do_sys_open@fs/open.c:1043") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 to f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1048") $$vars changed in thread 7804 from f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to f=0xc0000001300ea680 dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1052") $$vars changed in thread 7804 from f=0xc0000001300ea680 dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1036") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to dfd=0xffffffffffffff9c filename=0x800ba93d38 flags=0x10000 mode=0x494e004b tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1040") $$vars changed in thread 7804 from dfd=0xffffffffffffff9c filename=0x800ba93d38 flags=0x10000 mode=0x494e004b tmp=? fd=? to dfd=? filename=0x800ba93d38 flags=0x10000 mode=0x494e004b tmp=? fd=? kernel.statement("do_sys_open@fs/open.c:1038") $$vars changed in thread 7804 from dfd=? filename=0x800ba93d38 flags=0x10000 mode=0x494e004b tmp=? fd=? to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 kernel.statement("do_sys_open@fs/open.c:1043") $$vars changed in thread 7804 from dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0xffffffffcad8a500 to f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1048") $$vars changed in thread 7804 from f=? dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to f=0xc0000000f2354480 dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 kernel.statement("do_sys_open@fs/open.c:1052") $$vars changed in thread 7804 from f=0xc0000000f2354480 dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 to dfd=? filename=? flags=? mode=? tmp=0xc0000000cad8a500 fd=0x3 RC 0 PASS: systemtap.examples/general/varwatch run meta taglines 'test_support: stap -l 'kernel.trace("irq_handler_entry")'' tag 'test_support' value 'stap -l 'kernel.trace("irq_handler_entry")'' attempting command stap -l 'kernel.trace("irq_handler_entry")' OUT kernel.trace("irq_handler_entry") RC 0 PASS: systemtap.examples/interrupt/interrupts-by-dev support meta taglines 'test_check: stap -p4 interrupts-by-dev.stp' tag 'test_check' value 'stap -p4 interrupts-by-dev.stp' attempting command stap -p4 interrupts-by-dev.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/82/stap_82e7c1056c228c56039620ab766767e7_14343.ko RC 0 PASS: systemtap.examples/interrupt/interrupts-by-dev build meta taglines 'test_installcheck: stap interrupts-by-dev.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap interrupts-by-dev.stp -c "sleep 0.2"' attempting command stap interrupts-by-dev.stp -c "sleep 0.2" OUT DEVICE NUMBER OF INTERRUPTS IPI : 3 DEVICE NUMBER OF INTERRUPTS RC 0 PASS: systemtap.examples/interrupt/interrupts-by-dev run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 scf.stp' tag 'test_check' value 'stap -p4 scf.stp' attempting command stap -p4 scf.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/8c/stap_8ca684d2ec9d34c2b595249a5fbbb061_3156.ko RC 0 PASS: systemtap.examples/interrupt/scf build meta taglines 'test_installcheck: stap scf.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap scf.stp -c "sleep 0.2"' attempting command stap scf.stp -c "sleep 0.2" OUT Starting probe, type control-c to stop. RC 0 PASS: systemtap.examples/interrupt/scf run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 deviceseeks.stp' tag 'test_check' value 'stap -p4 deviceseeks.stp' attempting command stap -p4 deviceseeks.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/25/stap_2578be99a053c4a835e767fffd7d8cf2_8649.ko RC 0 PASS: systemtap.examples/io/deviceseeks build meta taglines 'test_installcheck: stap deviceseeks.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap deviceseeks.stp -c "sleep 0.2"' attempting command stap deviceseeks.stp -c "sleep 0.2" OUT RC 0 PASS: systemtap.examples/io/deviceseeks run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 disktop.stp' tag 'test_check' value 'stap -p4 disktop.stp' attempting command stap -p4 disktop.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/e2/stap_e266e8b34eafac70135c2d6012f34815_25766.ko RC 0 PASS: systemtap.examples/io/disktop build meta taglines 'test_installcheck: stap disktop.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap disktop.stp -c "sleep 0.2"' attempting command stap disktop.stp -c "sleep 0.2" OUT RC 0 PASS: systemtap.examples/io/disktop run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 inodewatch.stp 0x08 0x01 100' tag 'test_check' value 'stap -p4 inodewatch.stp 0x08 0x01 100' attempting command stap -p4 inodewatch.stp 0x08 0x01 100 OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/23/stap_23f1b035fe94be128a9c54f88859d6cb_14121.ko RC 0 PASS: systemtap.examples/io/inodewatch build meta taglines 'test_installcheck: stap inodewatch.stp 0x08 0x01 100 -c "sleep 0.2"' tag 'test_installcheck' value 'stap inodewatch.stp 0x08 0x01 100 -c "sleep 0.2"' attempting command stap inodewatch.stp 0x08 0x01 100 -c "sleep 0.2" OUT RC 0 PASS: systemtap.examples/io/inodewatch run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 inodewatch2.stp 0x08 0x01 100' tag 'test_check' value 'stap -p4 inodewatch2.stp 0x08 0x01 100' attempting command stap -p4 inodewatch2.stp 0x08 0x01 100 OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/4e/stap_4eb9c5ba1c229ba6ea7341c872799c4a_6082.ko RC 0 PASS: systemtap.examples/io/inodewatch2 build meta taglines 'test_installcheck: stap inodewatch2.stp 0x08 0x01 100 -c "sleep 0.2"' tag 'test_installcheck' value 'stap inodewatch2.stp 0x08 0x01 100 -c "sleep 0.2"' attempting command stap inodewatch2.stp 0x08 0x01 100 -c "sleep 0.2" OUT RC 0 PASS: systemtap.examples/io/inodewatch2 run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 io_submit.stp' tag 'test_check' value 'stap -p4 io_submit.stp' attempting command stap -p4 io_submit.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/1b/stap_1b1cc62a5767bb874e568d3825ae6207_8291.ko RC 0 PASS: systemtap.examples/io/io_submit build meta taglines 'test_installcheck: stap io_submit.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap io_submit.stp -c "sleep 0.2"' attempting command stap io_submit.stp -c "sleep 0.2" OUT RC 0 PASS: systemtap.examples/io/io_submit run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 ioblktime.stp' tag 'test_check' value 'stap -p4 ioblktime.stp' attempting command stap -p4 ioblktime.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/c1/stap_c1a27b2bf0e19e5b819e573de8952340_10161.ko RC 0 PASS: systemtap.examples/io/ioblktime build meta taglines 'test_installcheck: stap ioblktime.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap ioblktime.stp -c "sleep 0.2"' attempting command stap ioblktime.stp -c "sleep 0.2" OUT  device rw total (us) count avg (us) RC 0 PASS: systemtap.examples/io/ioblktime run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 iodevstats.stp' tag 'test_check' value 'stap -p4 iodevstats.stp' attempting command stap -p4 iodevstats.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/c6/stap_c66149f1d65c1459c9a1391a51030b8e_21396.ko RC 0 PASS: systemtap.examples/io/iodevstats build meta taglines 'test_installcheck: stap iodevstats.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap iodevstats.stp -c "sleep 0.2"' attempting command stap iodevstats.stp -c "sleep 0.2" OUT starting probe read read write write name device read KB tot B avg write KB tot B avg sleep 253, 0 2 1 612 0 0 0 stapio 253, 0 4 0 194 0 0 0 stapio 0, 7 3 0 9 0 0 0 stapio 0, 8 0 0 0 1 0 15 RC 0 PASS: systemtap.examples/io/iodevstats run meta taglines 'test_support: stap -l 'module("st").function("st_do_scsi")!,kernel.function("st_do_scsi")'' tag 'test_support' value 'stap -l 'module("st").function("st_do_scsi")!,kernel.function("st_do_scsi")'' attempting command stap -l 'module("st").function("st_do_scsi")!,kernel.function("st_do_scsi")' OUT module("st").function("st_do_scsi@drivers/scsi/st.c:521")! RC 0 PASS: systemtap.examples/io/iostat-scsi support meta taglines 'test_check: stap -g -p4 iostat-scsi.stp 1' tag 'test_check' value 'stap -g -p4 iostat-scsi.stp 1' attempting command stap -g -p4 iostat-scsi.stp 1 OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/53/stap_538331bb4a612600681a55ee8c49bf2c_7796.ko RC 0 PASS: systemtap.examples/io/iostat-scsi build meta taglines 'test_installcheck: stap -g iostat-scsi.stp 1 -c "sleep 0.2"' tag 'test_installcheck' value 'stap -g iostat-scsi.stp 1 -c "sleep 0.2"' attempting command stap -g iostat-scsi.stp 1 -c "sleep 0.2" OUT RC 0 PASS: systemtap.examples/io/iostat-scsi run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 iostats.stp' tag 'test_check' value 'stap -p4 iostats.stp' attempting command stap -p4 iostats.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/cd/stap_cd9313fa2ced87e254d898e22d80b2ba_15528.ko RC 0 PASS: systemtap.examples/io/iostats build meta taglines 'test_installcheck: stap iostats.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap iostats.stp -c "sleep 0.2"' attempting command stap iostats.stp -c "sleep 0.2" OUT starting probe read read write write name open read KB tot B avg write KB tot B avg sleep 19 1 0 832 0 0 0 stapio 0 3 0 9 1 0 15 RC 0 PASS: systemtap.examples/io/iostats run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 iotime.stp' tag 'test_check' value 'stap -p4 iotime.stp' attempting command stap -p4 iotime.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/9e/stap_9e9a1ddf9214b9178f70f4367ed886f8_14552.ko RC 0 PASS: systemtap.examples/io/iotime build meta taglines 'test_installcheck: stap iotime.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap iotime.stp -c "sleep 0.2"' attempting command stap iotime.stp -c "sleep 0.2" OUT 481 10944 (sleep) access /etc/ld.so.cache read: 0 write: 0 535 10944 (sleep) access /lib64/power6/libc.so.6 read: 832 write: 0 538 10944 (sleep) iotime /lib64/power6/libc.so.6 time: 2 602 10944 (sleep) access /usr/lib/locale/locale-archive read: 0 write: 0 RC 0 PASS: systemtap.examples/io/iotime run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 iotop.stp' tag 'test_check' value 'stap -p4 iotop.stp' attempting command stap -p4 iotop.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/73/stap_73766dc8ae0ae01937f9d337777931ff_20844.ko RC 0 PASS: systemtap.examples/io/iotop build meta taglines 'test_installcheck: stap iotop.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap iotop.stp -c "sleep 0.2"' attempting command stap iotop.stp -c "sleep 0.2" OUT RC 0 PASS: systemtap.examples/io/iotop run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 mbrwatch.stp' tag 'test_check' value 'stap -p4 mbrwatch.stp' attempting command stap -p4 mbrwatch.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/07/stap_07241ed5b953b843952ac4ec127eef2f_12451.ko RC 0 PASS: systemtap.examples/io/mbrwatch build meta taglines 'test_installcheck: stap mbrwatch.stp -c "dd of=/dev/null count=1 if=/dev/`grep -v major /proc/partitions | grep . | awk '{print $4}' | head -1`"' tag 'test_installcheck' value 'stap mbrwatch.stp -c "dd of=/dev/null count=1 if=/dev/`grep -v major /proc/partitions | grep . | awk '{print $4}' | head -1`"' attempting command stap mbrwatch.stp -c "dd of=/dev/null count=1 if=/dev/`grep -v major /proc/partitions | grep . | awk '{print $4}' | head -1`" OUT 1+0 records in 1+0 records out 512 bytes (512 B) copied, 3.0459e-05 s, 16.8 MB/s RC 0 PASS: systemtap.examples/io/mbrwatch run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 nfs_func_users.stp' tag 'test_check' value 'stap -p4 nfs_func_users.stp' attempting command stap -p4 nfs_func_users.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/f8/stap_f8f71aa62e1ee8b6da3ac4a2918cfccf_67899.ko RC 0 PASS: systemtap.examples/io/nfs_func_users build meta taglines 'test_installcheck: stap nfs_func_users.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap nfs_func_users.stp -c "sleep 0.2"' attempting command stap nfs_func_users.stp -c "sleep 0.2" OUT Collecting top NFSD procs... name(pid) nfs ops RC 0 PASS: systemtap.examples/io/nfs_func_users run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 traceio.stp' tag 'test_check' value 'stap -p4 traceio.stp' attempting command stap -p4 traceio.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/a3/stap_a34ee64788ad4f0cacede24457c383a7_21006.ko RC 0 PASS: systemtap.examples/io/traceio build meta taglines 'test_installcheck: stap traceio.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap traceio.stp -c "sleep 0.2"' attempting command stap traceio.stp -c "sleep 0.2" OUT RC 0 PASS: systemtap.examples/io/traceio run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 traceio2.stp 0x0801' tag 'test_check' value 'stap -p4 traceio2.stp 0x0801' attempting command stap -p4 traceio2.stp 0x0801 OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/ae/stap_aebfd26980070102e036534130a5b552_13559.ko RC 0 PASS: systemtap.examples/io/traceio2 build meta taglines 'test_installcheck: stap traceio2.stp 0x0801 -c "sleep 0.2"' tag 'test_installcheck' value 'stap traceio2.stp 0x0801 -c "sleep 0.2"' attempting command stap traceio2.stp 0x0801 -c "sleep 0.2" OUT RC 0 PASS: systemtap.examples/io/traceio2 run meta taglines 'test_support: stap -l 'kernel.function("tty_audit_add_data")'' tag 'test_support' value 'stap -l 'kernel.function("tty_audit_add_data")'' attempting command stap -l 'kernel.function("tty_audit_add_data")' OUT kernel.function("tty_audit_add_data@drivers/char/tty_audit.c:266") RC 0 PASS: systemtap.examples/io/ttyspy support meta taglines 'test_check: stap -gp4 ttyspy.stp' tag 'test_check' value 'stap -gp4 ttyspy.stp' attempting command stap -gp4 ttyspy.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/d6/stap_d65cfe99d5c5e2aea3800f6f70a6dd7d_8440.ko RC 0 PASS: systemtap.examples/io/ttyspy build meta taglines 'test_installcheck: stap --skip-badvars -g ttyspy.stp -c "sleep 1"' tag 'test_installcheck' value 'stap --skip-badvars -g ttyspy.stp -c "sleep 1"' attempting command stap --skip-badvars -g ttyspy.stp -c "sleep 1" OUT RC 0 PASS: systemtap.examples/io/ttyspy run meta taglines 'test_support: stap -l 'kernel.function("lock_kernel").return'' tag 'test_support' value 'stap -l 'kernel.function("lock_kernel").return'' attempting command stap -l 'kernel.function("lock_kernel").return' OUT kernel.function("lock_kernel@lib/kernel_lock.c:116").return RC 0 PASS: systemtap.examples/locks/bkl support meta taglines 'test_check: stap -p4 bkl.stp 1' tag 'test_check' value 'stap -p4 bkl.stp 1' attempting command stap -p4 bkl.stp 1 OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/10/stap_1084925f1bd9a22c425b5e2db2089ee7_7266.ko RC 0 PASS: systemtap.examples/locks/bkl build meta taglines 'test_installcheck: stap bkl.stp -c "sleep 0.2" 1' tag 'test_installcheck' value 'stap bkl.stp -c "sleep 0.2" 1' attempting command stap bkl.stp -c "sleep 0.2" 1 OUT stap ready stap exiting RC 0 PASS: systemtap.examples/locks/bkl run meta taglines 'test_support: stap -l 'kernel.function("lock_kernel").return'' tag 'test_support' value 'stap -l 'kernel.function("lock_kernel").return'' attempting command stap -l 'kernel.function("lock_kernel").return' OUT kernel.function("lock_kernel@lib/kernel_lock.c:116").return RC 0 PASS: systemtap.examples/locks/bkl_stats support meta taglines 'test_check: stap -p4 bkl_stats.stp' tag 'test_check' value 'stap -p4 bkl_stats.stp' attempting command stap -p4 bkl_stats.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/f8/stap_f84dc7ae1250447d6f9a3ee62ee9d593_4667.ko RC 0 PASS: systemtap.examples/locks/bkl_stats build meta taglines 'test_installcheck: stap bkl_stats.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap bkl_stats.stp -c "sleep 0.2"' attempting command stap bkl_stats.stp -c "sleep 0.2" OUT biglock_stats running big kernel lock waiting statistics name tid count min avg max big kernel lock holder statistics name tid count min avg max RC 0 PASS: systemtap.examples/locks/bkl_stats run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: ./kmalloc-top -o "-p4" -c "sleep 0"' tag 'test_check' value './kmalloc-top -o "-p4" -c "sleep 0"' attempting command ./kmalloc-top -o "-p4" -c "sleep 0" OUT Press Ctrl-C to stop. Will print stacks with counts >= 1. Num stacks before filtering: 0 Num stacks after filtering: 0 Total kmallocs (before filtering): 0 Total kmallocs (after filtering): 0 The filter stacks have 0 of the total kmallocs RC 0 PASS: systemtap.examples/memory/kmalloc-top build meta taglines 'test_installcheck: ./kmalloc-top -c "sleep 0.2"' tag 'test_installcheck' value './kmalloc-top -c "sleep 0.2"' attempting command ./kmalloc-top -c "sleep 0.2" OUT Press Ctrl-C to stop. Will print stacks with counts >= 1. This path seen 5 times: 0xc00000000019e0e0 : .__kmalloc+0x0/0x260 [kernel] 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 This path seen 3 times: 0xc00000000019e0e0 : .__kmalloc+0x0/0x260 [kernel] 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0xe 0xc00 0xa 0x800b9e8618 This path seen 1 times: 0xc00000000019e0e0 : .__kmalloc+0x0/0x260 [kernel] 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0xe 0xc00 0xa 0x80 Num stacks before filtering: 3 Num stacks after filtering: 3 Total kmallocs (before filtering): 9 Total kmallocs (after filtering): 9 The filter stacks have 100 of the total kmallocs RC 0 PASS: systemtap.examples/memory/kmalloc-top run meta taglines 'test_support: stap -l 'kernel.trace("mm_page_allocation")' && stap -l 'kernel.trace("mm_page_free")' && stap -l 'kernel.trace("mm_anon_fault")' && stap -l 'kernel.trace("mm_anon_pgin")' && stap -l 'kernel.trace("mm_anon_cow")' && stap -l 'kernel.trace("mm_anon_unmap")' && stap -l 'kernel.trace("mm_anon_userfree")'' tag 'test_support' value 'stap -l 'kernel.trace("mm_page_allocation")' && stap -l 'kernel.trace("mm_page_free")' && stap -l 'kernel.trace("mm_anon_fault")' && stap -l 'kernel.trace("mm_anon_pgin")' && stap -l 'kernel.trace("mm_anon_cow")' && stap -l 'kernel.trace("mm_anon_unmap")' && stap -l 'kernel.trace("mm_anon_userfree")'' attempting command stap -l 'kernel.trace("mm_page_allocation")' && stap -l 'kernel.trace("mm_page_free")' && stap -l 'kernel.trace("mm_anon_fault")' && stap -l 'kernel.trace("mm_anon_pgin")' && stap -l 'kernel.trace("mm_anon_cow")' && stap -l 'kernel.trace("mm_anon_unmap")' && stap -l 'kernel.trace("mm_anon_userfree")' OUT child process exited abnormally RC 1 UNTESTED: systemtap.examples/memory/mmanonpage build meta taglines 'test_installcheck: stap mmanonpage.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap mmanonpage.stp -c "sleep 0.2"' UNTESTED: systemtap.examples/memory/mmanonpage run meta taglines 'test_support: stap -l 'kernel.trace("mm_page_allocation")' && stap -l 'kernel.trace("mm_page_free")' && stap -l 'kernel.trace("mm_filemap_fault")' && stap -l 'kernel.trace("mm_filemap_cow")' && stap -l 'kernel.trace("mm_filemap_unmap")' && stap -l 'kernel.trace("mm_filemap_userunmap")'' tag 'test_support' value 'stap -l 'kernel.trace("mm_page_allocation")' && stap -l 'kernel.trace("mm_page_free")' && stap -l 'kernel.trace("mm_filemap_fault")' && stap -l 'kernel.trace("mm_filemap_cow")' && stap -l 'kernel.trace("mm_filemap_unmap")' && stap -l 'kernel.trace("mm_filemap_userunmap")'' attempting command stap -l 'kernel.trace("mm_page_allocation")' && stap -l 'kernel.trace("mm_page_free")' && stap -l 'kernel.trace("mm_filemap_fault")' && stap -l 'kernel.trace("mm_filemap_cow")' && stap -l 'kernel.trace("mm_filemap_unmap")' && stap -l 'kernel.trace("mm_filemap_userunmap")' OUT child process exited abnormally RC 1 UNTESTED: systemtap.examples/memory/mmfilepage build meta taglines 'test_installcheck: stap mmfilepage.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap mmfilepage.stp -c "sleep 0.2"' UNTESTED: systemtap.examples/memory/mmfilepage run meta taglines 'test_support: stap -l 'kernel.trace("mm_directreclaim_reclaimall")' && stap -l 'kernel.trace("mm_pagereclaim_shrinkinactive")' && stap -l 'kernel.trace("mm_pagereclaim_free")' && stap -l 'kernel.trace("mm_pagereclaim_pgout")' && stap -l 'kernel.trace("mm_pagereclaim_shrinkactive_a2a")' && stap -l 'kernel.trace("mm_pagereclaim_shrinkinactive_i2a")' && stap -l 'kernel.trace("mm_pagereclaim_shrinkactive_a2i")' && stap -l 'kernel.trace("mm_pagereclaim_shrinkinactive_i2i")'' tag 'test_support' value 'stap -l 'kernel.trace("mm_directreclaim_reclaimall")' && stap -l 'kernel.trace("mm_pagereclaim_shrinkinactive")' && stap -l 'kernel.trace("mm_pagereclaim_free")' && stap -l 'kernel.trace("mm_pagereclaim_pgout")' && stap -l 'kernel.trace("mm_pagereclaim_shrinkactive_a2a")' && stap -l 'kernel.trace("mm_pagereclaim_shrinkinactive_i2a")' && stap -l 'kernel.trace("mm_pagereclaim_shrinkactive_a2i")' && stap -l 'kernel.trace("mm_pagereclaim_shrinkinactive_i2i")'' attempting command stap -l 'kernel.trace("mm_directreclaim_reclaimall")' && stap -l 'kernel.trace("mm_pagereclaim_shrinkinactive")' && stap -l 'kernel.trace("mm_pagereclaim_free")' && stap -l 'kernel.trace("mm_pagereclaim_pgout")' && stap -l 'kernel.trace("mm_pagereclaim_shrinkactive_a2a")' && stap -l 'kernel.trace("mm_pagereclaim_shrinkinactive_i2a")' && stap -l 'kernel.trace("mm_pagereclaim_shrinkactive_a2i")' && stap -l 'kernel.trace("mm_pagereclaim_shrinkinactive_i2i")' OUT kernel.trace("mm_directreclaim_reclaimall") kernel.trace("mm_pagereclaim_shrinkinactive") kernel.trace("mm_pagereclaim_free") kernel.trace("mm_pagereclaim_pgout") child process exited abnormally RC 1 UNTESTED: systemtap.examples/memory/mmreclaim build meta taglines 'test_installcheck: stap mmreclaim.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap mmreclaim.stp -c "sleep 0.2"' UNTESTED: systemtap.examples/memory/mmreclaim run meta taglines 'test_support: stap -l 'kernel.trace("mm_pdflush_bgwriteout")' && stap -l 'kernel.trace("mm_pdflush_kupdate")' && stap -l 'kernel.trace("mm_pagereclaim_pgout")'' tag 'test_support' value 'stap -l 'kernel.trace("mm_pdflush_bgwriteout")' && stap -l 'kernel.trace("mm_pdflush_kupdate")' && stap -l 'kernel.trace("mm_pagereclaim_pgout")'' attempting command stap -l 'kernel.trace("mm_pdflush_bgwriteout")' && stap -l 'kernel.trace("mm_pdflush_kupdate")' && stap -l 'kernel.trace("mm_pagereclaim_pgout")' OUT child process exited abnormally RC 1 UNTESTED: systemtap.examples/memory/mmwriteback build meta taglines 'test_installcheck: stap mmwriteback.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap mmwriteback.stp -c "sleep 0.2"' UNTESTED: systemtap.examples/memory/mmwriteback run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 numa_faults.stp' tag 'test_check' value 'stap -p4 numa_faults.stp' attempting command stap -p4 numa_faults.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/1d/stap_1d034fc93dce49bfc9043a288d4d3d52_4267.ko RC 0 PASS: systemtap.examples/memory/numa_faults build meta taglines 'test_installcheck: stap numa_faults.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap numa_faults.stp -c "sleep 0.2"' attempting command stap numa_faults.stp -c "sleep 0.2" OUT Starting pagefault counters Printing counters: Execname PID RD Faults WR Faults Node:Faults ======================= ========== ========== ============= sleep 21706 34 8 0:42 expect 4833 0 1 0:1 Done RC 0 PASS: systemtap.examples/memory/numa_faults run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 overcommit.stp' tag 'test_check' value 'stap -p4 overcommit.stp' attempting command stap -p4 overcommit.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/34/stap_349e0d1615e2c2a5a0ade96c24e88da1_3629.ko RC 0 PASS: systemtap.examples/memory/overcommit build meta taglines 'test_installcheck: stap overcommit.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap overcommit.stp -c "sleep 0.2"' attempting command stap overcommit.stp -c "sleep 0.2" OUT RC 0 PASS: systemtap.examples/memory/overcommit run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 pfaults.stp' tag 'test_check' value 'stap -p4 pfaults.stp' attempting command stap -p4 pfaults.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/80/stap_8080e95a951d6ad7c4705df83f2fe9ab_5549.ko RC 0 PASS: systemtap.examples/memory/pfaults build meta taglines 'test_installcheck: stap pfaults.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap pfaults.stp -c "sleep 0.2"' attempting command stap pfaults.stp -c "sleep 0.2" OUT 39:22160:0xfff9bc00418:r:minor:8 160:22160:0xfffffffffed:w:minor:12 331:22160:0xfff8d420038:r:minor:5 521:22160:0x800bae3830:w:minor:5 627:22160:0x100213f0008:w:minor:9 RC 0 PASS: systemtap.examples/memory/pfaults run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 vm.tracepoints.stp' tag 'test_check' value 'stap -p4 vm.tracepoints.stp' attempting command stap -p4 vm.tracepoints.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/58/stap_58ce975122ab032b9fe8832743281a37_6014.ko RC 0 PASS: systemtap.examples/memory/vm.tracepoints build meta taglines 'test_installcheck: stap vm.tracepoints.stp -c "sleep 10"' tag 'test_installcheck' value 'stap vm.tracepoints.stp -c "sleep 10"' attempting command stap vm.tracepoints.stp -c "sleep 10" OUT Process:jbd2/dm-2-8 Slab_size:24 Count:10 Process:jbd2/dm-0-8 Slab_size:24 Count:14 Process:stapio Slab_size:1024 Count:1 Process:kblockd/0 Slab_size:256 Count:3 Process:kdmflush Slab_size:128 Count:2 Process:flush-253:2 Slab_size:4096 Count:2 Process:swapper Slab_size:128 Count:2 Process:flush-253:2 Slab_size:512 Count:1 Process:sleep Slab_size:32768 Count:2 Process:kdmflush Slab_size:256 Count:10 Process:kblockd/0 Slab_size:128 Count:2 Process:stapio Slab_size:32768 Count:1 Process:swapper Slab_size:256 Count:2 Process:stapio Slab_size:160 Count:1 Process:kblockd/0 Slab_size:4096 Count:1 Process:flush-253:2 Slab_size:256 Count:941 Process:sleep Slab_size:48 Count:7 Process:stapio Slab_size:200 Count:1 Process:jbd2/dm-2-8 Slab_size:352 Count:10 Process:jbd2/dm-0-8 Slab_size:352 Count:2 Process:sleep Slab_size:40 Count:5 Process:stapio Slab_size:328 Count:1 Process:flush-253:2 Slab_size:128 Count:4 Process:swapper Slab_size:512 Count:1 Process:jbd2/dm-2-8 Slab_size:40 Count:10 Process:jbd2/dm-0-8 Slab_size:40 Count:14 Process:stapio Slab_size:40 Count:1 Process:sleep Slab_size:200 Count:17 Process:stapio Slab_size:48 Count:1 Process:flush-253:2 Slab_size:144 Count:14 Process:jbd2/dm-2-8 Slab_size:104 Count:9 Process:jbd2/dm-0-8 Slab_size:104 Count:12 Process:kdmflush Slab_size:352 Count:6 Process:sleep Slab_size:4096 Count:36 Process:flush-253:2 Slab_size:24 Count:482 Process:kdmflush Slab_size:40 Count:6 Process:swapper Slab_size:2048 Count:1 Process:kdmflush Slab_size:24 Count:6 Process:flush-253:2 Slab_size:40 Count:468 Process:jbd2/dm-2-8 Slab_size:128 Count:10 Process:jbd2/dm-0-8 Slab_size:128 Count:1 Process:sleep Slab_size:256 Count:20 Process:swapper Slab_size:304 Count:1 Process:jbd2/dm-2-8 Slab_size:256 Count:41 Process:jbd2/dm-0-8 Slab_size:256 Count:31 Process:stapio Slab_size:256 Count:11 Slab_size:544 Count:1 Process:jbd2/dm-2-8 Slab_size:112 Count:11 Process:jbd2/dm-0-8 Slab_size:112 Count:15 Process:flush-253:2 Slab_size:352 Count:7 Process:stapio Slab_size:4096 Count:5 ------------------------------------------------------- RC 0 PASS: systemtap.examples/memory/vm.tracepoints run meta taglines 'test_support: stap -l 'module("autofs4").function("autofs4_lookup")' && stap -l 'module("autofs4").function("autofs4_follow_link")' && stap -l 'module("autofs4").function("autofs4_expire_indirect").return' && stap -l 'module("autofs4").function("autofs4_wait").return'' tag 'test_support' value 'stap -l 'module("autofs4").function("autofs4_lookup")' && stap -l 'module("autofs4").function("autofs4_follow_link")' && stap -l 'module("autofs4").function("autofs4_expire_indirect").return' && stap -l 'module("autofs4").function("autofs4_wait").return'' attempting command stap -l 'module("autofs4").function("autofs4_lookup")' && stap -l 'module("autofs4").function("autofs4_follow_link")' && stap -l 'module("autofs4").function("autofs4_expire_indirect").return' && stap -l 'module("autofs4").function("autofs4_wait").return' OUT module("autofs4").function("autofs4_lookup@fs/autofs4/root.c:467") module("autofs4").function("autofs4_follow_link@fs/autofs4/root.c:171") module("autofs4").function("autofs4_follow_link@fs/autofs4/symlink.c:15") module("autofs4").function("autofs4_expire_indirect@fs/autofs4/expire.c:298").return module("autofs4").function("autofs4_wait@fs/autofs4/waitq.c:313").return RC 0 PASS: systemtap.examples/network/autofs4 support meta taglines 'test_check: stap -p4 autofs4.stp' tag 'test_check' value 'stap -p4 autofs4.stp' attempting command stap -p4 autofs4.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/b9/stap_b98d7511888447d73e09a945b49717ab_21243.ko RC 0 PASS: systemtap.examples/network/autofs4 build meta taglines 'test_installcheck: stap autofs4.stp -c "sleep 1"' tag 'test_installcheck' value 'stap autofs4.stp -c "sleep 1"' attempting command stap autofs4.stp -c "sleep 1" OUT RC 0 PASS: systemtap.examples/network/autofs4 run meta taglines 'test_support: stap -l 'kernel.trace("kfree_skb")'' tag 'test_support' value 'stap -l 'kernel.trace("kfree_skb")'' attempting command stap -l 'kernel.trace("kfree_skb")' OUT kernel.trace("kfree_skb") RC 0 PASS: systemtap.examples/network/dropwatch support meta taglines 'test_check: stap -p4 dropwatch.stp' tag 'test_check' value 'stap -p4 dropwatch.stp' attempting command stap -p4 dropwatch.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/c6/stap_c6e2b546659d487d5f1aa35d38f503b6_1323.ko RC 0 PASS: systemtap.examples/network/dropwatch build meta taglines 'test_installcheck: stap dropwatch.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap dropwatch.stp -c "sleep 0.2"' attempting command stap dropwatch.stp -c "sleep 0.2" OUT Monitoring for dropped packets Stopping dropped packet monitor RC 0 PASS: systemtap.examples/network/dropwatch run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 netdev.stp' tag 'test_check' value 'stap -p4 netdev.stp' attempting command stap -p4 netdev.stp OUT semantic error: not accessible at this address (0xc0000000004ac678, dieoffset: 0x2d16322): identifier '$dev' at /usr/local/share/systemtap/tapset/networking.stp:159:29 source: dev_name = get_netdev_name($dev) ^ semantic error: not accessible at this address (0xc0000000004ac678, dieoffset: 0x2d16319): identifier '$flags' at :160:10 source: flags = $flags ^ Pass 2: analysis failed. Try again with another '--vp 01' option. child process exited abnormally RC 1 FAIL: systemtap.examples/network/netdev build meta taglines 'test_installcheck: stap netdev.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap netdev.stp -c "sleep 0.2"' attempting command stap netdev.stp -c "sleep 0.2" OUT semantic error: not accessible at this address (0xc0000000004ac678, dieoffset: 0x2d16322): identifier '$dev' at /usr/local/share/systemtap/tapset/networking.stp:159:29 source: dev_name = get_netdev_name($dev) ^ semantic error: not accessible at this address (0xc0000000004ac678, dieoffset: 0x2d16319): identifier '$flags' at :160:10 source: flags = $flags ^ Pass 2: analysis failed. Try again with another '--vp 01' option. child process exited abnormally RC 1 FAIL: systemtap.examples/network/netdev run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 nettop.stp' tag 'test_check' value 'stap -p4 nettop.stp' attempting command stap -p4 nettop.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/a9/stap_a9c901e3d7e60d8258a788f0d9db6c16_5657.ko RC 0 PASS: systemtap.examples/network/nettop build meta taglines 'test_installcheck: stap nettop.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap nettop.stp -c "sleep 0.2"' attempting command stap nettop.stp -c "sleep 0.2" OUT PID UID DEV XMIT_PK RECV_PK XMIT_KB RECV_KB COMMAND RC 0 PASS: systemtap.examples/network/nettop run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 sk_stream_wait_memory.stp' tag 'test_check' value 'stap -p4 sk_stream_wait_memory.stp' attempting command stap -p4 sk_stream_wait_memory.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/45/stap_45cad430b8b854f1eb494c44b7086b01_2673.ko RC 0 PASS: systemtap.examples/network/sk_stream_wait_memory build meta taglines 'test_installcheck: stap sk_stream_wait_memory.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap sk_stream_wait_memory.stp -c "sleep 0.2"' attempting command stap sk_stream_wait_memory.stp -c "sleep 0.2" OUT RC 0 PASS: systemtap.examples/network/sk_stream_wait_memory run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 socket-trace.stp' tag 'test_check' value 'stap -p4 socket-trace.stp' attempting command stap -p4 socket-trace.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/52/stap_520ba9b5cbdbd192ca1e073601592b24_33246.ko RC 0 PASS: systemtap.examples/network/socket-trace build meta taglines 'test_installcheck: stap socket-trace.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap socket-trace.stp -c "sleep 0.2"' attempting command stap socket-trace.stp -c "sleep 0.2" OUT RC 0 PASS: systemtap.examples/network/socket-trace run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: ./socktop -m socktop' tag 'test_check' value './socktop -m socktop' attempting command ./socktop -m socktop OUT socktop.ko RC 0 PASS: systemtap.examples/network/socktop build meta taglines 'test_installcheck: ./socktop -c 1' tag 'test_installcheck' value './socktop -c 1' attempting command ./socktop -c 1 OUT ======================= Wed Feb 2 22:51:20 2011 ======================== ------------------------------- PROCESSES ------------------------------- PID UID #SEND #RECV SEND_KB RECV_KB PROT FAMILY COMMAND ========================================================================= RC 0 PASS: systemtap.examples/network/socktop run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 tcp_connections.stp' tag 'test_check' value 'stap -p4 tcp_connections.stp' attempting command stap -p4 tcp_connections.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/04/stap_0464bbe1ce400d9725e9611123db98af_4672.ko RC 0 PASS: systemtap.examples/network/tcp_connections build meta taglines 'test_installcheck: stap tcp_connections.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap tcp_connections.stp -c "sleep 0.2"' attempting command stap tcp_connections.stp -c "sleep 0.2" OUT UID CMD PID PORT IP_SOURCE RC 0 PASS: systemtap.examples/network/tcp_connections run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 tcp_trace.stp' tag 'test_check' value 'stap -p4 tcp_trace.stp' attempting command stap -p4 tcp_trace.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/1d/stap_1d6cbafa4dcf0b9f950c00e3af0d2d13_32660.ko RC 0 PASS: systemtap.examples/network/tcp_trace build meta taglines 'test_installcheck: stap tcp_trace.stp 127.0.0.1:*-127.0.0.1:* timeout=1' tag 'test_installcheck' value 'stap tcp_trace.stp 127.0.0.1:*-127.0.0.1:* timeout=1' attempting command stap tcp_trace.stp 127.0.0.1:*-127.0.0.1:* timeout=1 OUT Start TCP Probing..... Source Address Dest Address State Timer Tx-Q Rx-Q PMTU SndCwnd SndWnd RcvWnd SSRT Ssthreshold Rexmit Length RC 0 PASS: systemtap.examples/network/tcp_trace run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 tcpdumplike.stp' tag 'test_check' value 'stap -p4 tcpdumplike.stp' attempting command stap -p4 tcpdumplike.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/e2/stap_e231346e66b0bf5f8a977c953907e171_10593.ko RC 0 PASS: systemtap.examples/network/tcpdumplike build meta taglines 'test_installcheck: stap tcpdumplike.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap tcpdumplike.stp -c "sleep 0.2"' attempting command stap tcpdumplike.stp -c "sleep 0.2" OUT ----------------------------------------------------------------- Source IP Dest IP SPort DPort U A P R S F ----------------------------------------------------------------- RC 0 PASS: systemtap.examples/network/tcpdumplike run meta taglines 'test_support: stap -l 'tcpmib.InSegs'' tag 'test_support' value 'stap -l 'tcpmib.InSegs'' attempting command stap -l 'tcpmib.InSegs' OUT tcpmib.InSegs RC 0 PASS: systemtap.examples/network/tcpipstat support meta taglines 'test_check: stap -p4 tcpipstat.stp' tag 'test_check' value 'stap -p4 tcpipstat.stp' attempting command stap -p4 tcpipstat.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/67/stap_67a54bc1314f1a5eac17957867037f78_47640.ko RC 0 PASS: systemtap.examples/network/tcpipstat build meta taglines 'test_installcheck: stap tcpipstat.stp timeout=1' tag 'test_installcheck' value 'stap tcpipstat.stp timeout=1' attempting command stap tcpipstat.stp timeout=1 OUT Indexing collected stats using tuple values Processed filter #1 = 0.0.0.0[0x0]:65535 --> 0.0.0.0[0x0]:65535 No packets were accepted by the filters. RC 0 PASS: systemtap.examples/network/tcpipstat run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 chng_cpu.stp bash' tag 'test_check' value 'stap -p4 chng_cpu.stp bash' attempting command stap -p4 chng_cpu.stp bash OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/65/stap_656ef63cbc92e86570990bd69f117e7a_3757.ko RC 0 PASS: systemtap.examples/process/chng_cpu build meta taglines 'test_installcheck: stap chng_cpu.stp -c "sleep 0.2" bash' tag 'test_installcheck' value 'stap chng_cpu.stp -c "sleep 0.2" bash' attempting command stap chng_cpu.stp -c "sleep 0.2" bash OUT RC 0 PASS: systemtap.examples/process/chng_cpu run meta taglines 'test_support: stap -l 'kernel.trace("sched_switch")' && stap -l 'kernel.trace("irq_handler_entry")!, kernel.trace("irq_entry")' && stap -l 'kernel.trace("irq_handler_exit")!, kernel.trace("irq_exit")'' tag 'test_support' value 'stap -l 'kernel.trace("sched_switch")' && stap -l 'kernel.trace("irq_handler_entry")!, kernel.trace("irq_entry")' && stap -l 'kernel.trace("irq_handler_exit")!, kernel.trace("irq_exit")'' attempting command stap -l 'kernel.trace("sched_switch")' && stap -l 'kernel.trace("irq_handler_entry")!, kernel.trace("irq_entry")' && stap -l 'kernel.trace("irq_handler_exit")!, kernel.trace("irq_exit")' OUT kernel.trace("sched_switch") kernel.trace("irq_handler_entry")! kernel.trace("irq_handler_exit")! RC 0 PASS: systemtap.examples/process/cycle_thief support meta taglines 'test_check: stap -p4 cycle_thief.stp' tag 'test_check' value 'stap -p4 cycle_thief.stp' attempting command stap -p4 cycle_thief.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/28/stap_28f610a406a0a5daeddc975d1b6b31bd_5236.ko RC 0 PASS: systemtap.examples/process/cycle_thief build meta taglines 'test_installcheck: stap cycle_thief.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap cycle_thief.stp -c "sleep 0.2"' attempting command stap cycle_thief.stp -c "sleep 0.2" OUT task 26007 migrated: 2 task 26007 on processor (us): value |-------------------------------------------------- count 8 | 0 16 | 0 32 |@ 1 64 |@ 1 128 | 0 256 |@ 1 512 | 0 1024 | 0 task 26007 off processor (us) value |-------------------------------------------------- count 2 | 0 4 | 0 8 |@ 1 16 | 0 32 | 0 ~ 32768 | 0 65536 | 0 131072 |@ 1 262144 | 0 524288 | 0 other pids taking processor from task 26007 0 3 1054 1 22593 1 26009 1 26006 1 6 1 irq taking processor from task 26007 irq count min(us) avg(us) max(us) RC 0 PASS: systemtap.examples/process/cycle_thief run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 dumpstack.stp' tag 'test_check' value 'stap -p4 dumpstack.stp' attempting command stap -p4 dumpstack.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/cd/stap_cdec74c1e5b53d385ebdddd4c57a00c5_3754.ko RC 0 PASS: systemtap.examples/process/dumpstack build meta taglines 'test_installcheck: stap dumpstack.stp -x $$' tag 'test_installcheck' value 'stap dumpstack.stp -x $$' attempting command stap dumpstack.stp -x $$ OUT RC 0 PASS: systemtap.examples/process/dumpstack run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 errsnoop.stp' tag 'test_check' value 'stap -p4 errsnoop.stp' attempting command stap -p4 errsnoop.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/a8/stap_a8b1eda1f6c0e5b12d2f73d9c20e4582_400818.ko RC 0 PASS: systemtap.examples/process/errsnoop build meta taglines 'test_installcheck: stap errsnoop.stp 1 10 -c "sleep 1"' tag 'test_installcheck' value 'stap errsnoop.stp 1 10 -c "sleep 1"' attempting command stap errsnoop.stp 1 10 -c "sleep 1" OUT  SYSCALL PROCESS PID HITS ERRSTR ARGSTR read stapio 26674 4 11 (EAGAIN) 3, 0xfffedc1fd6c, 8196 execve stapio 26675 2 2 (ENOENT) /usr/local/bin/sleep "1" open sleep 26675 1 3 (ESRCH) "/lib64/power6/libc.so.6", O_RDONLY stat sleep 26675 1 2 (ENOENT) "/usr/local/lib/systemtap", 0xfffe2c89140 stat sleep 26675 1 2 (ENOENT) "/usr/local/lib/systemtap/dfp", 0xfffe2c89140 stat sleep 26675 1 2 (ENOENT) "/usr/local/lib/systemtap/altivec", 0xfffe2c89140 stat sleep 26675 1 2 (ENOENT) "/usr/local/lib/systemtap/altivec/dfp", 0xfffe2c89140 stat sleep 26675 1 2 (ENOENT) "/usr/local/lib/systemtap/power6", 0xfffe2c89140 stat sleep 26675 1 2 (ENOENT) "/usr/local/lib/systemtap/power6/dfp", 0xfffe2c89140 stat sleep 26675 1 2 (ENOENT) "/usr/local/lib/systemtap/power6/altivec", 0xfffe2c89140 RC 0 PASS: systemtap.examples/process/errsnoop run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 forktracker.stp' tag 'test_check' value 'stap -p4 forktracker.stp' attempting command stap -p4 forktracker.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/e8/stap_e87bca699bc3030c9be97ff1d24ae95d_8155.ko RC 0 PASS: systemtap.examples/process/forktracker build meta taglines 'test_installcheck: stap forktracker.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap forktracker.stp -c "sleep 0.2"' attempting command stap forktracker.stp -c "sleep 0.2" OUT Wed Feb 2 17:23:52 2011 : stapio (26903) is exec'ing /usr/local/bin/sleep Wed Feb 2 17:23:52 2011 : stapio (26903) is exec'ing /usr/local/sbin/sleep Wed Feb 2 17:23:52 2011 : stapio (26903) is exec'ing /usr/local/bin/sleep Wed Feb 2 17:23:52 2011 : stapio (26903) is exec'ing /sbin/sleep Wed Feb 2 17:23:52 2011 : stapio (26903) is exec'ing /bin/sleep RC 0 PASS: systemtap.examples/process/forktracker run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 futexes.stp' tag 'test_check' value 'stap -p4 futexes.stp' attempting command stap -p4 futexes.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/84/stap_846414b689dc37661feb944b670203e0_10419.ko RC 0 PASS: systemtap.examples/process/futexes build meta taglines 'test_installcheck: stap futexes.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap futexes.stp -c "sleep 0.2"' attempting command stap futexes.stp -c "sleep 0.2" OUT RC 0 PASS: systemtap.examples/process/futexes run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 migrate.stp bash' tag 'test_check' value 'stap -p4 migrate.stp bash' attempting command stap -p4 migrate.stp bash OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/23/stap_23403bd6ad8c90b9881cf7856402bb5a_3254.ko RC 0 PASS: systemtap.examples/process/migrate build meta taglines 'test_installcheck: stap migrate.stp -c "sleep 0.2" bash' tag 'test_installcheck' value 'stap migrate.stp -c "sleep 0.2" bash' attempting command stap migrate.stp -c "sleep 0.2" bash OUT RC 0 PASS: systemtap.examples/process/migrate run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -gp4 noptrace.stp -x $$' tag 'test_check' value 'stap -gp4 noptrace.stp -x $$' attempting command stap -gp4 noptrace.stp -x $$ OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/8f/stap_8ff617a0ced199ba80bf809429e71ef4_18666.ko RC 0 PASS: systemtap.examples/process/noptrace build meta taglines 'test_installcheck: stap -g noptrace.stp -c 'strace ls'' tag 'test_installcheck' value 'stap -g noptrace.stp -c 'strace ls'' attempting command stap -g noptrace.stp -c 'strace ls' OUT strace: ptrace(PTRACE_TRACEME, ...): No such process strace[27587] ptrace(0) blocked: rc=-3 RC 0 PASS: systemtap.examples/process/noptrace run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 pf2.stp' tag 'test_check' value 'stap -p4 pf2.stp' attempting command stap -p4 pf2.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/45/stap_45608a154addda035a2f45b61cbb08ca_1923.ko RC 0 PASS: systemtap.examples/process/pf2 build meta taglines 'test_installcheck: stap pf2.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap pf2.stp -c "sleep 0.2"' attempting command stap pf2.stp -c "sleep 0.2" OUT RC 0 PASS: systemtap.examples/process/pf2 run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -gp4 pfiles.stp -x $$' tag 'test_check' value 'stap -gp4 pfiles.stp -x $$' attempting command stap -gp4 pfiles.stp -x $$ OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/60/stap_604f547f145f041670d7830964864e6d_36662.ko RC 0 PASS: systemtap.examples/process/pfiles build meta taglines 'test_installcheck: stap -g pfiles.stp -x $$' tag 'test_installcheck' value 'stap -g pfiles.stp -x $$' attempting command stap -g pfiles.stp -x $$ OUT 28037: stap Current rlimit: 64 file descriptors 0: S_IFCHR mode:0620 dev:0,11 ino:4 uid:0 gid:0 rdev:136,1 O_RDWR|O_LARGEFILE /dev/pts/1 1: S_IFIFO mode:0600 dev:0,8 ino:122898 uid:0 gid:0 rdev:0,0 O_WRONLY pipe:[122898] 2: S_IFIFO mode:0600 dev:0,8 ino:122898 uid:0 gid:0 rdev:0,0 O_WRONLY pipe:[122898] 4: S_IFREG mode:0755 dev:253,0 ino:792933 uid:0 gid:0 rdev:0,0 O_RDONLY|O_LARGEFILE /usr/lib/debug/lib/modules/2.6.32-71.el6.ppc64/vmlinux RC 0 PASS: systemtap.examples/process/pfiles run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -gp4 plimit.stp $$' tag 'test_check' value 'stap -gp4 plimit.stp $$' attempting command stap -gp4 plimit.stp $$ OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/6a/stap_6a158a2491c18b40e94c499b11937a51_3137.ko RC 0 PASS: systemtap.examples/process/plimit build meta taglines 'test_installcheck: stap -g plimit.stp $$' tag 'test_installcheck' value 'stap -g plimit.stp $$' attempting command stap -g plimit.stp $$ OUT 28263: -stap resource current maximum coredump(blocks) 0 unlimited data(bytes) unlimited unlimited max nice 0 0 file size(blocks) unlimited unlimited pending signals 19965 19965 max locked memory(bytes) 65536 65536 max memory size(bytes) unlimited unlimited open files 1024 1024 POSIX message queues(bytes) 819200 819200 max rt priority 0 0 stack size(bytes) 10485760 unlimited cpu time(seconds) unlimited unlimited max user processes 1024 19965 virtual memory(bytes) unlimited unlimited file locks unlimited unlimited RC 0 PASS: systemtap.examples/process/plimit run meta taglines 'test_support: stap -l 'kernel.trace("sched_switch")' && stap -l 'kernel.trace("sched_wakeup")'' tag 'test_support' value 'stap -l 'kernel.trace("sched_switch")' && stap -l 'kernel.trace("sched_wakeup")'' attempting command stap -l 'kernel.trace("sched_switch")' && stap -l 'kernel.trace("sched_wakeup")' OUT kernel.trace("sched_switch") kernel.trace("sched_wakeup") RC 0 PASS: systemtap.examples/process/schedtimes support meta taglines 'test_check: stap -p4 schedtimes.stp' tag 'test_check' value 'stap -p4 schedtimes.stp' attempting command stap -p4 schedtimes.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/39/stap_390c0228c9e392a69c9e0247d67f28be_10276.ko RC 0 PASS: systemtap.examples/process/schedtimes build meta taglines 'test_installcheck: stap schedtimes.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap schedtimes.stp -c "sleep 0.2"' attempting command stap schedtimes.stp -c "sleep 0.2" OUT target mode traced pid: 28711 execname: pid run(us) sleep(us) io_wait(us) queued(us) total(us) sleep: 28711 661 200106 0 32 200799 RC 0 PASS: systemtap.examples/process/schedtimes run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 sig_by_pid.stp' tag 'test_check' value 'stap -p4 sig_by_pid.stp' attempting command stap -p4 sig_by_pid.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/08/stap_088963c04babdc11b4e5874fe4650726_19084.ko RC 0 PASS: systemtap.examples/process/sig_by_pid build meta taglines 'test_installcheck: stap sig_by_pid.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap sig_by_pid.stp -c "sleep 0.2"' attempting command stap sig_by_pid.stp -c "sleep 0.2" OUT Collecting data... Type Ctrl-C to exit and display results SPID SENDER RPID RECEIVER SIGNAME COUNT 28937 stapio 28938 stapio SIGUSR1 1 28938 stapio 28937 stapio SIGCHLD 1 RC 0 PASS: systemtap.examples/process/sig_by_pid run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 sig_by_proc.stp' tag 'test_check' value 'stap -p4 sig_by_proc.stp' attempting command stap -p4 sig_by_proc.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/c9/stap_c953c6b90aa0ec7a56d9c79af139e376_17810.ko RC 0 PASS: systemtap.examples/process/sig_by_proc build meta taglines 'test_installcheck: stap sig_by_proc.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap sig_by_proc.stp -c "sleep 0.2"' attempting command stap sig_by_proc.stp -c "sleep 0.2" OUT Collecting data... Type Ctrl-C to exit and display results SENDER RECEIVER SIGNAL COUNT stapio stapio SIGUSR1 1 sleep stapio SIGCHLD 1 RC 0 PASS: systemtap.examples/process/sig_by_proc run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 sigkill.stp' tag 'test_check' value 'stap -p4 sigkill.stp' attempting command stap -p4 sigkill.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/9f/stap_9fcaef59fe757ef2b5ee162599140267_18278.ko RC 0 PASS: systemtap.examples/process/sigkill build meta taglines 'test_installcheck: stap sigkill.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap sigkill.stp -c "sleep 0.2"' attempting command stap sigkill.stp -c "sleep 0.2" OUT RC 0 PASS: systemtap.examples/process/sigkill run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 sigmon.stp SIGKILL' tag 'test_check' value 'stap -p4 sigmon.stp SIGKILL' attempting command stap -p4 sigmon.stp SIGKILL OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/40/stap_40df99c97da398f588cdee89e9aa42f4_18476.ko RC 0 PASS: systemtap.examples/process/sigmon build meta taglines 'test_installcheck: stap sigmon.stp -c "sleep 0.2" SIGKILL' tag 'test_installcheck' value 'stap sigmon.stp -c "sleep 0.2" SIGKILL' attempting command stap sigmon.stp -c "sleep 0.2" SIGKILL OUT SPID SNAME RPID RNAME SIGNUM SIGNAME RC 0 PASS: systemtap.examples/process/sigmon run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 sleepingBeauties.stp' tag 'test_check' value 'stap -p4 sleepingBeauties.stp' attempting command stap -p4 sleepingBeauties.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/b9/stap_b9fc3e1c1ddc2566654c89daa057f655_4158.ko RC 0 PASS: systemtap.examples/process/sleepingBeauties build meta taglines 'test_installcheck: stap sleepingBeauties.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap sleepingBeauties.stp -c "sleep 0.2"' attempting command stap sleepingBeauties.stp -c "sleep 0.2" OUT RC 0 PASS: systemtap.examples/process/sleepingBeauties run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 sleeptime.stp' tag 'test_check' value 'stap -p4 sleeptime.stp' attempting command stap -p4 sleeptime.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/27/stap_276d3cd10b173036bac0bb337c980a1d_10185.ko RC 0 PASS: systemtap.examples/process/sleeptime build meta taglines 'test_installcheck: stap sleeptime.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap sleeptime.stp -c "sleep 0.2"' attempting command stap sleeptime.stp -c "sleep 0.2" OUT 200631 30073 (sleep) nanosleep: 200076 200728 30072 (stapio) nanosleep: 200699 RC 0 PASS: systemtap.examples/process/sleeptime run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 syscalls_by_pid.stp' tag 'test_check' value 'stap -p4 syscalls_by_pid.stp' attempting command stap -p4 syscalls_by_pid.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/a4/stap_a4a029030c7fb7f1f09b1838edcec48e_91783.ko RC 0 PASS: systemtap.examples/process/syscalls_by_pid build meta taglines 'test_installcheck: stap syscalls_by_pid.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap syscalls_by_pid.stp -c "sleep 0.2"' attempting command stap syscalls_by_pid.stp -c "sleep 0.2" OUT Collecting data... Type Ctrl-C to exit and display results #SysCalls PID 69 30300 14 30299 4 1051 1 4833 RC 0 PASS: systemtap.examples/process/syscalls_by_pid run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 syscalls_by_proc.stp' tag 'test_check' value 'stap -p4 syscalls_by_proc.stp' attempting command stap -p4 syscalls_by_proc.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/e8/stap_e81df58f9c6bdc7b95dccb3448e2591e_93680.ko RC 0 PASS: systemtap.examples/process/syscalls_by_proc build meta taglines 'test_installcheck: stap syscalls_by_proc.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap syscalls_by_proc.stp -c "sleep 0.2"' attempting command stap syscalls_by_proc.stp -c "sleep 0.2" OUT Collecting data... Type Ctrl-C to exit and display results #SysCalls Process Name 61 sleep 22 stapio 2 rsyslogd 2 rs:main Q:Reg 1 expect RC 0 PASS: systemtap.examples/process/syscalls_by_proc run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 wait4time.stp' tag 'test_check' value 'stap -p4 wait4time.stp' attempting command stap -p4 wait4time.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/82/stap_826a7d0638f5cbe8d7a0508c35f5a841_15732.ko RC 0 PASS: systemtap.examples/process/wait4time build meta taglines 'test_installcheck: stap wait4time.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap wait4time.stp -c "sleep 0.2"' attempting command stap wait4time.stp -c "sleep 0.2" OUT 200727 30771 (stapio) wait4: 11 -1 RC 0 PASS: systemtap.examples/process/wait4time run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 errno.stp' tag 'test_check' value 'stap -p4 errno.stp' attempting command stap -p4 errno.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/32/stap_3251e1480077ee358a99c95625e51131_175710.ko RC 0 PASS: systemtap.examples/profiling/errno build meta taglines 'test_installcheck: stap errno.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap errno.stp -c "sleep 0.2"' attempting command stap errno.stp -c "sleep 0.2" OUT PID Syscall Process Error Count 30999 stat sleep ENOENT 16 30999 open sleep ENOENT 16 30999 execve sleep ENOENT 4 30998 read stapio EAGAIN 1 30998 nanosleep stapio 1 30999 faccessat sleep ENOENT 1 30999 access sleep ENOENT 1 RC 0 PASS: systemtap.examples/profiling/errno run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 fntimes.stp 'kernel.function("sys_*")'' tag 'test_check' value 'stap -p4 fntimes.stp 'kernel.function("sys_*")'' attempting command stap -p4 fntimes.stp 'kernel.function("sys_*")' OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/da/stap_da366bc9a0f180a112e519f397c3a3ab_305499.ko RC 0 PASS: systemtap.examples/profiling/fntimes build meta taglines 'test_installcheck: stap fntimes.stp 'kernel.function("sys_*")' -c "sleep 7"' tag 'test_installcheck' value 'stap fntimes.stp 'kernel.function("sys_*")' -c "sleep 7"' attempting command stap fntimes.stp 'kernel.function("sys_*")' -c "sleep 7" OUT RC 0 PASS: systemtap.examples/profiling/fntimes run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 functioncallcount.stp "*@mm/*.c"' tag 'test_check' value 'stap -p4 functioncallcount.stp "*@mm/*.c"' attempting command stap -p4 functioncallcount.stp "*@mm/*.c" OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/97/stap_97fd6c678c14d52a2fd836d92b6b6631_181112.ko RC 0 PASS: systemtap.examples/profiling/functioncallcount build meta taglines 'test_installcheck: stap functioncallcount.stp "*@mm/*.c" -c "sleep 0.2"' tag 'test_installcheck' value 'stap functioncallcount.stp "*@mm/*.c" -c "sleep 0.2"' attempting command stap functioncallcount.stp "*@mm/*.c" -c "sleep 0.2" OUT kmem_cache_free 811 kfree 160 kmem_cache_alloc 112 get_slice_psize 87 lookup_page_cgroup 71 vm_normal_page 68 hpte_need_flush 67 page_remove_rmap 65 mark_page_accessed 56 find_vma 55 __mod_zone_page_state 50 hash_page 45 slab_buffer_size 44 __inc_zone_state 44 kmem_cache_alloc_notrace 44 find_get_page 41 handle_mm_fault 41 update_mmu_cache 41 hash_preload 38 __do_fault 37 unlock_page 37 page_waitqueue 37 filemap_fault 35 page_add_file_rmap 34 remove_vma 33 unlink_file_vma 33 unlink_anon_vmas 33 __flush_tlb_pending 32 vma_prio_tree_remove 30 anon_vma_chain_free 28 slice_mask_for_size 28 next_zones_zonelist 28 flush_hash_page 27 __dec_zone_state 27 __dec_zone_page_state 27 __remove_shared_vm_struct 25 free_hot_cold_page 23 get_pageblock_flags_group 23 vm_stat_account 20 vma_prio_tree_insert 19 mem_cgroup_update_mapped_file_stat 18 __vma_link_file 18 __vma_link_rb 18 mem_cgroup_add_lru_list 17 mem_cgroup_get_reclaim_stat_from_page 17 pgtable_free_tlb 17 update_page_reclaim_stat 17 anon_vma_free 16 free_pgd_range 15 mem_cgroup_uncharge_page 14 zone_statistics 14 zone_watermark_ok 14 put_page 14 slice_range_to_mask 14 __mem_cgroup_uncharge_common 14 policy_nodemask 14 policy_zonelist 14 get_page_from_freelist 14 __alloc_pages_nodemask 14 free_pcppages_bulk 13 vma_merge 13 vma_link 13 mem_cgroup_del_lru_list 12 slice_get_unmapped_area 12 vma_wants_writenotify 12 arch_get_unmapped_area_topdown 12 get_unmapped_area_prot 12 free_hot_page 11 free_pages 11 lru_add_drain 11 __free_pages 11 dec_zone_page_state 11 release_pages 11 reusable_anon_vma 10 mmap_region 10 drop_anon_vma 10 do_mmap_pgoff 10 cache_flusharray 9 vma_prio_tree_add 9 anon_vma_prepare 9 __vm_enough_memory 9 __inc_zone_page_state 9 __kmalloc 9 __rmqueue 8 mem_cgroup_charge_common 7 mem_cgroup_newpage_charge 7 inc_zone_page_state 7 __get_free_pages 7 alloc_pages_vma 7 alloc_pages_current 7 try_get_mem_cgroup_from_mm 7 switch_slb 7 lru_cache_add_lru 7 get_vma_policy 7 __mem_cgroup_commit_charge 7 __mem_cgroup_try_charge 7 vma_adjust 7 __lru_cache_add 7 page_evictable 7 page_add_new_anon_rmap 7 free_pgtables 6 kmemdup 6 find_mergeable_anon_vma 6 flush_hash_range 6 get_page 6 file_read_actor 6 unmap_vmas 6 generic_segment_checks 6 generic_file_aio_read 6 next_zone 6 ____pagevec_lru_add 5 anon_vma_clone 5 __pagevec_free 5 slice_area_is_free 5 SyS_mmap_pgoff 5 __split_vma 5 file_ra_state_init 5 free_pages_and_swap_cache 4 pte_free_finish 4 find_extend_vma 4 copy_user_page 4 arch_unmap_area_topdown 4 follow_huge_addr 4 follow_page 4 tlb_flush 4 do_munmap 4 unmap_region 4 vm_get_page_prot 3 __get_user_pages 3 slice_find_area 3 pud_huge 3 mprotect_fixup 3 pmd_huge 3 flush_dcache_page 3 SyS_brk 3 clear_user_page 3 get_user_pages 3 __pmd_alloc 3 vmstat_update 2 do_brk 2 first_online_pgdat 2 anon_vma_chain_link 2 is_hugepage_only_range 2 find_vma_prev 2 SyS_mprotect 2 arch_pick_mmap_layout 2 split_vma 2 expand_downwards 2 expand_stack 2 refresh_cpu_vm_stats 2 insert_vm_struct 2 exit_mmap 2 next_online_pgdat 2 move_page_tables 1 subpage_prot_free 1 init_new_context 1 slice_set_user_psize 1 destroy_context 1 SyS_munmap 1 install_special_mapping 1 sync_supers_timer_fn 1 do_wp_page 1 bdi_arm_supers_timer 1 free_block 1 RC 0 PASS: systemtap.examples/profiling/functioncallcount run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 --all-modules latencytap.stp' tag 'test_check' value 'stap -p4 --all-modules latencytap.stp' attempting command stap -p4 --all-modules latencytap.stp OUT WARNING: missing unwind/symbol data for module 'stap_f1ec7582ef17c5fe0cd8e1886c9768f8_536507' WARNING: missing unwind/symbol data for module 'uprobes' /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/a1/stap_a1e620d3cfb421498dc72223eaf71aa9_21777.ko RC 0 PASS: systemtap.examples/profiling/latencytap build meta taglines 'test_installcheck: stap latencytap.stp --all-modules -c "sleep 0.2"' tag 'test_installcheck' value 'stap latencytap.stp --all-modules -c "sleep 0.2"' attempting command stap latencytap.stp --all-modules -c "sleep 0.2" OUT RC 0 PASS: systemtap.examples/profiling/latencytap run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 linetimes.stp kernel sys_nanosleep' tag 'test_check' value 'stap -p4 linetimes.stp kernel sys_nanosleep' attempting command stap -p4 linetimes.stp kernel sys_nanosleep OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/08/stap_0827f5b87451ef6b20868fc7a487c21b_4881.ko RC 0 PASS: systemtap.examples/profiling/linetimes build meta taglines 'test_installcheck: stap linetimes.stp kernel sys_nanosleep -c "sleep 0.2"' tag 'test_installcheck' value 'stap linetimes.stp kernel sys_nanosleep -c "sleep 0.2"' attempting command stap linetimes.stp kernel sys_nanosleep -c "sleep 0.2" OUT sys_nanosleep called 2 region avg(us) max(us) kernel.statement("SyS_nanosleep@kernel/hrtimer.c:1595") 2 3 kernel.statement("SyS_nanosleep@kernel/hrtimer.c:1598") 200426 200769 control flow graph information from to ======================= kernel.statement("SyS_nanosleep@kernel/hrtimer.c:1595") 2 kernel.statement("SyS_nanosleep@kernel/hrtimer.c:1598") 2 RC 0 PASS: systemtap.examples/profiling/linetimes run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 sched_switch.stp' tag 'test_check' value 'stap -p4 sched_switch.stp' attempting command stap -p4 sched_switch.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/51/stap_51ee415ec1424c911275372053109f44_8618.ko RC 0 PASS: systemtap.examples/profiling/sched_switch build meta taglines 'test_installcheck: stap sched_switch.stp -c "sleep 1"' tag 'test_installcheck' value 'stap sched_switch.stp -c "sleep 1"' attempting command stap sched_switch.stp -c "sleep 1" OUT stapio 012966676947821090107963:20:R + 7964:20: stapio swapper 012966676947821237350:120:R ==> 7964:120:R stapio stapio 112966676947821269807963:120:S ==> 0:120:R swapper stapio 012966676947821727127964:20:R + 3:-100: migration/0 stapio 012966676947821792257964:120:R ==> 3:0:R migration/0 migration/0 012966676947821905733:0:S ==> 0:120:R swapper swapper 112966676947821920810:120:R ==> 7964:120:R stapio sleep 112966676947826711717964:120:S ==> 0:120:R swapper swapper 012966676947827437680:20:R + 1051:20: rsyslogd swapper 012966676947827580360:120:R ==> 1051:120:R rsyslogd rsyslogd 012966676947828071771051:20:R + 1051:20: rs:main Q:Reg rsyslogd 012966676947828185091051:120:S ==> 1051:120:R rs:main Q:Reg rs:main Q:Reg 012966676947828416821051:120:S ==> 0:120:R swapper swapper 012966676947902650450:20:R + 4:20: ksoftirqd/0 swapper 012966676947902758730:120:R ==> 4:120:R ksoftirqd/0 ksoftirqd/0 012966676947902926614:120:S ==> 0:120:R swapper swapper 012966676948002574350:20:R + 4:20: ksoftirqd/0 swapper 012966676948002642660:120:R ==> 4:120:R ksoftirqd/0 ksoftirqd/0 012966676948003086014:120:S ==> 0:120:R swapper swapper 012966676949812832880:20:R + 7963:20: stapio swapper 012966676949812902540:120:R ==> 7963:120:R stapio stapio 112966676949813088117963:20:R + 4833:20: expect swapper 112966676949813237820:120:R ==> 4833:120:R expect stapio 012966676949813281047963:120:S ==> 0:120:R swapper expect 112966676949813614484833:120:S ==> 0:120:R swapper swapper 012966676950002454730:20:R + 695:20: flush-253:2 swapper 012966676950002523370:120:R ==> 695:120:R flush-253:2 flush-253:2 11296667695000467520695:20:R + 688:20: jbd2/dm-2-8 swapper 112966676950004805310:120:R ==> 688:120:R jbd2/dm-2-8 jbd2/dm-2-8 11296667695000492133688:120:D ==> 0:120:R swapper flush-253:2 11296667695000624239695:20:R + 688:20: jbd2/dm-2-8 flush-253:2 01296667695000635792695:120:D ==> 0:120:R swapper swapper 112966676950006379410:120:R ==> 688:120:R jbd2/dm-2-8 jbd2/dm-2-8 01296667695000657742688:20:R + 695:20: flush-253:2 swapper 012966676950006700620:120:R ==> 695:120:R flush-253:2 jbd2/dm-2-8 11296667695000940227688:120:D ==> 0:120:R swapper flush-253:2 01296667695000947804695:120:D ==> 0:120:R swapper swapper 012966676950050183570:20:R + 20:20: kblockd/0 swapper 012966676950050670520:120:R ==> 20:120:R kblockd/0 kblockd/0 0129666769500507566520:120:S ==> 0:120:R swapper swapper 012966676950050806980:20:R + 4:20: ksoftirqd/0 swapper 012966676950050865620:120:R ==> 4:120:R ksoftirqd/0 ksoftirqd/0 012966676950050938994:120:S ==> 0:120:R swapper swapper 012966676950141297520:20:R + 20:20: kblockd/0 swapper 012966676950141382960:120:R ==> 20:120:R kblockd/0 kblockd/0 0129666769501414606420:120:S ==> 0:120:R swapper swapper 012966676950141503360:20:R + 4:20: ksoftirqd/0 swapper 012966676950141561590:120:R ==> 4:120:R ksoftirqd/0 ksoftirqd/0 012966676950141621274:120:S ==> 0:120:R swapper swapper 012966676950302483200:20:R + 20:20: kblockd/0 swapper 012966676950302541250:120:R ==> 20:120:R kblockd/0 kblockd/0 0129666769503032726320:120:S ==> 0:120:R swapper swapper 012966676950321908990:20:R + 7963:20: stapio swapper 012966676950322043030:120:R ==> 7963:120:R stapio stapio 012966676950322195527963:120:S ==> 0:120:R swapper swapper 112966676950384577160:20:R + 688:20: jbd2/dm-2-8 swapper 112966676950384714570:120:R ==> 688:120:R jbd2/dm-2-8 jbd2/dm-2-8 11296667695038484504688:120:D ==> 0:120:R swapper swapper 112966676950384912440:20:R + 688:20: jbd2/dm-2-8 swapper 112966676950385025690:120:R ==> 688:120:R jbd2/dm-2-8 jbd2/dm-2-8 11296667695038512282688:120:D ==> 0:120:R swapper swapper 112966676950385197440:20:R + 688:20: jbd2/dm-2-8 swapper 112966676950385300440:120:R ==> 688:120:R jbd2/dm-2-8 jbd2/dm-2-8 11296667695038539554688:120:D ==> 0:120:R swapper swapper 112966676950385479880:20:R + 688:20: jbd2/dm-2-8 swapper 112966676950385591010:120:R ==> 688:120:R jbd2/dm-2-8 swapper 012966676950385601120:20:R + 4:20: ksoftirqd/0 swapper 012966676950385678380:120:R ==> 4:120:R ksoftirqd/0 jbd2/dm-2-8 11296667695038571343688:120:D ==> 0:120:R swapper ksoftirqd/0 012966676950385764684:120:S ==> 0:120:R swapper swapper 112966676950497164350:20:R + 688:20: jbd2/dm-2-8 swapper 112966676950497289280:120:R ==> 688:120:R jbd2/dm-2-8 jbd2/dm-2-8 11296667695049739922688:120:D ==> 0:120:R swapper swapper 112966676950497468160:20:R + 688:20: jbd2/dm-2-8 swapper 112966676950497575330:120:R ==> 688:120:R jbd2/dm-2-8 jbd2/dm-2-8 11296667695049767051688:120:D ==> 0:120:R swapper swapper 112966676950497751590:20:R + 688:20: jbd2/dm-2-8 swapper 112966676950497850220:120:R ==> 688:120:R jbd2/dm-2-8 jbd2/dm-2-8 11296667695049794506688:120:D ==> 0:120:R swapper swapper 112966676950498026920:20:R + 688:20: jbd2/dm-2-8 swapper 112966676950498123250:120:R ==> 688:120:R jbd2/dm-2-8 jbd2/dm-2-8 11296667695049820284688:120:D ==> 0:120:R swapper swapper 112966676950498276150:20:R + 688:20: jbd2/dm-2-8 swapper 112966676950498373560:120:R ==> 688:120:R jbd2/dm-2-8 swapper 012966676950499093970:20:R + 4:20: ksoftirqd/0 swapper 012966676950499174060:120:R ==> 4:120:R ksoftirqd/0 ksoftirqd/0 012966676950499250294:120:S ==> 0:120:R swapper jbd2/dm-2-8 01296667695049935590688:20:R + 695:20: flush-253:2 swapper 012966676950499479260:120:R ==> 695:120:R flush-253:2 jbd2/dm-2-8 11296667695049961121688:20:R + 652:20: kdmflush jbd2/dm-2-8 11296667695049971270688:120:D ==> 652:120:R kdmflush kdmflush 11296667695049980707652:120:D ==> 0:120:R swapper flush-253:2 01296667695050259711695:120:S ==> 0:120:R swapper swapper 112966676950507856950:20:R + 652:20: kdmflush swapper 012966676950507956950:20:R + 20:20: kblockd/0 swapper 112966676950507991530:120:R ==> 652:120:R kdmflush swapper 012966676950508050540:120:R ==> 20:120:R kblockd/0 kblockd/0 0129666769505081749120:120:S ==> 0:120:R swapper kdmflush 11296667695050830278652:120:D ==> 0:120:R swapper swapper 112966676950580580950:20:R + 652:20: kdmflush swapper 012966676950580675650:20:R + 20:20: kblockd/0 swapper 112966676950580701720:120:R ==> 652:120:R kdmflush swapper 012966676950580773050:120:R ==> 20:120:R kblockd/0 kblockd/0 0129666769505808758920:120:S ==> 0:120:R swapper kdmflush 11296667695058084100652:20:R + 688:20: jbd2/dm-2-8 swapper 012966676950580930330:20:R + 4:20: ksoftirqd/0 swapper 012966676950581006540:120:R ==> 4:120:R ksoftirqd/0 ksoftirqd/0 012966676950581103284:120:S ==> 688:120:R jbd2/dm-2-8 jbd2/dm-2-8 01296667695058255382688:120:S ==> 0:120:R swapper kdmflush 11296667695058370125652:120:S ==> 0:120:R swapper swapper 112966676950627469570:20:R + 21:20: kblockd/1 swapper 112966676950627555280:120:R ==> 21:120:R kblockd/1 kblockd/1 1129666769506284270421:120:S ==> 0:120:R swapper swapper 012966676950813523080:20:R + 20:20: kblockd/0 swapper 012966676950813605930:120:R ==> 20:120:R kblockd/0 kblockd/0 0129666769508136815520:120:S ==> 0:120:R swapper swapper 012966676951815396960:20:R + 7963:20: stapio swapper 012966676951815467290:120:R ==> 7963:120:R stapio stapio 112966676951815683477963:20:R + 4833:20: expect swapper 112966676951815820250:120:R ==> 4833:120:R expect stapio 012966676951815851107963:120:S ==> 0:120:R swapper expect 112966676951816365574833:120:S ==> 0:120:R swapper swapper 112966676952127446990:20:R + 10:20: events/1 swapper 112966676952127543570:120:R ==> 10:120:R events/1 events/1 1129666769521279744710:120:S ==> 0:120:R swapper swapper 012966676952127980910:20:R + 4:20: ksoftirqd/0 swapper 012966676952128060980:120:R ==> 4:120:R ksoftirqd/0 ksoftirqd/0 012966676952128139324:120:S ==> 0:120:R swapper swapper 012966676952502461980:20:R + 9:20: events/0 swapper 012966676952502529840:120:R ==> 9:120:R events/0 events/0 012966676952502620179:120:S ==> 0:120:R swapper swapper 012966676952822830200:20:R + 7963:20: stapio swapper 012966676952822898940:120:R ==> 7963:120:R stapio stapio 012966676952823009107963:120:S ==> 0:120:R swapper swapper 012966676953817970800:20:R + 7963:20: stapio swapper 012966676953818039480:120:R ==> 7963:120:R stapio stapio 112966676953818124387963:20:R + 4833:20: expect swapper 112966676953818249490:120:R ==> 4833:120:R expect stapio 012966676953818285317963:120:S ==> 0:120:R swapper expect 112966676953818433534833:120:S ==> 0:120:R swapper swapper 012966676955323645920:20:R + 7963:20: stapio swapper 012966676955323714230:120:R ==> 7963:120:R stapio stapio 012966676955323823827963:120:S ==> 0:120:R swapper swapper 012966676955820408630:20:R + 7963:20: stapio swapper 012966676955820477180:120:R ==> 7963:120:R stapio stapio 112966676955820562247963:20:R + 4833:20: expect swapper 112966676955820687990:120:R ==> 4833:120:R expect stapio 012966676955820722237963:120:S ==> 0:120:R swapper expect 112966676955820845774833:120:S ==> 0:120:R swapper swapper 012966676957822848780:20:R + 7963:20: stapio swapper 012966676957822921740:120:R ==> 7963:120:R stapio stapio 112966676957823011807963:20:R + 4833:20: expect swapper 112966676957823137350:120:R ==> 4833:120:R expect stapio 012966676957823172307963:120:S ==> 0:120:R swapper expect 112966676957823299504833:120:S ==> 0:120:R swapper swapper 012966676957824414030:20:R + 7963:20: stapio swapper 012966676957824482170:120:R ==> 7963:120:R stapio stapio 012966676957824593237963:120:S ==> 0:120:R swapper swapper 012966676957827350680:20:R + 7964:20: sleep swapper 012966676957827492690:120:R ==> 7964:120:R sleep sleep 012966676957828443567964:20:R + 7963:20: stapio sleep 012966676957828509027964:120: ==> 7963:120:R stapio RC 0 PASS: systemtap.examples/profiling/sched_switch run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 thread-times.stp' tag 'test_check' value 'stap -p4 thread-times.stp' attempting command stap -p4 thread-times.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/65/stap_659ba5bd1ca857dfa53795a26b3070d1_3547.ko RC 0 PASS: systemtap.examples/profiling/thread-times build meta taglines 'test_installcheck: stap thread-times.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap thread-times.stp -c "sleep 0.2"' attempting command stap thread-times.stp -c "sleep 0.2" OUT comm tid %user %kernel (of 400 ticks) swapper 0 0.00% 100.00% RC 0 PASS: systemtap.examples/profiling/thread-times run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 timeout.stp' tag 'test_check' value 'stap -p4 timeout.stp' attempting command stap -p4 timeout.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/3c/stap_3cddfc117a2b1ebbca35f01065052ca8_12781.ko RC 0 PASS: systemtap.examples/profiling/timeout build meta taglines 'test_installcheck: stap timeout.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap timeout.stp -c "sleep 0.2"' attempting command stap timeout.stp -c "sleep 0.2" OUT RC 0 PASS: systemtap.examples/profiling/timeout run meta taglines '' tag 'test_support' value '' meta taglines 'test_check: stap -p4 topsys.stp' tag 'test_check' value 'stap -p4 topsys.stp' attempting command stap -p4 topsys.stp OUT /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/23/stap_239b28328c6ce5cc0a1fd62f9be7b7dc_115914.ko RC 0 PASS: systemtap.examples/profiling/topsys build meta taglines 'test_installcheck: stap topsys.stp -c "sleep 0.2"' tag 'test_installcheck' value 'stap topsys.stp -c "sleep 0.2"' attempting command stap topsys.stp -c "sleep 0.2" OUT RC 0 PASS: systemtap.examples/profiling/topsys run testcase /home/prasadkr/systemtap/testsuite/systemtap.examples/check.exp completed in 829 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.exelib/exelib.exp ... Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_lib.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -fPIC -shared -lm -o ./libuprobeslibgcc-O3default-debug.so (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_lib.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -fPIC -shared -lm -o ./libuprobeslibgcc-O3default-debug.so PASS: uprobeslibgcc-O3default-debug compile uprobes_lib.c Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-debug -Wl,-rpath,. -lm -o ./uprobesgcc-O3default-debug-uprobeslibgcc-O3default-debug_exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-debug -Wl,-rpath,. -lm -o ./uprobesgcc-O3default-debug-uprobeslibgcc-O3default-debug_exe PASS: uprobesgcc-O3default-debug-uprobeslibgcc-O3default-debug compile uprobes_exe.c Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-debug -Wl,-rpath,. -lm -o ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-debug_exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-debug -Wl,-rpath,. -lm -o ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-debug_exe PASS: uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-debug compile uprobes_exe.c Executing: objcopy --only-keep-debug ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-debug_exe ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-debug_exe.debug Executing: objcopy --strip-debug ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-debug_exe Executing: objcopy --add-gnu-debuglink=./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-debug_exe.debug ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-debug_exe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-debug -Wl,-rpath,. -fPIE -pie -lm -o ./uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-debug_exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-debug -Wl,-rpath,. -fPIE -pie -lm -o ./uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-debug_exe PASS: uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-debug compile uprobes_exe.c Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-debug -Wl,-rpath,. -fPIE -pie -lm -o ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-debug_exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-debug -Wl,-rpath,. -fPIE -pie -lm -o ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-debug_exe PASS: uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-debug compile uprobes_exe.c Executing: objcopy --only-keep-debug ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-debug_exe ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-debug_exe.debug Executing: objcopy --strip-debug ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-debug_exe Executing: objcopy --add-gnu-debuglink=./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-debug_exe.debug ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-debug_exe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_lib.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -fPIC -shared -lm -o ./libuprobeslibgcc-O3default-sep-debug.so (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_lib.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -fPIC -shared -lm -o ./libuprobeslibgcc-O3default-sep-debug.so PASS: uprobeslibgcc-O3default-sep-debug compile uprobes_lib.c Executing: objcopy --only-keep-debug ./libuprobeslibgcc-O3default-sep-debug.so ./libuprobeslibgcc-O3default-sep-debug.so.debug Executing: objcopy --strip-debug ./libuprobeslibgcc-O3default-sep-debug.so Executing: objcopy --add-gnu-debuglink=./libuprobeslibgcc-O3default-sep-debug.so.debug ./libuprobeslibgcc-O3default-sep-debug.so Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-sep-debug -Wl,-rpath,. -lm -o ./uprobesgcc-O3default-debug-uprobeslibgcc-O3default-sep-debug_exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-sep-debug -Wl,-rpath,. -lm -o ./uprobesgcc-O3default-debug-uprobeslibgcc-O3default-sep-debug_exe PASS: uprobesgcc-O3default-debug-uprobeslibgcc-O3default-sep-debug compile uprobes_exe.c Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-sep-debug -Wl,-rpath,. -lm -o ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-sep-debug_exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-sep-debug -Wl,-rpath,. -lm -o ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-sep-debug_exe PASS: uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-sep-debug compile uprobes_exe.c Executing: objcopy --only-keep-debug ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-sep-debug_exe ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-sep-debug_exe.debug Executing: objcopy --strip-debug ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-sep-debug_exe Executing: objcopy --add-gnu-debuglink=./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-sep-debug_exe.debug ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-sep-debug_exe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-sep-debug -Wl,-rpath,. -fPIE -pie -lm -o ./uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-sep-debug_exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-sep-debug -Wl,-rpath,. -fPIE -pie -lm -o ./uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-sep-debug_exe PASS: uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-sep-debug compile uprobes_exe.c Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-sep-debug -Wl,-rpath,. -fPIE -pie -lm -o ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-sep-debug_exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-sep-debug -Wl,-rpath,. -fPIE -pie -lm -o ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-sep-debug_exe PASS: uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-sep-debug compile uprobes_exe.c Executing: objcopy --only-keep-debug ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-sep-debug_exe ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-sep-debug_exe.debug Executing: objcopy --strip-debug ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-sep-debug_exe Executing: objcopy --add-gnu-debuglink=./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-sep-debug_exe.debug ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-sep-debug_exe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_lib.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -fPIC -shared -lm -o ./libuprobeslibgcc-O3default-prelink-debug.so (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_lib.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -fPIC -shared -lm -o ./libuprobeslibgcc-O3default-prelink-debug.so PASS: uprobeslibgcc-O3default-prelink-debug compile uprobes_lib.c Executing: /usr/sbin/prelink -vfNR -r 0x6400000 ./libuprobeslibgcc-O3default-prelink-debug.so PASS: uprobeslibgcc-O3default-prelink-debug prelink ./libuprobeslibgcc-O3default-prelink-debug.so Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-prelink-debug -Wl,-rpath,. -lm -o ./uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-debug_exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-prelink-debug -Wl,-rpath,. -lm -o ./uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-debug_exe PASS: uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-debug compile uprobes_exe.c Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-prelink-debug -Wl,-rpath,. -lm -o ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-debug_exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-prelink-debug -Wl,-rpath,. -lm -o ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-debug_exe PASS: uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-debug compile uprobes_exe.c Executing: objcopy --only-keep-debug ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-debug_exe ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-debug_exe.debug Executing: objcopy --strip-debug ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-debug_exe Executing: objcopy --add-gnu-debuglink=./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-debug_exe.debug ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-debug_exe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-prelink-debug -Wl,-rpath,. -fPIE -pie -lm -o ./uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-debug_exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-prelink-debug -Wl,-rpath,. -fPIE -pie -lm -o ./uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-debug_exe PASS: uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-debug compile uprobes_exe.c Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-prelink-debug -Wl,-rpath,. -fPIE -pie -lm -o ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-debug_exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-prelink-debug -Wl,-rpath,. -fPIE -pie -lm -o ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-debug_exe PASS: uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-debug compile uprobes_exe.c Executing: objcopy --only-keep-debug ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-debug_exe ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-debug_exe.debug Executing: objcopy --strip-debug ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-debug_exe Executing: objcopy --add-gnu-debuglink=./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-debug_exe.debug ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-debug_exe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_lib.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -fPIC -shared -lm -o ./libuprobeslibgcc-O3default-prelink-sep-debug.so (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_lib.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -fPIC -shared -lm -o ./libuprobeslibgcc-O3default-prelink-sep-debug.so PASS: uprobeslibgcc-O3default-prelink-sep-debug compile uprobes_lib.c Executing: objcopy --only-keep-debug ./libuprobeslibgcc-O3default-prelink-sep-debug.so ./libuprobeslibgcc-O3default-prelink-sep-debug.so.debug Executing: objcopy --strip-debug ./libuprobeslibgcc-O3default-prelink-sep-debug.so Executing: objcopy --add-gnu-debuglink=./libuprobeslibgcc-O3default-prelink-sep-debug.so.debug ./libuprobeslibgcc-O3default-prelink-sep-debug.so Executing: /usr/sbin/prelink -vfNR -r 0x6400000 ./libuprobeslibgcc-O3default-prelink-sep-debug.so PASS: uprobeslibgcc-O3default-prelink-sep-debug prelink ./libuprobeslibgcc-O3default-prelink-sep-debug.so Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-prelink-sep-debug -Wl,-rpath,. -lm -o ./uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-prelink-sep-debug -Wl,-rpath,. -lm -o ./uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe PASS: uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug compile uprobes_exe.c Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-prelink-sep-debug -Wl,-rpath,. -lm -o ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-prelink-sep-debug -Wl,-rpath,. -lm -o ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe PASS: uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug compile uprobes_exe.c Executing: objcopy --only-keep-debug ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe.debug Executing: objcopy --strip-debug ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe Executing: objcopy --add-gnu-debuglink=./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe.debug ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-prelink-sep-debug -Wl,-rpath,. -fPIE -pie -lm -o ./uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-prelink-sep-debug -Wl,-rpath,. -fPIE -pie -lm -o ./uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe PASS: uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug compile uprobes_exe.c Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-prelink-sep-debug -Wl,-rpath,. -fPIE -pie -lm -o ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-prelink-sep-debug -Wl,-rpath,. -fPIE -pie -lm -o ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe PASS: uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug compile uprobes_exe.c Executing: objcopy --only-keep-debug ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe.debug Executing: objcopy --strip-debug ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe Executing: objcopy --add-gnu-debuglink=./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe.debug ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_lib.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -fPIC -shared -lm -o ./libuprobeslibgcc-O3default-prelink-sep-debug-after.so (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_lib.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -fPIC -shared -lm -o ./libuprobeslibgcc-O3default-prelink-sep-debug-after.so PASS: uprobeslibgcc-O3default-prelink-sep-debug-after compile uprobes_lib.c Executing: /usr/sbin/prelink -vfNR -r 0x6400000 ./libuprobeslibgcc-O3default-prelink-sep-debug-after.so PASS: uprobeslibgcc-O3default-prelink-sep-debug-after prelink ./libuprobeslibgcc-O3default-prelink-sep-debug-after.so Executing: objcopy --only-keep-debug ./libuprobeslibgcc-O3default-prelink-sep-debug-after.so ./libuprobeslibgcc-O3default-prelink-sep-debug-after.so.debug Executing: objcopy --strip-debug ./libuprobeslibgcc-O3default-prelink-sep-debug-after.so Executing: objcopy --add-gnu-debuglink=./libuprobeslibgcc-O3default-prelink-sep-debug-after.so.debug ./libuprobeslibgcc-O3default-prelink-sep-debug-after.so Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-prelink-sep-debug-after -Wl,-rpath,. -lm -o ./uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-prelink-sep-debug-after -Wl,-rpath,. -lm -o ./uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe PASS: uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug-after compile uprobes_exe.c Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-prelink-sep-debug-after -Wl,-rpath,. -lm -o ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-prelink-sep-debug-after -Wl,-rpath,. -lm -o ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe PASS: uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after compile uprobes_exe.c Executing: objcopy --only-keep-debug ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe.debug Executing: objcopy --strip-debug ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe Executing: objcopy --add-gnu-debuglink=./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe.debug ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-prelink-sep-debug-after -Wl,-rpath,. -fPIE -pie -lm -o ./uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-prelink-sep-debug-after -Wl,-rpath,. -fPIE -pie -lm -o ./uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe PASS: uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug-after compile uprobes_exe.c Executing on host: gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-prelink-sep-debug-after -Wl,-rpath,. -fPIE -pie -lm -o ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe (timeout = 300) spawn -ignore SIGHUP gcc /home/prasadkr/systemtap/testsuite/systemtap.exelib/uprobes_exe.c -isystem/home/prasadkr/systemtap/testsuite -isystem/usr/local/include -g -O3 -L. -luprobeslibgcc-O3default-prelink-sep-debug-after -Wl,-rpath,. -fPIE -pie -lm -o ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe PASS: uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after compile uprobes_exe.c Executing: objcopy --only-keep-debug ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe.debug Executing: objcopy --strip-debug ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe Executing: objcopy --add-gnu-debuglink=./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe.debug ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.tcl for uprobesgcc-O3default-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug Running: stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-debug-uprobeslibgcc-O3default-debug_exe ./libuprobeslibgcc-O3default-debug.so -c ./uprobesgcc-O3default-debug-uprobeslibgcc-O3default-debug_exe spawn stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-debug-uprobeslibgcc-O3default-debug_exe ./libuprobeslibgcc-O3default-debug.so -c ./uprobesgcc-O3default-debug-uprobeslibgcc-O3default-debug_exe main exe: main=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 main_func: 3 exe: main_func=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 print_ubacktrace exe 0 0x100006a0 : 00000011.plt_call.__libc_start_main@@GLIBC_2.3+0+0x188/0x3b0 [...uprobesgcc-O3default-debug-uprobeslibgcc-O3default-debug_exe] [0xc0000001315dbea8] [0x0000000000000003] 0x3 (inexact) main_count: 3 main_func: 2 exe: main_func=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 print_ustack exe 1 0x100006a0 : 00000011.plt_call.__libc_start_main@@GLIBC_2.3+0+0x188/0x3b0 [...uprobesgcc-O3default-debug-uprobeslibgcc-O3default-debug_exe] 0x0 0x0 main_count: 2 main_func: 1 exe: main_func=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 main_count: 1 lib_main lib: lib_main=00000010.plt_call.lib_func+0 lib_func: 3 lib: lib_func=00000010.plt_call.lib_func+0 print_ubacktrace lib 2 0xfff9c0c0870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...adkr/systemtap/testsuite/libuprobeslibgcc-O3default-debug.so] [0xc0000001315dbea8] [0x0000000000000003] 0x3 (inexact) func_count: 3 lib_func: 2 lib: lib_func=00000010.plt_call.lib_func+0 print_ustack lib 3 0xfff9c0c0870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...adkr/systemtap/testsuite/libuprobeslibgcc-O3default-debug.so] 0x0 0x0 func_count: 2 lib_func: 1 lib: lib_func=00000010.plt_call.lib_func+0 func_count: 1 FAIL: lib-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug (1) FAIL: mark-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug (0) FAIL: uname-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug (0) FAIL: ustack-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug print (0) FAIL: ustack-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug main (0) FAIL: ustack-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug main_func (0) FAIL: ustack-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug lib_main (0) FAIL: ustack-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug lib_func (0) sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.tcl for uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug Running: stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-debug_exe ./libuprobeslibgcc-O3default-debug.so -c ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-debug_exe spawn stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-debug_exe ./libuprobeslibgcc-O3default-debug.so -c ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-debug_exe main exe: main=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 main_func: 3 exe: main_func=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 print_ubacktrace exe 0 0x100006a0 : 00000011.plt_call.__libc_start_main@@GLIBC_2.3+0+0x188/0x3b0 [...besgcc-O3default-sep-debug-uprobeslibgcc-O3default-debug_exe] [0xc0000000039b3ea8] [0x0000000000000003] 0x3 (inexact) main_count: 3 main_func: 2 exe: main_func=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 print_ustack exe 1 0x100006a0 : 00000011.plt_call.__libc_start_main@@GLIBC_2.3+0+0x188/0x3b0 [...besgcc-O3default-sep-debug-uprobeslibgcc-O3default-debug_exe] 0x0 0x0 main_count: 2 main_func: 1 exe: main_func=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 main_count: 1 lib_main lib: lib_main=00000010.plt_call.lib_func+0 lib_func: 3 lib: lib_func=00000010.plt_call.lib_func+0 print_ubacktrace lib 2 0xfff985c0870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...adkr/systemtap/testsuite/libuprobeslibgcc-O3default-debug.so] [0xc0000000039b3ea8] [0x0000000000000003] 0x3 (inexact) func_count: 3 lib_func: 2 lib: lib_func=00000010.plt_call.lib_func+0 print_ustack lib 3 0xfff985c0870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...adkr/systemtap/testsuite/libuprobeslibgcc-O3default-debug.so] 0x0 0x0 func_count: 2 lib_func: 1 lib: lib_func=00000010.plt_call.lib_func+0 func_count: 1 FAIL: lib-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug (1) FAIL: mark-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug (0) FAIL: uname-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug (0) FAIL: ustack-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug print (0) FAIL: ustack-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug main (0) FAIL: ustack-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug main_func (0) FAIL: ustack-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug lib_main (0) FAIL: ustack-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug lib_func (0) sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.tcl for uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug Running: stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-debug_exe ./libuprobeslibgcc-O3default-debug.so -c ./uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-debug_exe spawn stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-debug_exe ./libuprobeslibgcc-O3default-debug.so -c ./uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-debug_exe main exe: main=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 main_func: 3 exe: main_func=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 print_ubacktrace exe 0 0x3a7d0b00 : 00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0+0x1a0/0x3c8 [...besgcc-O3default-pie-debug-uprobeslibgcc-O3default-debug_exe] [0xc000000003bc7ea8] [0x0000000000000003] 0x3 (inexact) main_count: 3 main_func: 2 exe: main_func=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 print_ustack exe 1 0x3a7d0b00 : 00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0+0x1a0/0x3c8 [...besgcc-O3default-pie-debug-uprobeslibgcc-O3default-debug_exe] 0x0 0x0 main_count: 2 main_func: 1 exe: main_func=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 main_count: 1 lib_main lib: lib_main=00000010.plt_call.lib_func+0 lib_func: 3 lib: lib_func=00000010.plt_call.lib_func+0 print_ubacktrace lib 2 0xfff833d0870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...adkr/systemtap/testsuite/libuprobeslibgcc-O3default-debug.so] [0xc000000003bc7ea8] [0x0000000000000003] 0x3 (inexact) func_count: 3 lib_func: 2 lib: lib_func=00000010.plt_call.lib_func+0 print_ustack lib 3 0xfff833d0870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...adkr/systemtap/testsuite/libuprobeslibgcc-O3default-debug.so] 0x0 0x0 func_count: 2 lib_func: 1 lib: lib_func=00000010.plt_call.lib_func+0 func_count: 1 FAIL: lib-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug (1) FAIL: mark-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug (0) FAIL: uname-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug (0) FAIL: ustack-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug print (0) FAIL: ustack-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug main (0) FAIL: ustack-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug main_func (0) FAIL: ustack-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug lib_main (0) FAIL: ustack-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug lib_func (0) sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.tcl for uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug Running: stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-debug_exe ./libuprobeslibgcc-O3default-debug.so -c ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-debug_exe spawn stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-debug_exe ./libuprobeslibgcc-O3default-debug.so -c ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-debug_exe main exe: main=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 main_func: 3 exe: main_func=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 print_ubacktrace exe 0 0x26b80b00 : 00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0+0x1a0/0x3c8 [...cc-O3default-pie-sep-debug-uprobeslibgcc-O3default-debug_exe] [0xc000000003f33ea8] [0x0000000000000003] 0x3 (inexact) main_count: 3 main_func: 2 exe: main_func=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 print_ustack exe 1 0x26b80b00 : 00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0+0x1a0/0x3c8 [...cc-O3default-pie-sep-debug-uprobeslibgcc-O3default-debug_exe] 0x0 0x0 main_count: 2 main_func: 1 exe: main_func=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 main_count: 1 lib_main lib: lib_main=00000010.plt_call.lib_func+0 lib_func: 3 lib: lib_func=00000010.plt_call.lib_func+0 print_ubacktrace lib 2 0xfff94830870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...adkr/systemtap/testsuite/libuprobeslibgcc-O3default-debug.so] [0xc000000003f33ea8] [0x0000000000000003] 0x3 (inexact) func_count: 3 lib_func: 2 lib: lib_func=00000010.plt_call.lib_func+0 print_ustack lib 3 0xfff94830870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...adkr/systemtap/testsuite/libuprobeslibgcc-O3default-debug.so] 0x0 0x0 func_count: 2 lib_func: 1 lib: lib_func=00000010.plt_call.lib_func+0 func_count: 1 FAIL: lib-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug (1) FAIL: mark-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug (0) FAIL: uname-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug (0) FAIL: ustack-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug print (0) FAIL: ustack-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug main (0) FAIL: ustack-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug main_func (0) FAIL: ustack-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug lib_main (0) FAIL: ustack-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug lib_func (0) sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.tcl for uprobesgcc-O3default-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug Running: stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-debug-uprobeslibgcc-O3default-sep-debug_exe ./libuprobeslibgcc-O3default-sep-debug.so -c ./uprobesgcc-O3default-debug-uprobeslibgcc-O3default-sep-debug_exe spawn stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-debug-uprobeslibgcc-O3default-sep-debug_exe ./libuprobeslibgcc-O3default-sep-debug.so -c ./uprobesgcc-O3default-debug-uprobeslibgcc-O3default-sep-debug_exe main exe: main=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 main_func: 3 exe: main_func=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 print_ubacktrace exe 0 0x100006a0 : 00000011.plt_call.__libc_start_main@@GLIBC_2.3+0+0x188/0x3b0 [...besgcc-O3default-debug-uprobeslibgcc-O3default-sep-debug_exe] [0xc000000131583ea8] [0x0000000000000003] 0x3 (inexact) main_count: 3 main_func: 2 exe: main_func=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 print_ustack exe 1 0x100006a0 : 00000011.plt_call.__libc_start_main@@GLIBC_2.3+0+0x188/0x3b0 [...besgcc-O3default-debug-uprobeslibgcc-O3default-sep-debug_exe] 0x0 0x0 main_count: 2 main_func: 1 exe: main_func=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 main_count: 1 lib_main lib: lib_main=00000010.plt_call.lib_func+0 lib_func: 3 lib: lib_func=00000010.plt_call.lib_func+0 print_ubacktrace lib 2 0xfffb3080870 : 00000010.plt_call.lib_func+0+0x158/0x290 [.../systemtap/testsuite/libuprobeslibgcc-O3default-sep-debug.so] [0xc000000131583ea8] [0x0000000000000003] 0x3 (inexact) func_count: 3 lib_func: 2 lib: lib_func=00000010.plt_call.lib_func+0 print_ustack lib 3 0xfffb3080870 : 00000010.plt_call.lib_func+0+0x158/0x290 [.../systemtap/testsuite/libuprobeslibgcc-O3default-sep-debug.so] 0x0 0x0 func_count: 2 lib_func: 1 lib: lib_func=00000010.plt_call.lib_func+0 func_count: 1 FAIL: lib-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug (1) FAIL: mark-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug (0) FAIL: uname-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug (0) FAIL: ustack-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug print (0) FAIL: ustack-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug main (0) FAIL: ustack-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug main_func (0) FAIL: ustack-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug lib_main (0) FAIL: ustack-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug lib_func (0) sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.tcl for uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug Running: stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-sep-debug_exe ./libuprobeslibgcc-O3default-sep-debug.so -c ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-sep-debug_exe spawn stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-sep-debug_exe ./libuprobeslibgcc-O3default-sep-debug.so -c ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-sep-debug_exe main exe: main=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 main_func: 3 exe: main_func=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 print_ubacktrace exe 0 0x100006a0 : 00000011.plt_call.__libc_start_main@@GLIBC_2.3+0+0x188/0x3b0 [...cc-O3default-sep-debug-uprobeslibgcc-O3default-sep-debug_exe] [0xc000000003bc7ea8] [0x0000000000000003] 0x3 (inexact) main_count: 3 main_func: 2 exe: main_func=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 print_ustack exe 1 0x100006a0 : 00000011.plt_call.__libc_start_main@@GLIBC_2.3+0+0x188/0x3b0 [...cc-O3default-sep-debug-uprobeslibgcc-O3default-sep-debug_exe] 0x0 0x0 main_count: 2 main_func: 1 exe: main_func=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 main_count: 1 lib_main lib: lib_main=00000010.plt_call.lib_func+0 lib_func: 3 lib: lib_func=00000010.plt_call.lib_func+0 print_ubacktrace lib 2 0xfff94260870 : 00000010.plt_call.lib_func+0+0x158/0x290 [.../systemtap/testsuite/libuprobeslibgcc-O3default-sep-debug.so] [0xc000000003bc7ea8] [0x0000000000000003] 0x3 (inexact) func_count: 3 lib_func: 2 lib: lib_func=00000010.plt_call.lib_func+0 print_ustack lib 3 0xfff94260870 : 00000010.plt_call.lib_func+0+0x158/0x290 [.../systemtap/testsuite/libuprobeslibgcc-O3default-sep-debug.so] 0x0 0x0 func_count: 2 lib_func: 1 lib: lib_func=00000010.plt_call.lib_func+0 func_count: 1 FAIL: lib-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug (1) FAIL: mark-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug (0) FAIL: uname-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug (0) FAIL: ustack-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug print (0) FAIL: ustack-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug main (0) FAIL: ustack-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug main_func (0) FAIL: ustack-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug lib_main (0) FAIL: ustack-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug lib_func (0) sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.tcl for uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug Running: stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-sep-debug_exe ./libuprobeslibgcc-O3default-sep-debug.so -c ./uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-sep-debug_exe spawn stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-sep-debug_exe ./libuprobeslibgcc-O3default-sep-debug.so -c ./uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-sep-debug_exe main exe: main=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 main_func: 3 exe: main_func=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 print_ubacktrace exe 0 0x3c900b10 : 00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0+0x1a0/0x3c8 [...cc-O3default-pie-debug-uprobeslibgcc-O3default-sep-debug_exe] [0xc000000131fdfea8] [0x0000000000000003] 0x3 (inexact) main_count: 3 main_func: 2 exe: main_func=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 print_ustack exe 1 0x3c900b10 : 00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0+0x1a0/0x3c8 [...cc-O3default-pie-debug-uprobeslibgcc-O3default-sep-debug_exe] 0x0 0x0 main_count: 2 main_func: 1 exe: main_func=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 main_count: 1 lib_main lib: lib_main=00000010.plt_call.lib_func+0 lib_func: 3 lib: lib_func=00000010.plt_call.lib_func+0 print_ubacktrace lib 2 0xfffaf230870 : 00000010.plt_call.lib_func+0+0x158/0x290 [.../systemtap/testsuite/libuprobeslibgcc-O3default-sep-debug.so] [0xc000000131fdfea8] [0x0000000000000003] 0x3 (inexact) func_count: 3 lib_func: 2 lib: lib_func=00000010.plt_call.lib_func+0 print_ustack lib 3 0xfffaf230870 : 00000010.plt_call.lib_func+0+0x158/0x290 [.../systemtap/testsuite/libuprobeslibgcc-O3default-sep-debug.so] 0x0 0x0 func_count: 2 lib_func: 1 lib: lib_func=00000010.plt_call.lib_func+0 func_count: 1 FAIL: lib-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug (1) FAIL: mark-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug (0) FAIL: uname-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug (0) FAIL: ustack-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug print (0) FAIL: ustack-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug main (0) FAIL: ustack-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug main_func (0) FAIL: ustack-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug lib_main (0) FAIL: ustack-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug lib_func (0) sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.tcl for uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug Running: stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-sep-debug_exe ./libuprobeslibgcc-O3default-sep-debug.so -c ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-sep-debug_exe spawn stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-sep-debug_exe ./libuprobeslibgcc-O3default-sep-debug.so -c ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-sep-debug_exe main exe: main=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 main_func: 3 exe: main_func=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 print_ubacktrace exe 0 0x38500b10 : 00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0+0x1a0/0x3c8 [...3default-pie-sep-debug-uprobeslibgcc-O3default-sep-debug_exe] [0xc000000131fdfea8] [0x0000000000000003] 0x3 (inexact) main_count: 3 main_func: 2 exe: main_func=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 print_ustack exe 1 0x38500b10 : 00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0+0x1a0/0x3c8 [...3default-pie-sep-debug-uprobeslibgcc-O3default-sep-debug_exe] 0x0 0x0 main_count: 2 main_func: 1 exe: main_func=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 main_count: 1 lib_main lib: lib_main=00000010.plt_call.lib_func+0 lib_func: 3 lib: lib_func=00000010.plt_call.lib_func+0 print_ubacktrace lib 2 0xfff9ead0870 : 00000010.plt_call.lib_func+0+0x158/0x290 [.../systemtap/testsuite/libuprobeslibgcc-O3default-sep-debug.so] [0xc000000131fdfea8] [0x0000000000000003] 0x3 (inexact) func_count: 3 lib_func: 2 lib: lib_func=00000010.plt_call.lib_func+0 print_ustack lib 3 0xfff9ead0870 : 00000010.plt_call.lib_func+0+0x158/0x290 [.../systemtap/testsuite/libuprobeslibgcc-O3default-sep-debug.so] 0x0 0x0 func_count: 2 lib_func: 1 lib: lib_func=00000010.plt_call.lib_func+0 func_count: 1 FAIL: lib-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug (1) FAIL: mark-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug (0) FAIL: uname-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug (0) FAIL: ustack-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug print (0) FAIL: ustack-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug main (0) FAIL: ustack-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug main_func (0) FAIL: ustack-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug lib_main (0) FAIL: ustack-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug lib_func (0) sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.tcl for uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug Running: stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-debug_exe ./libuprobeslibgcc-O3default-prelink-debug.so -c ./uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-debug_exe spawn stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-debug_exe ./libuprobeslibgcc-O3default-prelink-debug.so -c ./uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-debug_exe main exe: main=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 main_func: 3 exe: main_func=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 print_ubacktrace exe 0 0x100006b0 : 00000011.plt_call.__libc_start_main@@GLIBC_2.3+0+0x188/0x3b0 [...cc-O3default-debug-uprobeslibgcc-O3default-prelink-debug_exe] [0xc000000132f93ea8] [0x0000000000000003] 0x3 (inexact) main_count: 3 main_func: 2 exe: main_func=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 print_ustack exe 1 0x100006b0 : 00000011.plt_call.__libc_start_main@@GLIBC_2.3+0+0x188/0x3b0 [...cc-O3default-debug-uprobeslibgcc-O3default-prelink-debug_exe] 0x0 0x0 main_count: 2 main_func: 1 exe: main_func=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 main_count: 1 lib_main lib: lib_main=00000010.plt_call.lib_func+0 lib_func: 3 lib: lib_func=00000010.plt_call.lib_func+0 print_ubacktrace lib 2 0x6400870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...temtap/testsuite/libuprobeslibgcc-O3default-prelink-debug.so] [0xc000000132f93ea8] [0x0000000000000003] 0x3 (inexact) func_count: 3 lib_func: 2 lib: lib_func=00000010.plt_call.lib_func+0 print_ustack lib 3 0x6400870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...temtap/testsuite/libuprobeslibgcc-O3default-prelink-debug.so] 0x0 0x0 func_count: 2 lib_func: 1 lib: lib_func=00000010.plt_call.lib_func+0 func_count: 1 FAIL: lib-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug (1) FAIL: mark-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug (0) FAIL: uname-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug (0) FAIL: ustack-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug print (0) FAIL: ustack-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug main (0) FAIL: ustack-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug main_func (0) FAIL: ustack-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug lib_main (0) FAIL: ustack-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug lib_func (0) sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.tcl for uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug Running: stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-debug_exe ./libuprobeslibgcc-O3default-prelink-debug.so -c ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-debug_exe spawn stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-debug_exe ./libuprobeslibgcc-O3default-prelink-debug.so -c ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-debug_exe main exe: main=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 main_func: 3 exe: main_func=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 print_ubacktrace exe 0 0x100006b0 : 00000011.plt_call.__libc_start_main@@GLIBC_2.3+0+0x188/0x3b0 [...3default-sep-debug-uprobeslibgcc-O3default-prelink-debug_exe] [0xc000000132fe3ea8] [0x0000000000000003] 0x3 (inexact) main_count: 3 main_func: 2 exe: main_func=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 print_ustack exe 1 0x100006b0 : 00000011.plt_call.__libc_start_main@@GLIBC_2.3+0+0x188/0x3b0 [...3default-sep-debug-uprobeslibgcc-O3default-prelink-debug_exe] 0x0 0x0 main_count: 2 main_func: 1 exe: main_func=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 main_count: 1 lib_main lib: lib_main=00000010.plt_call.lib_func+0 lib_func: 3 lib: lib_func=00000010.plt_call.lib_func+0 print_ubacktrace lib 2 0x6400870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...temtap/testsuite/libuprobeslibgcc-O3default-prelink-debug.so] [0xc000000132fe3ea8] [0x0000000000000003] 0x3 (inexact) func_count: 3 lib_func: 2 lib: lib_func=00000010.plt_call.lib_func+0 print_ustack lib 3 0x6400870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...temtap/testsuite/libuprobeslibgcc-O3default-prelink-debug.so] 0x0 0x0 func_count: 2 lib_func: 1 lib: lib_func=00000010.plt_call.lib_func+0 func_count: 1 FAIL: lib-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug (1) FAIL: mark-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug (0) FAIL: uname-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug (0) FAIL: ustack-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug print (0) FAIL: ustack-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug main (0) FAIL: ustack-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug main_func (0) FAIL: ustack-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug lib_main (0) FAIL: ustack-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug lib_func (0) sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.tcl for uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug Running: stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-debug_exe ./libuprobeslibgcc-O3default-prelink-debug.so -c ./uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-debug_exe spawn stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-debug_exe ./libuprobeslibgcc-O3default-prelink-debug.so -c ./uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-debug_exe main exe: main=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 main_func: 3 exe: main_func=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 print_ubacktrace exe 0 0x25ba0b10 : 00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0+0x1a0/0x3c8 [...3default-pie-debug-uprobeslibgcc-O3default-prelink-debug_exe] [0xc00000013112fea8] [0x0000000000000003] 0x3 (inexact) main_count: 3 main_func: 2 exe: main_func=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 print_ustack exe 1 0x25ba0b10 : 00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0+0x1a0/0x3c8 [...3default-pie-debug-uprobeslibgcc-O3default-prelink-debug_exe] 0x0 0x0 main_count: 2 main_func: 1 exe: main_func=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 main_count: 1 lib_main lib: lib_main=00000010.plt_call.lib_func+0 lib_func: 3 lib: lib_func=00000010.plt_call.lib_func+0 print_ubacktrace lib 2 0xfff9df50870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...temtap/testsuite/libuprobeslibgcc-O3default-prelink-debug.so] [0xc00000013112fea8] [0x0000000000000003] 0x3 (inexact) func_count: 3 lib_func: 2 lib: lib_func=00000010.plt_call.lib_func+0 print_ustack lib 3 0xfff9df50870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...temtap/testsuite/libuprobeslibgcc-O3default-prelink-debug.so] 0x0 0x0 func_count: 2 lib_func: 1 lib: lib_func=00000010.plt_call.lib_func+0 func_count: 1 FAIL: lib-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug (1) FAIL: mark-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug (0) FAIL: uname-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug (0) FAIL: ustack-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug print (0) FAIL: ustack-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug main (0) FAIL: ustack-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug main_func (0) FAIL: ustack-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug lib_main (0) FAIL: ustack-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug lib_func (0) sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.tcl for uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug Running: stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-debug_exe ./libuprobeslibgcc-O3default-prelink-debug.so -c ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-debug_exe spawn stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-debug_exe ./libuprobeslibgcc-O3default-prelink-debug.so -c ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-debug_exe main exe: main=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 main_func: 3 exe: main_func=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 print_ubacktrace exe 0 0x53be0b10 : 00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0+0x1a0/0x3c8 [...ault-pie-sep-debug-uprobeslibgcc-O3default-prelink-debug_exe] [0xc000000003063ea8] [0x0000000000000003] 0x3 (inexact) main_count: 3 main_func: 2 exe: main_func=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 print_ustack exe 1 0x53be0b10 : 00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0+0x1a0/0x3c8 [...ault-pie-sep-debug-uprobeslibgcc-O3default-prelink-debug_exe] 0x0 0x0 main_count: 2 main_func: 1 exe: main_func=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 main_count: 1 lib_main lib: lib_main=00000010.plt_call.lib_func+0 lib_func: 3 lib: lib_func=00000010.plt_call.lib_func+0 print_ubacktrace lib 2 0xfff94350870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...temtap/testsuite/libuprobeslibgcc-O3default-prelink-debug.so] [0xc000000003063ea8] [0x0000000000000003] 0x3 (inexact) func_count: 3 lib_func: 2 lib: lib_func=00000010.plt_call.lib_func+0 print_ustack lib 3 0xfff94350870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...temtap/testsuite/libuprobeslibgcc-O3default-prelink-debug.so] 0x0 0x0 func_count: 2 lib_func: 1 lib: lib_func=00000010.plt_call.lib_func+0 func_count: 1 FAIL: lib-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug (1) FAIL: mark-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug (0) FAIL: uname-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug (0) FAIL: ustack-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug print (0) FAIL: ustack-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug main (0) FAIL: ustack-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug main_func (0) FAIL: ustack-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug lib_main (0) FAIL: ustack-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug lib_func (0) sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.tcl for uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug Running: stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe ./libuprobeslibgcc-O3default-prelink-sep-debug.so -c ./uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe spawn stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe ./libuprobeslibgcc-O3default-prelink-sep-debug.so -c ./uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe main exe: main=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 main_func: 3 exe: main_func=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 print_ubacktrace exe 0 0x100006b0 : 00000011.plt_call.__libc_start_main@@GLIBC_2.3+0+0x188/0x3b0 [...3default-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe] [0xc000000003bdfea8] [0x0000000000000003] 0x3 (inexact) main_count: 3 main_func: 2 exe: main_func=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 print_ustack exe 1 0x100006b0 : 00000011.plt_call.__libc_start_main@@GLIBC_2.3+0+0x188/0x3b0 [...3default-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe] 0x0 0x0 main_count: 2 main_func: 1 exe: main_func=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 main_count: 1 lib_main lib: lib_main=00000010.plt_call.lib_func+0 lib_func: 3 lib: lib_func=00000010.plt_call.lib_func+0 print_ubacktrace lib 2 0x6400870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...ap/testsuite/libuprobeslibgcc-O3default-prelink-sep-debug.so] [0xc000000003bdfea8] [0x0000000000000003] 0x3 (inexact) lib_func: 2 lib: lib_func=00000010.plt_call.lib_func+0 print_ustack lib 3 0x6400870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...ap/testsuite/libuprobeslibgcc-O3default-prelink-sep-debug.so] 0x0 0x0 lib_func: 1 lib: lib_func=00000010.plt_call.lib_func+0 FAIL: lib-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug (1) FAIL: mark-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug (0) FAIL: uname-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug (0) FAIL: ustack-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug print (0) FAIL: ustack-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug main (0) FAIL: ustack-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug main_func (0) FAIL: ustack-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug lib_main (0) FAIL: ustack-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug lib_func (0) sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.tcl for uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug Running: stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe ./libuprobeslibgcc-O3default-prelink-sep-debug.so -c ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe spawn stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe ./libuprobeslibgcc-O3default-prelink-sep-debug.so -c ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe main exe: main=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 main_func: 3 exe: main_func=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 print_ubacktrace exe 0 0x100006b0 : 00000011.plt_call.__libc_start_main@@GLIBC_2.3+0+0x188/0x3b0 [...ault-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe] [0xc000000003457ea8] [0x0000000000000003] 0x3 (inexact) main_count: 3 main_func: 2 exe: main_func=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 print_ustack exe 1 0x100006b0 : 00000011.plt_call.__libc_start_main@@GLIBC_2.3+0+0x188/0x3b0 [...ault-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe] 0x0 0x0 main_count: 2 main_func: 1 exe: main_func=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 main_count: 1 lib_main lib: lib_main=00000010.plt_call.lib_func+0 lib_func: 3 lib: lib_func=00000010.plt_call.lib_func+0 print_ubacktrace lib 2 0x6400870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...ap/testsuite/libuprobeslibgcc-O3default-prelink-sep-debug.so] [0xc000000003457ea8] [0x0000000000000003] 0x3 (inexact) lib_func: 2 lib: lib_func=00000010.plt_call.lib_func+0 print_ustack lib 3 0x6400870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...ap/testsuite/libuprobeslibgcc-O3default-prelink-sep-debug.so] 0x0 0x0 lib_func: 1 lib: lib_func=00000010.plt_call.lib_func+0 FAIL: lib-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug (1) FAIL: mark-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug (0) FAIL: uname-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug (0) FAIL: ustack-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug print (0) FAIL: ustack-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug main (0) FAIL: ustack-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug main_func (0) FAIL: ustack-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug lib_main (0) FAIL: ustack-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug lib_func (0) sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.tcl for uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug Running: stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe ./libuprobeslibgcc-O3default-prelink-sep-debug.so -c ./uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe spawn stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe ./libuprobeslibgcc-O3default-prelink-sep-debug.so -c ./uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe main exe: main=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 main_func: 3 exe: main_func=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 print_ubacktrace exe 0 0x4cf40b10 : 00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0+0x1a0/0x3c8 [...ault-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe] [0xc0000001315d7ea8] [0x0000000000000003] 0x3 (inexact) main_count: 3 main_func: 2 exe: main_func=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 print_ustack exe 1 0x4cf40b10 : 00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0+0x1a0/0x3c8 [...ault-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe] 0x0 0x0 main_count: 2 main_func: 1 exe: main_func=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 main_count: 1 lib_main lib: lib_main=00000010.plt_call.lib_func+0 lib_func: 3 lib: lib_func=00000010.plt_call.lib_func+0 print_ubacktrace lib 2 0xfff9dc10870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...ap/testsuite/libuprobeslibgcc-O3default-prelink-sep-debug.so] [0xc0000001315d7ea8] [0x0000000000000003] 0x3 (inexact) lib_func: 2 lib: lib_func=00000010.plt_call.lib_func+0 print_ustack lib 3 0xfff9dc10870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...ap/testsuite/libuprobeslibgcc-O3default-prelink-sep-debug.so] 0x0 0x0 lib_func: 1 lib: lib_func=00000010.plt_call.lib_func+0 FAIL: lib-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug (1) FAIL: mark-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug (0) FAIL: uname-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug (0) FAIL: ustack-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug print (0) FAIL: ustack-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug main (0) FAIL: ustack-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug main_func (0) FAIL: ustack-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug lib_main (0) FAIL: ustack-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug lib_func (0) sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.tcl for uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug Running: stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe ./libuprobeslibgcc-O3default-prelink-sep-debug.so -c ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe spawn stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe ./libuprobeslibgcc-O3default-prelink-sep-debug.so -c ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe main exe: main=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 main_func: 3 exe: main_func=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 print_ubacktrace exe 0 0x4a000b10 : 00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0+0x1a0/0x3c8 [...-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe] [0xc000000003053ea8] [0x0000000000000003] 0x3 (inexact) main_count: 3 main_func: 2 exe: main_func=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 print_ustack exe 1 0x4a000b10 : 00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0+0x1a0/0x3c8 [...-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_exe] 0x0 0x0 main_count: 2 main_func: 1 exe: main_func=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 main_count: 1 lib_main lib: lib_main=00000010.plt_call.lib_func+0 lib_func: 3 lib: lib_func=00000010.plt_call.lib_func+0 print_ubacktrace lib 2 0xfffb6430870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...ap/testsuite/libuprobeslibgcc-O3default-prelink-sep-debug.so] [0xc000000003053ea8] [0x0000000000000003] 0x3 (inexact) lib_func: 2 lib: lib_func=00000010.plt_call.lib_func+0 print_ustack lib 3 0xfffb6430870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...ap/testsuite/libuprobeslibgcc-O3default-prelink-sep-debug.so] 0x0 0x0 lib_func: 1 lib: lib_func=00000010.plt_call.lib_func+0 FAIL: lib-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug (1) FAIL: mark-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug (0) FAIL: uname-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug (0) FAIL: ustack-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug print (0) FAIL: ustack-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug main (0) FAIL: ustack-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug main_func (0) FAIL: ustack-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug lib_main (0) FAIL: ustack-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug lib_func (0) sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.tcl for uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after Running: stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe ./libuprobeslibgcc-O3default-prelink-sep-debug-after.so -c ./uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe spawn stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe ./libuprobeslibgcc-O3default-prelink-sep-debug-after.so -c ./uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe main exe: main=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 main_func: 3 exe: main_func=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 print_ubacktrace exe 0 0x100006b0 : 00000011.plt_call.__libc_start_main@@GLIBC_2.3+0+0x188/0x3b0 [...lt-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe] [0xc0000000039b3ea8] [0x0000000000000003] 0x3 (inexact) main_count: 3 main_func: 2 exe: main_func=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 print_ustack exe 1 0x100006b0 : 00000011.plt_call.__libc_start_main@@GLIBC_2.3+0+0x188/0x3b0 [...lt-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe] 0x0 0x0 main_count: 2 main_func: 1 exe: main_func=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 main_count: 1 lib_main lib: lib_main=00000010.plt_call.lib_func+0 lib_func: 3 lib: lib_func=00000010.plt_call.lib_func+0 print_ubacktrace lib 2 0x6400870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...tsuite/libuprobeslibgcc-O3default-prelink-sep-debug-after.so] [0xc0000000039b3ea8] [0x0000000000000003] 0x3 (inexact) func_count: 3 lib_func: 2 lib: lib_func=00000010.plt_call.lib_func+0 print_ustack lib 3 0x6400870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...tsuite/libuprobeslibgcc-O3default-prelink-sep-debug-after.so] 0x0 0x0 func_count: 2 lib_func: 1 lib: lib_func=00000010.plt_call.lib_func+0 func_count: 1 FAIL: lib-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after (1) FAIL: mark-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after (0) FAIL: uname-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after (0) FAIL: ustack-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after print (0) FAIL: ustack-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after main (0) FAIL: ustack-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after main_func (0) FAIL: ustack-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after lib_main (0) FAIL: ustack-uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after lib_func (0) sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.tcl for uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after Running: stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe ./libuprobeslibgcc-O3default-prelink-sep-debug-after.so -c ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe spawn stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe ./libuprobeslibgcc-O3default-prelink-sep-debug-after.so -c ./uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe main exe: main=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 main_func: 3 exe: main_func=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 print_ubacktrace exe 0 0x100006b0 : 00000011.plt_call.__libc_start_main@@GLIBC_2.3+0+0x188/0x3b0 [...ep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe] [0xc000000003bc3ea8] [0x0000000000000003] 0x3 (inexact) main_count: 3 main_func: 2 exe: main_func=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 print_ustack exe 1 0x100006b0 : 00000011.plt_call.__libc_start_main@@GLIBC_2.3+0+0x188/0x3b0 [...ep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe] 0x0 0x0 main_count: 2 main_func: 1 exe: main_func=00000011.plt_call.__libc_start_main@@GLIBC_2.3+0 main_count: 1 lib_main lib: lib_main=00000010.plt_call.lib_func+0 lib_func: 3 lib: lib_func=00000010.plt_call.lib_func+0 print_ubacktrace lib 2 0x6400870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...tsuite/libuprobeslibgcc-O3default-prelink-sep-debug-after.so] [0xc000000003bc3ea8] [0x0000000000000003] 0x3 (inexact) func_count: 3 lib_func: 2 lib: lib_func=00000010.plt_call.lib_func+0 print_ustack lib 3 0x6400870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...tsuite/libuprobeslibgcc-O3default-prelink-sep-debug-after.so] 0x0 0x0 func_count: 2 lib_func: 1 lib: lib_func=00000010.plt_call.lib_func+0 func_count: 1 FAIL: lib-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after (1) FAIL: mark-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after (0) FAIL: uname-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after (0) FAIL: ustack-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after print (0) FAIL: ustack-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after main (0) FAIL: ustack-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after main_func (0) FAIL: ustack-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after lib_main (0) FAIL: ustack-uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after lib_func (0) sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.tcl for uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after Running: stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe ./libuprobeslibgcc-O3default-prelink-sep-debug-after.so -c ./uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe spawn stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe ./libuprobeslibgcc-O3default-prelink-sep-debug-after.so -c ./uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe main exe: main=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 main_func: 3 exe: main_func=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 print_ubacktrace exe 0 0x349e0b20 : 00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0+0x1a0/0x3c8 [...ie-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe] [0xc0000000030b3ea8] [0x0000000000000003] 0x3 (inexact) main_count: 3 main_func: 2 exe: main_func=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 print_ustack exe 1 0x349e0b20 : 00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0+0x1a0/0x3c8 [...ie-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe] 0x0 0x0 main_count: 2 main_func: 1 exe: main_func=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 main_count: 1 lib_main lib: lib_main=00000010.plt_call.lib_func+0 lib_func: 3 lib: lib_func=00000010.plt_call.lib_func+0 print_ubacktrace lib 2 0xfff8ddb0870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...tsuite/libuprobeslibgcc-O3default-prelink-sep-debug-after.so] [0xc0000000030b3ea8] [0x0000000000000003] 0x3 (inexact) func_count: 3 lib_func: 2 lib: lib_func=00000010.plt_call.lib_func+0 print_ustack lib 3 0xfff8ddb0870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...tsuite/libuprobeslibgcc-O3default-prelink-sep-debug-after.so] 0x0 0x0 func_count: 2 lib_func: 1 lib: lib_func=00000010.plt_call.lib_func+0 func_count: 1 FAIL: lib-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after (1) FAIL: mark-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after (0) FAIL: uname-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after (0) FAIL: ustack-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after print (0) FAIL: ustack-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after main (0) FAIL: ustack-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after main_func (0) FAIL: ustack-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after lib_main (0) FAIL: ustack-uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after lib_func (0) sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.tcl for uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after Running: stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe ./libuprobeslibgcc-O3default-prelink-sep-debug-after.so -c ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe spawn stap -w --ldd /home/prasadkr/systemtap/testsuite/systemtap.exelib/libmarkunamestack.stp ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe ./libuprobeslibgcc-O3default-prelink-sep-debug-after.so -c ./uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe main exe: main=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 main_func: 3 exe: main_func=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 print_ubacktrace exe 0 0x37780b20 : 00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0+0x1a0/0x3c8 [...ep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe] [0xc000000003bc7ea8] [0x0000000000000003] 0x3 (inexact) main_count: 3 main_func: 2 exe: main_func=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 print_ustack exe 1 0x37780b20 : 00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0+0x1a0/0x3c8 [...ep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_exe] 0x0 0x0 main_count: 2 main_func: 1 exe: main_func=00000011.plt_call.__cxa_finalize@@GLIBC_2.3+0 main_count: 1 lib_main lib: lib_main=00000010.plt_call.lib_func+0 lib_func: 3 lib: lib_func=00000010.plt_call.lib_func+0 print_ubacktrace lib 2 0xfff9a8f0870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...tsuite/libuprobeslibgcc-O3default-prelink-sep-debug-after.so] [0xc000000003bc7ea8] [0x0000000000000003] 0x3 (inexact) func_count: 3 lib_func: 2 lib: lib_func=00000010.plt_call.lib_func+0 print_ustack lib 3 0xfff9a8f0870 : 00000010.plt_call.lib_func+0+0x158/0x290 [...tsuite/libuprobeslibgcc-O3default-prelink-sep-debug-after.so] 0x0 0x0 func_count: 2 lib_func: 1 lib: lib_func=00000010.plt_call.lib_func+0 func_count: 1 FAIL: lib-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after (1) FAIL: mark-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after (0) FAIL: uname-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after (0) FAIL: ustack-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after print (0) FAIL: ustack-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after main (0) FAIL: ustack-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after main_func (0) FAIL: ustack-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after lib_main (0) FAIL: ustack-uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after lib_func (0) sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/cleanup.tcl for uprobesgcc-O3default-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/cleanup.tcl for uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/cleanup.tcl for uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/cleanup.tcl for uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-debug_uprobeslibgcc-O3default-debug sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/cleanup.tcl for uprobesgcc-O3default-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/cleanup.tcl for uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/cleanup.tcl for uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/cleanup.tcl for uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-sep-debug_uprobeslibgcc-O3default-sep-debug sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/cleanup.tcl for uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/cleanup.tcl for uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/cleanup.tcl for uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/cleanup.tcl for uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-debug_uprobeslibgcc-O3default-prelink-debug sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/cleanup.tcl for uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/cleanup.tcl for uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/cleanup.tcl for uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/cleanup.tcl for uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug_uprobeslibgcc-O3default-prelink-sep-debug sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/cleanup.tcl for uprobesgcc-O3default-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/cleanup.tcl for uprobesgcc-O3default-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/cleanup.tcl for uprobesgcc-O3default-pie-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after sourcing: /home/prasadkr/systemtap/testsuite/systemtap.exelib/cleanup.tcl for uprobesgcc-O3default-pie-sep-debug-uprobeslibgcc-O3default-prelink-sep-debug-after_uprobeslibgcc-O3default-prelink-sep-debug-after testcase /home/prasadkr/systemtap/testsuite/systemtap.exelib/exelib.exp completed in 93 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/absentstats.exp ... spawn stap -DMAXERRORS=20 /home/prasadkr/systemtap/testsuite/systemtap.maps/absentstats.stp WARNING: never-assigned global variable 'sc' (alternatives: ry): identifier 'sc' at /home/prasadkr/systemtap/testsuite/systemtap.maps/absentstats.stp:7:8 source: global sc ^ WARNING: never-assigned global variable 'ry' (alternatives: sc): identifier 'ry' at :16:8 source: global ry ^ ERROR: empty aggregate near identifier '@sum' at /home/prasadkr/systemtap/testsuite/systemtap.maps/absentstats.stp:9:21 ERROR: empty aggregate near identifier '@max' at /home/prasadkr/systemtap/testsuite/systemtap.maps/absentstats.stp:10:21 ERROR: empty aggregate near identifier '@min' at /home/prasadkr/systemtap/testsuite/systemtap.maps/absentstats.stp:11:21 ERROR: empty aggregate near identifier '@avg' at /home/prasadkr/systemtap/testsuite/systemtap.maps/absentstats.stp:12:21 ERROR: empty aggregate near identifier 'print' at /home/prasadkr/systemtap/testsuite/systemtap.maps/absentstats.stp:13:15 ERROR: empty aggregate near identifier '@hist_log' at /home/prasadkr/systemtap/testsuite/systemtap.maps/absentstats.stp:14:17 ERROR: empty aggregate near identifier '@sum' at /home/prasadkr/systemtap/testsuite/systemtap.maps/absentstats.stp:18:21 ERROR: empty aggregate near identifier '@max' at /home/prasadkr/systemtap/testsuite/systemtap.maps/absentstats.stp:19:21 ERROR: empty aggregate near identifier '@min' at /home/prasadkr/systemtap/testsuite/systemtap.maps/absentstats.stp:20:21 ERROR: empty aggregate near identifier '@avg' at /home/prasadkr/systemtap/testsuite/systemtap.maps/absentstats.stp:21:21 ERROR: empty aggregate near identifier 'print' at /home/prasadkr/systemtap/testsuite/systemtap.maps/absentstats.stp:22:15 ERROR: empty aggregate near identifier '@hist_log' at /home/prasadkr/systemtap/testsuite/systemtap.maps/absentstats.stp:23:17 0 0 WARNING: Number of errors: 12, skipped probes: 0 Pass 5: run failed. Try again with another '--vp 00001' option. PASS: absentstats testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/absentstats.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/elision.exp ... PASS: elision-1 PASS: elision0 PASS: elision1 PASS: elision2 PASS: elision3 testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/elision.exp completed in 15 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/exists.exp ... executing: stap /home/prasadkr/systemtap/testsuite/systemtap.maps/exists.stp PASS: systemtap.maps/exists.stp testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/exists.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/foreach_fail.exp ... spawn stap /home/prasadkr/systemtap/testsuite/systemtap.maps/foreach_fail.stp semantic error: variable 'foo' modified during 'foreach' iteration: identifier 'foo' at /home/prasadkr/systemtap/testsuite/systemtap.maps/foreach_fail.stp:13:4 source: foo[i]++ ^ Pass 2: analysis failed. Try again with another '--vp 01' option. PASS: foreach_fail correctly failed to compile testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/foreach_fail.exp completed in 0 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/foreach_foreach.exp ... executing: stap /home/prasadkr/systemtap/testsuite/systemtap.maps/foreach_foreach.stp PASS: systemtap.maps/foreach_foreach.stp testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/foreach_foreach.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/foreach_limit.exp ... executing: stap /home/prasadkr/systemtap/testsuite/systemtap.maps/foreach_limit.stp PASS: systemtap.maps/foreach_limit.stp testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/foreach_limit.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/foreach_limit2.exp ... executing: stap /home/prasadkr/systemtap/testsuite/systemtap.maps/foreach_limit2.stp PASS: systemtap.maps/foreach_limit2.stp testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/foreach_limit2.exp completed in 4 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/hist_in_string.exp ... executing: stap /home/prasadkr/systemtap/testsuite/systemtap.maps/hist_in_string.stp PASS: systemtap.maps/hist_in_string.stp testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/hist_in_string.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/ii.exp ... executing: stap /home/prasadkr/systemtap/testsuite/systemtap.maps/ii.stp PASS: systemtap.maps/ii.stp testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/ii.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/iiiiii.exp ... executing: stap /home/prasadkr/systemtap/testsuite/systemtap.maps/iiiiii.stp PASS: systemtap.maps/iiiiii.stp testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/iiiiii.exp completed in 2 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/is.exp ... executing: stap /home/prasadkr/systemtap/testsuite/systemtap.maps/is.stp PASS: systemtap.maps/is.stp testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/is.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/ix.exp ... executing: stap /home/prasadkr/systemtap/testsuite/systemtap.maps/ix.stp PASS: systemtap.maps/ix.stp testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/ix.exp completed in 4 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/ix_clear.exp ... spawn stap /home/prasadkr/systemtap/testsuite/systemtap.maps/ix_clear.stp foo[1] = 1 1 ERROR: empty aggregate near identifier '@sum' at /home/prasadkr/systemtap/testsuite/systemtap.maps/ix_clear.stp:14:45 WARNING: Number of errors: 1, skipped probes: 0 Pass 5: run failed. Try again with another '--vp 00001' option. PASS: ix_clear passed testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/ix_clear.exp completed in 4 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/ix_clear2.exp ... spawn stap /home/prasadkr/systemtap/testsuite/systemtap.maps/ix_clear2.stp foo[1] = 1 1 ERROR: empty aggregate near identifier '@sum' at /home/prasadkr/systemtap/testsuite/systemtap.maps/ix_clear2.stp:14:45 WARNING: Number of errors: 1, skipped probes: 0 Pass 5: run failed. Try again with another '--vp 00001' option. PASS: ix_clear2 passed testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/ix_clear2.exp completed in 4 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/ix_clear3.exp ... spawn stap /home/prasadkr/systemtap/testsuite/systemtap.maps/ix_clear3.stp ERROR: empty aggregate near identifier '@sum' at /home/prasadkr/systemtap/testsuite/systemtap.maps/ix_clear3.stp:7:45 PASS: ix_clear3 passed testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/ix_clear3.exp completed in 2 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/ix_hist.exp ... executing: stap /home/prasadkr/systemtap/testsuite/systemtap.maps/ix_hist.stp -DMAXACTION=10000 PASS: systemtap.maps/ix_hist.stp testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/ix_hist.exp completed in 4 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/linear.exp ... executing: stap /home/prasadkr/systemtap/testsuite/systemtap.maps/linear.stp PASS: systemtap.maps/linear.stp testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/linear.exp completed in 2 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/linear_0.exp ... spawn stap -DMAXACTION=10000 /home/prasadkr/systemtap/testsuite/systemtap.maps/linear_0.stp WARNING: histogram: interval cannot be zero. ERROR: global variable 'agg' allocation failed Pass 5: run failed. Try again with another '--vp 00001' option. PASS: linear_0 testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/linear_0.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/linear_bad.exp ... spawn stap -DMAXACTION=10000 /home/prasadkr/systemtap/testsuite/systemtap.maps/linear_bad.stp WARNING: histogram: Number of buckets must be between 1 and 126 Number_of_buckets = (stop - start) / interval. Please adjust your start, stop, and interval values. ERROR: global variable 'agg' allocation failed Pass 5: run failed. Try again with another '--vp 00001' option. PASS: linear_bad testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/linear_bad.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/linear_empty.exp ... executing: stap /home/prasadkr/systemtap/testsuite/systemtap.maps/linear_empty.stp -w PASS: systemtap.maps/linear_empty.stp testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/linear_empty.exp completed in 2 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/linear_large.exp ... executing: stap /home/prasadkr/systemtap/testsuite/systemtap.maps/linear_large.stp PASS: systemtap.maps/linear_large.stp testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/linear_large.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/linear_large_neg.exp ... executing: stap /home/prasadkr/systemtap/testsuite/systemtap.maps/linear_large_neg.stp PASS: systemtap.maps/linear_large_neg.stp testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/linear_large_neg.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/linear_nearlyempty.exp ... executing: stap /home/prasadkr/systemtap/testsuite/systemtap.maps/linear_nearlyempty.stp PASS: systemtap.maps/linear_nearlyempty.stp testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/linear_nearlyempty.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/linear_neg.exp ... spawn stap -DMAXACTION=10000 /home/prasadkr/systemtap/testsuite/systemtap.maps/linear_neg.stp WARNING: histogram: Number of buckets must be between 1 and 126 Number_of_buckets = (stop - start) / interval. Please adjust your start, stop, and interval values. ERROR: global variable 'agg' allocation failed Pass 5: run failed. Try again with another '--vp 00001' option. PASS: linear_neg testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/linear_neg.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/linear_over.exp ... executing: stap /home/prasadkr/systemtap/testsuite/systemtap.maps/linear_over.stp -DMAXACTION=10000 PASS: systemtap.maps/linear_over.stp testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/linear_over.exp completed in 2 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/linear_overunder.exp ... executing: stap /home/prasadkr/systemtap/testsuite/systemtap.maps/linear_overunder.stp PASS: systemtap.maps/linear_overunder.stp testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/linear_overunder.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/linear_under.exp ... executing: stap /home/prasadkr/systemtap/testsuite/systemtap.maps/linear_under.stp -DMAXACTION=10000 PASS: systemtap.maps/linear_under.stp testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/linear_under.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/log.exp ... executing: stap /home/prasadkr/systemtap/testsuite/systemtap.maps/log.stp PASS: systemtap.maps/log.stp testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/log.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/log_edge.exp ... executing: stap /home/prasadkr/systemtap/testsuite/systemtap.maps/log_edge.stp PASS: systemtap.maps/log_edge.stp testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/log_edge.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/pmap_agg_overflow.exp ... spawn stap -DMAXERRORS=1 -g /home/prasadkr/systemtap/testsuite/systemtap.maps/pmap_agg_overflow.stp ERROR: aggregation overflow in global.s_stat near keyword at /home/prasadkr/systemtap/testsuite/systemtap.maps/pmap_agg_overflow.stp:28:5 ERROR: aggregation overflow in global.s_stat near keyword at /home/prasadkr/systemtap/testsuite/systemtap.maps/pmap_agg_overflow.stp:34:5 WARNING: Number of errors: 2, skipped probes: 0 Pass 5: run failed. Try again with another '--vp 00001' option. PASS: pmap_agg_overflow testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/pmap_agg_overflow.exp completed in 16 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/si.exp ... executing: stap /home/prasadkr/systemtap/testsuite/systemtap.maps/si.stp PASS: systemtap.maps/si.stp testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/si.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.maps/ss.exp ... executing: stap /home/prasadkr/systemtap/testsuite/systemtap.maps/ss.stp PASS: systemtap.maps/ss.stp testcase /home/prasadkr/systemtap/testsuite/systemtap.maps/ss.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.pass1-4/buildko.exp ... Running /home/prasadkr/systemtap/testsuite/buildko/one.stp starting /home/prasadkr/systemtap/testsuite/buildko/one.stp spawn2 /home/prasadkr/systemtap/testsuite/buildko/one.stp spawn /home/prasadkr/systemtap/testsuite/buildko/one.stp /tmp/stapw6YNll/stap_11fc3c5c0a1ea09cc355927f357964bb_907.c: In function ‘function_get_release’: /tmp/stapw6YNll/stap_11fc3c5c0a1ea09cc355927f357964bb_907.c:175: error: incompatible types when assigning to type ‘string_t’ from type ‘int’ make[4]: *** [/tmp/stapw6YNll/stap_11fc3c5c0a1ea09cc355927f357964bb_907.o] Error 1 make[3]: *** [_module_/tmp/stapw6YNll] Error 2 Pass 4: compilation failed. Try again with another '--vp 0001' option. /tmp/stapw6YNll/stap_11fc3c5c0a1ea09cc355927f357964bb_907.c: In function ‘function_get_release’: /tmp/stapw6YNll/stap_11fc3c5c0a1ea09cc355927f357964bb_907.c:175: error: incompatible types when assigning to type ‘string_t’ from type ‘int’ make[4]: *** [/tmp/stapw6YNll/stap_11fc3c5c0a1ea09cc355927f357964bb_907.o] Error 1 make[3]: *** [_module_/tmp/stapw6YNll] Error 2 Pass 4: compilation failed. Try again with another '--vp 0001' option. wait results: 26288 exp17 0 1 XFAIL: buildko/one.stp Running /home/prasadkr/systemtap/testsuite/buildko/three.stp starting /home/prasadkr/systemtap/testsuite/buildko/three.stp spawn1 stap -gp4 /home/prasadkr/systemtap/testsuite/buildko/three.stp spawn stap -gp4 /home/prasadkr/systemtap/testsuite/buildko/three.stp /tmp/stapKD1S6k/stap_06863d57e57059c63ca8153391bb68c8_632.c: In function ‘probe_2089’: /tmp/stapKD1S6k/stap_06863d57e57059c63ca8153391bb68c8_632.c:144: error: ‘SYNTAX’ undeclared (first use in this function) /tmp/stapKD1S6k/stap_06863d57e57059c63ca8153391bb68c8_632.c:144: error: (Each undeclared identifier is reported only once /tmp/stapKD1S6k/stap_06863d57e57059c63ca8153391bb68c8_632.c:144: error: for each function it appears in.) /tmp/stapKD1S6k/stap_06863d57e57059c63ca8153391bb68c8_632.c:144: error: expected ‘)’ before ‘ERROR’ make[4]: *** [/tmp/stapKD1S6k/stap_06863d57e57059c63ca8153391bb68c8_632.o] Error 1 make[3]: *** [_module_/tmp/stapKD1S6k] Error 2 Pass 4: compilation failed. Try again with another '--vp 0001' option. /tmp/stapKD1S6k/stap_06863d57e57059c63ca8153391bb68c8_632.c: In function ‘probe_2089’: /tmp/stapKD1S6k/stap_06863d57e57059c63ca8153391bb68c8_632.c:144: error: ‘SYNTAX’ undeclared (first use in this function) /tmp/stapKD1S6k/stap_06863d57e57059c63ca8153391bb68c8_632.c:144: error: (Each undeclared identifier is reported only once /tmp/stapKD1S6k/stap_06863d57e57059c63ca8153391bb68c8_632.c:144: error: for each function it appears in.) /tmp/stapKD1S6k/stap_06863d57e57059c63ca8153391bb68c8_632.c:144: error: expected ‘)’ before ‘ERROR’ make[4]: *** [/tmp/stapKD1S6k/stap_06863d57e57059c63ca8153391bb68c8_632.o] Error 1 make[3]: *** [_module_/tmp/stapKD1S6k] Error 2 Pass 4: compilation failed. Try again with another '--vp 0001' option. wait results: 26461 exp17 0 1 XFAIL: buildko/three.stp Running /home/prasadkr/systemtap/testsuite/buildko/two.stp starting /home/prasadkr/systemtap/testsuite/buildko/two.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildko/two.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildko/two.stp In file included from /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:304: /usr/local/share/systemtap/runtime/map-gen.c:275:2: error: #error "excessive key arity == too many array indexes" In file included from /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:304: /usr/local/share/systemtap/runtime/map-gen.c:275:2: error: #error "excessive key arity == too many array indexes" In file included from /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:327: /usr/local/share/systemtap/runtime/pmap-gen.c:275:2: error: #error "excessive key arity == too many array indexes" In file included from /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:327: /usr/local/share/systemtap/runtime/pmap-gen.c:275:2: error: #error "excessive key arity == too many array indexes" In file included from /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:350: /usr/local/share/systemtap/runtime/map-gen.c:275:2: error: #error "excessive key arity == too many array indexes" In file included from /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:373: /usr/local/share/systemtap/runtime/map-gen.c:275:2: error: #error "excessive key arity == too many array indexes" In file included from /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:396: /usr/local/share/systemtap/runtime/pmap-gen.c:275:2: error: #error "excessive key arity == too many array indexes" In file included from /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:350: /usr/local/share/systemtap/runtime/map-gen.c:275:2: error: #error "excessive key arity == too many array indexes" In file included from /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:373: /usr/local/share/systemtap/runtime/map-gen.c:275:2: error: #error "excessive key arity == too many array indexes" In file included from /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:396: /usr/local/share/systemtap/runtime/pmap-gen.c:275:2: error: #error "excessive key arity == too many array indexes" In file included from /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:419: /usr/local/share/systemtap/runtime/map-gen.c:275:2: error: #error "excessive key arity == too many array indexes" In file included from /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:419: /usr/local/share/systemtap/runtime/map-gen.c:275:2: error: #error "excessive key arity == too many array indexes" /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c: In function ‘probe_2089’: /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:505: error: implicit declaration of function ‘_stp_map_set_isisisisiss’ /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:513: error: implicit declaration of function ‘_stp_map_set_sisisisisii’ /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:520: error: implicit declaration of function ‘_stp_pmap_add_isisisisisx’ /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:527: error: implicit declaration of function ‘_stp_pmap_add_sisisisisix’ /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c: In function ‘probe_2089’: /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:505: error: implicit declaration of function ‘_stp_map_set_isisisisiss’ /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:513: error: implicit declaration of function ‘_stp_map_set_sisisisisii’ /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:520: error: implicit declaration of function ‘_stp_pmap_add_isisisisisx’ /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:527: error: implicit declaration of function ‘_stp_pmap_add_sisisisisix’ /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c: In function ‘systemtap_module_init’: /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:1140: error: implicit declaration of function ‘_stp_map_new_isisisisiss’ cc1: warnings being treated as errors /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:1140: error: assignment makes pointer from integer without a cast /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:1146: error: implicit declaration of function ‘_stp_map_new_sisisisisii’ /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:1146: error: assignment makes pointer from integer without a cast /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:1152: error: implicit declaration of function ‘_stp_pmap_new_isisisisisx’ /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:1152: error: assignment makes pointer from integer without a cast /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:1158: error: implicit declaration of function ‘_stp_pmap_new_sisisisisix’ /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:1158: error: assignment makes pointer from integer without a cast /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c: In function ‘systemtap_module_init’: /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:1140: error: implicit declaration of function ‘_stp_map_new_isisisisiss’ cc1: warnings being treated as errors /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:1140: error: assignment makes pointer from integer without a cast /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:1146: error: implicit declaration of function ‘_stp_map_new_sisisisisii’ /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:1146: error: assignment makes pointer from integer without a cast /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:1152: error: implicit declaration of function ‘_stp_pmap_new_isisisisisx’ /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:1152: error: assignment makes pointer from integer without a cast /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:1158: error: implicit declaration of function ‘_stp_pmap_new_sisisisisix’ /tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.c:1158: error: assignment makes pointer from integer without a cast make[4]: *** [/tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.o] Error 1 make[3]: *** [_module_/tmp/stapn8g0ph] Error 2 Pass 4: compilation failed. Try again with another '--vp 0001' option. make[4]: *** [/tmp/stapn8g0ph/stap_630314049cc73dfd4f965e7820b5c900_3530.o] Error 1 make[3]: *** [_module_/tmp/stapn8g0ph] Error 2 Pass 4: compilation failed. Try again with another '--vp 0001' option. wait results: 26633 exp17 0 1 XFAIL: buildko/two.stp testcase /home/prasadkr/systemtap/testsuite/systemtap.pass1-4/buildko.exp completed in 3 seconds Running /home/prasadkr/systemtap/testsuite/systemtap.pass1-4/buildok.exp ... Running /home/prasadkr/systemtap/testsuite/buildok/array_size.stp starting /home/prasadkr/systemtap/testsuite/buildok/array_size.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/array_size.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/array_size.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/2e/stap_2e781526aaaa4356453e7025eeb78cca_873.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/2e/stap_2e781526aaaa4356453e7025eeb78cca_873.ko wait results: 26806 exp17 0 0 PASS: buildok/array_size.stp Running /home/prasadkr/systemtap/testsuite/buildok/atomic.stp starting /home/prasadkr/systemtap/testsuite/buildok/atomic.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/atomic.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/atomic.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/15/stap_15c602dd06567a4d827b2b9706f809da_1590.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/15/stap_15c602dd06567a4d827b2b9706f809da_1590.ko wait results: 27025 exp17 0 0 PASS: buildok/atomic.stp Running /home/prasadkr/systemtap/testsuite/buildok/aux_syscalls-embedded.stp starting /home/prasadkr/systemtap/testsuite/buildok/aux_syscalls-embedded.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/aux_syscalls-embedded.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/aux_syscalls-embedded.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/46/stap_4669df27ba8915457fa578c9a6e0eeef_64945.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/46/stap_4669df27ba8915457fa578c9a6e0eeef_64945.ko wait results: 27244 exp17 0 0 PASS: buildok/aux_syscalls-embedded.stp Running /home/prasadkr/systemtap/testsuite/buildok/cmdline01.stp starting /home/prasadkr/systemtap/testsuite/buildok/cmdline01.stp spawn2 /home/prasadkr/systemtap/testsuite/buildok/cmdline01.stp spawn /home/prasadkr/systemtap/testsuite/buildok/cmdline01.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/00/stap_00ca51e59d98966e963106726448f876_898.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/00/stap_00ca51e59d98966e963106726448f876_898.ko wait results: 27463 exp17 0 0 PASS: buildok/cmdline01.stp Running /home/prasadkr/systemtap/testsuite/buildok/context-embedded.stp starting /home/prasadkr/systemtap/testsuite/buildok/context-embedded.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/context-embedded.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/context-embedded.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/50/stap_50beec57e51b81d8ea1ceb091465a677_11856.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/50/stap_50beec57e51b81d8ea1ceb091465a677_11856.ko wait results: 27683 exp17 0 0 PASS: buildok/context-embedded.stp Running /home/prasadkr/systemtap/testsuite/buildok/context-symbols-embedded.stp starting /home/prasadkr/systemtap/testsuite/buildok/context-symbols-embedded.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/context-symbols-embedded.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/context-symbols-embedded.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/2b/stap_2b464cf54c0075ce9ca0a38b10a519ec_4083.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/2b/stap_2b464cf54c0075ce9ca0a38b10a519ec_4083.ko wait results: 27902 exp17 0 0 PASS: buildok/context-symbols-embedded.stp Running /home/prasadkr/systemtap/testsuite/buildok/context-unwind-embedded.stp starting /home/prasadkr/systemtap/testsuite/buildok/context-unwind-embedded.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/context-unwind-embedded.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/context-unwind-embedded.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/2e/stap_2e0615c041091739b7f232d39c8683b6_2549.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/2e/stap_2e0615c041091739b7f232d39c8683b6_2549.ko wait results: 28121 exp17 0 0 PASS: buildok/context-unwind-embedded.stp Running /home/prasadkr/systemtap/testsuite/buildok/conversions-embedded.stp starting /home/prasadkr/systemtap/testsuite/buildok/conversions-embedded.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/conversions-embedded.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/conversions-embedded.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/6e/stap_6e9b66977f0602453c16af99556a5b88_9945.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/6e/stap_6e9b66977f0602453c16af99556a5b88_9945.ko wait results: 28340 exp17 0 0 PASS: buildok/conversions-embedded.stp Running /home/prasadkr/systemtap/testsuite/buildok/conversions-guru-embedded.stp starting /home/prasadkr/systemtap/testsuite/buildok/conversions-guru-embedded.stp spawn1 stap -gup4 /home/prasadkr/systemtap/testsuite/buildok/conversions-guru-embedded.stp spawn stap -gup4 /home/prasadkr/systemtap/testsuite/buildok/conversions-guru-embedded.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/3d/stap_3ddd09d789bd06c569bdf300933219da_3580.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/3d/stap_3ddd09d789bd06c569bdf300933219da_3580.ko wait results: 28559 exp17 0 0 PASS: buildok/conversions-guru-embedded.stp Running /home/prasadkr/systemtap/testsuite/buildok/conversions.stp starting /home/prasadkr/systemtap/testsuite/buildok/conversions.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/conversions.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/conversions.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/80/stap_80010841e4f887e5801417fa44a2f8e7_9779.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/80/stap_80010841e4f887e5801417fa44a2f8e7_9779.ko wait results: 28778 exp17 0 0 PASS: buildok/conversions.stp Running /home/prasadkr/systemtap/testsuite/buildok/ctime-embedded.stp starting /home/prasadkr/systemtap/testsuite/buildok/ctime-embedded.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/ctime-embedded.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/ctime-embedded.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/9f/stap_9fcb8abfaf266d08fa3700e6718b8e6f_3888.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/9f/stap_9fcb8abfaf266d08fa3700e6718b8e6f_3888.ko wait results: 28997 exp17 0 0 PASS: buildok/ctime-embedded.stp Running /home/prasadkr/systemtap/testsuite/buildok/delete.stp starting /home/prasadkr/systemtap/testsuite/buildok/delete.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/delete.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/delete.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/2e/stap_2e4b46af930e874a0dc52db910e18ec1_917.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/2e/stap_2e4b46af930e874a0dc52db910e18ec1_917.ko wait results: 29216 exp17 0 0 PASS: buildok/delete.stp Running /home/prasadkr/systemtap/testsuite/buildok/dentry-embedded.stp starting /home/prasadkr/systemtap/testsuite/buildok/dentry-embedded.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/dentry-embedded.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/dentry-embedded.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/09/stap_093caf88acc1736fbc7990f5177c0ef6_12211.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/09/stap_093caf88acc1736fbc7990f5177c0ef6_12211.ko wait results: 29435 exp17 0 0 PASS: buildok/dentry-embedded.stp Running /home/prasadkr/systemtap/testsuite/buildok/dev-embedded.stp starting /home/prasadkr/systemtap/testsuite/buildok/dev-embedded.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/dev-embedded.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/dev-embedded.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/99/stap_9987869927f87e457015a2d0dd517e3c_6545.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/99/stap_9987869927f87e457015a2d0dd517e3c_6545.ko wait results: 29654 exp17 0 0 PASS: buildok/dev-embedded.stp Running /home/prasadkr/systemtap/testsuite/buildok/eight.stp starting /home/prasadkr/systemtap/testsuite/buildok/eight.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/eight.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/eight.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/0d/stap_0dd642033c5b2e213ff95e2af60e31d1_695.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/0d/stap_0dd642033c5b2e213ff95e2af60e31d1_695.ko wait results: 29873 exp17 0 0 PASS: buildok/eight.stp Running /home/prasadkr/systemtap/testsuite/buildok/eighteen.stp starting /home/prasadkr/systemtap/testsuite/buildok/eighteen.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/eighteen.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/eighteen.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/dc/stap_dcd0f4313df14b8dde12290ae9726d20_1696.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/dc/stap_dcd0f4313df14b8dde12290ae9726d20_1696.ko wait results: 30092 exp17 0 0 PASS: buildok/eighteen.stp Running /home/prasadkr/systemtap/testsuite/buildok/eleven.stp starting /home/prasadkr/systemtap/testsuite/buildok/eleven.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/eleven.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/eleven.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/3d/stap_3d43c35463d8b740f52d5607ba1d4240_941.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/3d/stap_3d43c35463d8b740f52d5607ba1d4240_941.ko wait results: 30311 exp17 0 0 PASS: buildok/eleven.stp Running /home/prasadkr/systemtap/testsuite/buildok/endian-embedded.stp starting /home/prasadkr/systemtap/testsuite/buildok/endian-embedded.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/endian-embedded.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/endian-embedded.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/3c/stap_3c6eccf8cb78b344a636808d7bce63a8_1296.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/3c/stap_3c6eccf8cb78b344a636808d7bce63a8_1296.ko wait results: 30530 exp17 0 0 PASS: buildok/endian-embedded.stp Running /home/prasadkr/systemtap/testsuite/buildok/errno-embedded.stp starting /home/prasadkr/systemtap/testsuite/buildok/errno-embedded.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/errno-embedded.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/errno-embedded.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/14/stap_14340979c38320bd19cd9cb55ce992a9_7140.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/14/stap_14340979c38320bd19cd9cb55ce992a9_7140.ko wait results: 30749 exp17 0 0 PASS: buildok/errno-embedded.stp Running /home/prasadkr/systemtap/testsuite/buildok/fifteen.stp starting /home/prasadkr/systemtap/testsuite/buildok/fifteen.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/fifteen.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/fifteen.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/ea/stap_eac7f326b91327e2f58f26b2e64e3807_1198.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/ea/stap_eac7f326b91327e2f58f26b2e64e3807_1198.ko wait results: 30968 exp17 0 0 PASS: buildok/fifteen.stp Running /home/prasadkr/systemtap/testsuite/buildok/five.stp starting /home/prasadkr/systemtap/testsuite/buildok/five.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/five.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/five.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/8e/stap_8ef5e17d4fa488b56c1f000a45178922_959.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/8e/stap_8ef5e17d4fa488b56c1f000a45178922_959.ko wait results: 31187 exp17 0 0 PASS: buildok/five.stp Running /home/prasadkr/systemtap/testsuite/buildok/fortyfive.stp starting /home/prasadkr/systemtap/testsuite/buildok/fortyfive.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/fortyfive.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/fortyfive.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/62/stap_62b6d25d4d393c113b23792e1237ecce_12472.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/62/stap_62b6d25d4d393c113b23792e1237ecce_12472.ko wait results: 31406 exp17 0 0 PASS: buildok/fortyfive.stp Running /home/prasadkr/systemtap/testsuite/buildok/fortyone.stp starting /home/prasadkr/systemtap/testsuite/buildok/fortyone.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/fortyone.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/fortyone.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/29/stap_2921be298a4ab5e678c105e257f78f38_2237.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/29/stap_2921be298a4ab5e678c105e257f78f38_2237.ko wait results: 31625 exp17 0 0 PASS: buildok/fortyone.stp Running /home/prasadkr/systemtap/testsuite/buildok/fortysix.stp starting /home/prasadkr/systemtap/testsuite/buildok/fortysix.stp spawn1 stap -wp4 /home/prasadkr/systemtap/testsuite/buildok/fortysix.stp spawn stap -wp4 /home/prasadkr/systemtap/testsuite/buildok/fortysix.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/94/stap_9482a5be4cc49664bcc16b51b913eb64_137971.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/94/stap_9482a5be4cc49664bcc16b51b913eb64_137971.ko wait results: 31844 exp17 0 0 PASS: buildok/fortysix.stp Running /home/prasadkr/systemtap/testsuite/buildok/fortytwo.stp starting /home/prasadkr/systemtap/testsuite/buildok/fortytwo.stp spawn2 /home/prasadkr/systemtap/testsuite/buildok/fortytwo.stp spawn /home/prasadkr/systemtap/testsuite/buildok/fortytwo.stp /home/prasadkr/systemtap/testsuite/buildok/fortytwo.stp: do_readv_writev@fs/read_write.c found, starting line 613 /home/prasadkr/systemtap/testsuite/buildok/fortytwo.stp: do_readv_writev@fs/read_write.c found, starting line 613 probe kernel.statement("do_readv_writev@fs/read_write.c:613") {$file} # OK probe kernel.statement("do_readv_writev@fs/read_write.c:613") {$file} # OK probe kernel.statement("do_readv_writev@fs/read_write.c:614") {$file} # OK probe kernel.statement("do_readv_writev@fs/read_write.c:614") {$file} # OK probe kernel.statement("do_readv_writev@fs/read_write.c:615") {$file} # OK probe kernel.statement("do_readv_writev@fs/read_write.c:615") {$file} # OK probe kernel.statement("do_readv_writev@fs/read_write.c:617") {$file} # OK probe kernel.statement("do_readv_writev@fs/read_write.c:617") {$file} # OK probe kernel.statement("do_readv_writev@fs/read_write.c:619") {$file} # OK probe kernel.statement("do_readv_writev@fs/read_write.c:619") {$file} # OK probe kernel.statement("do_readv_writev@fs/read_write.c:623") {$file} # OK probe kernel.statement("do_readv_writev@fs/read_write.c:623") {$file} # OK probe kernel.statement("do_readv_writev@fs/read_write.c:628") {$file} # OK probe kernel.statement("do_readv_writev@fs/read_write.c:628") {$file} # OK probe kernel.statement("do_readv_writev@fs/read_write.c:633") {$file} # OK probe kernel.statement("do_readv_writev@fs/read_write.c:633") {$file} # OK probe kernel.statement("do_readv_writev@fs/read_write.c:638") {$file} # OK probe kernel.statement("do_readv_writev@fs/read_write.c:638") {$file} # OK wait results: 32063 exp17 0 0 PASS: buildok/fortytwo.stp Running /home/prasadkr/systemtap/testsuite/buildok/four.stp starting /home/prasadkr/systemtap/testsuite/buildok/four.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/four.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/four.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/8b/stap_8ba354c6ade95ae0373c3773e32f6598_357466.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/8b/stap_8ba354c6ade95ae0373c3773e32f6598_357466.ko wait results: 1646 exp17 0 0 PASS: buildok/four.stp Running /home/prasadkr/systemtap/testsuite/buildok/fourteen-plus.stp starting /home/prasadkr/systemtap/testsuite/buildok/fourteen-plus.stp spawn1 stap -tp4 /home/prasadkr/systemtap/testsuite/buildok/fourteen-plus.stp spawn stap -tp4 /home/prasadkr/systemtap/testsuite/buildok/fourteen-plus.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/69/stap_69bb8a10338a835ca14e82fbf41ee5c2_1865.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/69/stap_69bb8a10338a835ca14e82fbf41ee5c2_1865.ko wait results: 1865 exp17 0 0 PASS: buildok/fourteen-plus.stp Running /home/prasadkr/systemtap/testsuite/buildok/fourteen.stp starting /home/prasadkr/systemtap/testsuite/buildok/fourteen.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/fourteen.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/fourteen.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/7f/stap_7f4b7969044a7dd352880b6c228ffcba_1865.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/7f/stap_7f4b7969044a7dd352880b6c228ffcba_1865.ko wait results: 2085 exp17 0 0 PASS: buildok/fourteen.stp Running /home/prasadkr/systemtap/testsuite/buildok/gtod_init.stp starting /home/prasadkr/systemtap/testsuite/buildok/gtod_init.stp spawn1 stap -gp4 /home/prasadkr/systemtap/testsuite/buildok/gtod_init.stp spawn stap -gp4 /home/prasadkr/systemtap/testsuite/buildok/gtod_init.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/0c/stap_0c26ee4105f749f82186c69687cdf75b_1225.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/0c/stap_0c26ee4105f749f82186c69687cdf75b_1225.ko wait results: 2304 exp17 0 0 PASS: buildok/gtod_init.stp Running /home/prasadkr/systemtap/testsuite/buildok/gtod_noinit.stp starting /home/prasadkr/systemtap/testsuite/buildok/gtod_noinit.stp spawn1 stap -gp4 /home/prasadkr/systemtap/testsuite/buildok/gtod_noinit.stp spawn stap -gp4 /home/prasadkr/systemtap/testsuite/buildok/gtod_noinit.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/a3/stap_a3d52b4a50f51c8cffdb9fb0a96ece67_875.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/a3/stap_a3d52b4a50f51c8cffdb9fb0a96ece67_875.ko wait results: 2523 exp17 0 0 PASS: buildok/gtod_noinit.stp Running /home/prasadkr/systemtap/testsuite/buildok/histogram_operator_in.stp starting /home/prasadkr/systemtap/testsuite/buildok/histogram_operator_in.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/histogram_operator_in.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/histogram_operator_in.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/ce/stap_ce9a41faaedca275b48822ca86f2de52_1101.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/ce/stap_ce9a41faaedca275b48822ca86f2de52_1101.ko wait results: 2742 exp17 0 0 PASS: buildok/histogram_operator_in.stp Running /home/prasadkr/systemtap/testsuite/buildok/hwbkpt.stp starting /home/prasadkr/systemtap/testsuite/buildok/hwbkpt.stp spawn1 stap -wp4 /home/prasadkr/systemtap/testsuite/buildok/hwbkpt.stp spawn stap -wp4 /home/prasadkr/systemtap/testsuite/buildok/hwbkpt.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/4a/stap_4a9f8a1f41206318fe792b312104fcd5_621.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/4a/stap_4a9f8a1f41206318fe792b312104fcd5_621.ko wait results: 2961 exp17 0 0 PASS: buildok/hwbkpt.stp Running /home/prasadkr/systemtap/testsuite/buildok/indent.stp starting /home/prasadkr/systemtap/testsuite/buildok/indent.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/indent.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/indent.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/92/stap_924f3cc00e0a25f7da2ea65ba7e68c2d_3020.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/92/stap_924f3cc00e0a25f7da2ea65ba7e68c2d_3020.ko wait results: 3180 exp17 0 0 PASS: buildok/indent.stp Running /home/prasadkr/systemtap/testsuite/buildok/inet-embedded.stp starting /home/prasadkr/systemtap/testsuite/buildok/inet-embedded.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/inet-embedded.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/inet-embedded.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/b3/stap_b37895289aa147ffc8dd735f95ad77fb_1332.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/b3/stap_b37895289aa147ffc8dd735f95ad77fb_1332.ko wait results: 3399 exp17 0 0 PASS: buildok/inet-embedded.stp Running /home/prasadkr/systemtap/testsuite/buildok/inet_sock-embedded.stp starting /home/prasadkr/systemtap/testsuite/buildok/inet_sock-embedded.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/inet_sock-embedded.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/inet_sock-embedded.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/11/stap_11993bde9bec26a6961be1d8116fd480_2563.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/11/stap_11993bde9bec26a6961be1d8116fd480_2563.ko wait results: 3618 exp17 0 0 PASS: buildok/inet_sock-embedded.stp Running /home/prasadkr/systemtap/testsuite/buildok/ioblock-all-probes.stp starting /home/prasadkr/systemtap/testsuite/buildok/ioblock-all-probes.stp spawn1 stap -wp4 /home/prasadkr/systemtap/testsuite/buildok/ioblock-all-probes.stp spawn stap -wp4 /home/prasadkr/systemtap/testsuite/buildok/ioblock-all-probes.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/bd/stap_bd4453403ad9165f41dff3bec9f6ec15_1746.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/bd/stap_bd4453403ad9165f41dff3bec9f6ec15_1746.ko wait results: 4043 exp17 0 0 PASS: buildok/ioblock-all-probes.stp Running /home/prasadkr/systemtap/testsuite/buildok/ioblock-detailed.stp starting /home/prasadkr/systemtap/testsuite/buildok/ioblock-detailed.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/ioblock-detailed.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/ioblock-detailed.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/89/stap_8970a25d8f880e520cc2209638e466fd_26023.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/89/stap_8970a25d8f880e520cc2209638e466fd_26023.ko wait results: 8594 exp17 0 0 PASS: buildok/ioblock-detailed.stp Running /home/prasadkr/systemtap/testsuite/buildok/ioblock-embedded.stp starting /home/prasadkr/systemtap/testsuite/buildok/ioblock-embedded.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/ioblock-embedded.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/ioblock-embedded.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/9e/stap_9ed63d0fd6a3970bf25465762d259905_8790.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/9e/stap_9ed63d0fd6a3970bf25465762d259905_8790.ko wait results: 11697 exp17 0 0 PASS: buildok/ioblock-embedded.stp Running /home/prasadkr/systemtap/testsuite/buildok/ioscheduler-all-probes.stp starting /home/prasadkr/systemtap/testsuite/buildok/ioscheduler-all-probes.stp spawn1 stap -wp4 /home/prasadkr/systemtap/testsuite/buildok/ioscheduler-all-probes.stp spawn stap -wp4 /home/prasadkr/systemtap/testsuite/buildok/ioscheduler-all-probes.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/e1/stap_e1b53a6f475b7c3033487ff5e39edf88_3024.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/e1/stap_e1b53a6f475b7c3033487ff5e39edf88_3024.ko wait results: 11916 exp17 0 0 PASS: buildok/ioscheduler-all-probes.stp Running /home/prasadkr/systemtap/testsuite/buildok/ioscheduler-detailed.stp starting /home/prasadkr/systemtap/testsuite/buildok/ioscheduler-detailed.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/ioscheduler-detailed.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/ioscheduler-detailed.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/e2/stap_e2c120ef2e845c00563aa8584f2db225_23273.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/e2/stap_e2c120ef2e845c00563aa8584f2db225_23273.ko wait results: 12959 exp17 0 0 PASS: buildok/ioscheduler-detailed.stp Running /home/prasadkr/systemtap/testsuite/buildok/ioscheduler-embedded.stp starting /home/prasadkr/systemtap/testsuite/buildok/ioscheduler-embedded.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/ioscheduler-embedded.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/ioscheduler-embedded.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/0b/stap_0bfc581a8a29d699f77efa5f75851217_2390.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/0b/stap_0bfc581a8a29d699f77efa5f75851217_2390.ko wait results: 13179 exp17 0 0 PASS: buildok/ioscheduler-embedded.stp Running /home/prasadkr/systemtap/testsuite/buildok/ip-embedded.stp starting /home/prasadkr/systemtap/testsuite/buildok/ip-embedded.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/ip-embedded.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/ip-embedded.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/16/stap_1633b27629038ba60bb8a921b56f56b3_4819.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/16/stap_1633b27629038ba60bb8a921b56f56b3_4819.ko wait results: 13398 exp17 0 0 PASS: buildok/ip-embedded.stp Running /home/prasadkr/systemtap/testsuite/buildok/ipmib-all-probes.stp starting /home/prasadkr/systemtap/testsuite/buildok/ipmib-all-probes.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/ipmib-all-probes.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/ipmib-all-probes.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/3d/stap_3de49fa879664e4599a3d47e3e50b544_16154.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/3d/stap_3de49fa879664e4599a3d47e3e50b544_16154.ko wait results: 13617 exp17 0 0 PASS: buildok/ipmib-all-probes.stp Running /home/prasadkr/systemtap/testsuite/buildok/ipmib-detailed.stp starting /home/prasadkr/systemtap/testsuite/buildok/ipmib-detailed.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/ipmib-detailed.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/ipmib-detailed.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/de/stap_ded18c2f6e201985a8037394bf19b097_19680.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/de/stap_ded18c2f6e201985a8037394bf19b097_19680.ko wait results: 13837 exp17 0 0 PASS: buildok/ipmib-detailed.stp Running /home/prasadkr/systemtap/testsuite/buildok/ipmib-embedded.stp starting /home/prasadkr/systemtap/testsuite/buildok/ipmib-embedded.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/ipmib-embedded.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/ipmib-embedded.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/8f/stap_8fe74aa084d1ad378292158577a019cb_9282.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/8f/stap_8fe74aa084d1ad378292158577a019cb_9282.ko wait results: 14056 exp17 0 0 PASS: buildok/ipmib-embedded.stp Running /home/prasadkr/systemtap/testsuite/buildok/irq-all-probes.stp starting /home/prasadkr/systemtap/testsuite/buildok/irq-all-probes.stp spawn1 stap -wp4 /home/prasadkr/systemtap/testsuite/buildok/irq-all-probes.stp spawn stap -wp4 /home/prasadkr/systemtap/testsuite/buildok/irq-all-probes.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/0e/stap_0eec7a78cab681b9d52fc500c67ee185_14295.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/0e/stap_0eec7a78cab681b9d52fc500c67ee185_14295.ko wait results: 14275 exp17 0 0 PASS: buildok/irq-all-probes.stp Running /home/prasadkr/systemtap/testsuite/buildok/irq-detailed.stp starting /home/prasadkr/systemtap/testsuite/buildok/irq-detailed.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/irq-detailed.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/irq-detailed.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/90/stap_90e52e6e8f25e16de8634d6f8a972392_23189.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/90/stap_90e52e6e8f25e16de8634d6f8a972392_23189.ko wait results: 14700 exp17 0 0 PASS: buildok/irq-detailed.stp Running /home/prasadkr/systemtap/testsuite/buildok/iterate_histogram_buckets.stp starting /home/prasadkr/systemtap/testsuite/buildok/iterate_histogram_buckets.stp spawn1 stap -p4 /home/prasadkr/systemtap/testsuite/buildok/iterate_histogram_buckets.stp spawn stap -p4 /home/prasadkr/systemtap/testsuite/buildok/iterate_histogram_buckets.stp /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/54/stap_541de5af19807434ea0b26f1926350e3_1181.ko /home/prasadkr/systemtap/testsuite/.systemtap-root/cache/54/stap_541de5af19807434ea0b26f1926350e3_1181.ko wait results: 14919 exp17 0 0 PASS: buildok/iterate_histogram_buckets.stp Running /home/prasadkr/systemtap/testsuite/buildok/kprocess-all-probes.stp starting /home/prasadkr/systemtap/testsuite/buildok/kprocess-all-probes.stp spawn1 stap -wp4 /home/prasadkr/systemtap/testsuite/buildok/kprocess-all-probes.stp spawn stap -wp4 /home/prasadkr/systemtap/testsuite/buildok/kprocess-all-probes.stp got a INT signal, interrupted by user === systemtap Summary === # of expected passes 940 # of unexpected failures 206 # of expected failures 68 # of known failures 3 # of untested testcases 43 # of unsupported tests 1 runtest completed at Wed Feb 2 23:06:15 2011