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


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

Re: [ia64] compilation error with utrace script


Masami Hiramatsu wrote:
> Hi,
> 
> Just an error report.
> 
> I got compile errors on 2.6.30-rc2/ia64 with recent systemtap(yesterday afternoon).
> 
> the command was:
> stap --vp 0003 -ve 'probe process("duptest").syscall {printf("%d(0x%x, 0x%x, 0x%x)\n",\
>  $syscall, $arg1, $arg2, $arg3)} probe kernel.function("syscall_trace_enter")\
>  {printf("KP:%d(0x%x, 0x%x, 0x%x)\n", $regs->r15,$arg0,$arg1,$arg2)}' -c ./duptest
> 
> Without utrace probe, stap ran correctly.
> 
> I assume that utrace version on upstream kernel is older than expected one.

I'm unsure of what is going on here.  I just built Roland's latest
utrace kernel on x86_64 (2.6.30-rc3), and the utrace tests build and run
correctly.

-- 
David Smith
dsmith@redhat.com
Red Hat
http://www.redhat.com
256.217.0141 (direct)
256.837.0057 (fax)


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