Home
last modified time | relevance | path

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

/external/perfetto/protos/third_party/chromium/
Dchrome_track_event.proto159 // FrameTreeNode, populated via TracedProto::AddDebugAnnotations API.
215 // RenderProcessHost, populated via TracedProto::AddDebugAnnotations API.
291 // SiteInstance, populated via TracedProto::AddDebugAnnotations API.
306 // SiteInstanceGroup, populated via TracedProto::AddDebugAnnotations API.
331 // RenderViewHost, populated via TracedProto::AddDebugAnnotations API.
358 // RenderFrameProxyHost, populated via TracedProto::AddDebugAnnotations API.
455 // FrameTreeNode, populated via TracedProto::AddDebugAnnotations API.
487 // RenderViewHost, populated via TracedProto::AddDebugAnnotations API.
761 // NavigationHandle/Request, populated via TracedProto::AddDebugAnnotations
/external/perfetto/include/perfetto/tracing/
Dtrack_event_legacy.h327 AddDebugAnnotations(&ctx, std::forward<Args>(args)...); in WriteLegacyEvent()
355 AddDebugAnnotations(&ctx, std::forward<Args>(args)...); in WriteLegacyEventWithIdAndTid()
373 static void AddDebugAnnotations(EventContext*) {} in AddDebugAnnotations() function
377 static void AddDebugAnnotations(EventContext* ctx, in AddDebugAnnotations() function
385 static void AddDebugAnnotations(EventContext* ctx, in AddDebugAnnotations() function
511 TrackEventLegacy::AddDebugAnnotations(&ctx, ##__VA_ARGS__); \
Dtraced_proto.h87 TracedDictionary AddDebugAnnotations() && { in AddDebugAnnotations() function
/external/perfetto/src/tracing/
Dtraced_proto_unittest.cc156 auto dict = std::move(message).AddDebugAnnotations(); in WriteIntoTrace()