/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/tracing/ |
H A D | event_context.h | 114 void AddDebugAnnotation(EventNameType&& name, T&& value) { in AddDebugAnnotation() function 117 auto annotation = AddDebugAnnotation(std::forward<EventNameType>(name)); in AddDebugAnnotation() 147 protos::pbzero::DebugAnnotation* AddDebugAnnotation(const char* name); 148 protos::pbzero::DebugAnnotation* AddDebugAnnotation(
|
/aosp_15_r20/external/perfetto/include/perfetto/tracing/ |
H A D | event_context.h | 114 void AddDebugAnnotation(EventNameType&& name, T&& value) { in AddDebugAnnotation() function 117 auto annotation = AddDebugAnnotation(std::forward<EventNameType>(name)); in AddDebugAnnotation() 147 protos::pbzero::DebugAnnotation* AddDebugAnnotation(const char* name); 148 protos::pbzero::DebugAnnotation* AddDebugAnnotation(
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/tracing/internal/ |
H A D | track_event_internal.h | 242 static void AddDebugAnnotation(perfetto::EventContext* event_ctx, in AddDebugAnnotation() function 246 AddDebugAnnotation(event_ctx, std::forward<NameType>(name)); in AddDebugAnnotation() 318 static protos::pbzero::DebugAnnotation* AddDebugAnnotation( 322 static protos::pbzero::DebugAnnotation* AddDebugAnnotation(
|
H A 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()
|
H A D | track_event_legacy.h | 388 TrackEventInternal::AddDebugAnnotation(ctx, in AddDebugAnnotations()
|
/aosp_15_r20/external/perfetto/include/perfetto/tracing/internal/ |
H A D | track_event_internal.h | 242 static void AddDebugAnnotation(perfetto::EventContext* event_ctx, in AddDebugAnnotation() function 246 AddDebugAnnotation(event_ctx, std::forward<NameType>(name)); in AddDebugAnnotation() 331 static protos::pbzero::DebugAnnotation* AddDebugAnnotation( 335 static protos::pbzero::DebugAnnotation* AddDebugAnnotation(
|
H A 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()
|
H A D | track_event_legacy.h | 388 TrackEventInternal::AddDebugAnnotation(ctx, in AddDebugAnnotations()
|
/aosp_15_r20/external/perfetto/src/tracing/ |
H A D | event_context.cc | 57 protos::pbzero::DebugAnnotation* EventContext::AddDebugAnnotation( in AddDebugAnnotation() function in perfetto::EventContext 65 protos::pbzero::DebugAnnotation* EventContext::AddDebugAnnotation( in AddDebugAnnotation() function in perfetto::EventContext
|
/aosp_15_r20/external/perfetto/src/tracing/internal/ |
H A D | track_event_internal.cc | 588 protos::pbzero::DebugAnnotation* TrackEventInternal::AddDebugAnnotation( in AddDebugAnnotation() function in perfetto::internal::TrackEventInternal 597 protos::pbzero::DebugAnnotation* TrackEventInternal::AddDebugAnnotation( in AddDebugAnnotation() function in perfetto::internal::TrackEventInternal
|
/aosp_15_r20/external/perfetto/src/tracing/test/ |
H A D | api_integrationtest.cc | 2829 ctx.AddDebugAnnotation("arg", "value"); in TEST_P() 2852 ctx.AddDebugAnnotation("arg", "value"); in TEST_P() 2874 ctx.AddDebugAnnotation("arg1", "value1"); in TEST_P() 2877 ctx.AddDebugAnnotation("arg2", "value2"); in TEST_P() 2897 ctx.AddDebugAnnotation("arg1", "value1"); in TEST_P() 2900 ctx.AddDebugAnnotation("arg2", "value2"); in TEST_P() 2918 ctx.AddDebugAnnotation("arg", "value"); in TEST_P() 3484 ctx.AddDebugAnnotation("debug_name", "debug_value"); in TEST_P() 3526 ctx.AddDebugAnnotation("debug_annotation", "value"); in TEST_P()
|