Searched refs:AddDebugAnnotation (Results 1 – 7 of 7) sorted by relevance
| /external/perfetto/include/perfetto/tracing/ |
| D | event_context.h | 114 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/ |
| D | track_event_internal.h | 229 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(
|
| D | write_track_event_args.h | 171 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()
|
| D | track_event_legacy.h | 388 TrackEventInternal::AddDebugAnnotation(ctx, in AddDebugAnnotations()
|
| /external/perfetto/src/tracing/ |
| D | event_context.cc | 56 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/ |
| D | track_event_internal.cc | 565 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/ |
| D | api_integrationtest.cc | 2576 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()
|