Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/tracing/
H A Devent_context.h114 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 Devent_context.h114 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 Dtrack_event_internal.h242 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 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()
H A Dtrack_event_legacy.h388 TrackEventInternal::AddDebugAnnotation(ctx, in AddDebugAnnotations()
/aosp_15_r20/external/perfetto/include/perfetto/tracing/internal/
H A Dtrack_event_internal.h242 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 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()
H A Dtrack_event_legacy.h388 TrackEventInternal::AddDebugAnnotation(ctx, in AddDebugAnnotations()
/aosp_15_r20/external/perfetto/src/tracing/
H A Devent_context.cc57 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 Dtrack_event_internal.cc588 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 Dapi_integrationtest.cc2829 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()