Home
last modified time | relevance | path

Searched full:name (Results 1 – 25 of 42) sorted by relevance

12

/TraceRecorderSource-3.4.0/kernelports/Zephyr/include/
DtrcKernelPort.h126 * @brief Sets kernel object name for display in Tracealyzer.
129 * @param[in] name name
131 void vTraceSetKernelObjectName(void* object, const char* name);
134 * @brief Sets Work Queue name for display in Tracealyzer.
137 * @param[in] name name
139 void vTraceSetWorkQueueName(void* object, const char* name);
142 * @brief Sets Heap name for display in Tracealyzer.
145 * @param[in] name name
147 void vTraceSetHeapName(void* object, const char* name);
150 * @brief Sets Semaphore name for display in Tracealyzer.
[all …]
/TraceRecorderSource-3.4.0/kernelports/ThreadX/include/
DtrcKernelPort.h150 * @brief Sets a name for Queue objects for display in Tracealyzer.
153 * @param[in] name Name to set (const string literal)
155 void vTraceSetQueueName(void* object, const char* name);
158 * @brief Sets a name for Semaphore objects for display in Tracealyzer.
161 * @param[in] name Name to set (const string literal)
163 void vTraceSetSemaphoreName(void* object, const char* name);
166 * @brief Sets a name for Mutex objects for display in Tracealyzer.
169 * @param[in] name Name to set (const string literal)
171 void vTraceSetMutexName(void* object, const char* name);
174 * @brief Sets a name for Event Group objects for display in Tracealyzer.
[all …]
DtrcCTI.h73 UINT _txe_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks, ULONG …
74 UINT _txe_block_pool_info_get_orig(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks, U…
210 UINT _txe_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes, ULONG *fr…
211 UINT _txe_byte_pool_info_get_orig(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes, ULON…
358 UINT _txe_event_flags_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_flags, …
359 UINT _txe_event_flags_info_get_orig(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_fl…
490 UINT _txe_mutex_info_get(TX_MUTEX *mutex_ptr, CHAR **name, ULONG *count, TX_THREAD **owner, TX_THRE…
491 UINT _txe_mutex_info_get_orig(TX_MUTEX *mutex_ptr, CHAR **name, ULONG *count, TX_THREAD **owner, TX…
641 UINT _txe_queue_info_get(TX_QUEUE *queue_ptr, CHAR **name, ULONG *enqueued, ULONG *available_storag…
642 UINT _txe_queue_info_get_orig(TX_QUEUE *queue_ptr, CHAR **name, ULONG *enqueued, ULONG *available_s…
[all …]
/TraceRecorderSource-3.4.0/include/
DtrcObject.h39 * @param[in] szName Name.
55 * @param[in] szName Name.
77 * @brief Sets trace object name.
80 * @param[in] szName Name.
126 * @param[in] szName Name.
147 * @brief Set trace object name without trace object handle.
150 * @param[in] szName Name.
DtrcTask.h73 * @param[in] szName Name.
94 * @brief Sets trace task name.
97 * @param[in] szName Name.
119 * @param[in] szName Name.
139 * @brief Sets trace task name without trace task handle.
142 * @param[in] szName Name.
DtrcString.h60 * @param[in] name Name.
64 TraceStringHandle_t xTraceRegisterString(const char *name);
DtrcExtension.h41 * @param[in] szName Name.
65 * @brief Gets extension configuration name.
68 * @param[out] pszName Name.
DtrcStateMachine.h37 * @param[in] szName Name.
49 * @param[in] szName Name.
DtrcCounter.h51 * @param[in] szName Name.
138 * @brief Gets trace counter name.
141 * @param[out] pszName Returned name.
DtrcPrint.h66 * labels shows the logged string, preceded by the channel name within
125 * labels show the logged string, preceded by the channel name within brackets.
149 * %s - string (currently, this must be an earlier stored symbol name)
DtrcRecorder.h116 /* Platform name length */
402 * @param[in] szName ISR name
530 * @param[in] name Name.
534 TraceStringHandle_t xTraceRegisterString(const char* name);
553 * labels show the logged string, preceded by the channel name within brackets.
1031 * @brief Stores the name of an object because it is being deleted
1058 #define vTraceSetISRProperties(handle, name, priority) (void)(handle), (void)(name), (void)(priorit… argument
1067 #define xTraceSetISRProperties(name, priority) ((void)(name), (void)(priority), (traceHandle)0) /* … argument
1104 * @param[in] channel Channel name handle
1184 * The Object Table contains name and other properties of the objects (tasks,
[all …]
DtrcAssert.h91 * @param[in] szFilePath File name
102 * @param[out] pxFileNameStringHandle File name string handle
DtrcInterval.h39 * @param[in] szName Name.
50 * @param[in] szName Name.
/TraceRecorderSource-3.4.0/kernelports/FreeRTOS/include/
Daws_wifi.tzext.h16 * - Extension Definitions - name and event codes of the extensions.
34 * The name of the extension as a string constant. This name is used by the
36 * the events. Assuming the extension name is "aws_secure_sockets", Tracealyzer
41 * Note: The extension name displayed in Tracealyzer is defined in the XML file
42 * in the EventGroup element (e.g. <EventGroup name="SOCKETS">)
57 * Assuming the extension name is "aws_secure_sockets", and the below version
Daws_secure_sockets.tzext.h16 * - Extension Definitions - name and event codes of the extensions.
34 * The name of the extension as a string constant. This name is used by the
36 * the events. Assuming the extension name is "aws_secure_sockets", Tracealyzer
41 * Note: The extension name displayed in Tracealyzer is defined in the XML file
42 * in the EventGroup element (e.g. <EventGroup name="SOCKETS">)
57 * Assuming the extension name is "aws_secure_sockets", and the below version
DtrcKernelPort.h183 * @brief Set the queue name
186 * @param[in] szName Queue name
191 * @brief Set the semaphore name
194 * @param[in] szName Semaphore name
199 * @brief Set the mutex name
202 * @param[in] szName Mutex name
209 * @brief Set the event group name
212 * @param[in] szName Event group name
228 * @brief Set the stream buffer name
231 * @param[in] szName Stream buffer name
[all …]
/TraceRecorderSource-3.4.0/kernelports/FreeRTOS/config/
DKconfig373 int "Name Length Task"
382 int "Name Length ISR"
391 int "Name Length Queue"
400 int "Name Length Semaphore"
409 int "Name Length Mutex"
418 int "Name Length Timer"
427 int "Name Length Event Group"
436 int "Name Length Stream Buffer"
445 int "Name Length Message Buffer"
/TraceRecorderSource-3.4.0/
DDoxyfile31 # project for which the documentation is generated. This name is used in the
125 # following values are used ($name is automatically replaced with the name of
126 # the entity):The $name class, The $name widget, The $name file, is, provides,
129 ABBREVIATE_BRIEF = "The $name class" \
130 "The $name widget" \
131 "The $name file" \
157 # before files name in the file list and in the header files. If set to NO the
158 # shortest path that makes the file name unique will be used
177 # header file to include in order to use a class. If left blank only the name of
251 # name=value
[all …]
DtrcString.c64 TraceStringHandle_t xTraceRegisterString(const char *name) in xTraceRegisterString() argument
67 xTraceStringRegister(name, &trcStr); in xTraceRegisterString()
DtrcSnapshotRecorder.c217 static TraceStringHandle_t prvTraceOpenSymbol(const char* name, TraceStringHandle_t userEventChanne…
226 static TraceStringHandle_t prvTraceCreateSymbolTableEntry(const char* name,
231 static TraceStringHandle_t prvTraceLookupSymbolTableEntry(const char* name,
643 TRACE_ASSERT(szName != 0, "xTraceSetISRProperties: name == NULL", TRC_FAIL); in xTraceISRRegister()
1279 …if(RecorderDataPtr->userEventBuffer.channels[i].name == 0 && RecorderDataPtr->userEventBuffer.chan… in xTraceRegisterUBChannel()
1282 RecorderDataPtr->userEventBuffer.channels[i].name = channel; in xTraceRegisterUBChannel()
1288 …if (RecorderDataPtr->userEventBuffer.channels[i].name == channel && RecorderDataPtr->userEventBuff… in xTraceRegisterUBChannel()
1322 /* Extracts the channel name and format string from the traceUBChannel, then calls prvTraceUBHelper…
1332 channel = RecorderDataPtr->userEventBuffer.channels[channelPair].name; in vTraceUBData_Helper()
1621 TraceStringHandle_t xTraceRegisterString(const char* name) in xTraceRegisterString() argument
[all …]
DLICENSE.md45 separable from, or merely link (or bind by name) to the interfaces of,
185 file or class name and description of purpose be included on the
189 Copyright [yyyy] [name of copyright owner]
/TraceRecorderSource-3.4.0/kernelports/Zephyr/
DtrcKernelPort.c97 void vTraceSetKernelObjectName(void* object, const char* name) in vTraceSetKernelObjectName() argument
99 xTraceObjectSetNameWithoutHandle(object, name); in vTraceSetKernelObjectName()
102 void vTraceSetWorkQueueName(void* object, const char* name) in vTraceSetWorkQueueName() argument
104 xTraceObjectSetNameWithoutHandle(object, name); in vTraceSetWorkQueueName()
107 void vTraceSetHeapName(void* object, const char* name) in vTraceSetHeapName() argument
109 xTraceObjectSetNameWithoutHandle(object, name); in vTraceSetHeapName()
112 void vTraceSetSemaphoreName(void* object, const char* name) in vTraceSetSemaphoreName() argument
114 xTraceObjectSetNameWithoutHandle(object, name); in vTraceSetSemaphoreName()
117 void vTraceSetMutexName(void* object, const char* name) in vTraceSetMutexName() argument
119 xTraceObjectSetNameWithoutHandle(object, name); in vTraceSetMutexName()
[all …]
/TraceRecorderSource-3.4.0/kernelports/ThreadX/
DtrcCTI.c23 extern UINT _txe_block_pool_info_get_orig(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_bl…
32 extern UINT _txe_byte_pool_info_get_orig(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_byte…
41 extern UINT _txe_event_flags_info_get_orig(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *cur…
50 extern UINT _txe_mutex_info_get_orig(TX_MUTEX *mutex_ptr, CHAR **name, ULONG *count, TX_THREAD **ow…
60 extern UINT _txe_queue_info_get_orig(TX_QUEUE *queue_ptr, CHAR **name, ULONG *enqueued, ULONG *avai…
72 extern UINT _txe_semaphore_info_get_orig(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_v…
82 extern UINT _txe_thread_info_get_orig(TX_THREAD *thread_ptr, CHAR **name, UINT *state, ULONG *run_c…
104 extern UINT _txe_timer_info_get_orig(TX_TIMER *timer_ptr, CHAR **name, UINT *active, ULONG *remaini…
200 UINT _txe_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks, ULONG … in _txe_block_pool_info_get() argument
202 …UINT ret = _txe_block_pool_info_get_orig(pool_ptr, name, available_blocks, total_blocks, first_sus… in _txe_block_pool_info_get()
[all …]
/TraceRecorderSource-3.4.0/zephyr/
Dmodule.yml1 name: TraceRecorder
/TraceRecorderSource-3.4.0/streamports/Jlink_RTT/
DSEGGER_RTT.c61 Name is fixed to "Terminal"
993 * This includes: Buffer address, size, name, flags, ...
996 * sName Pointer to a constant name string.
1038 * This includes: Buffer address, size, name, flags, ...
1041 * sName Pointer to a constant name string.
1083 * This includes: Buffer address, size, name, flags, ...
1087 * sName Pointer to a constant name string.
1099 * Buffer name and flags can be reconfigured using the appropriate functions.
1130 * This includes: Buffer address, size, name, flags, ...
1134 * sName Pointer to a constant name string.
[all …]

12