Home
last modified time | relevance | path

Searched refs:ProfilerContext (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/lib/
Dprofiler_session.h25 struct ProfilerContext { struct
40 ProfilerContext* const context); argument
51 explicit ProfilerSession(ProfilerContext* const context);
Dprofiler_session.cc121 ProfilerContext* const context) { in Create()
155 ProfilerSession::ProfilerSession(ProfilerContext* const context) in ProfilerSession()
/external/python/cpython2/Modules/
D_lsprof.c103 } 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.c93 } 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/
Dprofiler_service_impl.cc28 explicit ProfilerServiceImpl(const ProfilerContext& profiler_context) in ProfilerServiceImpl()
66 ProfilerContext profiler_context_;
71 const ProfilerContext& profiler_context) { in CreateProfilerService()
Dprofiler_server.cc27 ProfilerContext* const profiler_context, int32 port) { in StartProfilerServer()
33 ProfilerContext ctx = *profiler_context; in StartProfilerServer()
Dprofiler_service_impl.h28 const ProfilerContext& profiler_context);
Dprofiler_server.h23 ProfilerContext* const profiler_context, int32 port);
/external/tensorflow/tensorflow/c/eager/
Dc_api_internal.h123 tensorflow::ProfilerContext profiler_context;