Searched refs:inthandler_timestamp (Results 1 – 4 of 4) sorted by relevance
147 …uint64_t inthandler_timestamp; /* timestamp of when interrupt handler start… member
116 thread->machine.inthandler_timestamp = ml_get_speculative_timebase(); \127 …thread->machine.inthandler_timestamp = 0; …
320 if (thread->machine.inthandler_timestamp == 0) { in _prepare_preemption_disable_measurement()
886 start = is_int_handler ? thread->machine.inthandler_timestamp : thread->machine.intmask_timestamp; in __ml_handle_interrupts_disabled_duration()