Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/dbg/
Ddbg_Instrument.cpp54 void (*sLogFuncForInstrument)( const char*, ... ) = ins_Printf; variable
317 sLogFuncForInstrument = logFunc; in SetLogFunction()
331 sLogFuncForInstrument("count: %d\n", mCount ); in Dump()
341sLogFuncForInstrument("func: %08x out tick: %llx\n", p->mAddress & 0xfffffffe, p… in Dump()
345sLogFuncForInstrument("func: %08x in caller: %08x tick: %llx\n", p->mAddress & 0xfffffffe, p->mC… in Dump()
361 sLogFuncForInstrument("func: %08x caller: %08x\n", p->mAddress, p->mCall); in Dump()
369 sLogFuncForInstrument("\n"); in Dump()