Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
4828 Discussions

how to measure the time spent in code that disabled interrupt

codingman_wyb
Beginner
167 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
167 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

Reply