Searched refs:AsyncTrackSetTracker (Results 1 – 6 of 6) sorted by relevance
25 AsyncTrackSetTracker::AsyncTrackSetTracker(TraceProcessorContext* context) in AsyncTrackSetTracker() function in perfetto::trace_processor::AsyncTrackSetTracker28 AsyncTrackSetTracker::TrackSetId AsyncTrackSetTracker::InternGlobalTrackSet( in InternGlobalTrackSet()45 AsyncTrackSetTracker::TrackSetId AsyncTrackSetTracker::InternAndroidSet( in InternAndroidSet()66 AsyncTrackSetTracker::TrackSetId AsyncTrackSetTracker::InternFrameTimelineSet( in InternFrameTimelineSet()87 TrackId AsyncTrackSetTracker::Begin(TrackSetId id, int64_t cookie) { in Begin()105 TrackId AsyncTrackSetTracker::End(TrackSetId id, int64_t cookie) { in End()123 TrackId AsyncTrackSetTracker::Scoped(TrackSetId id, int64_t ts, int64_t dur) { in Scoped()146 AsyncTrackSetTracker::TrackState&147 AsyncTrackSetTracker::GetOrCreateTrackForCookie(TrackSet& set, int64_t cookie) { in GetOrCreateTrackForCookie()178 TrackId AsyncTrackSetTracker::CreateTrackForSet(const TrackSet& set) { in CreateTrackForSet()
56 class AsyncTrackSetTracker {60 explicit AsyncTrackSetTracker(TraceProcessorContext* context);61 ~AsyncTrackSetTracker() = default;166 AsyncTrackSetTracker::TrackSet set; in CreateUnnestableTrackSetForTesting()168 set.type = AsyncTrackSetTracker::TrackSetType::kAndroid; in CreateUnnestableTrackSetForTesting()
35 context_.async_track_set_tracker.reset(new AsyncTrackSetTracker(&context_)); in AsyncTrackSetTrackerUnittest()48 AsyncTrackSetTracker* tracker_ = nullptr;50 AsyncTrackSetTracker::TrackSetId unnestable_id_;51 AsyncTrackSetTracker::TrackSetId legacy_unnestable_id_;
45 using TrackSetId = AsyncTrackSetTracker::TrackSetId;
30 class AsyncTrackSetTracker; variable73 std::unique_ptr<AsyncTrackSetTracker> async_track_set_tracker;
50 context_.async_track_set_tracker.reset(new AsyncTrackSetTracker(&context_)); in TraceProcessorStorageImpl()