Home
last modified time | relevance | path

Searched refs:PRIu64 (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/aosp12/system/core/storaged/
H A Dstoraged_utils.cpp74 printf("%s %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 in log_console_running_uids_info()
75 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 "\n", in log_console_running_uids_info()
83 printf("-> %s %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 in log_console_running_uids_info()
84 … " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 "\n", in log_console_running_uids_info()
H A Dstoraged_service.cpp48 dprintf(fd, "%s %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 in dumpUidRecords()
49 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 "\n", in dumpUidRecords()
65 dprintf(fd, "%s_%d %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 in dumpUidRecordsDebug()
66 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 "\n", in dumpUidRecordsDebug()
80 dprintf(fd, "-> %s %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 in dumpUidRecordsDebug()
81 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 "\n", in dumpUidRecordsDebug()
148 dprintf(fd, "%" PRIu64, it.second.start_ts); in dump()
150 dprintf(fd, ",%" PRIu64 "\n", it.first); in dump()
/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/
H A Dget_pwr_stats.c98 …ALOGI("mpll_cumulative_cnts (%d) counter value: %"PRIu64"\n", i, pwr_stats_count.mpll_cumulative_c… in main()
99 …fprintf(stdout, "mpll_cumulative_cnts (%d) counter value: %"PRIu64"\n", i, pwr_stats_count.mpll_cu… in main()
103 …ALOGI("apll_cumulative_cnts (%d) counter value: %"PRIu64"\n", i, pwr_stats_count.apll_cumulative_c… in main()
104 …fprintf(stdout, "apll_cumulative_cnts (%d) counter value: %"PRIu64"\n", i, pwr_stats_count.apll_cu… in main()
108 …ALOGI("mpllCumulativeDur (%d) Duration value: %" PRIu64 "\n", i, pwr_stats_count.mpllCumulativeDu… in main()
109 …fprintf(stdout, "mpllCumulativeDur (%d) Duration value %" PRIu64 "\n", i, pwr_stats_count.mpllCum… in main()
113 …ALOGI("mpllTimeStamp (%d) Last time stamp value : %" PRIu64 "\n", i, pwr_stats_count.mpllTimeStamp… in main()
114 …fprintf(stdout, "mpllTimeStamp (%d) Last time stamp value : %"PRIu64"\n", i, pwr_stats_count.mpllT… in main()
117 …ALOGI("sleepModeTimeStamp, Last time stamp value for Sleep : %" PRIu64 "\n", pwr_stats_count.sleep… in main()
118 …fprintf(stdout, "sleepModeTimeStamp, Last time stamp value for Sleep : %" PRIu64"\n", pwr_stats_co… in main()
[all …]
H A Doslo_get_stats.c58 fprintf(stdout, "Total Number of Entries is %" PRIu64 "\n", in main()
60 ALOGI("Total Number of Entries is %" PRIu64 "\n", sensor_stats[i].totalNumEntries); in main()
62 fprintf(stdout, "Total time spent (in Ms) is %" PRIu64 "\n", in main()
64 ALOGI("Total time spent (in Ms) is %" PRIu64 "\n", sensor_stats[i].totalTimeSpentMs); in main()
66 fprintf(stdout, "Time stamp for Last Entry is %" PRIu64 "\n", in main()
68 ALOGI("Time stamp for Last Entry is %" PRIu64 "\n", sensor_stats[i].lastEntryTimeStampMs); in main()
70 fprintf(stdout, "Time stamp for Last Exit is %" PRIu64 "\n", in main()
72 ALOGI("Time stamp for Last Exit is %" PRIu64 "\n", sensor_stats[i].lastExitTimeStampMs); in main()
/aosp12/system/extras/tests/iptables/qtaguid/
H A DsocketTag.cpp113 if (doCtrlCommand("t %d %" PRIu64, fd, tag) < 0) { in setup()
199 " tag1=0x%" PRIx64 "/%" PRIu64 " tag2=0x%" PRIx64 "/% " PRIu64, in SetUp()
261 EXPECT_GE(doCtrlCommand("t %d %" PRIu64 " %u", sock0.fd, tag , fake_uid2), 0) in TEST_F()
268 EXPECT_LT(doCtrlCommand("t %d %" PRIu64 " %u", sock0.fd, new_tag, fake_uid2), 0); in TEST_F()
285 EXPECT_GE(doCtrlCommand("d %" PRIu64 " %u", new_tag3, fake_uid2), 0); in TEST_F()
321 EXPECT_LE(doCtrlCommand("t %d %" PRIu64, sock0.fd, invalid_tag1), 0); in TEST_F()
327 EXPECT_GE(doCtrlCommand("t %d %" PRIu64, sock0.fd, valid_tag1), 0); in TEST_F()
333 EXPECT_GE(doCtrlCommand("t %d %" PRIu64, sock0.fd, valid_tag1), 0); in TEST_F()
367 EXPECT_GE(doCtrlCommand("t %d %" PRIu64, sock0.fd, max_uint_tag), 0); in TEST_F()
373 EXPECT_GE(doCtrlCommand("t %d %" PRIu64, sock0.fd, max_uint_tag), 0); in TEST_F()
[all …]
/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DProcDiskStatsTest.cpp44 StringAppendF(&buffer, " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64, stats.numReadsCompleted, in getDiskStatsLine()
46 StringAppendF(&buffer, " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64, in getDiskStatsLine()
49 StringAppendF(&buffer, " 0 %" PRIu64 " %" PRIu64 " 0 0 0 0 %" PRIu64 " %" PRIu64 "\n", in getDiskStatsLine()
H A DProcStatTest.cpp37 return StringPrintf("Cpu Stats:\nUserTime: %" PRIu64 " NiceTime: %" PRIu64 " SysTime: %" PRIu64 in toString()
38 " IdleTime: %" PRIu64 " IoWaitTime: %" PRIu64 " IrqTime: %" PRIu64 in toString()
39 " SoftIrqTime: %" PRIu64 " StealTime: %" PRIu64 " GuestTime: %" PRIu64 in toString()
40 " GuestNiceTime: %" PRIu64 "\nNumber of running processes: %" PRIu32 in toString()
/aosp12/system/memory/libmeminfo/tools/
H A Dprocrank.cpp233 ss << ::android::base::StringPrintf("%6" PRIu64 "K %6" PRIu64 "K %6" PRIu64 "K ", in print_process_record()
237 ss << ::android::base::StringPrintf("%7" PRIu64 "K %6" PRIu64 "K %6" PRIu64 "K %6" PRIu64 in print_process_record()
300 ss << ::android::base::StringPrintf("%7s %6" PRIu64 "K %6" PRIu64 "K ", "", in print_totals()
303 ss << ::android::base::StringPrintf("%8s %7s %6" PRIu64 "K %6" PRIu64 "K ", "", "", in print_totals()
306 ss << ::android::base::StringPrintf("%6" PRIu64 "K ", total_swap / 1024); in print_totals()
307 ss << ::android::base::StringPrintf("%6" PRIu64 "K ", total_pswap / 1024); in print_totals()
308 ss << ::android::base::StringPrintf("%6" PRIu64 "K ", total_uswap / 1024); in print_totals()
319 ss << ::android::base::StringPrintf("ZRAM: %" PRIu64 "K physical used for %" PRIu64 in print_sysmeminfo()
321 "(%" PRIu64 "K total swap)", in print_sysmeminfo()
328 ss << ::android::base::StringPrintf(" RAM: %" PRIu64 "K total, %" PRIu64 "K free, %" PRIu64 in print_sysmeminfo()
[all …]
H A Dprocmem.cpp88 ss << ::android::base::StringPrintf("%6" PRIu64 "K ", stats.vss / 1024); in print_stats()
92 "%6" PRIu64 "K %6" PRIu64 "K %6" PRIu64 "K %6" PRIu64 "K %6" PRIu64 "K %6" PRIu64 in print_stats()
93 "K %6" PRIu64 "K %6" PRIu64 "K ", in print_stats()
H A Dshowmap.cpp183 printf("%8" PRIu64 " %8" PRIu64 " %8" PRIu64 " %8" PRIu64 " %8" PRIu64 " %8" PRIu64 " %8" PRIu64 in print_vmainfo()
184 " %8" PRIu64 " %8" PRIu64 " %9" PRIu64 " %9" PRIu64 " %9" PRIu64 " %8" PRIu64 in print_vmainfo()
185 " %8" PRIu64 " ", in print_vmainfo()
H A Dwsstop.cpp70 printf("%8" PRIu64 "K %8" PRIu64 "K %8" PRIu64 "K %8" PRIu64 "K %8" PRIu64 "K %8" PRIu64 in print_vma()
71 "K %8" PRIu64 "K %8" PRIu64 "K %8" PRIu64 "K ", in print_vma()
/aosp12/bionic/tests/
H A Dmalloc_stress_test.cpp97 printf("RSS %" PRIu64 " %0.2fMB\n", rss_bytes, rss_bytes / (1024.0 * 1024.0)); in TEST()
98 printf(" Min %" PRIu64 " %0.2fMB\n", rss_min, rss_min / (1024.0 * 1024.0)); in TEST()
99 printf(" Max %" PRIu64 " %0.2fMB\n", rss_max, rss_max / (1024.0 * 1024.0)); in TEST()
100 printf("VSS %" PRIu64 " %0.2f MB\n", vss_bytes, vss_bytes / (1024.0 * 1024.0)); in TEST()
101 printf(" Min %" PRIu64 " %0.2fMB\n", vss_min, vss_min / (1024.0 * 1024.0)); in TEST()
102 printf(" Max %" PRIu64 " %0.2fMB\n", vss_max, vss_max / (1024.0 * 1024.0)); in TEST()
113 printf(" Min %" PRIu64 " %0.2fMB\n", mallinfo_min, mallinfo_min / (1024.0 * 1024.0)); in TEST()
114 printf(" Max %" PRIu64 " %0.2fMB\n", mallinfo_max, mallinfo_max / (1024.0 * 1024.0)); in TEST()
/aosp12/system/memory/libmeminfo/libdmabufinfo/tools/
H A Ddmabuf_dump.cpp87 printf("%16ju |%13" PRIu64 " kB |%16zu |%16zu |", in PrintDmaBufTable()
121 printf("%-16s %13" PRIu64 " kB |%16s |%16s |", "TOTALS", dmabuf_total_size, "n/a", "n/a"); in PrintDmaBufTable()
123 printf("%19" PRIu64 " kB |", per_pid_size[pid]); in PrintDmaBufTable()
165 printf("%22s %13" PRIu64 " kB %13" PRIu64 " kB %16zu %16" PRIuMAX "\n", in PrintDmaBufPerProcess()
171 printf("%22s %13" PRIu64 " kB %13" PRIu64 " kB %16s\n", "PROCESS TOTAL", rss / 1024, in PrintDmaBufPerProcess()
177 printf("dmabuf total: %" PRIu64 " kB kernel_rss: %" PRIu64 " kB userspace_rss: %" PRIu64 in PrintDmaBufPerProcess()
178 " kB userspace_pss: %" PRIu64 " kB\n ", in PrintDmaBufPerProcess()
241 printf("%32s | %12u| %" PRIu64 "\n", it.first.c_str(), it.second.buffer_count, in DumpDmabufSysfsStats()
246 printf("Total DMA-BUF count: %u, Total DMA-BUF size(bytes): %" PRIu64 "\n", stats.total_count(), in DumpDmabufSysfsStats()
/aosp12/hardware/interfaces/cas/1.0/default/
H A DDescramblerImpl.cpp105 ALOGE("Invalid hidl_memory size: %" PRIu64 "", srcBuffer.heapBase.size()); in descramble()
122 ALOGE("Invalid src buffer range: offset %" PRIu64 ", size %" PRIu64 ", srcMem" in descramble()
123 "size %" PRIu64 "", srcBuffer.offset, srcBuffer.size, (uint64_t)srcMem->getSize()); in descramble()
139 "srcOffset %" PRIu64 ", totalBytesInSubSamples %" PRIu64 ", srcBuffer" in descramble()
140 "size %" PRIu64 "", srcOffset, totalBytesInSubSamples, srcBuffer.size); in descramble()
157 "dstOffset %" PRIu64 ", totalBytesInSubSamples %" PRIu64 ", srcBuffer" in descramble()
158 "size %" PRIu64 "", dstOffset, totalBytesInSubSamples, srcBuffer.size); in descramble()
/aosp12/hardware/interfaces/cas/1.1/default/
H A DDescramblerImpl.cpp96 ALOGE("Invalid hidl_memory size: %" PRIu64 "", srcBuffer.heapBase.size()); in descramble()
112 ALOGE("Invalid src buffer range: offset %" PRIu64 ", size %" PRIu64 ", srcMem" in descramble()
113 "size %" PRIu64 "", srcBuffer.offset, srcBuffer.size, (uint64_t)srcMem->getSize()); in descramble()
129 "srcOffset %" PRIu64 ", totalBytesInSubSamples %" PRIu64 ", srcBuffer" in descramble()
130 "size %" PRIu64 "", srcOffset, totalBytesInSubSamples, srcBuffer.size); in descramble()
147 "dstOffset %" PRIu64 ", totalBytesInSubSamples %" PRIu64 ", srcBuffer" in descramble()
148 "size %" PRIu64 "", dstOffset, totalBytesInSubSamples, srcBuffer.size); in descramble()
/aosp12/hardware/interfaces/cas/1.2/default/
H A DDescramblerImpl.cpp96 ALOGE("Invalid hidl_memory size: %" PRIu64 "", srcBuffer.heapBase.size()); in descramble()
112 ALOGE("Invalid src buffer range: offset %" PRIu64 ", size %" PRIu64 ", srcMem" in descramble()
113 "size %" PRIu64 "", srcBuffer.offset, srcBuffer.size, (uint64_t)srcMem->getSize()); in descramble()
129 "srcOffset %" PRIu64 ", totalBytesInSubSamples %" PRIu64 ", srcBuffer" in descramble()
130 "size %" PRIu64 "", srcOffset, totalBytesInSubSamples, srcBuffer.size); in descramble()
147 "dstOffset %" PRIu64 ", totalBytesInSubSamples %" PRIu64 ", srcBuffer" in descramble()
148 "size %" PRIu64 "", dstOffset, totalBytesInSubSamples, srcBuffer.size); in descramble()
/aosp12/hardware/google/gchips/gralloc4/src/core/
H A Dmali_gralloc_bufferdescriptor.h88 "reserved_size(%" PRIu64 ") " in dump()
89 "alloc_sizes(%" PRIu64 ", %" PRIu64 ", %" PRIu64 ")" in dump()
92 "plane[0](offset %" PRId64 ", idx %u, size %" PRIu64 " byte_stride %u, wh %u %u)" in dump()
93 "plane[1](offset %" PRId64 ", idx %u, size %" PRIu64 " byte_stride %u, wh %u %u)" in dump()
94 "plane[2](offset %" PRId64 ", idx %u, size %" PRIu64 " byte_stride %u, wh %u %u)" in dump()
/aosp12/system/extras/libfec/
H A Dfec_read.cpp37 warn("%s (%" PRIu64 ") (%zu bytes):", name ? name : "", value, size); in dump()
180 error("RS block %" PRIu64 ": decoding failed (%d erasures)", in __ecc_read()
184 warn("RS block %" PRIu64 ": decoding failed", rsb); in __ecc_read()
186 debug("RS block %" PRIu64 ": decoding failed", rsb); in __ecc_read()
200 warn("RS block %" PRIu64 ": corrected %zu errors", rsb, nerrs); in __ecc_read()
243 debug("[%" PRIu64 ", %" PRIu64 ")", offset, offset + count); in ecc_read()
295 debug("[%" PRIu64 ", %" PRIu64 ")", offset, offset + count); in verity_read()
345 error("[%" PRIu64 ", %" PRIu64 "): corrupted block %" PRIu64, in verity_read()
349 debug("[%" PRIu64 ", %" PRIu64 "): corrupted block %" PRIu64, in verity_read()
368 error("[%" PRIu64 ", %" PRIu64 "): corrupted block %" PRIu64 in verity_read()
[all …]
H A Dfec_open.cpp70 debug("file_size = %" PRIu64 " -> offset = %" PRIu64, file_size, in find_offset()
105 debug("offset = %" PRIu64, offset); in parse_ecc_header()
307 debug("size = %" PRIu64 ", flags = %d", f->data_size, f->flags); in load_verity()
313 debug("found at %" PRIu64 " (start %" PRIu64 ")", offset, in load_verity()
323 debug("found at %" PRIu64 " (start %" PRIu64 ")", offset, in load_verity()
331 debug("file system size = %" PRIu64, offset); in load_verity()
337 debug("found at %" PRIu64 " (start %" PRIu64 ")", offset, in load_verity()
349 debug("size = %" PRIu64, f->data_size); in load_ecc()
354 debug("found at %" PRIu64 " (start %" PRIu64 ")", offset, in load_ecc()
/aosp12/system/chre/chpp/
H A Dclients.c316 CHPP_LOGE("Dupe req ID=%" PRIu8 " existing ID=%" PRIu8 " from t=%" PRIu64, in chppClientTimestampRequest()
339 CHPP_LOGD("Timestamp req ID=%" PRIu8 " at t=%" PRIu64 " timeout=%" PRIu64 in chppClientTimestampRequest()
340 " (requested=%" PRIu64 "), next timeout=%" PRIu64, in chppClientTimestampRequest()
355 CHPP_LOGE("Resp with no req t=%" PRIu64, in chppClientTimestampResponse()
361 CHPP_LOGE("Extra resp at t=%" PRIu64 " for req t=%" PRIu64, in chppClientTimestampResponse()
368 CHPP_LOGE("Late resp at t=%" PRIu64 " for req t=%" PRIu64, in chppClientTimestampResponse()
376 CHPP_LOGE("Invalid resp ID=%" PRIu8 " at t=%" PRIu64 in chppClientTimestampResponse()
387 "Timestamp resp ID=%" PRIu8 " req t=%" PRIu64 " resp t=%" PRIu64 in chppClientTimestampResponse()
388 " timeout t=%" PRIu64 " (RTT=%" PRIu64 ", timeout = %s)", in chppClientTimestampResponse()
464 CHPP_LOGE("Response timeout after %" PRIu64 " ms", in chppSendTimestampedRequestAndWaitTimeout()
[all …]
H A Dservices.c151 CHPP_LOGE("Duplicate request rx at t=%" PRIu64, in chppServiceTimestampRequest()
164 CHPP_LOGE("Tx response w/ no req t=%" PRIu64, in chppServiceTimestampResponse()
168 CHPP_LOGW("Resend response t=%" PRIu64 " for request at t=%" PRIu64, in chppServiceTimestampResponse()
173 CHPP_LOGD("Sending initial response at t=%" PRIu64 in chppServiceTimestampResponse()
174 " for request at t=%" PRIu64 " (RTT=%" PRIu64 ")", in chppServiceTimestampResponse()
/aosp12/system/extras/iotop/
H A Diotop.cpp255 printf("%6d %-16s %6" PRIu64 " %6" PRIu64 " %6" PRIu64 " %6" PRIu64 " %6" PRIu64 in main()
266 printf("%6s %-16s %6" PRIu64 " %6" PRIu64 " %6" PRIu64 " %6" PRIu64 " %6" PRIu64 "\n", "", in main()
/aosp12/packages/modules/Gki/libkver/
H A Dkernel_release.cpp25 "%" PRIu64 ".%" PRIu64 ".%" PRIu64 "-android%" PRIu64 "-%" PRIu64
/aosp12/system/extras/verity/fec/
H A Dmain.cpp77 FATAL("failed to recover [%" PRIu64 ", %" PRIu64 ")\n", in decode_rs()
130 FATAL("value of roots too large (max. %" PRIu64 ")\n", maxval); in parse_arg()
139 printf("%" PRIu64 "\n", fec_ecc_get_size(ctx.inp_size, ctx.roots)); in print_size()
158 printf("%" PRIu64 "\n", data.start); in get_start()
166 printf("%" PRIu64 "\n", data.data_size); in get_start()
198 INFO("\tblocks: %" PRIu64 "\n", ctx.blocks); in encode()
199 INFO("\trounds: %" PRIu64 "\n", ctx.rounds); in encode()
247 INFO("\tblocks: %" PRIu64 "\n", ctx.blocks); in decode()
248 INFO("\trounds: %" PRIu64 "\n", ctx.rounds); in decode()
256 INFO("corrected %" PRIu64 " errors\n", ctx.rv); in decode()
/aosp12/system/chre/apps/sensor_world/
H A Dsensor_world.cc330 "minInterval=%" PRIu64 "nsec", in nanoappStart()
387 CLOGI("%s, %d samples: %f %f %f, accuracy: %u, t=%" PRIu64 " ms", in nanoappHandleEvent()
392 CLOGI("UncalGyro time: first %" PRIu64 " last %" PRIu64 " chre %" PRIu64 in nanoappHandleEvent()
417 CLOGI("%s, %d samples: %f, accuracy = %u, t=%" PRIu64 " ms", in nanoappHandleEvent()
434 CLOGI("Prox time: sample %" PRIu64 " chre %" PRIu64 " delta %" PRId64 in nanoappHandleEvent()
455 LOGI("%s success %d: enabled %d interval %" PRIu64 " latency %" PRIu64, in nanoappHandleEvent()
479 CLOGI("%s, %" PRIu16 " samples: latest %" PRIu64, in nanoappHandleEvent()
488 CLOGI("Sampling Change: handle %" PRIu32 ", status: interval %" PRIu64 in nanoappHandleEvent()
489 " latency %" PRIu64 " enabled %d", in nanoappHandleEvent()

12345678910>>...16