Home
last modified time | relevance | path

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

/percepio-3.5.0/DFM/kernelports/Zephyr/cloudports/Serial/
DdfmCloudPort.c20 static uint16_t prvPrintDataAsHex(uint16_t seed, uint8_t* data, uint32_t size) in prvPrintDataAsHex() argument
22 uint16_t crc = crc16_ccitt(seed, data, size); in prvPrintDataAsHex()
26 for (i = 0; i < size; i++) in prvPrintDataAsHex()
/percepio-3.5.0/TraceRecorder/
DtrcEvent.c368 …pxEventData->size = ((uiSize + (sizeof(TraceUnsignedBaseType_t) - 1u)) / sizeof(TraceUnsignedBaseT… in xTraceEventBeginRawOffline()
373 if (xTraceStreamPortAllocate(pxEventData->size, &pxEventData->pvBlob) == TRC_FAIL) in xTraceEventBeginRawOffline()
421 …pxEventData->size = ((uiSize + (sizeof(TraceUnsignedBaseType_t) - 1u)) / sizeof(TraceUnsignedBaseT… in xTraceEventBeginRawOfflineBlocking()
426 while (xTraceStreamPortAllocate(pxEventData->size, &pxEventData->pvBlob) != TRC_SUCCESS) in xTraceEventBeginRawOfflineBlocking()
458 (void)xTraceStreamPortCommit(pxEventData->pvBlob, pxEventData->size, &iBytesCommitted); in xTraceEventEndOffline()
497 while (pxEventData->size > uiByteOffset) in xTraceEventEndOfflineBlocking()
500 …(void)xTraceStreamPortCommit((void*)&pubBlob[uiByteOffset], pxEventData->size - uiByteOffset, &iBy… in xTraceEventEndOfflineBlocking()
526 … (uint32_t)(uxSize * sizeof(TraceUnsignedBaseType_t))) <= ((TraceEventData_t*)xEventHandle)->size); in xTraceEventAddData()
564 TRC_ASSERT((uiOffset + uiSize) <= ((TraceEventData_t*)xEventHandle)->size); in xTraceEventGetRawData()
581 TRC_ASSERT((uiOffset + uiSize) <= ((const TraceEventData_t*)xEventHandle)->size); in xTraceEventGetPayload()
[all …]
DtrcSnapshotRecorder.c1909 uint32_t size; in vTraceStoreMemMangEvent() local
1919 size = (uint32_t)(- signed_size); in vTraceStoreMemMangEvent()
1921 size = (uint32_t)(signed_size); in vTraceStoreMemMangEvent()
1939 size_low = (uint16_t)prvTraceGetParam(0xFFFF, size); in vTraceStoreMemMangEvent()
1946 ms->size = size_low; in vTraceStoreMemMangEvent()
DDoxyfile464 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
469 # cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range
470 # is 0..9, the default is 0, corresponding to a cache size of 2^16=65536
472 # the optimal cache size from a speed point of view.
1753 # Use this tag to change the font size of LaTeX formulas included as images in
1754 # the HTML documentation. When you change the font size after a successful
2234 # the XML output. Note that enabling this will significantly increase the size
2301 # size of the Perl module output will be much smaller and Perl will parse it
2554 # number of items for each type to make the size more manageable. Set this to 0
2735 # the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
[all …]
/percepio-3.5.0/TraceRecorder/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".
95 int "Internal buffer size"
112 int "Chunk size"
117 int "Transfer size limit for immediate re-transfer"
/percepio-3.5.0/TraceRecorder/streamports/ARM_ITM/
DtrcStreamPort.c87 traceResult prvTraceItmWrite(void* ptrData, uint32_t size, int32_t* ptrBytesWritten) in prvTraceItmWrite() argument
91 TRC_ASSERT(size % 4 == 0); in prvTraceItmWrite()
100 while (*ptrBytesWritten < (int32_t)size) in prvTraceItmWrite()
DKconfig21 int "Internal buffer size"
38 int "Chunk size"
43 int "Transfer size limit for immediate re-transfer"
/percepio-3.5.0/DFM/cloudports/Serial/
DdfmCloudPort.c28 static uint32_t prvPrintDataAsHex(uint8_t* data, int size);
31 static uint32_t prvPrintDataAsHex(uint8_t* data, int size) in prvPrintDataAsHex() argument
37 for (i = 0; i < size; i++) in prvPrintDataAsHex()
/percepio-3.5.0/DFM/kernelports/Zephyr/storageports/Flash/
DKconfig14 Specifies the sector size to use for the FCB in the dfm_partition, this
15 should be a multiple of the underlying flash sector size (depends on
/percepio-3.5.0/TraceRecorder/kernelports/Zephyr/streamports/Semihost/
DKconfig17 int "Internal buffer size"
34 int "Chunk size"
39 int "Transfer size limit for immediate re-transfer"
/percepio-3.5.0/TraceRecorder/streamports/RingBuffer/
DKconfig6 int "Buffer size"
10 Defines the size of the ring buffer use for storing trace events.
/percepio-3.5.0/DFM/kernelports/Zephyr/
DKconfig65 int "Maximum payload chunk size"
68 The maximum size of a "chunk" that will be stored or sent.
175 int "Stackdump size"
181 int "Coredump size"
184 … Maximum total size of the coredump. Since this uses a buffer in memory as a temporary work area,
/percepio-3.5.0/TraceRecorder/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(TraceEvent…
159 … (((TraceEventData_t*)*(pxEventHandle))->size - sizeof(TraceEvent0_t)) / sizeof(TraceBaseType_t), \
251 uint32_t size; /**< */ member
DtrcUtility.h15 #define TRC_MEMCPY(dst, src, size) \ argument
18 for (__i = 0; __i < size; __i++) { \
DtrcRecorder.h1356 uint16_t size; member
/percepio-3.5.0/TraceRecorder/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()
/percepio-3.5.0/TraceRecorder/kernelports/Zephyr/include/
Dtracing_tracerecorder.h685 sys_trace_k_pipe_init(pipe, buffer, size)
694 sys_trace_k_pipe_alloc_init_enter(pipe, size)
697 sys_trace_k_pipe_alloc_init_exit(pipe, size, ret)
748 sys_trace_k_heap_sys_k_aligned_alloc_enter(heap, align, size)
751 sys_trace_k_heap_sys_k_aligned_alloc_exit(heap, align, size, ret)
754 sys_trace_k_heap_sys_k_malloc_enter(heap, size)
757 sys_trace_k_heap_sys_k_malloc_exit(heap, size, ret)
766 sys_trace_k_heap_sys_k_calloc_enter(heap, nmemb, size)
769 sys_trace_k_heap_sys_k_calloc_exit(heap, nmemb, size, ret)
1147 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
/percepio-3.5.0/TraceRecorder/kernelports/Zephyr/
DtrcKernelPort.c1171 void sys_trace_k_pipe_init(struct k_pipe *pipe, unsigned char *buffer, size_t size) { in sys_trace_k_pipe_init() argument
1172 …IT, (TraceUnsignedBaseType_t)pipe, (TraceUnsignedBaseType_t)buffer, (TraceUnsignedBaseType_t)size); in sys_trace_k_pipe_init()
1183 void sys_trace_k_pipe_alloc_init_enter(struct k_pipe *pipe, size_t size) { in sys_trace_k_pipe_alloc_init_enter() argument
1184 …(PSF_EVENT_PIPE_ALLOC_INIT_BLOCKING, (TraceUnsignedBaseType_t)pipe, (TraceUnsignedBaseType_t)size); in sys_trace_k_pipe_alloc_init_enter()
1187 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
1260 void sys_trace_k_heap_sys_k_aligned_alloc_enter(struct k_heap *h, size_t align, size_t size) { in sys_trace_k_heap_sys_k_aligned_alloc_enter() argument
1261 …OCKING, (TraceUnsignedBaseType_t)h, (TraceUnsignedBaseType_t)align, (TraceUnsignedBaseType_t)size); in sys_trace_k_heap_sys_k_aligned_alloc_enter()
1264 void sys_trace_k_heap_sys_k_aligned_alloc_exit(struct k_heap *h, size_t align, size_t size, void *r… in sys_trace_k_heap_sys_k_aligned_alloc_exit() argument
1268 void sys_trace_k_heap_sys_k_malloc_enter(struct k_heap *h, size_t size) { in sys_trace_k_heap_sys_k_malloc_enter() argument
1269 …e2(PSF_EVENT_KHEAP_SYS_MALLOC_BLOCKING, (TraceUnsignedBaseType_t)h, (TraceUnsignedBaseType_t)size); in sys_trace_k_heap_sys_k_malloc_enter()
[all …]
/percepio-3.5.0/DFM/
DdfmCrashCatcher.c300 uint32_t size = (uint32_t)ucBufferPos - (uint32_t)ucDataBuffer; in CrashCatcher_DumpEnd() local
301 if (xDfmAlertAddPayload(xAlertHandle, ucDataBuffer, size, CRASH_DUMP_NAME) == DFM_SUCCESS) in CrashCatcher_DumpEnd()
DdfmSession.c26 #error Minimum DFM_CFG_DEVICE_NAME_MAX_LEN size is 8!
/percepio-3.5.0/TraceRecorder/streamports/TCPIP_Win32/include/
DtrcStreamPort.h51 int32_t prvTraceWriteToSocket(void* data, uint32_t size, int32_t* ptrBytesWritten);
/percepio-3.5.0/TraceRecorder/streamports/ARM_ITM/include/
DtrcStreamPort.h103 traceResult prvTraceItmWrite(void* ptrData, uint32_t size, int32_t* ptrBytesWritten);
/percepio-3.5.0/TraceRecorder/config/
DKconfig152 to reduce code size. Any attempts to store User Events are then silently
173 excluded, in order to reduce code size. This means that any calls to
239 The stack size of the Tracealyzer Control (TzCtrl) task.
408 A size of zero (0) is not allowed since a zero-sized array may result in a
417 allocation events (malloc/free). This value should be 1 if the heap size is