From mboxrd@z Thu Jan 1 00:00:00 1970 From: fche@redhat.com (Frank Ch. Eigler) Date: Tue, 12 Apr 2011 14:59:14 -0400 Subject: [ltt-dev] SystemTAP support in tracepoints In-Reply-To: <20110412184835.GA11727@Krystal> References: <20110410174444.GA30466@Krystal> <4DA3704C.8010502@redhat.com> <4DA380D5.80608@redhat.com> <20110412183555.GB11056@Krystal> <20110412184835.GA11727@Krystal> Message-ID: <20110412185914.GG10127@redhat.com> Hi - On Tue, Apr 12, 2011 at 02:48:35PM -0400, Mathieu Desnoyers wrote: > > #define SDT_USE_VARIADIC > > #include > > How should support systems that don't have sdt.h ? Is there a define we > could check ? If the ust headers are not going to try to replicate all the code from the systemtap sdt.h file, then they'll need to make a reference to it. If so, one choice is to make the process manual (have a ust user do the include before #include ). Another choice is for the ust distribution to autoconf based on the existence of sys/sdt.h header and perhaps #ifdef STAP_PROBEV. - FChE