Searched refs:TrackSetId (Results 1 – 4 of 4) sorted by relevance
/external/perfetto/src/trace_processor/importers/proto/ |
D | async_track_set_tracker.h | 58 using TrackSetId = uint32_t; 64 TrackSetId InternGlobalTrackSet(StringId name); 69 TrackSetId InternAndroidSet(UniquePid, StringId name); 72 TrackId Begin(TrackSetId id, int64_t cookie); 76 TrackSetId InternFrameTimelineSet(UniquePid, StringId name); 79 TrackId End(TrackSetId id, int64_t cookie); 86 TrackId Scoped(TrackSetId id, int64_t ts, int64_t dur); 165 TrackSetId CreateUnnestableTrackSetForTesting(UniquePid upid, StringId name) { in CreateUnnestableTrackSetForTesting() 171 return static_cast<TrackSetId>(track_sets_.size() - 1); in CreateUnnestableTrackSetForTesting() 184 std::map<StringId, TrackSetId> global_track_set_ids_; [all …]
|
D | async_track_set_tracker.cc | 28 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()
|
D | frame_timeline_event_parser.h | 45 using TrackSetId = AsyncTrackSetTracker::TrackSetId; variable 66 std::map<int64_t, TrackSetId> cookie_track_set_id_map_;
|
D | async_track_set_tracker_unittest.cc | 50 AsyncTrackSetTracker::TrackSetId unnestable_id_; 51 AsyncTrackSetTracker::TrackSetId legacy_unnestable_id_;
|