Searched refs:ProfilerLegacyThreadLocalState (Results 1 – 1 of 1) sorted by relevance
122 struct ProfilerLegacyThreadLocalState : public ProfilerStateBase { struct123 explicit ProfilerLegacyThreadLocalState( in ProfilerLegacyThreadLocalState() argument126 ~ProfilerLegacyThreadLocalState() override = default;128 static ProfilerLegacyThreadLocalState* getTLS() { in getTLS() argument132 return static_cast<ProfilerLegacyThreadLocalState*>(tls); in getTLS()175 thread_event_lists ProfilerLegacyThreadLocalState::consolidate() { in consolidate()192 void ProfilerLegacyThreadLocalState::mark(std::string name, bool include_cuda) { in mark()210 void ProfilerLegacyThreadLocalState::setOrAddRemoteProfiledEvents( in setOrAddRemoteProfiledEvents()221 void ProfilerLegacyThreadLocalState::pushRange( in pushRange()270 void ProfilerLegacyThreadLocalState::popRange( in popRange()[all …]