/TraceRecorderSource-2.7.6/kernelports/Zephyr/streamports/Jlink_RTT/ |
D | Kconfig | 8 int "RTT buffer size up" 12 Defines the size of the "up" RTT buffer (target -> host) to use for writing 13 the trace data, for RTT buffer 1 or higher. 15 This setting is ignored for RTT buffer 0, which can't be reconfigured 18 Default buffer size for Tracealyzer is 5000 bytes. 24 int "RTT buffer size down" 28 Defines the size of the "down" RTT buffer (host -> target) to use for reading 29 commands from Tracealyzer, for RTT buffer 1 or higher. 31 Default buffer size for Tracealyzer is 32 bytes. 33 This setting is ignored for RTT buffer 0, which can't be reconfigured [all …]
|
/TraceRecorderSource-2.7.6/ |
D | trcSnapshotRecorder.c | 836 static uint8_t writeInt8(void * buffer, uint8_t i, uint8_t value) in writeInt8() argument 838 TRACE_ASSERT(buffer != NULL, "writeInt8: buffer == NULL", 0); in writeInt8() 845 ((uint8_t*)buffer)[i] = value; in writeInt8() 857 static uint8_t writeInt16(void * buffer, uint8_t i, uint16_t value) in writeInt16() argument 859 TRACE_ASSERT(buffer != NULL, "writeInt16: buffer == NULL", 0); in writeInt16() 869 ((uint8_t*)buffer)[i] = 0; in writeInt16() 878 ((uint16_t*)buffer)[i/2] = value; in writeInt16() 885 static uint8_t writeInt32(void * buffer, uint8_t i, uint32_t value) in writeInt32() argument 887 TRACE_ASSERT(buffer != NULL, "writeInt32: buffer == NULL", 0); in writeInt32() 897 ((uint8_t*)buffer)[i] = 0; in writeInt32() [all …]
|
D | trcInternalBuffer.c | 116 void prvPagedEventBufferInit(char* buffer) in prvPagedEventBufferInit() argument 124 EventBuffer = buffer; in prvPagedEventBufferInit()
|
/TraceRecorderSource-2.7.6/kernelports/ESP-IDF_FreeRTOS/ |
D | Kconfig.projbuild | 69 an internal TRAX RAM buffer read by OpenOCD during execution. 81 fast enough. If there are problems, try increasing the apptrace buffer 189 If this is disabled, the trace will exclude any stream buffer or message 190 buffer events. 239 ports that uses the internal buffer, like TCP/IP). For such stream ports, 258 a stream port leveraging the internal buffer (like TCP/IP). A shorter delay 260 of the trace streaming, especially if the trace buffer is small. 276 Specifies how the recorder buffer is allocated (also in case of streaming, in 277 port using the recorder's internal temporary buffer) 368 Specifies the number of pages used by the paged event buffer. [all …]
|
/TraceRecorderSource-2.7.6/kernelports/Zephyr/ |
D | Kconfig | 61 Specifies how the recorder buffer is allocated (also in case of streaming, in 62 port using the recorder's internal temporary buffer) 134 ports that uses the internal buffer, like TCP/IP). For such stream ports, 153 a stream port leveraging the internal buffer (like TCP/IP). A shorter delay 155 of the trace streaming, especially if the trace buffer is small. 259 Specifies the number of pages used by the paged event buffer. 268 Specifies the size of each page in the paged event buffer. This can be tuned 305 events are stored in a ring buffer, i.e., where the oldest events are 306 overwritten when the buffer becomes full. This allows you to get the last 311 recording is stopped when the buffer becomes full. This is useful for [all …]
|
D | trcKernelPort.c | 1415 void sys_trace_k_stack_init(struct k_stack *stack, stack_data_t *buffer, uint32_t num_entries) { in sys_trace_k_stack_init() argument 1418 xTraceSDKEventAdd32((uint32_t)buffer); in sys_trace_k_stack_init() 1692 void sys_trace_k_mbox_get_enter(struct k_mbox *mbox, struct k_mbox_msg *rx_msg, void *buffer, k_tim… in sys_trace_k_mbox_get_enter() argument 1695 void sys_trace_k_mbox_get_blocking(struct k_mbox *mbox, struct k_mbox_msg *rx_msg, void *buffer, k_… in sys_trace_k_mbox_get_blocking() argument 1699 xTraceSDKEventAdd32((uint32_t)buffer); in sys_trace_k_mbox_get_blocking() 1704 void sys_trace_k_mbox_get_exit(struct k_mbox *mbox, struct k_mbox_msg *rx_msg, void *buffer, k_time… in sys_trace_k_mbox_get_exit() argument 1713 xTraceSDKEventAdd32((uint32_t)buffer); in sys_trace_k_mbox_get_exit() 1719 void sys_trace_k_mbox_data_get(struct k_mbox *mbox, struct k_mbox_msg *rx_msg, void *buffer) { in sys_trace_k_mbox_data_get() argument 1723 xTraceSDKEventAdd32((uint32_t)buffer); in sys_trace_k_mbox_data_get() 1729 void sys_trace_k_pipe_init(struct k_pipe *pipe, unsigned char *buffer, size_t size) { in sys_trace_k_pipe_init() argument [all …]
|
/TraceRecorderSource-2.7.6/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-2.7.6/include/ |
D | trcInternalBuffer.h | 28 void prvPagedEventBufferInit(char* buffer);
|
/TraceRecorderSource-2.7.6/kernelports/BareMetal/ |
D | readme-baremetal.txt | 50 …stream ports, this also writes the trace data to the streaming interface (from a temporary buffer). 53 …iodicControl every 200 ms or so. For other stream ports, that uses the recorder's internal buffer, 54 …hould be executed fairly often, e.g. every 10 ms, depending on the trace buffer size and the amoun…
|
/TraceRecorderSource-2.7.6/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) 676 sys_trace_k_mbox_data_get(mbox, 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); 1136 struct k_mbox_msg *rx_msg, void *buffer, k_timeout_t timeout); [all …]
|
/TraceRecorderSource-2.7.6/streamports/ARM_ITM/ |
D | Readme-ARM_ITM.txt | 13 performance. This stream port does not use any RAM buffer for the trace, but
|