Searched refs:event_ctx (Results 1 – 3 of 3) sorted by relevance
/external/perfetto/include/perfetto/tracing/internal/ |
D | track_event_data_source.h | 338 TrackEventInternal::GetTimeNs(), [&](EventContext event_ctx) { in TraceForCategoryWithDebugAnnotations() 339 TrackEventInternal::AddDebugAnnotation(&event_ctx, arg_name, in TraceForCategoryWithDebugAnnotations() 408 TrackEventInternal::GetTimeNs(), [&](EventContext event_ctx) { in TraceForCategoryWithDebugAnnotations() 409 TrackEventInternal::AddDebugAnnotation(&event_ctx, arg_name, in TraceForCategoryWithDebugAnnotations() 411 TrackEventInternal::AddDebugAnnotation(&event_ctx, arg_name2, in TraceForCategoryWithDebugAnnotations() 519 auto event_ctx = TrackEventInternal::WriteEvent( 527 event_ctx.event()->add_categories(member_name, name_size); 532 event_ctx.event()->set_track_uuid(track.uuid); 533 arg_function(std::move(event_ctx));
|
D | track_event_internal.h | 119 static void AddDebugAnnotation(perfetto::EventContext* event_ctx, in AddDebugAnnotation() argument 122 auto annotation = AddDebugAnnotation(event_ctx, name); in AddDebugAnnotation()
|
/external/perfetto/src/tracing/internal/ |
D | track_event_internal.cc | 354 perfetto::EventContext* event_ctx, in AddDebugAnnotation() argument 356 auto annotation = event_ctx->event()->add_debug_annotations(); in AddDebugAnnotation() 357 annotation->set_name_iid(InternedDebugAnnotationName::Get(event_ctx, name)); in AddDebugAnnotation()
|