Home
last modified time | relevance | path

Searched refs:TIME_IN_EXIT (Results 1 – 1 of 1) sorted by relevance

/misc/debug_tools/acrn_trace/scripts/
A Dvmexit_analyze.py59 TIME_IN_EXIT = { variable
129 TIME_IN_EXIT[last_ev_id] += tsc - tsc_exit
173 total_exit_time += TIME_IN_EXIT[event]
194 pct = float(TIME_IN_EXIT[event]) * 100 / float(rt_cycle)
197 (event, NR_EXITS[event], ev_freq, TIME_IN_EXIT[event], pct))
198 row = [event, NR_EXITS[event], '%.2f' % ev_freq, TIME_IN_EXIT[event],

Completed in 5 milliseconds