Home
last modified time | relevance | path

Searched refs:LOS_TraceQueueRW (Results 1 - 2 of 2) sorted by relevance

/kernel/liteos_m/components/trace/cnv/
H A Dtrace_cnv.c98 STATIC VOID LOS_TraceQueueRW(const LosQueueCB *queueCB, UINT32 operateType, in LOS_TraceQueueRW() function
237 LOS_HookReg(LOS_HOOK_TYPE_QUEUE_READ, LOS_TraceQueueRW); in OsTraceCnvInit()
238 LOS_HookReg(LOS_HOOK_TYPE_QUEUE_READ_COPY, LOS_TraceQueueRW); in OsTraceCnvInit()
239 LOS_HookReg(LOS_HOOK_TYPE_QUEUE_WRITE, LOS_TraceQueueRW); in OsTraceCnvInit()
240 LOS_HookReg(LOS_HOOK_TYPE_QUEUE_WRITE_COPY, LOS_TraceQueueRW); in OsTraceCnvInit()
/kernel/liteos_a/kernel/extended/trace/cnv/
H A Dtrace_cnv.c99 STATIC VOID LOS_TraceQueueRW(const LosQueueCB *queueCB, UINT32 operateType, in LOS_TraceQueueRW() function
312 LOS_HookReg(LOS_HOOK_TYPE_QUEUE_READ, LOS_TraceQueueRW); in OsTraceCnvInit()
313 LOS_HookReg(LOS_HOOK_TYPE_QUEUE_WRITE, LOS_TraceQueueRW); in OsTraceCnvInit()

Completed in 3 milliseconds