Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/profiler/internal/
Dpython_hooks.cc50 std::string GetEventName(PyCodeObject* py_code) { in GetEventName() function
63 string GetEventName(PyCFunctionObject* py_cfunc) { in GetEventName() function
96 return GetEventName(code_object); in Name()
98 return GetEventName(function_object); in Name()
/external/llvm-project/lldb/include/lldb/Utility/
DBroadcaster.h341 const char *GetEventName(uint32_t event_mask) const { in GetEventName() function
342 return m_broadcaster_sp->GetEventName(event_mask); in GetEventName()
461 const char *GetEventName(uint32_t event_mask) const { in GetEventName() function