Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_parser.h113 ChromeStringLookup chrome_string_lookup_; variable
Dtrack_event_parser.cc1513 chrome_string_lookup_(context->storage.get()), in TrackEventParser()
1598 chrome_string_lookup_.GetProcessName(decoder.chrome_process_type()); in ParseProcessDescriptor()
1612 chrome_string_lookup_.GetProcessName(decoder.process_type()); in ParseChromeProcessDescriptor()
1640 name_id = chrome_string_lookup_.GetThreadName(decoder.chrome_thread_type()); in ParseThreadDescriptor()
1655 StringId name_id = chrome_string_lookup_.GetThreadName(decoder.thread_type()); in ParseChromeThreadDescriptor()