public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* HRTIMER_REL undefined
@ 2008-01-07  6:49 manjunath k
  2008-01-07  8:23 ` Srikar Dronamraju
  0 siblings, 1 reply; 4+ messages in thread
From: manjunath k @ 2008-01-07  6:49 UTC (permalink / raw)
  To: systemtap

Hi,

  When im trying to build the stap scripts with the HRTIMER_REL option,
an error is noticed as "HRTIMER_REL" undefined.

When the following line is commented the stap scripts start building
without an error.

"module_cflags << " += $(call stap_check_build,
$(SYSTEMTAP_RUNTIME)/autoconf-hrtimer-rel.c, -DSTAPCONF_HRTIMER_REL,)"

The runtime/autoconf-hrtimer-rel.c has the following code in it

#include <linux/hrtimer.h>
int x = HRTIMER_REL;  /* as opposed to HRTIMER_MODE_REL */

But the HRTIMER_REL is not defined in linux/hrtimer.h header file.

What is the solution for this problem ?

- Manjunath

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-03-28 13:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-07  6:49 HRTIMER_REL undefined manjunath k
2008-01-07  8:23 ` Srikar Dronamraju
2008-03-28  6:10   ` manjunath k
2008-03-28 13:54     ` Frank Ch. Eigler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).