Home
last modified time | relevance | path

Searched refs:B_PRId64 (Results 1 – 25 of 124) sorted by relevance

12345

/haiku/src/bin/debug/profile/
H A DCallgrindProfileResult.cpp200 "%s/callgrind.out.%" B_PRId32 ".%s.%" B_PRId64 "ms", in PrintResults()
221 fprintf(out, "summary: %" B_PRId64 " %" B_PRId64 "\n", in PrintResults()
240 fprintf(out, "0 %" B_PRId64 " %" B_PRId64 "\n", function.hits, in PrintResults()
247 fprintf(out, "calls=%" B_PRId64 " 0\n", calledFunction->hits); in PrintResults()
248 fprintf(out, "0 %" B_PRId64 " %" B_PRId64 "\n", in PrintResults()
261 fprintf(out, "0 %" B_PRId64 "\n", fUnkownTicks); in PrintResults()
266 fprintf(out, "0 %" B_PRId64 "\n", fDroppedTicks); in PrintResults()
270 fprintf(out, "\ntotals: %" B_PRId64 " %" B_PRId64 "\n", in PrintResults()
H A DBasicProfileResult.cpp192 " total ticks: %" B_PRId64 " (%" B_PRId64 " us)\n", in PrintResults()
196 " expected ticks: %" B_PRId64 " (missed %" B_PRId64 ")\n", in PrintResults()
203 " unknown ticks: %" B_PRId64 " (%" B_PRId64 " us, %6.2f%%)\n", in PrintResults()
207 " dropped ticks: %" B_PRId64 " (%" B_PRId64 " us, %6.2f%%)\n", in PrintResults()
223 " %10" B_PRId64 " %10" B_PRId64 " %7" B_PRId32 " %s\n", in PrintResults()
248 " %10" B_PRId64 " %10" B_PRId64 " %6.2f %6" B_PRId32 in PrintResults()
/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DGeneralPage.cpp68 snprintf(buffer, sizeof(buffer), "%s (%" B_PRId64 ")", timeBuffer, in SetModel()
75 snprintf(buffer, sizeof(buffer), "%s (%" B_PRId64 ")", timeBuffer, in SetModel()
82 snprintf(buffer, sizeof(buffer), "%s (%" B_PRId64 ")", timeBuffer, in SetModel()
89 snprintf(buffer, sizeof(buffer), "%s (%" B_PRId64 ")", timeBuffer, in SetModel()
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dintel.cpp106 TRACE(("intel: pm_identify_partition(%d, %" B_PRId32 ": %" B_PRId64 ", " in pm_identify_partition()
107 "%" B_PRId64 ", %" B_PRId32 ")\n", fd, partition->id, partition->offset, in pm_identify_partition()
171 TRACE(("intel: pm_scan_partition(%d, %" B_PRId32 ": %" B_PRId64 ", " in pm_scan_partition()
172 "%" B_PRId64 ", %" B_PRId32 ")\n", fd, partition->id, partition->offset, in pm_scan_partition()
294 TRACE(("intel: ep_identify_partition(%d, %" B_PRId64 ", %" B_PRId64 ", " in ep_identify_partition()
323 TRACE(("intel: ep_scan_partition(%d, %" B_PRId64 ", %" B_PRId64 ", " in ep_scan_partition()
364 sprintf(buffer, "active %s ;\npartition_table_offset %" B_PRId64 " ;\n", in ep_scan_partition()
/haiku/src/system/kernel/scheduler/
H A Dscheduler_tracing.cpp133 kprintf("Invalid thread ID: %" B_PRId64 "\n", threadID); in cmd_scheduler()
273 kprintf("thread %" B_PRId64 " never ran.\n", threadID); in cmd_scheduler()
277 kprintf("scheduling statistics for thread %" B_PRId64 ":\n", threadID); in cmd_scheduler()
279 kprintf(" total #: %" B_PRId64 "\n", runs); in cmd_scheduler()
299 kprintf(" total #: %" B_PRId64 "\n", reruns); in cmd_scheduler()
309 kprintf("thread was preempted %" B_PRId64 " times\n", preemptions); in cmd_scheduler()
H A Dscheduler_thread.cpp147 kprintf("\ttime_used:\t\t%" B_PRId64 " us (quantum: %" B_PRId64 " us)\n", in Dump()
149 kprintf("\tstolen_time:\t\t%" B_PRId64 " us\n", fStolenTime); in Dump()
150 kprintf("\tquantum_start:\t\t%" B_PRId64 " us\n", fQuantumStart); in Dump()
152 kprintf("\twent_sleep:\t\t%" B_PRId64 "\n", fWentSleep); in Dump()
153 kprintf("\twent_sleep_active:\t%" B_PRId64 "\n", fWentSleepActive); in Dump()
H A Dscheduler_profiler.cpp225 kprintf("%10" B_PRId32 " %14" B_PRId64 " %8" B_PRId64 " %14" B_PRId64 in _Dump()
226 " %8" B_PRId64 " %s\n", function->fCalled, in _Dump()
/haiku/src/kits/media/
H A DSoundPlayNode.cpp422 TRACE("SoundPlayNode::Connect: downstream latency = %" B_PRId64 "\n", in Connect()
432 TRACE("SoundPlayNode::Connect: buffer duration is %" B_PRId64 "\n", in Connect()
436 TRACE("SoundPlayNode::Connect: using %" B_PRId64 " as internal latency\n", in Connect()
483 TRACE("SoundPlayNode::LateNoticeReceived, %" B_PRId64 " too late at %" in LateNoticeReceived()
484 B_PRId64 "\n", howMuch, performanceTime); in LateNoticeReceived()
506 B_PRId64 "\n", fLatency + fInternalLatency); in LateNoticeReceived()
562 TRACE("SoundPlayNode::LatencyChanged: new_latency %" B_PRId64 "\n", in LatencyChanged()
644 "lateness is %" B_PRId64 "\n", lateness); in SendNewBuffer()
708 B_PRId64 "\n", event->data, lateness); in HandleDataStatus()
755 TRACE("SoundPlayNode::HandleSeek(t=%" B_PRId64 ", d=%" B_PRId32 ", bd=%" in HandleSeek()
[all …]
H A DTimeSource.cpp256 ", perf %16" B_PRId64 ", real %16" B_PRId64 ", drift %2.2f\n", ID(), in GetTime()
371 ", perf %16" B_PRId64 ", real %16" B_PRId64 ", drift %2.2f\n", ID(), in PublishTime()
401 TRACE("BTimeSource::BroadcastTimeWarp: at_real_time %" B_PRId64 in BroadcastTimeWarp()
402 ", new_performance_time %" B_PRId64 "\n", at_real_time, in BroadcastTimeWarp()
/haiku/src/bin/
H A Dvmstat.cpp108 printf("%11" B_PRId32 " %11" B_PRId64 " %11" B_PRId64 " %11" in main()
109 B_PRId64 "\n", pageFaults, usedMemory, usedSwap, blockCache); in main()
H A Dresizefs.cpp102 printf("The requested size (%" B_PRId64 " bytes) was not accepted.\n" in main()
103 "Resize to %" B_PRId64 " bytes instead? (y/N): ", size, in main()
H A Dlistattr.cpp102 printf("%" B_PRId64 "\n", *((int64 *)buffer)); in show_attr_contents()
276 printf("% *" B_PRId64 " ", kSizeWidth, attrInfo.size); in main()
297 printf("\n%" B_PRId64 " bytes total in attributes.\n", total); in main()
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMapWriter.cpp54 TRACE(("check_logical_location() - PartitionTableOffset: %" B_PRId64 " " in check_logical_location()
60 TRACE(("check_logical_location() - Parition offset: %" B_PRId64 " " in check_logical_location()
66 TRACE(("check_logical_location() - Size: (%" B_PRId64 ") is not a " in check_logical_location()
74 TRACE(("check_logical_location() - Partition table: (%" B_PRId64 ") not" in check_logical_location()
75 " within extended partition (start: %" B_PRId64 "), (end: " in check_logical_location()
76 "%" B_PRId64 ")\n", child->PartitionTableOffset(), parent->Offset(), in check_logical_location()
/haiku/src/add-ons/kernel/file_systems/packagefs/
H A Dkernel_interface.cpp150 FUNCTION("volume: %p, dir: %p (%" B_PRId64 "), entry: \"%s\"\n", volume, in packagefs_lookup()
209 FUNCTION("volume: %p, vnid: %" B_PRId64 "\n", volume, vnid); in packagefs_get_vnode()
287 FUNCTION("volume: %p, node: %p (%" B_PRId64 "), cookie: %p, request: %p\n", in packagefs_io()
310 FUNCTION("volume: %p, node: %p (%" B_PRId64 "), cookie: %p, operation: %" in packagefs_ioctl()
326 FUNCTION("volume: %p, node: %p (%" B_PRId64 ")\n", volume, node, in packagefs_read_symlink()
347 FUNCTION("volume: %p, node: %p (%" B_PRId64 ")\n", volume, node, in packagefs_access()
365 FUNCTION("volume: %p, node: %p (%" B_PRId64 ")\n", volume, node, in packagefs_read_stat()
411 FUNCTION("volume: %p, node: %p (%" B_PRId64 "), openMode %#x\n", in packagefs_open()
455 FUNCTION("volume: %p, node: %p (%" B_PRId64 "), cookie: %p\n", volume, node, in packagefs_free_cookie()
474 FUNCTION("volume: %p, node: %p (%" B_PRId64 "), cookie: %p, offset: %" in packagefs_read()
[all …]
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dwebsearchfs.c175 …TRACE("mount() OK, nspace@ %p, id %" B_PRId32 ", root@ %p, id %" B_PRId64 "\n", ns, ns->nsid, root… in websearchfs_mount()
222 TRACE("%s(%" B_PRId32 ", %" B_PRId64 ")\n", __FUNCTION__, ns->nsid, node->vnid); in websearchfs_free_vnode()
238 …TRACE("%s(%" B_PRId32 ", %" B_PRId64 ", %s)\n", __FUNCTION__, ns->nsid, node->vnid, reenter?"r":"!… in websearchfs_remove_vnode()
269 TRACE("%s(%" B_PRId32 ", %" B_PRId64 ", %s)\n", __FUNCTION__, _volume->id, vnid, reenter?"r":"!r"); in websearchfs_read_vnode()
291 …TRACE("%s(%" B_PRId32 ", %" B_PRId64 ", %s)\n", __FUNCTION__, _volume->id, node->vnid, reenter?"r"… in websearchfs_release_vnode()
307 TRACE("get_vnode_name(%" B_PRId32 ", %" B_PRId64 ", )\n", ns->nsid, (int64)(node?node->vnid:-1)); in websearchfs_get_vnode_name()
319 TRACE("walk(%" B_PRId32 ", %" B_PRId64 ", %s)\n", ns->nsid, (int64)(base?base->vnid:-1), file); in websearchfs_walk()
362 TRACE("opendir(%" B_PRId32 ", %" B_PRId64 ")\n", ns->nsid, node->vnid); in websearchfs_opendir()
394 TRACE("closedir(%" B_PRId32 ", %" B_PRId64 ", %p)\n", ns->nsid, node->vnid, cookie); in websearchfs_closedir()
410 TRACE("rewinddir(%" B_PRId32 ", %" B_PRId64 ")\n", ns->nsid, node->vnid); in websearchfs_rewinddir()
[all …]
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Dqueuing.cpp58 SHOW_FLOW( 3, "inserting new_request=%p, pos=%" B_PRId64, new_request, in scsi_insert_new_request()
69 SHOW_FLOW( 3, "first=%p, pos=%" B_PRId64 ", last_pos=%" B_PRId64, in scsi_insert_new_request()
157 SHOW_FLOW( 1, "inserting after %p (pos=%" B_PRId64 ") and before %p (pos=%" B_PRId64 ")", in scsi_insert_new_request()
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlockCache.cpp77 PRINT(("statistics: %" B_PRId64 " block reads\n", fReads)); in ~BlockCache()
78 PRINT(("statistics: %" B_PRId64 " block gets\n", fBlockGets)); in ~BlockCache()
79 PRINT(("statistics: %" B_PRId64 " block releases\n", fBlockReleases)); in ~BlockCache()
/haiku/headers/build/
H A DHaikuBuildCompatibility.h219 # define B_PRId64 __HAIKU_PRI_PREFIX_64 "d" macro
274 # define B_PRIdOFF B_PRId64
280 # define B_PRIdINO B_PRId64
287 # define B_PRIdTIME B_PRId64
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_traps.cpp42 default: dprintf("%" B_PRId64, val); in WriteExt()
79 default: dprintf("%" B_PRId64, val); in WriteInterrupt()
119 default: dprintf("%" B_PRId64, cause); in WriteCause()
/haiku/src/kits/shared/
H A DJsonEvent.cpp68 int actualLength = snprintf(0, 0, "%" B_PRId64, content) + 1; in BJsonEvent()
78 sprintf(buffer, "%" B_PRId64, content); in BJsonEvent()
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DChunk.cpp45 TRACE("chunk.stripe[%" B_PRId32 "].physical %" B_PRId64 " deviceid %" in Chunk()
46 B_PRId64 "\n", i, chunk->stripes[i].Offset(), in Chunk()
/haiku/src/apps/debuganalyzer/util/
H A DTimeUtils.h68 snprintf(buffer, bufferSize, "%02" B_PRId64 ":%02d:%02d:%06d", in format_bigtime()
90 snprintf(buffer, bufferSize, "%02" B_PRId64 ":%02d:%02d:%09d", in format_nanotime()
/haiku/headers/os/support/
H A DSupportDefs.h72 #define B_PRId64 __HAIKU_PRI_PREFIX_64 "d" macro
161 #define B_PRIdOFF B_PRId64
174 #define B_PRIdINO B_PRId64
182 # define B_PRIdTIME B_PRId64
187 #define B_PRIdBIGTIME B_PRId64
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DKernelRequestHandler.cpp185 PRINT(("notify_entry_created(%" B_PRId32 ", %" B_PRId64 ", " in _HandleRequest()
186 "\"%s\", %" B_PRId64 ")\n", request->device, in _HandleRequest()
193 PRINT(("notify_entry_removed(%" B_PRId32 ", %" B_PRId64 ", " in _HandleRequest()
194 "\"%s\", %" B_PRId64 ")\n", request->device, in _HandleRequest()
201 PRINT(("notify_entry_moved(%" B_PRId32 ", %" B_PRId64 ", " in _HandleRequest()
202 "\"%s\", %" B_PRId64 ", \"%s\", %" B_PRId64 ")\n", in _HandleRequest()
211 PRINT(("notify_stat_changed(%" B_PRId32 ", %" B_PRId64 ", " in _HandleRequest()
219 PRINT(("notify_attribute_changed(%" B_PRId32 ", %" B_PRId64 ", " in _HandleRequest()
305 ", %" B_PRId32 ", %" B_PRId64 ", \"%s\", %" B_PRId64 ")\n", in _HandleRequest()
315 ", %" B_PRId32 ", %" B_PRId64 ", \"%s\", %" B_PRId64 ")\n", in _HandleRequest()
/haiku/src/apps/mediaconverter/
H A DMediaConverterApp.cpp571 fprintf(stderr, "Error reading video frame %" B_PRId64 ": %s\n", i, strerror(ret)); in _ConvertFile()
572 status.SetToFormat(B_TRANSLATE("Error read video frame %" B_PRId64), i); in _ConvertFile()
580 fprintf(stderr, "Error writing video frame %" B_PRId64 ": %s\n", i, strerror(ret)); in _ConvertFile()
581 status.SetToFormat(B_TRANSLATE("Error writing video frame %" B_PRId64), i); in _ConvertFile()
629 status.SetToFormat(B_TRANSLATE("Error read audio frame %" B_PRId64), i); in _ConvertFile()
638 status.SetToFormat(B_TRANSLATE("Error writing audio frame %" B_PRId64), i); in _ConvertFile()

12345