Searched refs:trace_buffer_start (Results 1 – 5 of 5) sorted by relevance
/ThreadX-v6.4.1/common_modules/module_lib/src/ |
D | txm_trace_enable.c | 69 UINT _tx_trace_enable(VOID *trace_buffer_start, ULONG trace_buffer_size, ULONG registry_entries) in _tx_trace_enable() argument 75 …module_kernel_call_dispatcher)(TXM_TRACE_ENABLE_CALL, (ALIGN_TYPE) trace_buffer_start, (ALIGN_TYPE… in _tx_trace_enable()
|
/ThreadX-v6.4.1/common_smp/src/ |
D | tx_trace_enable.c | 85 UINT _tx_trace_enable(VOID *trace_buffer_start, ULONG trace_buffer_size, ULONG registry_entries) in _tx_trace_enable() argument 131 work_ptr = TX_VOID_TO_UCHAR_POINTER_CONVERT(trace_buffer_start); in _tx_trace_enable() 207 …> tx_trace_header_trace_base_address = TX_POINTER_TO_ULONG_CONVERT(trace_buffer_start); in _tx_trace_enable() 412 if (trace_buffer_start != TX_NULL) in _tx_trace_enable()
|
/ThreadX-v6.4.1/common/src/ |
D | tx_trace_enable.c | 85 UINT _tx_trace_enable(VOID *trace_buffer_start, ULONG trace_buffer_size, ULONG registry_entries) in _tx_trace_enable() argument 131 work_ptr = TX_VOID_TO_UCHAR_POINTER_CONVERT(trace_buffer_start); in _tx_trace_enable() 207 …> tx_trace_header_trace_base_address = TX_POINTER_TO_ULONG_CONVERT(trace_buffer_start); in _tx_trace_enable() 412 if (trace_buffer_start != TX_NULL) in _tx_trace_enable()
|
/ThreadX-v6.4.1/common_smp/inc/ |
D | tx_api.h | 1872 UINT _tx_trace_enable(VOID *trace_buffer_start, ULONG trace_buffer_size, ULONG registry_entr…
|
/ThreadX-v6.4.1/common/inc/ |
D | tx_api.h | 1878 UINT _tx_trace_enable(VOID *trace_buffer_start, ULONG trace_buffer_size, ULONG registry_entr…
|