Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/execution_profile_kit/smp_version/
Dtx_execution_profile.c94 EXECUTION_TIME_SOURCE_TYPE _tx_execution_idle_time_last_start[TX_THREAD_SMP_MAX_CORES]; variable
160 last_start_time = _tx_execution_idle_time_last_start[core]; in _tx_execution_thread_enter()
198 _tx_execution_idle_time_last_start[core] = 0; in _tx_execution_thread_enter()
326 _tx_execution_idle_time_last_start[core] = TX_EXECUTION_TIME_SOURCE; in _tx_execution_thread_exit()
456 else if (_tx_execution_idle_time_last_start[core]) in _tx_execution_isr_enter()
460 last_start_time = _tx_execution_idle_time_last_start[core]; in _tx_execution_isr_enter()
494 _tx_execution_idle_time_last_start[core] = 0; in _tx_execution_isr_enter()
618 _tx_execution_idle_time_last_start[core] = TX_EXECUTION_TIME_SOURCE; in _tx_execution_isr_exit()
/ThreadX-v6.4.1/utility/execution_profile_kit/
Dtx_execution_profile.c96 EXECUTION_TIME_SOURCE_TYPE _tx_execution_idle_time_last_start; variable
148 _tx_execution_idle_time_last_start = TX_EXECUTION_TIME_SOURCE; in _tx_execution_initialize()
214 last_start_time = _tx_execution_idle_time_last_start; in _tx_execution_thread_enter()
378 _tx_execution_idle_time_last_start = TX_EXECUTION_TIME_SOURCE; in _tx_execution_thread_exit()
520 last_start_time = _tx_execution_idle_time_last_start; in _tx_execution_isr_enter()
681 _tx_execution_idle_time_last_start = TX_EXECUTION_TIME_SOURCE; in _tx_execution_isr_exit()