Searched refs:AddDebugAnnotation (Results 1 – 4 of 4) sorted by relevance
/external/perfetto/include/perfetto/tracing/internal/ |
D | track_event_internal.h | 147 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(
|
D | write_track_event_args.h | 89 TrackEventInternal::AddDebugAnnotation(&event_ctx, arg_name, in WriteTrackEventArgs()
|
/external/perfetto/src/tracing/internal/ |
D | track_event_internal.cc | 391 protos::pbzero::DebugAnnotation* TrackEventInternal::AddDebugAnnotation( in AddDebugAnnotation() function in perfetto::internal::TrackEventInternal
|
/external/perfetto/include/perfetto/tracing/ |
D | track_event_legacy.h | 381 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()
|