Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/xentrace/
A Dxentrace_format130 tsc_in = event >> 31
142 if tsc_in == 1:
213 elif tsc < last_tsc[cpu] and tsc_in == 1:
217 if last_tsc[cpu] > 0 and tsc_in == 1:
222 if tsc_in == 1:
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dirq.c818 uint32_t tsc_in; in do_IRQ() local
895 tsc_in = tb_init_done ? get_cycles() : 0; in do_IRQ()
897 TRACE_3D(TRC_HW_IRQ_HANDLED, irq, tsc_in, get_cycles()); in do_IRQ()
918 tsc_in = tb_init_done ? get_cycles() : 0; in do_IRQ()
920 TRACE_3D(TRC_HW_IRQ_HANDLED, irq, tsc_in, get_cycles()); in do_IRQ()

Completed in 10 milliseconds