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]

gettimeofday with interrupts disabled


Hi,

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?

Thanks,

Aziz


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