[Bug tapsets/4913] New: probe syscall.* fails on i386 systems with systemtap-20070804

Wenji Huang wenji.huang@oracle.com
Fri Aug 10 08:33:00 GMT 2007


srinivasa,   

   "compat_do_execve" and "compat_sys_semtimedop" are functions for 
providing for providing 32 bit
compatibility code in 64 bit systems.

    So if your box is 32 bit, then report error.

    It has been solved in latest source code (after 0804 snapshot).

Regards,
Wenji

srinivasa at in dot ibm dot com wrote:

>When I use probe syscall.* with the latest systemtap-20070804-snapshot,I got
>below  error
>============================================
>[root@veda obj]# ./stap -e 'probe syscall.* {}'
>semantic error: no match for probe point while resolving probe point
>kernel.function("compat_do_execve")
>semantic error: no match for probe point while resolving probe point
>kernel.function("compat_sys_semtimedop")
>Pass 2: analysis failed.  Try again with more '-v' (verbose) options.
>===============================================
>
>Looks like "compat_do_execve" and "compat_sys_semtimedop" syscall probes are
>moved to generic systemcall.stp tapsets(Instead of architecture specific
>systemcall tapset), Hence the error.
>
>  
>



More information about the Systemtap mailing list