Searched refs:e (Results 1 – 13 of 13) sorted by relevance
/percepio-3.5.0/TraceRecorder/streamports/RingBuffer/ |
D | Kconfig | 17 events are stored in a ring buffer, i.e., where the oldest events are 19 events leading up to an interesting state, e.g., an error, without having 24 recording events following a specific state, e.g., the startup sequence.
|
D | Readme-Streamport.txt | 5 i.e., the specific code needed to use a particular interface for streaming a 12 by the compiler (i.e., add this folder to your project's include paths) and
|
/percepio-3.5.0/TraceRecorder/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
|
/percepio-3.5.0/TraceRecorder/kernelports/Zephyr/streamports/Semihost/ |
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
|
/percepio-3.5.0/TraceRecorder/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
|
/percepio-3.5.0/TraceRecorder/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.
|
/percepio-3.5.0/TraceRecorder/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).
|
/percepio-3.5.0/TraceRecorder/ |
D | trcSnapshotRecorder.c | 2667 unsigned int e = 0; in prvCheckDataToBeOverwrittenForMultiEntryEvents() local 2674 e = RecorderDataPtr->nextFreeIndex + i; in prvCheckDataToBeOverwrittenForMultiEntryEvents() 2675 if ((RecorderDataPtr->eventData[e*4] > USER_EVENT) && in prvCheckDataToBeOverwrittenForMultiEntryEvents() 2676 (RecorderDataPtr->eventData[e*4] < USER_EVENT + 16)) in prvCheckDataToBeOverwrittenForMultiEntryEvents() 2678 uint8_t nDataEvents = (uint8_t)(RecorderDataPtr->eventData[e*4] - USER_EVENT); in prvCheckDataToBeOverwrittenForMultiEntryEvents() 2679 if ((e + nDataEvents) < RecorderDataPtr->maxEvents) in prvCheckDataToBeOverwrittenForMultiEntryEvents() 2681 (void)memset(& RecorderDataPtr->eventData[e*4], 0, (size_t) (4 + 4 * nDataEvents)); in prvCheckDataToBeOverwrittenForMultiEntryEvents() 2684 else if (RecorderDataPtr->eventData[e*4] == DIV_XPS) in prvCheckDataToBeOverwrittenForMultiEntryEvents() 2686 if ((e + 1) < RecorderDataPtr->maxEvents) in prvCheckDataToBeOverwrittenForMultiEntryEvents() 2689 (void)memset(& RecorderDataPtr->eventData[e*4], 0, 4 + 4); in prvCheckDataToBeOverwrittenForMultiEntryEvents() [all …]
|
D | Doxyfile | 233 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as 374 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want 377 # definitions whose arguments contain STL classes (e.g. func(std::string); 425 # type (e.g. under the Public Functions section). Set it to NO to prevent 433 # are shown inside the group in which they are included (e.g. using \ingroup) 445 # the documentation of the scope in which they are defined (i.e. file, 600 # filesystem is case sensitive (i.e. it supports files in the same directory 1117 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES). 1215 # tools must be available from the command line (i.e. in the search path). 1321 # that doxygen needs, which is dependent on the configuration options used (e.g. [all …]
|
/percepio-3.5.0/TraceRecorder/config/ |
D | Kconfig | 27 Can also be used for streaming without Tracealyzer control, e.g. to a local 306 context, i.e., a task or a preempted ISR. But if another traced ISR 357 events are stored in a ring buffer, i.e., where the oldest events are 359 events leading up to an interesting state, e.g., an error, without having 364 recording events following a specific state, e.g., the startup sequence. 378 This defines the capacity of the event buffer, i.e., the number of records 409 32-bit pointer, i.e., using 4 bytes rather than 0. 443 - Blocking on "input" operations, i.e., when the task is waiting for the 474 e.g., RTOS events. Thereby you can get a much longer history of
|
/percepio-3.5.0/TraceRecorder/streamports/ARM_ITM/ |
D | Readme-ARM_ITM.txt | 7 i.e., the specific code needed to use a particular interface for streaming a
|
/percepio-3.5.0/TraceRecorder/streamports/UDP/ |
D | Readme-Streamport.txt | 7 i.e., the specific code needed to use a particular interface for streaming a
|
/percepio-3.5.0/TraceRecorder/streamports/TCPIP/ |
D | Readme-Streamport.txt | 7 i.e., the specific code needed to use a particular interface for streaming a
|