Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_parser.cc369 legacy_passthrough_utid_ = utid_candidate; in ParseTrackAssociation()
385 legacy_passthrough_utid_ = procs->UpdateThread(tid, pid); in ParseTrackAssociation()
475 legacy_passthrough_utid_ = utid_; in ParseTrackAssociation()
494 legacy_passthrough_utid_ = utid_; in ParseTrackAssociation()
506 legacy_passthrough_utid_ = utid_; in ParseTrackAssociation()
1119 if (legacy_passthrough_utid_) { in ParseTrackEventArgs()
1121 Variadic::UnsignedInteger(*legacy_passthrough_utid_), in ParseTrackEventArgs()
1436 base::Optional<UniqueTid> legacy_passthrough_utid_; member in perfetto::trace_processor::TrackEventParser::EventImporter