This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: Arm Fedora 18 systemtap test results
On 12/04/2012 03:43 PM, Frank Ch. Eigler wrote:
> Hi -
>
> wcohen wrote:
>
>> [...]
>
> Thanks for looking into it deeper!
>
>> [...]
>> It doesn't even get to run the instrumentation generated from
>> nd_sys.stp. It fails building instrumentation. The test ends up
>> with errors about task finder function missing for "stap -v
>> nd_sys.stp":
>> [...]
>
> Aha, another instance of PR14883: new probefunc() prerequisites.
> It seems to me that linux/**/nd_syscalls* should not use probefunc(),
> but rather the newer symname(addr()).
Ah, see that a few of the nd_syscall2.stp probes use probefunc(). Fixing that allows the nd_sys.stp to compile.
-Will