Searched refs:tm_interrupt_preemption_handler_counter (Results 1 – 1 of 1) sorted by relevance
51 unsigned long tm_interrupt_preemption_handler_counter; variable153 tm_interrupt_preemption_handler_counter++; in tm_interrupt_preemption_handler()189 …ead_0_counter + tm_interrupt_preemption_thread_1_counter + tm_interrupt_preemption_handler_counter; in tm_interrupt_preemption_thread_report()199 (tm_interrupt_preemption_handler_counter < (average - 1)) || in tm_interrupt_preemption_thread_report()200 (tm_interrupt_preemption_handler_counter > (average + 1))) in tm_interrupt_preemption_thread_report()207 printf("Time Period Total: %lu\n\n", tm_interrupt_preemption_handler_counter - last_total); in tm_interrupt_preemption_thread_report()210 last_total = tm_interrupt_preemption_handler_counter; in tm_interrupt_preemption_thread_report()