Home
last modified time | relevance | path

Searched refs:size (Results 1 – 22 of 22) sorted by relevance

/TraceRecorderSource-3.4.0/
DtrcEvent.c91 …pxEventData->size = ((uiSize + (sizeof(uint32_t) - 1)) / sizeof(uint32_t)) * sizeof(uint32_t); /* … in xTraceEventBeginRawOffline()
96 if (xTraceStreamPortAllocate(pxEventData->size, &pxEventData->pvBlob) == TRC_FAIL) in xTraceEventBeginRawOffline()
142 …pxEventData->size = ((uiSize + (sizeof(uint32_t) - 1)) / sizeof(uint32_t)) * sizeof(uint32_t); /* … in xTraceEventBeginRawOfflineBlocking()
147 while (xTraceStreamPortAllocate(pxEventData->size, &pxEventData->pvBlob) != TRC_SUCCESS) in xTraceEventBeginRawOfflineBlocking()
179 xTraceStreamPortCommit(pxEventData->pvBlob, pxEventData->size, &iBytesCommitted); in xTraceEventEndOffline()
214 while (pxEventData->size > 0) in xTraceEventEndOfflineBlocking()
217 xTraceStreamPortCommit(pxEventData->pvBlob, pxEventData->size, &iBytesCommitted); in xTraceEventEndOfflineBlocking()
219 pxEventData->size -= iBytesCommitted; in xTraceEventEndOfflineBlocking()
244 …ERT(((TraceEventData_t*)xEventHandle)->offset + uiSize <= ((TraceEventData_t*)xEventHandle)->size); in xTraceEventAddData()
282 TRC_ASSERT(uiOffset + uiSize <= ((TraceEventData_t*)xEventHandle)->size); in xTraceEventGetRawData()
[all …]
DtrcSnapshotRecorder.c1908 uint32_t size; in vTraceStoreMemMangEvent() local
1918 size = (uint32_t)(- signed_size); in vTraceStoreMemMangEvent()
1920 size = (uint32_t)(signed_size); in vTraceStoreMemMangEvent()
1938 size_low = (uint16_t)prvTraceGetParam(0xFFFF, size); in vTraceStoreMemMangEvent()
1945 ms->size = size_low; in vTraceStoreMemMangEvent()
DDoxyfile439 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
444 # cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range
445 # is 0..9, the default is 0, corresponding to a cache size of 2^16=65536
447 # the optimal cache size from a speed point of view.
1577 # Use this tag to change the font size of LaTeX formulas included as images in
1578 # the HTML documentation. When you change the font size after a successful
2059 # the XML output. Note that enabling this will significantly increase the size
2094 # increase the size of the DOCBOOK output.
2135 # size of the Perl module output will be much smaller and Perl will parse it
2331 # The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
[all …]
/TraceRecorderSource-3.4.0/kernelports/FreeRTOS/streamports/AFR_WIFI_LOCAL/
DtrcStreamPort.c135 int32_t prvWriteToSocket(void* ptrData, uint32_t size, int32_t* ptrBytesWritten) in prvWriteToSocket() argument
137 uint32_t bytesWritten = SOCKETS_Send(sock, ptrData, size, 0); in prvWriteToSocket()
142 if (bytesWritten != size) in prvWriteToSocket()
150 int32_t prvReadFromSocket(void* ptrData, uint32_t size, int32_t* ptrBytesRead) in prvReadFromSocket() argument
/TraceRecorderSource-3.4.0/streamports/Jlink_RTT/
DKconfig6 int "RTT buffer size up"
10 Defines the size of the "up" RTT buffer (target -> host) to use for writing
16 Default buffer size for Tracealyzer is 5000 bytes.
22 int "RTT buffer size down"
26 Defines the size of the "down" RTT buffer (host -> target) to use for reading
29 Default buffer size for Tracealyzer is 32 bytes.
77 fast enough. In that case, try increasing the size of the "up buffer".
92 int "Internal buffer size"
/TraceRecorderSource-3.4.0/streamports/ARM_ITM/
DtrcStreamPort.c97 traceResult prvTraceItmWrite(void* ptrData, uint32_t size, int32_t* ptrBytesWritten) in prvTraceItmWrite() argument
101 TRC_ASSERT(size % 4 == 0); in prvTraceItmWrite()
106 while (*ptrBytesWritten < (int32_t)size) in prvTraceItmWrite()
/TraceRecorderSource-3.4.0/include/
DtrcEvent.h66 (p)->size = 0, \
88 …MENT_EXPR_2(*(uint32_t*)(puiValue) = ((TraceEventData_t*)(xEventHandle))->size - ((TraceEventData_…
98 … puiValue) (*(uint32_t*)(puiValue) = ((TraceEventData_t*)(xEventHandle))->size - sizeof(TraceBaseE…
160 (((TraceEventData_t*)*(pxEventHandle))->size - sizeof(TraceBaseEvent_t)) / sizeof(uint32_t), \
173 ((TraceEventData_t*)(xEventHandle))->size, &DUMMY_iTraceBytesCommitted), \
193 uint32_t size; /**< */ member
DtrcUtility.h15 #define TRC_MEMCPY(dst, src, size) \ argument
18 for (__i = 0; __i < size; __i++) { \
DtrcRecorder.h1338 uint16_t size; member
/TraceRecorderSource-3.4.0/kernelports/FreeRTOS/streamports/AFR_WIFI_LOCAL/include/
DtrcStreamPort.h110 int32_t prvReadFromSocket(void* ptrData, uint32_t size, int32_t* ptrBytesRead);
111 int32_t prvWriteToSocket(void* ptrData, uint32_t size, int32_t* ptrBytesWritten);
/TraceRecorderSource-3.4.0/streamports/RingBuffer/
DKconfig6 int "Buffer size"
10 Defines the size of the ring buffer use for storing trace events.
/TraceRecorderSource-3.4.0/kernelports/Zephyr/include/
Dtracing_tracerecorder.h682 sys_trace_k_pipe_init(pipe, buffer, size)
691 sys_trace_k_pipe_alloc_init_enter(pipe, size)
694 sys_trace_k_pipe_alloc_init_exit(pipe, size, ret)
745 sys_trace_k_heap_sys_k_aligned_alloc_enter(heap, align, size)
748 sys_trace_k_heap_sys_k_aligned_alloc_exit(heap, align, size, ret)
751 sys_trace_k_heap_sys_k_malloc_enter(heap, size)
754 sys_trace_k_heap_sys_k_malloc_exit(heap, size, ret)
763 sys_trace_k_heap_sys_k_calloc_enter(heap, nmemb, size)
766 sys_trace_k_heap_sys_k_calloc_exit(heap, nmemb, size, ret)
1144 size_t size);
[all …]
DtrcKernelPort.h280 #define TRC_KERNEL_PORT_HEAP_INIT(size) argument
285 #define TRC_KERNEL_PORT_HEAP_MALLOC(size) k_malloc(size) argument
/TraceRecorderSource-3.4.0/streamports/TCPIP_Win32/
DtrcStreamPort.c122 int32_t prvTraceWriteToSocket(void* data, uint32_t size, int32_t *ptrBytesWritten) in prvTraceWriteToSocket() argument
144 ret = send(trace_socket, data, size, 0); in prvTraceWriteToSocket()
/TraceRecorderSource-3.4.0/kernelports/Zephyr/
DtrcKernelPort.c2666 void sys_trace_k_pipe_init(struct k_pipe *pipe, unsigned char *buffer, size_t size) { in sys_trace_k_pipe_init() argument
2673 xTraceEventAdd32(xTraceHandle, (uint32_t)size); in sys_trace_k_pipe_init()
2706 void sys_trace_k_pipe_alloc_init_enter(struct k_pipe *pipe, size_t size) { in sys_trace_k_pipe_alloc_init_enter() argument
2712 xTraceEventAdd32(xTraceHandle, (uint32_t)size); in sys_trace_k_pipe_alloc_init_enter()
2717 void sys_trace_k_pipe_alloc_init_exit(struct k_pipe *pipe, size_t size, int ret) { in sys_trace_k_pipe_alloc_init_exit() argument
2731 xTraceEventAdd32(xTraceHandle, (uint32_t)size); in sys_trace_k_pipe_alloc_init_exit()
2829 void sys_trace_k_pipe_block_put_enter(struct k_pipe *pipe, struct k_mem_block *block, size_t size, … in sys_trace_k_pipe_block_put_enter() argument
2837 xTraceEventAdd32(xTraceHandle, (uint32_t)size); in sys_trace_k_pipe_block_put_enter()
2843 void sys_trace_k_pipe_block_put_exit(struct k_pipe *pipe, struct k_mem_block *block, size_t size, s… in sys_trace_k_pipe_block_put_exit() argument
2851 xTraceEventAdd32(xTraceHandle, (uint32_t)size); in sys_trace_k_pipe_block_put_exit()
[all …]
/TraceRecorderSource-3.4.0/streamports/ARM_ITM/include/
DtrcStreamPort.h84 traceResult prvTraceItmWrite(void* ptrData, uint32_t size, int32_t* ptrBytesWritten);
/TraceRecorderSource-3.4.0/streamports/TCPIP_Win32/include/
DtrcStreamPort.h46 int32_t prvTraceWriteToSocket(void* data, uint32_t size, int32_t* ptrBytesWritten);
/TraceRecorderSource-3.4.0/kernelports/ThreadX/include/
DtrcKernelPort.h87 #define TRC_KERNEL_PORT_HEAP_INIT(size) argument
92 #define TRC_KERNEL_PORT_HEAP_MALLOC(size) TX_NULL argument
/TraceRecorderSource-3.4.0/kernelports/FreeRTOS/
DtrcKernelPort.c169 #define TRC_PORT_MALLOC(size) pvPortMalloc(size) argument
/TraceRecorderSource-3.4.0/config/
DKconfig139 to reduce code size. Any attempts to store User Events are then silently
160 excluded, in order to reduce code size. This means that any calls to
226 The stack size of the Tracealyzer Control (TzCtrl) task.
395 A size of zero (0) is not allowed since a zero-sized array may result in a
404 allocation events (malloc/free). This value should be 1 if the heap size is
/TraceRecorderSource-3.4.0/kernelports/FreeRTOS/include/
DtrcKernelPort.h338 #define TRC_KERNEL_PORT_HEAP_INIT(size) argument
343 #define TRC_KERNEL_PORT_HEAP_MALLOC(size) pvPortMalloc(size) argument
1534 extern void vTraceStoreMemMangEvent(uint32_t ecode, uint32_t address, int32_t size);
/TraceRecorderSource-3.4.0/kernelports/ThreadX/
DtrcKernelPortHooks.c22 (((TraceEventData_t*)*(pxEventHandle))->size - sizeof(TraceBaseEvent_t)) / sizeof(uint32_t), \