Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/dbg/
Ddbg_Instrument.h107 return (mType & RECORD_TICK)? sizeof(RecordForLogWithTick): sizeof(RecordForLog); in GetRecordSize()
111 return (mType & RING_BUFFER); in IsRingBuffer()
115 return (mType & RECORD_TICK); in IsRecordTick()
119 return (mType & TRACE_LOG); in IsTraceLog()
157 s32 mType; variable
/CTR-SDK-4.2.5/sources/libraries/dbg/
Ddbg_Instrument.cpp163 mType = type; in Initialize()