Searched refs:AddDebugAnnotations (Results 1 – 4 of 4) sorted by relevance
/external/perfetto/protos/third_party/chromium/ |
D | chrome_track_event.proto | 159 // 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/ |
D | track_event_legacy.h | 327 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__); \
|
D | traced_proto.h | 87 TracedDictionary AddDebugAnnotations() && { in AddDebugAnnotations() function
|
/external/perfetto/src/tracing/ |
D | traced_proto_unittest.cc | 156 auto dict = std::move(message).AddDebugAnnotations(); in WriteIntoTrace()
|