Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
5000 Discussions

how to measure the time spent in code that disabled interrupt

codingman_wyb
Beginner
237 Views
I'm using remote vtune agent to tune my linux box. Many codes in linux kernel disabled intertupt, how to measure the time spent in them?
VDK use NMI or fixed mode interrupt to count performance events, but NMI callbacks are removed from recent linux kernels, compiling with USE_NMI failed in kernel 2.6.21. Fixed mode interrtups can be masked, so the long path intr disabled code can't be measured.

thanks!
0 Kudos
1 Reply
Ravi_V_Intel
Employee
237 Views

Just wondering: what is the processor on which you are attempting to measure the time spent with interrupts disabled. Also, what is the OS version? If you want to share the vtqfagent log file, I encourage you to create an issue on the http://premier.intel.com for this purpose.

Thank you

Ravi

0 Kudos
Reply