Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/tracing/internal/
Dtrack_event_internal.h147 static void AddDebugAnnotation(perfetto::EventContext* event_ctx, in AddDebugAnnotation() function
150 auto annotation = AddDebugAnnotation(event_ctx, name); in AddDebugAnnotation()
201 static protos::pbzero::DebugAnnotation* AddDebugAnnotation(
Dwrite_track_event_args.h89 TrackEventInternal::AddDebugAnnotation(&event_ctx, arg_name, in WriteTrackEventArgs()
/external/perfetto/src/tracing/internal/
Dtrack_event_internal.cc391 protos::pbzero::DebugAnnotation* TrackEventInternal::AddDebugAnnotation( in AddDebugAnnotation() function in perfetto::internal::TrackEventInternal
/external/perfetto/include/perfetto/tracing/
Dtrack_event_legacy.h381 TrackEventInternal::AddDebugAnnotation(ctx, arg_name, arg_value); in AddDebugAnnotations()
391 TrackEventInternal::AddDebugAnnotation(ctx, arg_name, arg_value); in AddDebugAnnotations()
392 TrackEventInternal::AddDebugAnnotation(ctx, arg_name2, arg_value2); in AddDebugAnnotations()