Lines Matching refs:ProfilerContext
103 } ProfilerContext; typedef
108 ProfilerContext *currentProfilerContext;
109 ProfilerContext *freelistProfilerContext;
312 ProfilerContext *c = pObj->freelistProfilerContext; in clearEntries()
320 initContext(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in initContext()
340 Stop(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in Stop()
375 ProfilerContext *pContext; in ptrace_enter_call()
399 pContext = (ProfilerContext*) in ptrace_enter_call()
400 malloc(sizeof(ProfilerContext)); in ptrace_enter_call()
418 ProfilerContext *pContext; in ptrace_leave_call()
712 ProfilerContext *pContext = pObj->currentProfilerContext; in flush_unmatched()