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: Help required in relation with static probe points, STAP_MARK


beginner966 <nitin966@gmail.com> writes:

> I'm using the directions in the given link, by David. However when I
> tried = to recompile the kernel, I got the following error message:
>  VDSO    arch/x86/vdso/vdso32-sysenter.so.dbg
>   CC      kernel/sched.o
> In file included from kernel/sched.c:31:
> include/linux/marker.h:33: error: expected declaration specifiers or ... before 'va_list'
> [...]
> Kernel version : 2.6.26.5
> Patched with : patch-2.6.26.5-rt9

I don't understand this error.  Maybe it's a compiler version issue.
Different versions of marker.h use "..." in that declaration.

- FChE


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