Lines Matching refs:Printf
205 Printf(context_, "[%7.3lf] %.*s", in OnTrackEvent()
210 Printf(context_, "%-5.*s ", in OnTrackEvent()
216 Printf(context_, "- "); in OnTrackEvent()
224 Printf(context_, "} "); in OnTrackEvent()
227 Printf(context_, "%.*s", static_cast<int>(event.name.size), event.name.data); in OnTrackEvent()
232 Printf(context_, " {"); in OnTrackEvent()
247 Printf(context_, " +%" PRIu64 "ms", event.duration_ns / kNsPerMillisecond); in OnTrackEvent()
250 Printf(context_, "\n"); in OnTrackEvent()
308 void ConsoleInterceptor::Printf(InterceptorContext& context, in Printf() function in perfetto::ConsoleInterceptor
358 Printf(context, FMT_RGB_SET, color.r, color.g, color.b); in SetColor()
367 Printf(context, "%s", color); in SetColor()
377 Printf(context, "("); in PrintDebugAnnotations()
384 Printf(context, ", "); in PrintDebugAnnotations()
387 Printf(context, ":"); in PrintDebugAnnotations()
395 Printf(context, ")"); in PrintDebugAnnotations()
413 Printf(context, "%.*s", static_cast<int>(name.size), name.data); in PrintDebugAnnotationName()
421 Printf(context, "%s", annotation.bool_value() ? "true" : "false"); in PrintDebugAnnotationValue()
423 Printf(context, "%" PRIu64, annotation.uint_value()); in PrintDebugAnnotationValue()
425 Printf(context, "%" PRId64, annotation.int_value()); in PrintDebugAnnotationValue()
427 Printf(context, "%f", annotation.double_value()); in PrintDebugAnnotationValue()
429 Printf(context, "%.*s", static_cast<int>(annotation.string_value().size), in PrintDebugAnnotationValue()
432 Printf(context, "%p", reinterpret_cast<void*>(annotation.pointer_value())); in PrintDebugAnnotationValue()
434 Printf(context, "%.*s", in PrintDebugAnnotationValue()
438 Printf(context, "{"); in PrintDebugAnnotationValue()
442 Printf(context, ", "); in PrintDebugAnnotationValue()
445 Printf(context, ":"); in PrintDebugAnnotationValue()
449 Printf(context, "}"); in PrintDebugAnnotationValue()
451 Printf(context, "["); in PrintDebugAnnotationValue()
455 Printf(context, ", "); in PrintDebugAnnotationValue()
460 Printf(context, "]"); in PrintDebugAnnotationValue()
462 Printf(context, "{}"); in PrintDebugAnnotationValue()