Home
last modified time | relevance | path

Searched refs:printFormatLine (Results 1 – 9 of 9) sorted by relevance

/system/core/libutils/
DPrinter_fuzz.cpp46 printer.printFormatLine("%s", line.c_str()); in LLVMFuzzerTestOneInput()
48 logPrinter.printFormatLine("%s", line.c_str()); in LLVMFuzzerTestOneInput()
50 filePrinter.printFormatLine("%s", line.c_str()); in LLVMFuzzerTestOneInput()
DProcessCallStack.cpp67 printer.printFormatLine("----- pid %d at %s -----", pid, timeStr); in dumpProcessHeader()
68 printer.printFormatLine("Cmd line: %s", procName); in dumpProcessHeader()
73 printer.printFormatLine("----- end %d -----", pid); in dumpProcessFooter()
217 printer.printFormatLine("\"%s\" sysTid=%d", threadName.string(), tid); in printInternal()
DPrinter.cpp39 void Printer::printFormatLine(const char* format, ...) { in printFormatLine() function in android::Printer
157 mPrinter.printFormatLine("%s%s", mPrefix, string); in printLine()
/system/iorap/src/maintenance/
Dcontroller.cc527 printer.printFormatLine(" %s/%s@%d", in DumpPackageActivity()
547 printer.printFormatLine(" Compiled Status: Usable compiled trace"); in DumpPackageActivity()
549 printer.printFormatLine(" Compiled Status: Prefetch file deleted from disk."); in DumpPackageActivity()
553 printer.printFormatLine(" Bytes to be prefetched: %zu", *prefetch_byte_sum); in DumpPackageActivity()
555 printer.printFormatLine(" Bytes to be prefetched: (bad file path)" ); in DumpPackageActivity()
558 printer.printFormatLine(" Time compiled: %s", in DumpPackageActivity()
560 printer.printFormatLine(" %s", prefetch_file->file_path.c_str()); in DumpPackageActivity()
565 printer.printFormatLine(" Compiled Status: Raw traces pending compilation (%zu)", in DumpPackageActivity()
569 printer.printFormatLine(" Compiled Status: Need %zu more traces for compilation", in DumpPackageActivity()
574 printer.printFormatLine(" Raw traces:"); in DumpPackageActivity()
[all …]
/system/iorap/src/perfetto/
Dperfetto_consumer.cc520 printer.printFormatLine("Perfetto consumer state:"); in Dump()
524 printer.printFormatLine(" Last destroyed handle: %" PRId64, last_destroyed_); in Dump()
525 printer.printFormatLine(" Last created handle: %" PRId64, last_created_); in Dump()
526 printer.printFormatLine(""); in Dump()
527 printer.printFormatLine(" In-flight handles:"); in Dump()
533 printer.printFormatLine(" Handle %" PRId64, handle_desc.handle_); in Dump()
534 printer.printFormatLine(" Kind: %s", ToString(handle_desc.kind_).c_str()); in Dump()
535 printer.printFormatLine(" Perfetto State: %d", static_cast<int>(handle_desc.state_)); in Dump()
536 printer.printFormatLine(" Started tracing at: %" PRIu64, started_tracing); in Dump()
537 printer.printFormatLine(" Last transition at: %" PRIu64, in Dump()
[all …]
/system/iorap/src/prefetcher/
Dread_ahead.cc136 printer.printFormatLine("Recent prefetches:"); in Dump()
142 printer.printFormatLine(" %s", data.task_id.path.c_str()); in Dump()
143 printer.printFormatLine(" Task ID: %zu", data.task_id.id); in Dump()
144 printer.printFormatLine(" Bytes count: %zu", data.file_lengths_sum); in Dump()
148 printer.printFormatLine(" (None)"); in Dump()
/system/iorap/src/binder/
Diiorap_impl.cc220 printer.printFormatLine("Failed to compile package %s.", package_name.c_str()); in Dump()
222 printer.printFormatLine("Package %s compiled.", package_name.c_str()); in Dump()
230 printer.printFormatLine("Failed to purge package %s.", package_name.c_str()); in Dump()
232 printer.printFormatLine("Package %s purged.", package_name.c_str()); in Dump()
244 printer.printFormatLine(" '%s'", String16ToStdString(arg16).c_str()); in Dump()
/system/core/libutils/include/utils/
DPrinter.h33 virtual void printFormatLine(const char* format, ...) __attribute__((format (printf, 2, 3)));
/system/iorap/src/manager/
Devent_manager.cc1232 printer.printFormatLine("iorapd.perfetto.enable = %s", tracing_allowed_ ? "true" : "false"); in RefreshSystemProperties()
1236 printer.printFormatLine("iorapd.readahead.enable = %s", s_readahead_allowed ? "true" : "false"); in RefreshSystemProperties()
1241 printer.printFormatLine("iorapd.maintenance.min_traces = %" PRIu64, min_traces); in RefreshSystemProperties()
1243 printer.printFormatLine("iorapd.exclude_dex_files = %s", in RefreshSystemProperties()