/percepio-3.5.0/TraceRecorder/include/ |
D | trcEvent.h | 103 #define TRC_EVENT_ADD_POINTER(xEventHandle, value) \ argument 105 …)(xEventHandle))->pvBlob)[((TraceEventData_t*)(xEventHandle))->offset / sizeof(void*)] = (value), \ 113 #define TRC_EVENT_ADD_UNSIGNED_BASE_TYPE(xEventHandle, value) \ argument 115 …pvBlob)[((TraceEventData_t*)(xEventHandle))->offset / sizeof(TraceUnsignedBaseType_t)] = (value), \ 123 #define TRC_EVENT_ADD_32(xEventHandle, value) \ argument 125 …EventHandle))->pvBlob)[((TraceEventData_t*)(xEventHandle))->offset / sizeof(uint32_t)] = (value), \ 133 #define TRC_EVENT_ADD_16(xEventHandle, value) \ argument 135 …EventHandle))->pvBlob)[((TraceEventData_t*)(xEventHandle))->offset / sizeof(uint16_t)] = (value), \ 143 #define TRC_EVENT_ADD_8(xEventHandle, value) \ argument 145 …xEventHandle))->pvBlob)[((TraceEventData_t*)(xEventHandle))->offset / sizeof(uint8_t)] = (value), \ [all …]
|
D | trcRecorder.h | 351 #define TRACE_GET_LOW16(value) ((uint16_t)((value) & 0x0000FFFF)) argument 358 #define TRACE_GET_HIGH16(value) ((uint16_t)(((value) >> 16) & 0x0000FFFF)) argument 366 #define TRACE_SET_LOW16(current, value) (((current) & 0xFFFF0000) | (value)) argument 374 #define TRACE_SET_HIGH16(current, value) (((current) & 0x0000FFFF) | (((uint32_t)(value)) << 16)) argument 1019 void prvTraceSetPriorityProperty(uint8_t objectclass, traceHandle id, uint8_t value); 1038 void prvTraceSetObjectState(uint8_t objectclass, traceHandle id, uint8_t value);
|
/percepio-3.5.0/TraceRecorder/ |
D | Doxyfile | 11 # TAG = value [value, ...] 13 # TAG += value [value, ...] 35 # The default value is: UTF-8. 43 # The default value is: My Project. 80 # The default value is: NO. 87 # directories at level 8 which is the default and also the maximum value. The 90 # Minimum value: 0, maximum value: 8, default value: 8. 99 # The default value is: NO. 114 # The default value is: English. 121 # The default value is: YES. [all …]
|
D | trcEvent.c | 673 traceResult xTraceEventAdd32(TraceEventHandle_t xEventHandle, uint32_t value) in xTraceEventAdd32() argument 688 return TRC_EVENT_ADD_32(xEventHandle, value); in xTraceEventAdd32() 691 traceResult xTraceEventAdd16(TraceEventHandle_t xEventHandle, uint16_t value) in xTraceEventAdd16() argument 706 return TRC_EVENT_ADD_16(xEventHandle, value); in xTraceEventAdd16() 709 traceResult xTraceEventAdd8(TraceEventHandle_t xEventHandle, uint8_t value) in xTraceEventAdd8() argument 720 return TRC_EVENT_ADD_8(xEventHandle, value); in xTraceEventAdd8()
|
D | trcSnapshotRecorder.c | 820 static uint8_t writeInt8(void * buffer, uint8_t i, uint8_t value) in writeInt8() argument 829 ((uint8_t*)buffer)[i] = value; in writeInt8() 841 static uint8_t writeInt16(void * buffer, uint8_t i, uint16_t value) in writeInt16() argument 862 ((uint16_t*)buffer)[i/2] = value; in writeInt16() 869 static uint8_t writeInt32(void * buffer, uint8_t i, uint32_t value) in writeInt32() argument 890 ((uint32_t*)buffer)[i/4] = value; in writeInt32() 897 static uint8_t writeFloat(void * buffer, uint8_t i, float value) in writeFloat() argument 918 ((float*)buffer)[i/4] = value; in writeFloat() 925 static uint8_t writeDouble(void * buffer, uint8_t i, double value) in writeDouble() argument 928 uint32_t * src = (uint32_t*)&value; in writeDouble() [all …]
|
/percepio-3.5.0/DFM/ |
D | README.txt | 5 An Alert has a type and a number of Symptoms attached to it. Each Symptom has a type and a value. A…
|
/percepio-3.5.0/TraceRecorder/config/ |
D | Kconfig | 311 however a threshold value that must be measured for your specific setup. 324 Macro that states wether the recorder data should have an initial value. 329 then later be overwritten by the initialization value. 383 Default value is 1000, which means that 4000 bytes is allocated for the 407 objects you set this to a very low value. The minimum recommended value is 4. 417 allocation events (malloc/free). This value should be 1 if the heap size is 559 If this value is too small, not all symbol names will be stored and the
|
/percepio-3.5.0/TraceRecorder/streamports/UDP/ |
D | Readme-Streamport.txt | 40 - If the tracing suddenly stops, check the "errno" value(trcStreamingPort.c).
|
/percepio-3.5.0/TraceRecorder/streamports/TCPIP/ |
D | Readme-Streamport.txt | 39 - If the tracing suddenly stops, check the "errno" value in trcSocketSend (trcStreamingPort.c).
|
/percepio-3.5.0/TraceRecorder/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. …
|