/TraceRecorderSource-3.4.0/streamports/Jlink_RTT/ |
D | Kconfig | 6 int "RTT buffer size up" 10 Defines the size of the "up" RTT buffer (target -> host) to use for writing 11 the trace data, for RTT buffer 1 or higher. 13 This setting is ignored for RTT buffer 0, which can't be reconfigured 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 27 commands from Tracealyzer, for RTT buffer 1 or higher. 29 Default buffer size for Tracealyzer is 32 bytes. 31 This setting is ignored for RTT buffer 0, which can't be reconfigured [all …]
|
/TraceRecorderSource-3.4.0/streamports/RingBuffer/ |
D | Kconfig | 10 Defines the size of the ring buffer use for storing trace events. 17 events are stored in a ring buffer, i.e., where the oldest events are 18 overwritten when the buffer becomes full. This allows you to get the last 23 recording is stopped when the buffer becomes full. This is useful for
|
D | Readme-Streamport.txt | 9 This particular stream port is for streaming to a ring buffer.
|
/TraceRecorderSource-3.4.0/streamports/TCPIP_Win32/ |
D | trcStreamPort.c | 28 uint8_t buffer[(TRC_STREAM_PORT_BUFFER_SIZE)]; member 30 TraceUnsignedBaseType_t buffer[1]; 223 …rn xTraceInternalEventBufferInitialize(pxStreamPortFile->buffer, sizeof(pxStreamPortFile->buffer)); in xTraceStreamPortInitialize()
|
/TraceRecorderSource-3.4.0/streamports/TCPIP/ |
D | trcStreamPort.c | 33 uint8_t buffer[(TRC_STREAM_PORT_BUFFER_SIZE)]; member 35 TraceUnsignedBaseType_t buffer[1]; 190 …rn xTraceInternalEventBufferInitialize(pxStreamPortFile->buffer, sizeof(pxStreamPortFile->buffer)); in xTraceStreamPortInitialize()
|
/TraceRecorderSource-3.4.0/ |
D | trcSnapshotRecorder.c | 819 static uint8_t writeInt8(void * buffer, uint8_t i, uint8_t value) in writeInt8() argument 821 TRACE_ASSERT(buffer != 0, "writeInt8: buffer == NULL", 0); in writeInt8() 828 ((uint8_t*)buffer)[i] = value; in writeInt8() 840 static uint8_t writeInt16(void * buffer, uint8_t i, uint16_t value) in writeInt16() argument 842 TRACE_ASSERT(buffer != 0, "writeInt16: buffer == NULL", 0); in writeInt16() 852 ((uint8_t*)buffer)[i] = 0; in writeInt16() 861 ((uint16_t*)buffer)[i/2] = value; in writeInt16() 868 static uint8_t writeInt32(void * buffer, uint8_t i, uint32_t value) in writeInt32() argument 870 TRACE_ASSERT(buffer != 0, "writeInt32: buffer == NULL", 0); in writeInt32() 880 ((uint8_t*)buffer)[i] = 0; in writeInt32() [all …]
|
/TraceRecorderSource-3.4.0/streamports/File/ |
D | trcStreamPort.c | 32 …rn xTraceInternalEventBufferInitialize(pxStreamPortFile->buffer, sizeof(pxStreamPortFile->buffer)); in xTraceStreamPortInitialize()
|
/TraceRecorderSource-3.4.0/streamports/TCPIP/include/ |
D | trcStreamPort.h | 36 uint8_t buffer[(TRC_STREAM_PORT_BUFFER_SIZE)]; member 38 TraceUnsignedBaseType_t buffer[1];
|
/TraceRecorderSource-3.4.0/streamports/TCPIP_Win32/include/ |
D | trcStreamPort.h | 40 uint8_t buffer[(TRC_STREAM_PORT_BUFFER_SIZE)]; member 42 TraceUnsignedBaseType_t buffer[1];
|
/TraceRecorderSource-3.4.0/include/ |
D | trcPrint.h | 45 uint32_t buffer[(TRC_PRINT_BUFFER_SIZE) / sizeof(uint32_t)]; member 181 uint32_t buffer[1];
|
D | trcStackMonitor.h | 44 uint32_t buffer[(TRACE_STACK_MONITOR_BUFFER_SIZE) / sizeof(uint32_t)]; member 106 uint32_t buffer[1];
|
D | trcAssert.h | 75 uint8_t buffer[TRC_ASSERT_BUFFER_SIZE]; member 124 uint32_t buffer[1];
|
D | trcError.h | 38 uint32_t buffer[(TRC_ERROR_BUFFER_SIZE) / sizeof(uint32_t)]; member
|
D | trcStaticBuffer.h | 60 uint8_t buffer[TRC_STATIC_BUFFER_BUFFER_SIZE]; /**< */ member
|
D | trcDiagnostics.h | 41 uint8_t buffer[sizeof(TraceBaseType_t) * (TRC_DIAGNOSTICS_COUNT)]; member
|
D | trcISR.h | 62 uint8_t buffer[(TRACE_ISR_INFO_BUFFER_SIZE)]; /**< */ member
|
D | trcTask.h | 55 uint8_t buffer[TRACE_TASK_INFO_BUFFER_SIZE]; member
|
/TraceRecorderSource-3.4.0/streamports/File/include/ |
D | trcStreamPort.h | 39 uint8_t buffer[TRC_STREAM_PORT_BUFFER_SIZE]; member 49 uint8_t buffer[TRC_STREAM_PORT_BUFFER_SIZE]; member
|
/TraceRecorderSource-3.4.0/config/ |
D | Kconfig | 95 Specifies how the recorder buffer is allocated (also in case of streaming, in 96 port using the recorders internal temporary buffer) 199 ports that uses the internal buffer, like TCP/IP). For such stream ports, 217 a stream port leveraging the internal buffer (like TCP/IP). A shorter delay 219 of the trace streaming, especially if the trace buffer is small. 344 events are stored in a ring buffer, i.e., where the oldest events are 345 overwritten when the buffer becomes full. This allows you to get the last 350 recording is stopped when the buffer becomes full. This is useful for 354 bool "Ring buffer mode" 365 This defines the capacity of the event buffer, i.e., the number of records [all …]
|
/TraceRecorderSource-3.4.0/streamports/STM32_USB_CDC/ |
D | Readme-Streamport.txt | 30 - Under Configuration -> Parameter Settings, set the TX and RX buffer sizes to a small value (e.g. … 78 buffer overflows. 88 each time a buffer page is transmitted, showing the number of bytes sent and the 89 remaining capacity in the trace buffer (if this goes down to zero, data is lost).
|
/TraceRecorderSource-3.4.0/kernelports/Zephyr/include/ |
D | tracing_tracerecorder.h | 569 sys_trace_k_stack_init(stack, buffer, num_entries) 667 sys_trace_k_mbox_get_enter(mbox, rx_msg, buffer, timeout) 670 sys_trace_k_mbox_get_blocking(mbox, rx_msg, buffer, timeout) 673 sys_trace_k_mbox_get_exit(mbox, rx_msg, buffer, timeout, ret) 675 #define sys_port_trace_k_mbox_data_get(rx_msg, buffer, ...) \ argument 676 sys_trace_k_mbox_data_get(rx_msg, buffer) 682 sys_trace_k_pipe_init(pipe, buffer, size) 772 sys_trace_k_mem_slab_init(slab, buffer, block_size, num_blocks, rc) 1102 void sys_trace_k_stack_init(struct k_stack *stack, stack_data_t *buffer, 1134 struct k_mbox_msg *rx_msg, void *buffer, k_timeout_t timeout); [all …]
|
/TraceRecorderSource-3.4.0/streamports/STM32_USB_CDC/include/ |
D | trcStreamPort.h | 30 …uint8_t buffer[(TRC_STREAM_PORT_USB_BUFFER_SIZE) + (TRC_STREAM_PORT_INTERNAL_BUFFER_SIZE) + sizeof… member
|
/TraceRecorderSource-3.4.0/streamports/ARM_ITM/include/ |
D | trcStreamPort.h | 81 uint8_t buffer[sizeof(TraceUnsignedBaseType_t)]; member
|
/TraceRecorderSource-3.4.0/streamports/RingBuffer/include/ |
D | trcStreamPort.h | 95 uint8_t buffer[(TRC_STREAM_PORT_DATA_BUFFER_SIZE)]; member
|
/TraceRecorderSource-3.4.0/streamports/ARM_ITM/ |
D | trcStreamPort.c | 69 uint8_t buffer[sizeof(TraceUnsignedBaseType_t)]; member
|