Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/importers/perf/
H A Dspe_record_parser.cc113 if (data_source_strings_[ds] == kNullStringId) { in ToStringId()
114 data_source_strings_[ds] = context_->storage->InternString(ToString(ds)); in ToStringId()
116 return data_source_strings_[ds]; in ToStringId()
H A Dspe_record_parser.h96 CachedStringIdArray<spe::DataSource> data_source_strings_; variable