Searched refs:RecordForLogWithTick (Results 1 – 2 of 2) sorted by relevance
233 RecordForLogWithTick* p = reinterpret_cast<RecordForLogWithTick*>(mBufferPtr); in EntryFunc()283 RecordForLogWithTick* p = reinterpret_cast<RecordForLogWithTick*>(mBufferPtr); in ExitFunc()335 RecordForLogWithTick* p = reinterpret_cast<RecordForLogWithTick*>(mBufferOrigin); in Dump()351 p = reinterpret_cast<RecordForLogWithTick*>(Inc_BufferPtr(p)); in Dump()415 … RecordForLogWithTick* pRecord = reinterpret_cast<RecordForLogWithTick*>(pInfo->mBufferOrigin); in Collect()490 pRecord = reinterpret_cast<RecordForLogWithTick*>(pInfo->Inc_BufferPtr( pRecord )); in Collect()
43 struct RecordForLogWithTick struct107 return (mType & RECORD_TICK)? sizeof(RecordForLogWithTick): sizeof(RecordForLog); in GetRecordSize()