Home
last modified time | relevance | path

Searched defs:AddDebugAnnotation (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/src/tracing/
Devent_context.cc56 protos::pbzero::DebugAnnotation* EventContext::AddDebugAnnotation( in AddDebugAnnotation() function in perfetto::EventContext
/external/perfetto/include/perfetto/tracing/
Devent_context.h95 void AddDebugAnnotation(const char* name, T&& value) { in AddDebugAnnotation() function
/external/perfetto/include/perfetto/tracing/internal/
Dtrack_event_internal.h207 static void AddDebugAnnotation(perfetto::EventContext* event_ctx, in AddDebugAnnotation() function
/external/perfetto/src/tracing/internal/
Dtrack_event_internal.cc463 protos::pbzero::DebugAnnotation* TrackEventInternal::AddDebugAnnotation( in AddDebugAnnotation() function in perfetto::internal::TrackEventInternal