Home
last modified time | relevance | path

Searched refs:data (Results 1 – 15 of 15) sorted by relevance

/TraceRecorderSource-3.4.0/kernelports/Zephyr/include/
Dtracing_tracerecorder.h402 sys_trace_k_queue_queue_insert_enter(queue, alloc, data)
405 sys_trace_k_queue_queue_insert_blocking(queue, alloc, data)
408 sys_trace_k_queue_queue_insert_exit(queue, alloc, data, ret);
411 sys_trace_k_queue_append_enter(queue, data)
414 sys_trace_k_queue_append_exit(queue, data)
417 sys_trace_k_queue_alloc_append_enter(queue, data)
420 sys_trace_k_queue_alloc_append_exit(queue, data, ret)
423 sys_trace_k_queue_prepend_enter(queue, data)
426 sys_trace_k_queue_prepend_exit(queue, data)
429 sys_trace_k_queue_alloc_prepend_enter(queue, data)
[all …]
/TraceRecorderSource-3.4.0/kernelports/Zephyr/
DtrcKernelPort.c1552 void sys_trace_k_queue_queue_insert_enter(struct k_queue *queue, bool alloc, void *data) { in sys_trace_k_queue_queue_insert_enter() argument
1559 void sys_trace_k_queue_queue_insert_blocking(struct k_queue *queue, bool alloc, void *data) { in sys_trace_k_queue_queue_insert_blocking() argument
1570 xTraceEventAddPointer(xTraceHandle, (void*)data); in sys_trace_k_queue_queue_insert_blocking()
1575 void sys_trace_k_queue_queue_insert_exit(struct k_queue *queue, bool alloc, void *data, int ret) { in sys_trace_k_queue_queue_insert_exit() argument
1594 xTraceEventAddPointer(xTraceHandle, (void*)data); in sys_trace_k_queue_queue_insert_exit()
1600 void sys_trace_k_queue_append_enter(struct k_queue *queue, void *data) { in sys_trace_k_queue_append_enter() argument
1606 xTraceEventAddPointer(xTraceHandle, (void*)data); in sys_trace_k_queue_append_enter()
1611 void sys_trace_k_queue_append_exit(struct k_queue *queue, void *data) { in sys_trace_k_queue_append_exit() argument
1614 void sys_trace_k_queue_alloc_append_enter(struct k_queue *queue, void *data) { in sys_trace_k_queue_alloc_append_enter() argument
1620 xTraceEventAddPointer(xTraceHandle, (void*)data); in sys_trace_k_queue_alloc_append_enter()
[all …]
/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()
165 int32_t prvTraceReadFromSocket(void* data, uint32_t bufsize, int32_t *ptrBytesRead) in prvTraceReadFromSocket() argument
184 *ptrBytesRead = recv(trace_socket, data, bufsize, 0); in prvTraceReadFromSocket()
/TraceRecorderSource-3.4.0/streamports/ARM_ITM/
DKeil-uVision-Tracealyzer-ITM-Exporter.ini16 // Forward the ITM data to file
27 // Send stop command to Tracealyzer, to stop writing ITM data.
31 _sleep_(2000); // Wait a while to let all data be written the host file.
33 // Stop forwarding the ITM data to file and close the file.
DReadme-ARM_ITM.txt14 writes the data directly to the ITM registers. This is very fast.
/TraceRecorderSource-3.4.0/streamports/STM32_USB_CDC/
DtrcStreamPort.c64 traceResult prvTraceCDCReceive(void *data, uint32_t uiSize, int32_t* piBytesReceived) in prvTraceCDCReceive() argument
72 TRC_MEMCPY(data, pxUSBBuffers->bufferUSB, pxUSBBuffers->idx); in prvTraceCDCReceive()
79 TRC_MEMCPY(data, pxUSBBuffers->bufferUSB, uiSize); in prvTraceCDCReceive()
DReadme-Streamport.txt7 allowing for streaming the trace data over a USB connection. The stream port is defined by a set of…
53 10. Enter the number of the COM port in the "Device" field. The settings (data
54 bits, data rate etc.) are irrelevant for USB serial connections and not used.
77 your application produces more trace data than can be transferred, so the trace
89 remaining capacity in the trace buffer (if this goes down to zero, data is lost).
/TraceRecorderSource-3.4.0/extras/TraceRecorderInit/
Dreadme.txt20 recorder data isn't initialized cleared after the recorder has been
23 It is possible that you also need to make sure certain recorder data isn't
26 This attribute will then be set for all necessary recorder data that should
/TraceRecorderSource-3.4.0/streamports/TCPIP_Win32/include/
DtrcStreamPort.h46 int32_t prvTraceWriteToSocket(void* data, uint32_t size, int32_t* ptrBytesWritten);
47 int32_t prvTraceReadFromSocket(void* data, uint32_t bufsize, int32_t* ptrBytesRead);
/TraceRecorderSource-3.4.0/streamports/Jlink_RTT/
DKconfig11 the trace data, for RTT buffer 1 or higher.
19 depending on the amount of data produced.
39 Defines the RTT buffer to use for writing the trace data. Make sure that
52 Defines the RTT buffer to use for reading the trace data. Make sure that
102 RTT data. This should normally be disabled with an exception being
/TraceRecorderSource-3.4.0/
DtrcSnapshotRecorder.c284 static void prvTraceUBHelper2(traceUBChannel channel, uint32_t* data, uint32_t noOfSlots);
1160 static void prvTraceCopyToDataBuffer(uint32_t* data, uint32_t count) in prvTraceCopyToDataBuffer() argument
1164 TRACE_ASSERT(data != 0, in prvTraceCopyToDataBuffer()
1172 …userEventBuffer.dataBuffer[RecorderDataPtr->userEventBuffer.nextSlotToWrite * 4], data, slots * 4); in prvTraceCopyToDataBuffer()
1173 (void)memcpy(&RecorderDataPtr->userEventBuffer.dataBuffer[0], data + slots, (count - slots) * 4); in prvTraceCopyToDataBuffer()
1177 …userEventBuffer.dataBuffer[RecorderDataPtr->userEventBuffer.nextSlotToWrite * 4], data, count * 4); in prvTraceCopyToDataBuffer()
1191 uint32_t data[(3 + MAX_ARG_SIZE) / 4]; in prvTraceUBHelper1() local
1199 ((uint16_t*)data)[2] = eventLabel; in prvTraceUBHelper1()
1200 ((uint16_t*)data)[3] = formatLabel; in prvTraceUBHelper1()
1203 …at((char*)&(RecorderDataPtr->SymbolTable.symbytes[formatLabel+4]), vl, (uint8_t*)data, byteOffset); in prvTraceUBHelper1()
[all …]
DDoxyfile419 # with only public data fields or simple typedef fields will be shown inline in
1713 # search data is written to a file for indexing by an external tool. With the
/TraceRecorderSource-3.4.0/streamports/STM32_USB_CDC/include/
DtrcStreamPort.h33 traceResult prvTraceCDCReceive(void* data, uint32_t uiSize, int32_t* piBytesReceived);
/TraceRecorderSource-3.4.0/config/
DKconfig198 Tracealyzer and in some cases also to transmit the trace data (for stream
201 execution and transfer of the data, but low enough to avoid disturbing any
216 In streaming mode, this also affects the trace data transfer if you are using
311 Macro that states wether the recorder data should have an initial value.
315 the recorder data would be initialized by xTraceInitialize() but could
468 "Unknown Actor" instead of task scheduling for periods with UB data only.
474 Events and data arguments are written using vTraceUBEvent and
/TraceRecorderSource-3.4.0/streamports/TCPIP/
DReadme-Streamport.txt44 such events from the trace, at least those caused by the transmission of trace data in the