Home
last modified time | relevance | path

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

/AliOS-Things-master/components/trace/
A Dk_trace.c21 void SEGGER_SYSVIEW_RecordObject(unsigned EventID, blk_obj_t *object) in SEGGER_SYSVIEW_RecordObject() function
110 SEGGER_SYSVIEW_RecordObject(SYSVIEW_TRACE_ID_SEM_CREATE, &sem->blk_obj); in trace_sem_create()
115 SEGGER_SYSVIEW_RecordObject(SYSVIEW_TRACE_ID_SEM_OVERFLOW, &sem->blk_obj); in trace_sem_overflow()
130 SEGGER_SYSVIEW_RecordObject(SYSVIEW_TRACE_ID_SEM_GET_BLK, &sem->blk_obj); in trace_sem_get_blk()
135 SEGGER_SYSVIEW_RecordObject(SYSVIEW_TRACE_ID_SEM_TASK_WAKE, &sem->blk_obj); in trace_sem_task_wake()
140 SEGGER_SYSVIEW_RecordObject(SYSVIEW_TRACE_ID_SEM_DEL, &sem->blk_obj); in trace_sem_del()
150 SEGGER_SYSVIEW_RecordObject(SYSVIEW_TRACE_ID_MUTEX_CREATE, &mutex->blk_obj); in trace_mutex_create()
160 SEGGER_SYSVIEW_RecordObject(SYSVIEW_TRACE_ID_MUTEX_GET, &mutex->blk_obj); in trace_mutex_get()
185 SEGGER_SYSVIEW_RecordObject(SYSVIEW_TRACE_ID_MUTEX_DEL, &mutex->blk_obj); in trace_mutex_del()
195 SEGGER_SYSVIEW_RecordObject(SYSVIEW_TRACE_ID_EVENT_GET, &event->blk_obj); in trace_event_get()
[all …]

Completed in 4 milliseconds