Home
last modified time | relevance | path

Searched refs:registry_entries (Results 1 – 5 of 5) sorted by relevance

/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_trace_enable.c69 UINT _tx_trace_enable(VOID *trace_buffer_start, ULONG trace_buffer_size, ULONG registry_entries) in _tx_trace_enable() argument
75 …L, (ALIGN_TYPE) trace_buffer_start, (ALIGN_TYPE) trace_buffer_size, (ALIGN_TYPE) registry_entries); in _tx_trace_enable()
/ThreadX-v6.4.1/common_smp/src/
Dtx_trace_enable.c85 UINT _tx_trace_enable(VOID *trace_buffer_start, ULONG trace_buffer_size, ULONG registry_entries) in _tx_trace_enable() argument
110 …e < ((sizeof(TX_TRACE_HEADER)) + ((sizeof(TX_TRACE_OBJECT_ENTRY)) * registry_entries) + (sizeof(TX… in _tx_trace_enable()
143 … work_ptr = TX_UCHAR_POINTER_ADD(work_ptr, (sizeof(TX_TRACE_OBJECT_ENTRY))*registry_entries); in _tx_trace_enable()
147 for (i = ((ULONG) 0); i < registry_entries; i++) in _tx_trace_enable()
166 _tx_trace_total_registry_entries = registry_entries; in _tx_trace_enable()
169 _tx_trace_available_registry_entries = registry_entries; in _tx_trace_enable()
178 …ffer_size = trace_buffer_size - ((sizeof(TX_TRACE_OBJECT_ENTRY)) * registry_entries) - (sizeof(TX… in _tx_trace_enable()
424 else if (registry_entries == ((ULONG) 0)) in _tx_trace_enable()
/ThreadX-v6.4.1/common/src/
Dtx_trace_enable.c85 UINT _tx_trace_enable(VOID *trace_buffer_start, ULONG trace_buffer_size, ULONG registry_entries) in _tx_trace_enable() argument
110 …e < ((sizeof(TX_TRACE_HEADER)) + ((sizeof(TX_TRACE_OBJECT_ENTRY)) * registry_entries) + (sizeof(TX… in _tx_trace_enable()
143 … work_ptr = TX_UCHAR_POINTER_ADD(work_ptr, (sizeof(TX_TRACE_OBJECT_ENTRY))*registry_entries); in _tx_trace_enable()
147 for (i = ((ULONG) 0); i < registry_entries; i++) in _tx_trace_enable()
166 _tx_trace_total_registry_entries = registry_entries; in _tx_trace_enable()
169 _tx_trace_available_registry_entries = registry_entries; in _tx_trace_enable()
178 …ffer_size = trace_buffer_size - ((sizeof(TX_TRACE_OBJECT_ENTRY)) * registry_entries) - (sizeof(TX… in _tx_trace_enable()
424 else if (registry_entries == ((ULONG) 0)) in _tx_trace_enable()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1872 … _tx_trace_enable(VOID *trace_buffer_start, ULONG trace_buffer_size, ULONG registry_entries);
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1878 … _tx_trace_enable(VOID *trace_buffer_start, ULONG trace_buffer_size, ULONG registry_entries);