Lines Matching refs:identity
82 STATIC VOID OsTraceSetFrame(TraceEventFrame *frame, UINT32 eventType, UINTPTR identity, const UINTPTR *params,
96 frame->identity = identity;
132 VOID OsTraceHook(UINT32 eventType, UINTPTR identity, const UINTPTR *params, UINT16 paramCount)
135 OsTraceObjAdd(eventType, identity); /* handle important obj info, these can not be filtered */
139 UINTPTR id = identity;
141 if (OsTraceHwiFilter(identity)) {
145 id = OsTraceGetMaskTid(identity);
148 LOS_MemInfoGet((VOID *)identity, &status);
149 LOS_TRACE(MEM_INFO, identity, status.totalUsedSize, status.totalFreeSize);