Home
last modified time | relevance | path

Searched refs:tx_trace_buffer_entry_time_stamp (Results 1 – 14 of 14) sorted by relevance

/ThreadX-v6.2.1/common/src/
Dtx_thread_system_suspend.c191 time_stamp = entry_ptr -> tx_trace_buffer_entry_time_stamp; in _tx_thread_system_suspend()
353 if (time_stamp == entry_ptr -> tx_trace_buffer_entry_time_stamp) in _tx_thread_system_suspend()
522 if (time_stamp == entry_ptr -> tx_trace_buffer_entry_time_stamp) in _tx_thread_system_suspend()
588 if (time_stamp == entry_ptr -> tx_trace_buffer_entry_time_stamp) in _tx_thread_system_suspend()
783 time_stamp = entry_ptr -> tx_trace_buffer_entry_time_stamp;
942 if (time_stamp == entry_ptr -> tx_trace_buffer_entry_time_stamp)
1097 if (time_stamp == entry_ptr -> tx_trace_buffer_entry_time_stamp)
1160 if (time_stamp == entry_ptr -> tx_trace_buffer_entry_time_stamp)
Dtx_block_allocate.c131 time_stamp = entry_ptr -> tx_trace_buffer_entry_time_stamp; in _tx_block_allocate()
183 if (time_stamp == entry_ptr -> tx_trace_buffer_entry_time_stamp) in _tx_block_allocate()
327 if (time_stamp == entry_ptr -> tx_trace_buffer_entry_time_stamp) in _tx_block_allocate()
Dtx_byte_allocate.c138 time_stamp = entry_ptr -> tx_trace_buffer_entry_time_stamp; in _tx_byte_allocate()
218 if (time_stamp == entry_ptr -> tx_trace_buffer_entry_time_stamp) in _tx_byte_allocate()
367 if (time_stamp == entry_ptr -> tx_trace_buffer_entry_time_stamp) in _tx_byte_allocate()
Dtx_thread_suspend.c331 time_stamp = entry_ptr -> tx_trace_buffer_entry_time_stamp; in _tx_thread_suspend()
488 if (time_stamp == entry_ptr -> tx_trace_buffer_entry_time_stamp) in _tx_thread_suspend()
615 if (time_stamp == entry_ptr -> tx_trace_buffer_entry_time_stamp) in _tx_thread_suspend()
682 if (time_stamp == entry_ptr -> tx_trace_buffer_entry_time_stamp) in _tx_thread_suspend()
748 if (time_stamp == entry_ptr -> tx_trace_buffer_entry_time_stamp) in _tx_thread_suspend()
Dtx_thread_system_resume.c149 time_stamp = entry_ptr -> tx_trace_buffer_entry_time_stamp; in _tx_thread_system_resume()
340 if (time_stamp == entry_ptr -> tx_trace_buffer_entry_time_stamp) in _tx_thread_system_resume()
491 if (time_stamp == entry_ptr -> tx_trace_buffer_entry_time_stamp) in _tx_thread_system_resume()
662 time_stamp = entry_ptr -> tx_trace_buffer_entry_time_stamp;
860 if (time_stamp == entry_ptr -> tx_trace_buffer_entry_time_stamp)
957 if (time_stamp == entry_ptr -> tx_trace_buffer_entry_time_stamp)
Dtx_thread_resume.c227 time_stamp = entry_ptr -> tx_trace_buffer_entry_time_stamp; in _tx_thread_resume()
407 if (time_stamp == entry_ptr -> tx_trace_buffer_entry_time_stamp) in _tx_thread_resume()
498 if (time_stamp == entry_ptr -> tx_trace_buffer_entry_time_stamp) in _tx_thread_resume()
Dtx_misra.c351 trace_event_ptr -> tx_trace_buffer_entry_time_stamp = (ULONG) (time_stamp); in _tx_misra_trace_event_insert()
/ThreadX-v6.2.1/common_smp/src/
Dtx_block_allocate.c131 time_stamp = entry_ptr -> tx_trace_buffer_entry_time_stamp; in _tx_block_allocate()
183 if (time_stamp == entry_ptr -> tx_trace_buffer_entry_time_stamp) in _tx_block_allocate()
327 if (time_stamp == entry_ptr -> tx_trace_buffer_entry_time_stamp) in _tx_block_allocate()
Dtx_byte_allocate.c138 time_stamp = entry_ptr -> tx_trace_buffer_entry_time_stamp; in _tx_byte_allocate()
218 if (time_stamp == entry_ptr -> tx_trace_buffer_entry_time_stamp) in _tx_byte_allocate()
367 if (time_stamp == entry_ptr -> tx_trace_buffer_entry_time_stamp) in _tx_byte_allocate()
Dtx_thread_system_suspend.c308 time_stamp = entry_ptr -> tx_trace_buffer_entry_time_stamp; in _tx_thread_system_suspend()
505 … if ((entry_ptr != TX_NULL) && (time_stamp == entry_ptr -> tx_trace_buffer_entry_time_stamp)) in _tx_thread_system_suspend()
561 … if ((entry_ptr != TX_NULL) && (time_stamp == entry_ptr -> tx_trace_buffer_entry_time_stamp)) in _tx_thread_system_suspend()
887 if ((entry_ptr != TX_NULL) && (time_stamp == entry_ptr -> tx_trace_buffer_entry_time_stamp)) in _tx_thread_system_suspend()
Dtx_thread_system_resume.c262 time_stamp = entry_ptr -> tx_trace_buffer_entry_time_stamp; in _tx_thread_system_resume()
869 if ((entry_ptr != TX_NULL) && (time_stamp == entry_ptr -> tx_trace_buffer_entry_time_stamp)) in _tx_thread_system_resume()
Dtx_misra.c349 trace_event_ptr -> tx_trace_buffer_entry_time_stamp = (ULONG) (time_stamp); in _tx_misra_trace_event_insert()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_trace.h362 ULONG tx_trace_buffer_entry_time_stamp; member
499 … trace_event_ptr -> tx_trace_buffer_entry_time_stamp = (ULONG) TX_TRACE_TIME_SOURCE; \
/ThreadX-v6.2.1/common/inc/
Dtx_trace.h362 ULONG tx_trace_buffer_entry_time_stamp; member
497 … trace_event_ptr -> tx_trace_buffer_entry_time_stamp = (ULONG) TX_TRACE_TIME_SOURCE; \