Searched refs:ProfilerContext (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/lib/ |
D | profiler_session.h | 25 struct ProfilerContext { struct 40 ProfilerContext* const context); argument 51 explicit ProfilerSession(ProfilerContext* const context);
|
D | profiler_session.cc | 121 ProfilerContext* const context) { in Create() 155 ProfilerSession::ProfilerSession(ProfilerContext* const context) in ProfilerSession()
|
/external/python/cpython2/Modules/ |
D | _lsprof.c | 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() [all …]
|
/external/python/cpython3/Modules/ |
D | _lsprof.c | 93 } ProfilerContext; typedef 98 ProfilerContext *currentProfilerContext; 99 ProfilerContext *freelistProfilerContext; 311 ProfilerContext *c = pObj->freelistProfilerContext; in clearEntries() 319 initContext(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in initContext() 339 Stop(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in Stop() 374 ProfilerContext *pContext; in ptrace_enter_call() 398 pContext = (ProfilerContext*) in ptrace_enter_call() 399 PyMem_Malloc(sizeof(ProfilerContext)); in ptrace_enter_call() 417 ProfilerContext *pContext; in ptrace_leave_call() [all …]
|
/external/tensorflow/tensorflow/core/profiler/rpc/ |
D | profiler_service_impl.cc | 28 explicit ProfilerServiceImpl(const ProfilerContext& profiler_context) in ProfilerServiceImpl() 66 ProfilerContext profiler_context_; 71 const ProfilerContext& profiler_context) { in CreateProfilerService()
|
D | profiler_server.cc | 27 ProfilerContext* const profiler_context, int32 port) { in StartProfilerServer() 33 ProfilerContext ctx = *profiler_context; in StartProfilerServer()
|
D | profiler_service_impl.h | 28 const ProfilerContext& profiler_context);
|
D | profiler_server.h | 23 ProfilerContext* const profiler_context, int32 port);
|
/external/tensorflow/tensorflow/c/eager/ |
D | c_api_internal.h | 123 tensorflow::ProfilerContext profiler_context;
|