Searched refs:PRIu64 (Results 1 - 25 of 97) sorted by relevance

1234

/fuchsia/zircon/kernel/tests/
H A Dbenchmarks.cpp44 printf("took %" PRIu64 " cycles overhead to loop %zu times\n",
67 printf("took %" PRIu64 " cycles to memset a buffer of size %zu %zu times "
68 "(%" PRIu64 " bytes), %" PRIu64 ".%03" PRIu64 " bytes/cycle\n",
93 printf("took %" PRIu64 " cycles to per-page memset a buffer of size %zu %zu times "
94 "(%" PRIu64 " bytes), %" PRIu64 ".%03" PRIu64 " bytes/cycle\n",
119 printf("took %" PRIu64 " cycle
[all...]
H A Dclock_tests.cpp29 printf("%" PRIu64 " cycles per current_time()\n", c);
72 printf("cpu %u: %" PRIu64 " cycles per second\n", cpu, cycles);
/fuchsia/zircon/system/utest/vmo/
H A Dbench.cpp66 printf("\ttook %" PRIu64 " nsecs to create %zu vmos of size %zu\n", t, fbl::count_of(vmos), size);
73 printf("\ttook %" PRIu64 " nsecs to delete %zu vmos of size %zu\n", t, fbl::count_of(vmos), size);
86 printf("\ttook %" PRIu64 " nsecs to read fault in vmo of size %zu (should be read faulting a zero page)\n", t, size);
93 printf("\ttook %" PRIu64 " nsecs to read in vmo of size %zu a second time (should be mapped already)\n", t, size);
100 printf("\ttook %" PRIu64 " nsecs to write fault in vmo of size %zu after read faulting it\n", t, size);
107 printf("\ttook %" PRIu64 " nsecs to write fault in vmo of size %zu a second time\n", t, size);
113 printf("\ttook %" PRIu64 " nsecs to unmap the vmo %zu (%zu pages)\n", t, size, size / PAGE_SIZE);
123 printf("\ttook %" PRIu64 " nsecs to read fault in vmo of size %zu in another mapping\n", t, size);
135 printf("\ttook %" PRIu64 " nsecs to write fault in vmo of size %zu in another mapping\n", t, size);
143 printf("\ttook %" PRIu64 " nsec
[all...]
/fuchsia/zircon/system/ulib/hwreg/
H A Dprinters.cpp19 snprintf(buf, len, "%s[%u:%u]: 0x%" PRIx64 " (%" PRIu64 ")", name_,
23 snprintf(buf, len, "%s[%u:%u]: 0x%0*" PRIx64 " (%" PRIu64 ")", name_,
/fuchsia/zircon/system/uapp/psutils/
H A Dthreads.cpp108 printf("<== Thread %s[%" PRIu64 "] ==>\n", thread_name, tid);
118 printf("Done handling thread %" PRIu64 ".%" PRIu64 ".\n", get_koid(process), get_koid(thread));
168 printf("WARNING: failed to get a handle to [%" PRIu64 ".%" PRIu64 "] : error %d\n", pid, tid, status);
192 printf("Unable to print backtrace of thread %" PRIu64 ".%" PRIu64 ": terminated\n",
199 "failure waiting for thread %" PRIu64 ".%" PRIu64 " to suspend, skipping",
265 print_zx_error(status, "unable to get a handle to %" PRIu64, pi
[all...]
H A Dmemgraph.cpp98 "\"koid\": %" PRIu64 ", "
100 "\"size_bytes\": %" PRIu64 ", "
101 "\"parent_koid\": %" PRIu64 ", "
106 "\"committed_bytes\": %" PRIu64
126 "\"vmo_koid\": %" PRIu64 ", "
188 "WARNING: failed to get name of task %" PRIu64
209 snprintf(parent_id, sizeof(parent_id), "j/%" PRIu64, parent_koid);
213 "\"id\": \"j/%" PRIu64 "\", "
215 "\"koid\": %" PRIu64 ", "
234 "\"id\": \"p/%" PRIu64 "\", "
[all...]
H A Dvmos.cpp64 snprintf(clone_str, sizeof(clone_str), "%" PRIu64, vmo->parent_koid);
78 "%5" PRIu64 " " // koid
182 "ERROR: couldn't find process with koid %" PRIu64 ": %s (%d)\n",
194 "ERROR: couldn't get vmos for process with koid %" PRIu64
H A Dps.c82 snprintf(e.koid_str, sizeof(e.koid_str), "%" PRIu64, koid);
83 snprintf(e.parent_koid_str, sizeof(e.koid_str), "%" PRIu64, parent_koid);
129 snprintf(e.koid_str, sizeof(e.koid_str), "%" PRIu64, koid);
130 snprintf(e.parent_koid_str, sizeof(e.koid_str), "%" PRIu64, parent_koid);
182 snprintf(e.koid_str, sizeof(e.koid_str), "%" PRIu64, koid);
183 snprintf(e.parent_koid_str, sizeof(e.koid_str), "%" PRIu64, parent_koid);
/fuchsia/zircon/system/ulib/unittest/
H A Dcrash-handler.cpp56 "FATAL: failed to get a handle to [%" PRIu64 "%." PRIu64 "] : error %s\n",
63 UNITTEST_FAIL_TRACEF("FATAL: failed to resume [%" PRIu64 ".%" PRIu64
87 UNITTEST_FAIL_TRACEF("FATAL: [%" PRIu64 ".%" PRIu64
101 UNITTEST_FAIL_TRACEF("FATAL: failed to get a handle to [%" PRIu64 "] : error %s\n",
108 UNITTEST_FAIL_TRACEF("FATAL: failed to get a handle to [%" PRIu64 ".%" PRIu64
121 UNITTEST_FAIL_TRACEF("FATAL: could not pass exception from [%" PRIu64 "
[all...]
/fuchsia/zircon/system/uapp/rng-trials/
H A Drng-trials.c33 printf("bin %u: %" PRIu64 "\n", i, values[i]);
/fuchsia/zircon/system/ulib/blobfs/
H A Dfsck.cpp58 FS_TRACE_ERROR("check: incorrect allocated block count %" PRIu64
65 FS_TRACE_ERROR("check: allocated blocks (%u) are less than minimum%" PRIu64 "\n",
72 "(%" PRIu64 ")\n", alloc_blocks_, inode_blocks_ + kStartBlockMinimum);
77 FS_TRACE_ERROR("check: incorrect allocated inode count %" PRIu64
H A Dcommon.cpp128 fprintf(stderr, "blobfs: cannot seek to block %" PRIu64 "\n", bno);
132 fprintf(stderr, "blobfs: cannot read block %" PRIu64 "\n", bno);
141 fprintf(stderr, "blobfs: cannot seek to block %" PRIu64 "\n", bno);
145 fprintf(stderr, "blobfs: cannot write block %" PRIu64 "\n", bno);
221 xprintf("Disk size : %" PRIu64 "\n", block_count * kBlobfsBlockSize);
223 xprintf("Block Count: %" PRIu64 "\n", TotalBlocks(info));
224 xprintf("Inode Count: %" PRIu64 "\n", inodes);
270 fprintf(stderr, "Failed to write blockmap block %" PRIu64 "\n", n);
/fuchsia/zircon/system/ulib/trace-reader/
H A Drecords.cpp116 return fbl::StringPrintf("%" PRIu64 "/%" PRIu64,
182 return fbl::StringPrintf("uint64(%" PRIu64 ")", uint64_);
190 return fbl::StringPrintf("koid(%" PRIu64 ")", koid_);
332 return fbl::StringPrintf("Counter(id: %" PRIu64 ")",
339 return fbl::StringPrintf("AsyncBegin(id: %" PRIu64 ")",
342 return fbl::StringPrintf("AsyncInstant(id: %" PRIu64 ")",
345 return fbl::StringPrintf("AsyncEnd(id: %" PRIu64 ")",
348 return fbl::StringPrintf("FlowBegin(id: %" PRIu64 ")",
351 return fbl::StringPrintf("FlowStep(id: %" PRIu64 ")",
[all...]
/fuchsia/zircon/system/utest/core/time/
H A Dticks.c16 unittest_printf("Ticks per second: %" PRIu64 "\n", per_second);
/fuchsia/zircon/system/host/fvm/format/
H A Dblobfs.cpp38 xprintf("fvm_info has block count %" PRIu64 "\n", fvm_info_.block_count);
54 xprintf("Blobfs: slice_size is %" PRIu64 ", kBlocksPerSlice is %zu\n", fvm_info_.slice_size,
56 xprintf("Blobfs: abm_blocks: %" PRIu64 ", abm_slices: %u\n", BlockMapBlocks(info_),
58 xprintf("Blobfs: ino_blocks: %" PRIu64 ", ino_slices: %u\n", NodeMapBlocks(info_),
60 xprintf("Blobfs: dat_blocks: %" PRIu64 ", dat_slices: %u\n", DataBlocks(info_),
/fuchsia/zircon/kernel/dev/timer/arm_generic/
H A Darm_generic_timer.cpp95 LTRACEF_LEVEL(3, "cntp_cval: 0x%016" PRIx64 ", %" PRIu64 "\n",
101 LTRACEF_LEVEL(3, "cntv_cval: 0x%016" PRIx64 ", %" PRIu64 "\n",
107 LTRACEF_LEVEL(3, "cntps_cval: 0x%016" PRIx64 ", %" PRIu64 "\n",
183 LTRACEF_LEVEL(3, "cntpct: 0x%016" PRIx64 ", %" PRIu64 "\n",
241 LTRACEF("ROUNDED by %" PRIu64 " (up to %" PRIu64 " allowed)\n", diff, limit);
243 TRACEF("FAIL, off by %" PRIu64 "\n", diff);
253 LTRACEF_LEVEL(2, "zx_time_to_cntpct(%" PRIi64 "): got %" PRIu64
254 ", expect %" PRIu64 "\n",
264 LTRACEF_LEVEL(2, "cntpct_to_zx_time(%" PRIu64
[all...]
/fuchsia/zircon/kernel/lib/lockdep/
H A Dlock_dep.cpp138 printf("Lock validation failed for thread %p pid %" PRIu64 " tid %" PRIu64 " (%s:%s):\n",
141 printf("Bad lock: name=%s order=%" PRIu64 "\n",
144 printf("Conflict: name=%s order=%" PRIu64 "\n",
/fuchsia/zircon/kernel/object/
H A Dexcp_port.cpp230 LTRACEF("%s, type %u, pid %" PRIu64 ", tid %" PRIu64 "\n",
277 LTRACEF("thread %" PRIu64 ".%" PRIu64 " started\n", pid, tid);
302 LTRACEF("process %" PRIu64 ".%" PRIu64 " started\n", pid, tid);
330 LTRACEF("thread %" PRIu64 ".%" PRIu64 " exited\n", pid, tid);
H A Dglue.cpp73 printf("%sjob %6" PRIu64 " '%s'\n", prefix_, job->get_koid(), name);
101 printf("%sproc %5" PRIu64 " %4s '%s'\n",
150 printf("OOM: %s job %6" PRIu64 " '%s'\n", tag, job->get_koid(), name);
H A Ddiagnostics.cpp153 printf("%7" PRIu64 "%s [%s]\n",
167 printf("%7" PRIu64 " '%s'\n", job->get_koid(), name);
175 printf("process %" PRIu64 " not found!\n", id);
179 printf("process [%" PRIu64 "] handles :\n", id);
185 printf("%9x %7" PRIu64 " : %s\n",
259 "%" PRIu64, vmo.parent_user_id());
274 "%5" PRIu64 " " // koid
353 printf("process [%" PRIu64 "]:\n", id);
402 printf("killing process %" PRIu64 "\n", id);
662 printf("process %" PRIu64 " no
[all...]
/fuchsia/zircon/system/core/netsvc/
H A Ddebuglog.c49 snprintf(out, MAX_LOG_LINE, "[%05d.%03d] %05" PRIu64 ".%05" PRIu64 "> %s\n",
/fuchsia/zircon/system/utest/evil/
H A Devil.c198 printf("evil-tests: SUCCESS, writespammer error %d after only %" PRIu64 " writes\n", r, count);
202 printf("evil-tests: wrote %" PRIu64 " messages (%" PRIu64 " bytes).\n", count, count * sizeof(data));
223 printf("evil-tests: SUCCESS, channel create failed %d after %" PRIu64 " created\n", status, count);
228 printf("evil-tests: created %" PRIu64 " channels\n", count);
/fuchsia/zircon/system/ulib/task-utils/
H A Dwalker.cpp89 "ERROR: zx_object_get_info(%" PRIu64 ", %s, ...) "
103 "WARNING: zx_object_get_info(%" PRIu64 ", %s, ...) "
144 "WARNING: zx_object_get_child(%" PRIu64 ", "
145 "(proc)%" PRIu64 ", ...) failed: %s (%d)\n",
203 "WARNING: zx_object_get_child(%" PRIu64 ", "
204 "(proc)%" PRIu64 ", ...) failed: %s (%d)\n",
263 "WARNING: zx_object_get_child(%" PRIu64 ", (job)%" PRIu64
/fuchsia/zircon/kernel/syscalls/
H A Dsyscalls.cpp50 LTRACEF_LEVEL(2, "t %p syscall num %" PRIu64 " ip/pc %#" PRIx64 "\n",
/fuchsia/zircon/system/dev/block/zxcrypt/
H A Dworker.cpp128 "overflow; length=%" PRIu32 "; offset_dev=%" PRIu64 "; offset_vmo=%" PRIu64 "\n",
157 "overflow; length=%" PRIu32 "; offset_dev=%" PRIu64 "; offset_vmo=%" PRIu64 "\n",

Completed in 132 milliseconds

1234