Searched refs:e (Results 1 – 11 of 11) sorted by relevance
/TraceRecorderSource-2.7.6/kernelports/Zephyr/ |
D | Kconfig | 32 Can also be used for streaming without Tracealyzer control, e.g. to a local 285 context, i.e., a task or a preempted ISR. But if another traced ISR 305 events are stored in a ring buffer, i.e., where the oldest events are 307 events leading up to an interesting state, e.g., an error, without having 312 recording events following a specific state, e.g., the startup sequence. 327 This defines the capacity of the event buffer, i.e., the number of records 341 These define the capacity of the Object Property Table, i.e., the maximum 342 number of objects active at any given point, within each object class (e.g., 364 These define the capacity of the Object Property Table, i.e., the maximum 365 number of objects active at any given point, within each object class (e.g., [all …]
|
/TraceRecorderSource-2.7.6/streamports/File/ |
D | Readme-Streamport.txt | 7 i.e., the specific code needed to use a particular interface for streaming a 14 by the compiler (i.e., add this folder to your project's include paths) and
|
/TraceRecorderSource-2.7.6/streamports/Jlink_RTT/ |
D | Readme-Streamport.txt | 7 i.e., the specific code needed to use a particular interface for streaming a 15 by the compiler (i.e., add this folder to your project's include paths) and
|
/TraceRecorderSource-2.7.6/kernelports/BareMetal/ |
D | readme-baremetal.txt | 7 This module allows for using the Tracealyzer recorder library in bare metal software (i.e. without … 9 …for tracing ISRs (using vTraceStoreISRBegin/End), as well as User Events (using e.g. vTracePrintF). 47 … streaming mode, you also need to call vTracePeriodicControl() periodically, e.g. in the main loop. 54 vTracePeriodicControl should be executed fairly often, e.g. every 10 ms, depending on the trace buf…
|
/TraceRecorderSource-2.7.6/kernelports/ESP-IDF_FreeRTOS/ |
D | Kconfig.projbuild | 37 Can also be used for streaming without Tracealyzer control, e.g. to a local 394 context, i.e., a task or a preempted ISR. But if another traced ISR 414 events are stored in a ring buffer, i.e., where the oldest events are 416 events leading up to an interesting state, e.g., an error, without having 421 recording events following a specific state, e.g., the startup sequence. 436 This defines the capacity of the event buffer, i.e., the number of records 450 These define the capacity of the Object Property Table, i.e., the maximum 451 number of objects active at any given point, within each object class (e.g., 473 These define the capacity of the Object Property Table, i.e., the maximum 474 number of objects active at any given point, within each object class (e.g., [all …]
|
/TraceRecorderSource-2.7.6/kernelports/FreeRTOS/streamports/AFR_WIFI_LOCAL/ |
D | Readme-Streamport.txt | 7 i.e., the specific code needed to use a particular interface for streaming a 16 by the compiler (i.e., add this folder to your project's include paths) and
|
/TraceRecorderSource-2.7.6/streamports/TCPIP_Win32/ |
D | Readme-Streamport.txt | 7 i.e., the I/O code needed for streaming a Tracealyzer RTOS trace over specific 31 Specify target connection: TCP, host: 127.0.0.1 (i.e. localhost) and port 8888.
|
/TraceRecorderSource-2.7.6/streamports/STM32_USB_CDC/ |
D | Readme-Streamport.txt | 26 2. Open the Device Configuration Tool (STM32CubeMX), e.g. by double-clicking on the .ioc file in yo… 30 - Under Configuration -> Parameter Settings, set the TX and RX buffer sizes to a small value (e.g. … 44 6. Plug in a USB cable to the connector labeled "USB OTG" or similar (i.e. for application use).
|
/TraceRecorderSource-2.7.6/ |
D | trcSnapshotRecorder.c | 2644 unsigned int e = 0; in prvCheckDataToBeOverwrittenForMultiEntryEvents() local 2651 e = RecorderDataPtr->nextFreeIndex + i; in prvCheckDataToBeOverwrittenForMultiEntryEvents() 2652 if ((RecorderDataPtr->eventData[e*4] > USER_EVENT) && in prvCheckDataToBeOverwrittenForMultiEntryEvents() 2653 (RecorderDataPtr->eventData[e*4] < USER_EVENT + 16)) in prvCheckDataToBeOverwrittenForMultiEntryEvents() 2655 uint8_t nDataEvents = (uint8_t)(RecorderDataPtr->eventData[e*4] - USER_EVENT); in prvCheckDataToBeOverwrittenForMultiEntryEvents() 2656 if ((e + nDataEvents) < RecorderDataPtr->maxEvents) in prvCheckDataToBeOverwrittenForMultiEntryEvents() 2658 (void)memset(& RecorderDataPtr->eventData[e*4], 0, (size_t) (4 + 4 * nDataEvents)); in prvCheckDataToBeOverwrittenForMultiEntryEvents() 2661 else if (RecorderDataPtr->eventData[e*4] == DIV_XPS) in prvCheckDataToBeOverwrittenForMultiEntryEvents() 2663 if ((e + 1) < RecorderDataPtr->maxEvents) in prvCheckDataToBeOverwrittenForMultiEntryEvents() 2666 (void)memset(& RecorderDataPtr->eventData[e*4], 0, 4 + 4); in prvCheckDataToBeOverwrittenForMultiEntryEvents() [all …]
|
/TraceRecorderSource-2.7.6/streamports/ARM_ITM/ |
D | Readme-ARM_ITM.txt | 7 i.e., the specific code needed to use a particular interface for streaming a
|
/TraceRecorderSource-2.7.6/streamports/TCPIP/ |
D | Readme-Streamport.txt | 7 i.e., the specific code needed to use a particular interface for streaming a
|