Home
last modified time | relevance | path

Searched defs:pObj (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_lsprof.c130 static PY_LONG_LONG CallExternalTimer(ProfilerObject *pObj) in CallExternalTimer()
159 #define CALL_TIMER(pObj) ((pObj)->externalTimer ? \ argument
227 newProfilerEntry(ProfilerObject *pObj, void *key, PyObject *userObj) in newProfilerEntry()
255 getEntry(ProfilerObject *pObj, void *key) in getEntry()
261 getSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in getSubEntry()
268 newSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in newSubEntry()
302 static void clearEntries(ProfilerObject *pObj) in clearEntries()
320 initContext(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in initContext()
340 Stop(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in Stop()
373 ProfilerObject *pObj = (ProfilerObject*)self; in ptrace_enter_call() local
[all …]