Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_lsprof.c113 } ProfilerObject; typedef
130 static PY_LONG_LONG CallExternalTimer(ProfilerObject *pObj) in CallExternalTimer()
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()
[all …]
D_hotshot.c88 } ProfilerObject; typedef
551 do_stop(ProfilerObject *self);
554 flush_data(ProfilerObject *self) in flush_data()
583 pack_packed_int(ProfilerObject *self, int value) in pack_packed_int()
603 pack_modified_packed_int(ProfilerObject *self, int value, in pack_modified_packed_int()
624 pack_string(ProfilerObject *self, const char *s, Py_ssize_t len) in pack_string()
639 pack_add_info(ProfilerObject *self, const char *s1, const char *s2) in pack_add_info()
656 pack_define_file(ProfilerObject *self, int fileno, const char *filename) in pack_define_file()
672 pack_define_func(ProfilerObject *self, int fileno, int lineno, in pack_define_func()
691 pack_line_times(ProfilerObject *self) in pack_line_times()
[all …]