Searched refs:phase_string (Results 1 – 1 of 1) sorted by relevance
815 std::string phase_string(1, static_cast<char>(phase)); in ParseThreadInstantEvent() local816 StringId phase_id = storage_->InternString(phase_string.c_str()); in ParseThreadInstantEvent()853 std::string phase_string(1, static_cast<char>(phase)); in ParseAsyncBeginEvent() local854 StringId phase_id = storage_->InternString(phase_string.c_str()); in ParseAsyncBeginEvent()910 std::string phase_string(1, static_cast<char>(phase)); in ParseAsyncStepEvent() local911 StringId phase_id = storage_->InternString(phase_string.c_str()); in ParseAsyncStepEvent()1019 std::string phase_string(1, static_cast<char>(legacy_event_.phase())); in ParseLegacyEventAsRawEvent() local1020 StringId phase_id = storage_->InternString(phase_string.c_str()); in ParseLegacyEventAsRawEvent()