Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_functionCost.c167 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()
Dos_callTrace.c165 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()
Dos_thread.c527 OSi_LauncherThread.profiler = NULL; in OS_InitThread()
652 thread->profiler = NULL; in OS_CreateThread()
/TwlSDK-5.1.0/include/nitro/os/common/
Dthread.h125 void *profiler; member