Home
last modified time | relevance | path

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

/xnu-12377.41.6/EXTERNAL_HEADERS/
H A D_inttypes.h64 # define PRIu64 __PRI_64_LENGTH_MODIFIER__ "u" macro
92 # define PRIuLEAST64 PRIu64
120 # define PRIuFAST64 PRIu64
/xnu-12377.41.6/tests/recount/
H A Dcoalition_info_tests.c96 "instruction count is monotonically increasing (+%" PRIu64 ")",
99 "cycle count is monotonically increasing (+%" PRIu64 ")",
/xnu-12377.41.6/tests/
H A Dmonotonic_uncore.c333 T_LOG("%d,%2d: %12" PRIu64 "%12" PRIu64 " = %10" PRIu64, mon, i,
H A Dprocessor_info.c93 "CPU %d's " #field " is monotonically increasing (+%" PRIu64 \
H A Dstackshot_tests.m209 T_ASSERT_POSIX_ZERO(ret, "set since timestamp %" PRIu64 " on stackshot config",
503 T_LOG("taking delta stackshot since time %" PRIu64, stackshot_time);
1367 T_LOG("taking delta stackshot since time %" PRIu64, stackshot_time);
/xnu-12377.41.6/tests/ktrace/
H A Dkperf_tests.c195 T_LOG("over %.1f seconds, saw %" PRIu64 " timer fires, %" PRIu64
398 T_LOG("saw %" PRIu64 " timer fires (%g fires/second)", nfires,
648 "%" PRIu64 "ns ago",
680 T_PASS("saw %" PRIu64 " timer fires (%g fires/second) without "
739 T_LOG("saw kernel stack with %" PRIu64 " frames, flags = %#" in expect_kdebug_trigger()
744 T_LOG("saw user stack with %" PRIu64 " frames, flags = %#" in expect_kdebug_trigger()
1222 T_EXPECT_GT(nlabels, 0ULL, "saw %" PRIu64
H A Dkperf_backtracing_tests.c561 T_LOG("saw %" PRIu64 " stack data events", nevents);
626 T_LOG("saw %" PRIu64 " stack header events, %" PRIu64 " valid (%g%%)",
H A Dkdebug_tests.c539 T_LOG("%" PRIu64 ": %#" PRIx32 " (cpu %d)",
541 T_LOG("%" PRIu64 ": %#" PRIx32 " (cpu %d)",
1242 T_LOG("emitting round-trip event %" PRIu64, emitted);
1249 T_LOG("saw round-trip event after %" PRIu64 " events", events);
1252 T_LOG("ending trace after seeing %" PRIu64 " events, "
1253 "emitting %" PRIu64, seen, emitted);
1260 "emitted %" PRIu64 " round-trip events", emitted);
1262 "saw %" PRIu64 " round-trip events", seen);
1328 T_LOG("heartbeat %u at time %lld, seen %" PRIu64 " events, "
/xnu-12377.41.6/iokit/IOKit/
H A DIOCircularDataQueueImplementation.h322 #define QUEUE_FORMAT "Queue(%" PRIu64 " gen:%" PRIu64 " pos:%" PRIu64 " next:%" PRIu64 ")"
325 #define CURSOR_FORMAT "Cursor(%p gen:%" PRIu64 " pos:%" PRIu64 ")"
328 #define ENTRY_FORMAT "Entry(%" PRIu64 " gen:%" PRIu64 " pos:%" PRIu64 ")"
H A DIOTypes.h128 #define PRIIOByteCount PRIu64
/xnu-12377.41.6/iokit/DriverKit/
H A DIOTypes.h128 #define PRIIOByteCount PRIu64
/xnu-12377.41.6/tests/cpu_counters/
H A Dkpc_tests.c383 T_LOG("checking counter %d with value %" PRIu64 " > 0", i, ctrs_a[i]);
395 T_LOG("checking counter %d with value %" PRIu64
396 " > previous value %" PRIu64, i, ctrs_b[i], ctrs_a[i]);
/xnu-12377.41.6/tests/skywalk/
H A Dskt_xfer.c3285 T_LOG("dropped %"PRIu64"\n", counter); in send_bad_flow()
4221 T_LOG("Offload packets dropped %"PRIu64"\n", counter); in skt_xfer_rx_flow_steering_drop_packets()