Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_parser.cc815 std::string phase_string(1, static_cast<char>(phase)); in ParseThreadInstantEvent() local
816 StringId phase_id = storage_->InternString(phase_string.c_str()); in ParseThreadInstantEvent()
853 std::string phase_string(1, static_cast<char>(phase)); in ParseAsyncBeginEvent() local
854 StringId phase_id = storage_->InternString(phase_string.c_str()); in ParseAsyncBeginEvent()
910 std::string phase_string(1, static_cast<char>(phase)); in ParseAsyncStepEvent() local
911 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() local
1020 StringId phase_id = storage_->InternString(phase_string.c_str()); in ParseLegacyEventAsRawEvent()