Searched refs:profiler (Results 1 – 4 of 4) sorted by relevance
167 infoPtr = (OSFunctionCostInfo **)&(OS_GetCurrentThread()->profiler); in OS_InitFunctionCost()244 infoPtr = (OSFunctionCostInfo *)(thread->profiler); in OSi_ClearThreadFunctionCostBuffer()279 ldrne r0, [ r0, #OSThread.profiler ] // r0 = functionCostInfo in OSi_GetFunctionCostInfo()582 infoPtr = (OSFunctionCostInfo *)(thread->profiler); in OS_CalcThreadStatistics()751 ldr r2, [ r0, #OSThread.profiler ] // r2 = functionCostInfo in OSi_CalcThreadInterval()772 ldr r2, [ r1, #OSThread.profiler ] // r2 = functionCostInfo in OSi_CalcThreadInterval()
165 infoPtr = (OSCallTraceInfo **)&(OS_GetCurrentThread()->profiler); in OS_InitCallTrace()321 ldrne r0, [ r0, #OSThread.profiler ] // r0 = callTraceInfo in OSi_GetCallTraceInfo()753 info = (OSCallTraceInfo *)thread->profiler; in OSi_DumpThreadCallTrace_core()
527 OSi_LauncherThread.profiler = NULL; in OS_InitThread()652 thread->profiler = NULL; in OS_CreateThread()
125 void *profiler; member