Home
last modified time | relevance | path

Searched refs:a (Results 1 – 21 of 21) sorted by relevance

/TraceRecorderSource-3.4.0/kernelports/ThreadX/include/
DtrcKernelPortHooks.h119 #define TX_TRACE_IN_LINE_INSERT(i, a, b, c, d, e) \ argument
121 TRC_TG_##e(_##i)(i, a, b, c, d, e); \
140 #define TRC_TP_TX_TRACE_ISR_ENTER(i, a, b, c, d, e) xTraceISREnterHook(i, b) argument
141 #define TRC_TP_TX_TRACE_ISR_EXIT(i, a, b, c, d, e) xTraceISRExitHook(i) argument
142 #define TRC_TP_TX_TRACE_TIME_SLICE(i, a, b, c, d, e) xTraceTimeSliceHook(i, a) argument
143 #define TRC_TP_TX_TRACE_RUNNING(i, a, b, c, d, e) argument
146 #define TRC_TP_TX_TRACE_BLOCK_ALLOCATE(i, a, b, c, d, e) xTraceBlockAllocateHook(i, a, c, … argument
147 #define TRC_TP_TX_TRACE_BLOCK_POOL_CREATE(i, a, b, c, d, e) xTraceBlockPoolCreateHook(i, a argument
148 #define TRC_TP_TX_TRACE_BLOCK_POOL_DELETE(i, a, b, c, d, e) xTraceBlockPoolDeleteHook(i, a) argument
149 #define TRC_TP_TX_TRACE_BLOCK_POOL_INFO_GET(i, a, b, c, d, e) xTraceBlockPoolInfoGetHook(i,… argument
[all …]
/TraceRecorderSource-3.4.0/extras/TraceRecorderInit/
Dreadme.txt5 This folder contains files that should only be included in a project
6 if there is a need to initialize the Trace Recorder before main()
9 An example of this scenario is if you have a global object instance that has
10 a constructor that creates an object that should be traced.
14 Add a call to TraceRecorderInit::Initialize() wherever a traced object
24 cleared when RAM sections are initialized. Create a RAM section that isn't
/TraceRecorderSource-3.4.0/streamports/ARM_ITM/
DReadme-ARM_ITM.txt6 This directory contains a "stream port" for the Tracealyzer recorder library,
7 i.e., the specific code needed to use a particular interface for streaming a
8 Tracealyzer RTOS trace. The stream port is defined by a set of macros in
12 a fast debug probe such as a Keil ULINKpro or ULINKplus provides excellent
16 To setup Keil uVision for ITM tracing with a Keil ULINKpro (or ULINKplus),
22 To setup Lauterbach TRACE32 for ITM tracing with a uTrace,
DKeil-uVision-Tracealyzer-ITM-Exporter.ini31 _sleep_(2000); // Wait a while to let all data be written the host file.
/TraceRecorderSource-3.4.0/kernelports/FreeRTOS/streamports/AFR_WIFI_LOCAL/
DReadme-Streamport.txt6 This directory contains a "stream port" for the Tracealyzer recorder library,
7 i.e., the specific code needed to use a particular interface for streaming a
8 Tracealyzer RTOS trace. The stream port is defined by a set of macros in
11 This particular stream port is for streaming via a TCP socket in Amazon
12 FreeRTOS (AFR) directly to a host computer on the local network, typically
DtrcStreamPort.c104 #define IPv4(a,b,c,d) (uint32_t)((d << 24) + (c << 16) + (b << 8) + a) argument
/TraceRecorderSource-3.4.0/streamports/TCPIP_Win32/
DReadme-Streamport.txt6 This directory contains a "stream port" for the Tracealyzer recorder library,
7 i.e., the I/O code needed for streaming a Tracealyzer RTOS trace over specific
8 interface. The stream port is defined by a set of macros in trcStreamPort.h,
17 2. Make sure the project includes a recent version or the recorder library
28 a connection.
34 click "Start Recording". Now you should see a live CPU load graph and some
35 counters. Let it record for a few seconds, then click "Stop Recording" and then "View Trace".
/TraceRecorderSource-3.4.0/streamports/RingBuffer/
DReadme-Streamport.txt4 This directory contains a "stream port" for the Tracealyzer recorder library,
5 i.e., the specific code needed to use a particular interface for streaming a
6 Tracealyzer RTOS trace. The stream port is defined by a set of macros in
9 This particular stream port is for streaming to a ring buffer.
DKconfig17 events are stored in a ring buffer, i.e., where the oldest events are
24 recording events following a specific state, e.g., the startup sequence.
/TraceRecorderSource-3.4.0/streamports/File/
DReadme-Streamport.txt6 This directory contains a "stream port" for the Tracealyzer recorder library,
7 i.e., the specific code needed to use a particular interface for streaming a
8 Tracealyzer RTOS trace. The stream port is defined by a set of macros in
11 This particular stream port is for streaming to a file via stdio.h (fwrite).
/TraceRecorderSource-3.4.0/
DDoxyfile4 # doxygen (www.doxygen.org) for a project.
6 # All text after a double hash (##) is considered a comment and is placed in
9 # All text after a single hash (#) is considered a comment and will be ignored.
29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
32 # title of most generated pages and in a few other places.
37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
44 # for a project that appears at the top of each page and should give viewer a
49 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included
57 # into which the generated documentation will be written. If a relative path is
66 # option can be useful when feeding doxygen a huge amount of source files, where
[all …]
DLICENSE.md31 transformation or translation of a Source form, including but
36 Object form, made available under the License, as indicated by a
43 represent, as a whole, an original work of authorship. For the purposes
60 designated in writing by the copyright owner as "Not a Contribution."
63 on behalf of whom a Contribution has been received by Licensor and
67 this License, each Contributor hereby grants to You a perpetual,
74 this License, each Contributor hereby grants to You a perpetual,
82 institute patent litigation against any entity (including a
83 cross-claim or counterclaim in a lawsuit) alleging that the Work
84 or a Contribution incorporated within the Work constitutes direct
[all …]
/TraceRecorderSource-3.4.0/streamports/STM32_USB_CDC/
DReadme-Streamport.txt6 This directory contains a "stream port" for the Tracealyzer recorder library,
7 allowing for streaming the trace data over a USB connection. The stream port is defined by a set of…
15 - An STM32 device with a USB connector for application use.
17 - Tracealyzer 4 with a license for FreeRTOS, SafeRTOS or Micrium µC/OS-III.
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).
46 …d the project and start it. Check that your computer finds a new USB device (there should be a not…
57 You should now see a live display of the trace, while it is being received.
86 Also note that this USB stream port has a diagnostics option that might come handy.
88 each time a buffer page is transmitted, showing the number of bytes sent and the
/TraceRecorderSource-3.4.0/streamports/Jlink_RTT/
DReadme-Streamport.txt6 This directory contains a "stream port" for the Tracealyzer recorder library,
7 i.e., the specific code needed to use a particular interface for streaming a
8 Tracealyzer RTOS trace. The stream port is defined by a set of macros in
DSEGGER_RTT.c130 #define STRLEN(a) strlen((a)) argument
138 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
142 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
DKconfig17 If you have a stand-alone J-Link probe, the can be decreased to around 1 KB.
71 Using PERCEPIO_TRC_CFG_STREAM_PORT_RTT_MODE_BLOCK_IF_FIFO_FULL ensure that you get a
/TraceRecorderSource-3.4.0/streamports/TCPIP/
DReadme-Streamport.txt6 This directory contains a "stream port" for the Tracealyzer recorder library,
7 i.e., the specific code needed to use a particular interface for streaming a
8 Tracealyzer RTOS trace. The stream port is defined by a set of macros in
34 6. Start your target system, wait a few seconds to ensure that the lwIP is operational,
43 - Since lwIP performs a lot of semaphore and mutex operations, we recommend filtering out
/TraceRecorderSource-3.4.0/config/
DKconfig23 Can also be used for streaming without Tracealyzer control, e.g. to a local
24 flash file system (assuming such a "stream port", see trcStreamingPort.h).
27 if necessary and waits for a Start command from Tracealyzer ("Start Recording"
33 In snapshot mode, this must be followed by a vTraceEnable(TRC_START) sometime
145 therefore much faster than a console printf and can often be used
163 calling a traced kernel service. These events will still be recorded and
217 a stream port leveraging the internal buffer (like TCP/IP). A shorter delay
250 If this is too small, some tasks will be excluded and a warning is shown.
265 However, note that the stack analysis runs in a separate task (TzCtrl) that
293 context, i.e., a task or a preempted ISR. But if another traced ISR
[all …]
/TraceRecorderSource-3.4.0/kernelports/FreeRTOS/config/
DKconfig192 unless you are very confident on these numbers. Then do a recording and
214 unless you are very confident on these numbers. Then do a recording and
236 unless you are very confident on these numbers. Then do a recording and
258 unless you are very confident on these numbers. Then do a recording and
280 unless you are very confident on these numbers. Then do a recording and
302 unless you are very confident on these numbers. Then do a recording and
324 unless you are very confident on these numbers. Then do a recording and
346 unless you are very confident on these numbers. Then do a recording and
368 unless you are very confident on these numbers. Then do a recording and
/TraceRecorderSource-3.4.0/kernelports/FreeRTOS/include/
DtrcKernelPort.h407 #define TZ__CAT2(a,b) a ## b argument
408 #define TZ__CAT(a,b) TZ__CAT2(a, b) argument
415 #define xQueueGiveFromISR(a,b) TZ__CAT(xQueueGiveFromISR__, uxQueueType) (a,b) argument
/TraceRecorderSource-3.4.0/include/
DtrcRecorder.h1892 #define xTraceSetISRProperties(a, b) ((void)(a), (void)(b), (traceHandle)0) /* Comma operator in pa… argument