Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_parser.h114 std::array<StringId, 4> counter_unit_ids_; variable
Dtrack_event_parser.cc1514 counter_unit_ids_{{kNullStringId, context_->storage->InternString("ns"), in TrackEventParser()
1669 if (unit_index >= counter_unit_ids_.size()) in ParseCounterDescriptor()
1695 counter_tracks->mutable_unit()->Set(track_idx, counter_unit_ids_[unit_index]); in ParseCounterDescriptor()