Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/tracing/
Devent_context.h114 void AddDebugAnnotation(EventNameType&& name, T&& value) { in AddDebugAnnotation() function
117 auto annotation = AddDebugAnnotation(std::forward<EventNameType>(name)); in AddDebugAnnotation()
135 protos::pbzero::DebugAnnotation* AddDebugAnnotation(const char* name);
136 protos::pbzero::DebugAnnotation* AddDebugAnnotation(
/external/perfetto/include/perfetto/tracing/internal/
Dtrack_event_internal.h229 static void AddDebugAnnotation(perfetto::EventContext* event_ctx, in AddDebugAnnotation() function
233 AddDebugAnnotation(event_ctx, std::forward<NameType>(name)); in AddDebugAnnotation()
305 static protos::pbzero::DebugAnnotation* AddDebugAnnotation(
309 static protos::pbzero::DebugAnnotation* AddDebugAnnotation(
Dwrite_track_event_args.h171 event_ctx.AddDebugAnnotation(arg_name, std::forward<ArgValue>(arg_value)); in WriteTrackEventArgs()
181 event_ctx.AddDebugAnnotation(arg_name, std::forward<ArgValue>(arg_value)); in WriteTrackEventArgs()
Dtrack_event_legacy.h388 TrackEventInternal::AddDebugAnnotation(ctx, in AddDebugAnnotations()
/external/perfetto/src/tracing/
Devent_context.cc56 protos::pbzero::DebugAnnotation* EventContext::AddDebugAnnotation( in AddDebugAnnotation() function in perfetto::EventContext
64 protos::pbzero::DebugAnnotation* EventContext::AddDebugAnnotation( in AddDebugAnnotation() function in perfetto::EventContext
/external/perfetto/src/tracing/internal/
Dtrack_event_internal.cc565 protos::pbzero::DebugAnnotation* TrackEventInternal::AddDebugAnnotation( in AddDebugAnnotation() function in perfetto::internal::TrackEventInternal
574 protos::pbzero::DebugAnnotation* TrackEventInternal::AddDebugAnnotation( in AddDebugAnnotation() function in perfetto::internal::TrackEventInternal
/external/perfetto/src/tracing/test/
Dapi_integrationtest.cc2576 ctx.AddDebugAnnotation("arg", "value"); in TEST_P()
2599 ctx.AddDebugAnnotation("arg", "value"); in TEST_P()
2621 ctx.AddDebugAnnotation("arg1", "value1"); in TEST_P()
2624 ctx.AddDebugAnnotation("arg2", "value2"); in TEST_P()
2644 ctx.AddDebugAnnotation("arg1", "value1"); in TEST_P()
2647 ctx.AddDebugAnnotation("arg2", "value2"); in TEST_P()
2665 ctx.AddDebugAnnotation("arg", "value"); in TEST_P()
3224 ctx.AddDebugAnnotation("debug_name", "debug_value"); in TEST_P()
3265 ctx.AddDebugAnnotation("debug_annotation", "value"); in TEST_P()