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: gettimeofday with interrupts disabled


On Sunday, May 07, 2006 6:24 PM, Aziz Eker wrote:
> I want to get some measurements about the time scheduler_tick()
> function takes. To do that, I am finding time difference between the
> start and end of the function using 'gettimeofday_us'. However, the
> scheduler_tick() function is called with interrupts disabled. Does
> 'gettimeofday' continue to run even when interrupts are disabled? If
> not, is there anyway to count the RTC in systemtap?

Calling gettimeofday is only a problem for probes in code sections that
hold a write lock on xtime_lock.  See bug #2525 for more details:
http://sources.redhat.com/bugzilla/show_bug.cgi?id=2525


Josh


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