Home
last modified time | relevance | path

Searched refs:buffer (Results 1 – 25 of 35) sorted by relevance

12

/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
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/
DKconfig10 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
DReadme-Streamport.txt9 This particular stream port is for streaming to a ring buffer.
/TraceRecorderSource-3.4.0/streamports/TCPIP_Win32/
DtrcStreamPort.c28 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/
DtrcStreamPort.c33 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/
DtrcSnapshotRecorder.c819 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/
DtrcStreamPort.c32 …rn xTraceInternalEventBufferInitialize(pxStreamPortFile->buffer, sizeof(pxStreamPortFile->buffer)); in xTraceStreamPortInitialize()
/TraceRecorderSource-3.4.0/streamports/TCPIP/include/
DtrcStreamPort.h36 uint8_t buffer[(TRC_STREAM_PORT_BUFFER_SIZE)]; member
38 TraceUnsignedBaseType_t buffer[1];
/TraceRecorderSource-3.4.0/streamports/TCPIP_Win32/include/
DtrcStreamPort.h40 uint8_t buffer[(TRC_STREAM_PORT_BUFFER_SIZE)]; member
42 TraceUnsignedBaseType_t buffer[1];
/TraceRecorderSource-3.4.0/include/
DtrcPrint.h45 uint32_t buffer[(TRC_PRINT_BUFFER_SIZE) / sizeof(uint32_t)]; member
181 uint32_t buffer[1];
DtrcStackMonitor.h44 uint32_t buffer[(TRACE_STACK_MONITOR_BUFFER_SIZE) / sizeof(uint32_t)]; member
106 uint32_t buffer[1];
DtrcAssert.h75 uint8_t buffer[TRC_ASSERT_BUFFER_SIZE]; member
124 uint32_t buffer[1];
DtrcError.h38 uint32_t buffer[(TRC_ERROR_BUFFER_SIZE) / sizeof(uint32_t)]; member
DtrcStaticBuffer.h60 uint8_t buffer[TRC_STATIC_BUFFER_BUFFER_SIZE]; /**< */ member
DtrcDiagnostics.h41 uint8_t buffer[sizeof(TraceBaseType_t) * (TRC_DIAGNOSTICS_COUNT)]; member
DtrcISR.h62 uint8_t buffer[(TRACE_ISR_INFO_BUFFER_SIZE)]; /**< */ member
DtrcTask.h55 uint8_t buffer[TRACE_TASK_INFO_BUFFER_SIZE]; member
/TraceRecorderSource-3.4.0/streamports/File/include/
DtrcStreamPort.h39 uint8_t buffer[TRC_STREAM_PORT_BUFFER_SIZE]; member
49 uint8_t buffer[TRC_STREAM_PORT_BUFFER_SIZE]; member
/TraceRecorderSource-3.4.0/config/
DKconfig95 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/
DReadme-Streamport.txt30 - 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/
Dtracing_tracerecorder.h569 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/
DtrcStreamPort.h30 …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/
DtrcStreamPort.h81 uint8_t buffer[sizeof(TraceUnsignedBaseType_t)]; member
/TraceRecorderSource-3.4.0/streamports/RingBuffer/include/
DtrcStreamPort.h95 uint8_t buffer[(TRC_STREAM_PORT_DATA_BUFFER_SIZE)]; member
/TraceRecorderSource-3.4.0/streamports/ARM_ITM/
DtrcStreamPort.c69 uint8_t buffer[sizeof(TraceUnsignedBaseType_t)]; member

12