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: Compilation for tracepoint on 2.6.33-rc1


On 12/21/2009 07:22 PM, Wenji Huang wrote:
> How to handle this, to push a patch of adding #undef before
> #define TRACE_INCLUDE_FILE to LKML

This is the proper fix.  In the case of kvm, just having TRACE_SYSTEM
should be sufficient, but syscalls.h does use separate names.

> emit "#undef TRACE_INCLUDE_FILE" before "#include <trace/events/*.h>"
> to the generated C code?

It wouldn't really hurt to do this as well, but let's see if LKML will
fix it first.


Josh


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