Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_lsprof.c46 } ProfilerObject; typedef
60 static _PyTime_t CallExternalTimer(ProfilerObject *pObj) in CallExternalTimer()
90 call_timer(ProfilerObject *pObj) in call_timer()
174 newProfilerEntry(ProfilerObject *pObj, void *key, PyObject *userObj) in newProfilerEntry()
202 getEntry(ProfilerObject *pObj, void *key) in getEntry()
208 getSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in getSubEntry()
215 newSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in newSubEntry()
249 static void clearEntries(ProfilerObject *pObj) in clearEntries()
267 initContext(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in initContext()
287 Stop(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in Stop()
[all …]
/external/python/cpython2/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()
643 pack_add_info(ProfilerObject *self, const char *s1, const char *s2) in pack_add_info()
660 pack_define_file(ProfilerObject *self, int fileno, const char *filename) in pack_define_file()
676 pack_define_func(ProfilerObject *self, int fileno, int lineno, in pack_define_func()
695 pack_line_times(ProfilerObject *self) in pack_line_times()
[all …]