Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/execution_profile_kit/smp_version/
Dtx_execution_profile.c95 EXECUTION_TIME_SOURCE_TYPE _tx_execution_idle_time_last_start[TX_THREAD_SMP_MAX_CORES]; variable
161 last_start_time = _tx_execution_idle_time_last_start[core]; in _tx_execution_thread_enter()
199 _tx_execution_idle_time_last_start[core] = 0; in _tx_execution_thread_enter()
327 _tx_execution_idle_time_last_start[core] = TX_EXECUTION_TIME_SOURCE; in _tx_execution_thread_exit()
457 else if (_tx_execution_idle_time_last_start[core]) in _tx_execution_isr_enter()
461 last_start_time = _tx_execution_idle_time_last_start[core]; in _tx_execution_isr_enter()
495 _tx_execution_idle_time_last_start[core] = 0; in _tx_execution_isr_enter()
619 _tx_execution_idle_time_last_start[core] = TX_EXECUTION_TIME_SOURCE; in _tx_execution_isr_exit()
/ThreadX-v6.3.0/utility/execution_profile_kit/
Dtx_execution_profile.c97 EXECUTION_TIME_SOURCE_TYPE _tx_execution_idle_time_last_start; variable
149 _tx_execution_idle_time_last_start = TX_EXECUTION_TIME_SOURCE; in _tx_execution_initialize()
215 last_start_time = _tx_execution_idle_time_last_start; in _tx_execution_thread_enter()
379 _tx_execution_idle_time_last_start = TX_EXECUTION_TIME_SOURCE; in _tx_execution_thread_exit()
521 last_start_time = _tx_execution_idle_time_last_start; in _tx_execution_isr_enter()
682 _tx_execution_idle_time_last_start = TX_EXECUTION_TIME_SOURCE; in _tx_execution_isr_exit()