Searched refs:registry_entries (Results 1 – 5 of 5) sorted by relevance
| /ThreadX-v6.3.0/common_modules/module_lib/src/ |
| D | txm_trace_enable.c | 70 UINT _tx_trace_enable(VOID *trace_buffer_start, ULONG trace_buffer_size, ULONG registry_entries) in _tx_trace_enable() argument 76 …L, (ALIGN_TYPE) trace_buffer_start, (ALIGN_TYPE) trace_buffer_size, (ALIGN_TYPE) registry_entries); in _tx_trace_enable()
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_trace_enable.c | 86 UINT _tx_trace_enable(VOID *trace_buffer_start, ULONG trace_buffer_size, ULONG registry_entries) in _tx_trace_enable() argument 111 …e < ((sizeof(TX_TRACE_HEADER)) + ((sizeof(TX_TRACE_OBJECT_ENTRY)) * registry_entries) + (sizeof(TX… in _tx_trace_enable() 144 … work_ptr = TX_UCHAR_POINTER_ADD(work_ptr, (sizeof(TX_TRACE_OBJECT_ENTRY))*registry_entries); in _tx_trace_enable() 148 for (i = ((ULONG) 0); i < registry_entries; i++) in _tx_trace_enable() 167 _tx_trace_total_registry_entries = registry_entries; in _tx_trace_enable() 170 _tx_trace_available_registry_entries = registry_entries; in _tx_trace_enable() 179 …ffer_size = trace_buffer_size - ((sizeof(TX_TRACE_OBJECT_ENTRY)) * registry_entries) - (sizeof(TX… in _tx_trace_enable() 425 else if (registry_entries == ((ULONG) 0)) in _tx_trace_enable()
|
| /ThreadX-v6.3.0/common/src/ |
| D | tx_trace_enable.c | 86 UINT _tx_trace_enable(VOID *trace_buffer_start, ULONG trace_buffer_size, ULONG registry_entries) in _tx_trace_enable() argument 111 …e < ((sizeof(TX_TRACE_HEADER)) + ((sizeof(TX_TRACE_OBJECT_ENTRY)) * registry_entries) + (sizeof(TX… in _tx_trace_enable() 144 … work_ptr = TX_UCHAR_POINTER_ADD(work_ptr, (sizeof(TX_TRACE_OBJECT_ENTRY))*registry_entries); in _tx_trace_enable() 148 for (i = ((ULONG) 0); i < registry_entries; i++) in _tx_trace_enable() 167 _tx_trace_total_registry_entries = registry_entries; in _tx_trace_enable() 170 _tx_trace_available_registry_entries = registry_entries; in _tx_trace_enable() 179 …ffer_size = trace_buffer_size - ((sizeof(TX_TRACE_OBJECT_ENTRY)) * registry_entries) - (sizeof(TX… in _tx_trace_enable() 425 else if (registry_entries == ((ULONG) 0)) in _tx_trace_enable()
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_api.h | 1867 … _tx_trace_enable(VOID *trace_buffer_start, ULONG trace_buffer_size, ULONG registry_entries);
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 1873 … _tx_trace_enable(VOID *trace_buffer_start, ULONG trace_buffer_size, ULONG registry_entries);
|