/external/llvm-project/openmp/runtime/test/ompt/ |
D | callback.h | 111 printf("%" PRIu64 ": task level %d: parallel_id=%" PRIu64 in print_ids() 112 ", task_id=%" PRIu64 ", exit_frame=%p, reenter_frame=%p, " in print_ids() 123 printf("%" PRIu64 ": __builtin_frame_address(%d)=%p\n", \ 171 printf("%" PRIu64 ": current_address=%p or %p for non-void functions\n", \ 179 printf("%" PRIu64 ": current_address=%p or %p\n", ompt_get_thread_data()->value, \ 185 printf("%" PRIu64 ": current_address=%p or %p\n", ompt_get_thread_data()->value, \ 195 printf("%" PRIu64 ": current_address=%p or %p\n", \ 204 printf("%" PRIu64 ": current_address=%p or %p\n", \ 229 printf("%" PRIu64 ": fuzzy_address=0x%" PRIx64 " or 0x%" PRIx64 \ 258 printf("%" PRIu64 ":" _TOOL_PREFIX in on_ompt_callback_mutex_acquire() [all …]
|
/external/llvm-project/openmp/runtime/test/ompt/misc/ |
D | api_calls_from_other_thread.cpp | 11 printf("%" PRIu64 ": ompt_get_num_places()=%d\n", tvalue, in f() 14 printf("%" PRIu64 ": ompt_get_place_proc_ids()=%d\n", tvalue, in f() 17 printf("%" PRIu64 ": ompt_get_place_num()=%d\n", tvalue, in f() 20 printf("%" PRIu64 ": ompt_get_partition_place_nums()=%d\n", tvalue, in f() 23 printf("%" PRIu64 ": ompt_get_proc_id()=%d\n", tvalue, ompt_get_proc_id()); in f() 25 printf("%" PRIu64 ": ompt_get_num_procs()=%d\n", tvalue, in f() 29 printf("%" PRIu64 ": ompt_get_callback()=%d\n", tvalue, in f() 32 printf("%" PRIu64 ": ompt_get_state()=%d\n", tvalue, ompt_get_state(NULL)); in f() 36 printf("%" PRIu64 ": ompt_enumerate_states()=%d\n", tvalue, in f() 41 printf("%" PRIu64 ": ompt_enumerate_mutex_impls()=%d\n", tvalue, in f() [all …]
|
D | api_calls_without_ompt.c | 37 printf("%" PRIu64 ": ompt_get_num_places()=%d\n", tvalue, in main() 40 printf("%" PRIu64 ": ompt_get_place_proc_ids()=%d\n", tvalue, in main() 43 printf("%" PRIu64 ": ompt_get_place_num()=%d\n", tvalue, in main() 46 printf("%" PRIu64 ": ompt_get_partition_place_nums()=%d\n", tvalue, in main() 49 printf("%" PRIu64 ": ompt_get_proc_id()=%d\n", tvalue, ompt_get_proc_id()); in main() 51 printf("%" PRIu64 ": ompt_get_num_procs()=%d\n", tvalue, in main() 55 printf("%" PRIu64 ": ompt_get_callback()=%d\n", tvalue, in main() 58 printf("%" PRIu64 ": ompt_get_state()=%d\n", tvalue, ompt_get_state(NULL)); in main() 62 printf("%" PRIu64 ": ompt_enumerate_states()=%d\n", tvalue, in main() 67 printf("%" PRIu64 ": ompt_enumerate_mutex_impls()=%d\n", tvalue, in main() [all …]
|
D | api_calls_places.c | 10 printf("%" PRIu64 ": %s(0)=(%d", ompt_get_thread_data()->value, function_name, in print_list() 22 printf("%" PRIu64 ": omp_get_num_places()=%d\n", in main() 24 printf("%" PRIu64 ": ompt_get_num_places()=%d\n", in main() 36 printf("%" PRIu64 ": omp_get_place_num()=%d\n", in main() 38 printf("%" PRIu64 ": ompt_get_place_num()=%d\n", in main() 50 printf("%" PRIu64 ": sched_getcpu()=%d\n", ompt_get_thread_data()->value, in main() 52 printf("%" PRIu64 ": ompt_get_proc_id()=%d\n", in main() 55 printf("%" PRIu64 ": omp_get_num_procs()=%d\n", in main() 57 printf("%" PRIu64 ": ompt_get_num_procs()=%d\n", in main()
|
D | api_calls_misc.c | 12 printf("%" PRIu64 ": &on_ompt_callback_thread_begin=%p\n", in main() 14 printf("%" PRIu64 ": ompt_get_callback() result=%p\n", in main() 18 printf("%" PRIu64 ": ompt_get_state()=%d\n", ompt_get_thread_data()->value, in main() 28 printf("%" PRIu64 ": state_name is NULL\n", in main() 33 printf("%" PRIu64 ": states enumeration did not end\n", in main() 45 printf("%" PRIu64 ": impl_name is NULL\n", in main() 50 printf("%" PRIu64 ": mutex_impls enumeration did not end\n", in main()
|
/external/chromium-trace/catapult/systrace/atrace_helper/jni/ |
D | atrace_process_dump.cc | 41 fprintf(out_, "{\"start_ts\": \"%" PRIu64 "\", \"snapshots\":[\n", in RunAndPrintJson() 136 fprintf(out_, "{\"ts\":\"%" PRIu64 "\",\"memdump\":{\n", in SerializeSnapshot() 143 fprintf(out_, "\"vm\":%" PRIu64 ",\"rss\":%" PRIu64, in SerializeSnapshot() 154 fprintf(out_, ",\"pss\":%" PRIu64 ",\"swp\":%" PRIu64 in SerializeSnapshot() 155 ",\"pc\":%" PRIu64 ",\"pd\":%" PRIu64 in SerializeSnapshot() 156 ",\"sc\":%" PRIu64 ",\"sd\":%" PRIu64, in SerializeSnapshot() 163 fprintf(out_, ",\"gpu_egl\":%" PRIu64 ",\"gpu_egl_pss\":%" PRIu64 in SerializeSnapshot() 164 ",\"gpu_gl\":%" PRIu64 ",\"gpu_gl_pss\":%" PRIu64 in SerializeSnapshot() 165 ",\"gpu_etc\":%" PRIu64 ",\"gpu_etc_pss\":%" PRIu64, in SerializeSnapshot() 184 "\"pss\":%" PRIu64 ",\"rss\":%" PRIu64 ",\"swp\":%" PRIu64 "," in SerializeSnapshot() [all …]
|
/external/strace/tests/ |
D | sched_xetattr.c | 103 ", sched_runtime=%" PRIu64 ", sched_deadline=%" PRIu64 in main() 104 ", sched_period=%" PRIu64 "}, %u, 0) = 0\n", in main() 128 ", sched_runtime=%" PRIu64 ", sched_deadline=%" PRIu64 in main() 129 ", sched_period=%" PRIu64 "}, %u, 0) = 0\n", in main() 149 ", sched_runtime=%" PRIu64 ", sched_deadline=%" PRIu64 in main() 150 ", sched_period=%" PRIu64 "}, 0) = 0\n", in main() 163 ", sched_runtime=%" PRIu64 ", sched_deadline=%" PRIu64 in main() 164 ", sched_period=%" PRIu64 "}, 0) = 0\n", in main() 183 ", sched_runtime=%" PRIu64 ", sched_deadline=%" PRIu64 in main() 184 ", sched_period=%" PRIu64 "}, 0) = 0\n", in main() [all …]
|
/external/strace/tests-mx32/ |
D | sched_xetattr.c | 103 ", sched_runtime=%" PRIu64 ", sched_deadline=%" PRIu64 in main() 104 ", sched_period=%" PRIu64 "}, %u, 0) = 0\n", in main() 128 ", sched_runtime=%" PRIu64 ", sched_deadline=%" PRIu64 in main() 129 ", sched_period=%" PRIu64 "}, %u, 0) = 0\n", in main() 149 ", sched_runtime=%" PRIu64 ", sched_deadline=%" PRIu64 in main() 150 ", sched_period=%" PRIu64 "}, 0) = 0\n", in main() 163 ", sched_runtime=%" PRIu64 ", sched_deadline=%" PRIu64 in main() 164 ", sched_period=%" PRIu64 "}, 0) = 0\n", in main() 183 ", sched_runtime=%" PRIu64 ", sched_deadline=%" PRIu64 in main() 184 ", sched_period=%" PRIu64 "}, 0) = 0\n", in main() [all …]
|
/external/strace/tests-m32/ |
D | sched_xetattr.c | 103 ", sched_runtime=%" PRIu64 ", sched_deadline=%" PRIu64 in main() 104 ", sched_period=%" PRIu64 "}, %u, 0) = 0\n", in main() 128 ", sched_runtime=%" PRIu64 ", sched_deadline=%" PRIu64 in main() 129 ", sched_period=%" PRIu64 "}, %u, 0) = 0\n", in main() 149 ", sched_runtime=%" PRIu64 ", sched_deadline=%" PRIu64 in main() 150 ", sched_period=%" PRIu64 "}, 0) = 0\n", in main() 163 ", sched_runtime=%" PRIu64 ", sched_deadline=%" PRIu64 in main() 164 ", sched_period=%" PRIu64 "}, 0) = 0\n", in main() 183 ", sched_runtime=%" PRIu64 ", sched_deadline=%" PRIu64 in main() 184 ", sched_period=%" PRIu64 "}, 0) = 0\n", in main() [all …]
|
/external/llvm-project/openmp/runtime/test/ompt/synchronization/barrier/ |
D | implicit_task_data.c | 68 …printf("%" PRIu64 ": ompt_event_thread_begin: thread_type=%s=%d, thread_id=%" PRIu64 "\n", ompt_ge… in on_ompt_callback_thread_begin() 84 …printf("%" PRIu64 ": ompt_event_barrier_begin: parallel_id=%" PRIu64 ", task_id=%" PRIu64 ", codep… in on_ompt_callback_sync_region() 88 …printf("%" PRIu64 ": ompt_event_barrier_end: parallel_id=%" PRIu64 ", task_id=%" PRIu64 ", codeptr… in on_ompt_callback_sync_region() 108 printf("%" PRIu64 in on_ompt_callback_sync_region_wait() 109 ": ompt_event_wait_barrier_begin: parallel_id=%" PRIu64 in on_ompt_callback_sync_region_wait() 110 ", task_id=%" PRIu64 ", codeptr_ra=%p\n", in on_ompt_callback_sync_region_wait() 116 …printf("%" PRIu64 ": ompt_event_wait_barrier_end: parallel_id=%" PRIu64 ", task_id=%" PRIu64 ", co… in on_ompt_callback_sync_region_wait()
|
/external/vboot_reference/utility/ |
D | load_kernel_test.c | 38 printf("Read(%" PRIu64 ", %" PRIu64 ")\n", lba_start, lba_count); in VbExDiskRead() 42 fprintf(stderr, "Read overrun: %" PRIu64 " + %" PRIu64 " > %" PRIu64 "\n", in VbExDiskRead() 58 printf("Write(%" PRIu64 ", %" PRIu64 ")\n", lba_start, lba_count); in VbExDiskWrite() 62 fprintf(stderr, "Read overrun: %" PRIu64 " + %" PRIu64 " > %" PRIu64 "\n", in VbExDiskWrite() 137 fprintf(stderr, " -b NUM boot flag bits (default %" PRIu64 "):\n", in main() 139 fprintf(stderr, " %" PRIu64 " = developer mode on\n", in main() 141 fprintf(stderr, " %" PRIu64 " = recovery mode on\n", in main() 155 printf("Read %" PRIu64 " bytes of key from %s\n", key_size, argv[optind+1]); in main() 197 printf("bootflags = %" PRIu64 "\n", lkp.boot_flags); in main() 210 printf("Streaming LBA count: %" PRIu64 "\n", lkp.streaming_lba_count); in main() [all …]
|
/external/libnl/lib/route/link/ |
D | inet6.c | 408 nl_dump(p, " %18" PRIu64 " ", link->l_stats[RTNL_LINK_IP6_INPKTS]); in inet6_dump_stats() 415 nl_dump(p, "%16" PRIu64 " B ", 0); in inet6_dump_stats() 417 nl_dump(p, "%18" PRIu64 " %18" PRIu64 "\n", in inet6_dump_stats() 424 nl_dump(p, " %18" PRIu64 " ", link->l_stats[RTNL_LINK_IP6_OUTPKTS]); in inet6_dump_stats() 431 nl_dump(p, "%16" PRIu64 " B ", 0); in inet6_dump_stats() 433 nl_dump(p, "%18" PRIu64 " %18" PRIu64 "\n", in inet6_dump_stats() 440 nl_dump(p, " %18" PRIu64 " ", link->l_stats[RTNL_LINK_IP6_INMCASTPKTS]); in inet6_dump_stats() 447 nl_dump(p, "%16" PRIu64 " B ", 0); in inet6_dump_stats() 449 nl_dump(p, "%18" PRIu64 " ", link->l_stats[RTNL_LINK_IP6_INBCASTPKTS]); in inet6_dump_stats() 455 nl_dump(p, "%16" PRIu64 " B\n", 0); in inet6_dump_stats() [all …]
|
/external/linux-kselftest/tools/testing/selftests/kvm/ |
D | dirty_log_test.c | 176 DEBUG("Dirtied %"PRIu64" pages\n", pages_count); in vcpu_worker() 195 "Page %"PRIu64" should have its dirty bit " in vm_dirty_log_verify() 209 "Set page %"PRIu64" value %"PRIu64 in vm_dirty_log_verify() 210 " incorrect (iteration=%"PRIu64")", in vm_dirty_log_verify() 234 "Clear page %"PRIu64" value %"PRIu64 in vm_dirty_log_verify() 235 " incorrect (iteration=%"PRIu64")", in vm_dirty_log_verify() 381 DEBUG("Total bits checked: dirty (%"PRIu64"), clear (%"PRIu64"), " in run_test() 382 "track_next (%"PRIu64")\n", host_dirty_count, host_clear_count, in run_test() 410 printf(" -i: specify iteration counts (default: %"PRIu64")\n", in help() 412 printf(" -I: specify interval in ms (default: %"PRIu64" ms)\n", in help() [all …]
|
/external/llvm-project/lldb/tools/intel-features/intel-pt/ |
D | Decoder.cpp | 90 "%" PRIu64, in StartProcessorTrace() 133 sberror.SetErrorStringWithFormat("%s; ProcessID = %" PRIu64, in StartProcessorTrace() 138 "%s; thread_id = %" PRIu64 ", ProcessID = %" PRIu64, in StartProcessorTrace() 166 "tracing not active for this process; ProcessID = %" PRIu64, in StopProcessorTrace() 195 "%s; thread id=%" PRIu64 ", ProcessID = %" PRIu64, in StopProcessorTrace() 229 "tracing not active for this thread; thread id=%" PRIu64 in StopProcessorTrace() 230 ", ProcessID = %" PRIu64, in StopProcessorTrace() 241 "%s; thread id=%" PRIu64 ", ProcessID = %" PRIu64, in StopProcessorTrace() 264 sberror.SetErrorStringWithFormat("%s; ProcessID = %" PRIu64, in ReadTraceDataAndImageInfo() 271 "for this thread; thread id=%" PRIu64 in ReadTraceDataAndImageInfo() [all …]
|
/external/llvm-project/libunwind/src/ |
D | DwarfParser.hpp | 459 _LIBUNWIND_TRACE_DWARF("DW_CFA_advance_loc1: new offset=%" PRIu64 "\n", in parseFDEInstructions() 465 _LIBUNWIND_TRACE_DWARF("DW_CFA_advance_loc2: new offset=%" PRIu64 "\n", in parseFDEInstructions() 471 _LIBUNWIND_TRACE_DWARF("DW_CFA_advance_loc4: new offset=%" PRIu64 "\n", in parseFDEInstructions() 484 _LIBUNWIND_TRACE_DWARF("DW_CFA_offset_extended(reg=%" PRIu64 ", " in parseFDEInstructions() 496 _LIBUNWIND_TRACE_DWARF("DW_CFA_restore_extended(reg=%" PRIu64 ")\n", in parseFDEInstructions() 507 _LIBUNWIND_TRACE_DWARF("DW_CFA_undefined(reg=%" PRIu64 ")\n", reg); in parseFDEInstructions() 521 _LIBUNWIND_TRACE_DWARF("DW_CFA_same_value(reg=%" PRIu64 ")\n", reg); in parseFDEInstructions() 539 "DW_CFA_register(reg=%" PRIu64 ", reg2=%" PRIu64 ")\n", reg, reg2); in parseFDEInstructions() 577 _LIBUNWIND_TRACE_DWARF("DW_CFA_def_cfa(reg=%" PRIu64 ", offset=%" PRIu64 in parseFDEInstructions() 589 _LIBUNWIND_TRACE_DWARF("DW_CFA_def_cfa_register(%" PRIu64 ")\n", reg); in parseFDEInstructions() [all …]
|
/external/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_diskstat.c | 109 "%" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 in get_file_values() 110 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 "", in get_file_values()
|
D | hud_cpu.c | 197 "%s %"PRIu64" %"PRIu64" %"PRIu64" %"PRIu64" %"PRIu64 in get_cpu_stats() 198 " %"PRIu64" %"PRIu64" %"PRIu64" %"PRIu64" %"PRIu64 in get_cpu_stats() 199 " %"PRIu64" %"PRIu64"", in get_cpu_stats()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_helpers.c | 187 " ia_vertices = %"PRIu64"\n" in util_end_pipestat_query() 188 " ia_primitives = %"PRIu64"\n" in util_end_pipestat_query() 189 " vs_invocations = %"PRIu64"\n" in util_end_pipestat_query() 190 " gs_invocations = %"PRIu64"\n" in util_end_pipestat_query() 191 " gs_primitives = %"PRIu64"\n" in util_end_pipestat_query() 192 " c_invocations = %"PRIu64"\n" in util_end_pipestat_query() 193 " c_primitives = %"PRIu64"\n" in util_end_pipestat_query() 194 " ps_invocations = %"PRIu64"\n" in util_end_pipestat_query() 195 " hs_invocations = %"PRIu64"\n" in util_end_pipestat_query() 196 " ds_invocations = %"PRIu64"\n" in util_end_pipestat_query() [all …]
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | track_event_tracker.cc | 59 PERFETTO_DLOG("New track reservation for process track with uuid %" PRIu64 in ReserveDescriptorProcessTrack() 93 PERFETTO_DLOG("New track reservation for thread track with uuid %" PRIu64 in ReserveDescriptorThreadTrack() 132 PERFETTO_DLOG("New track reservation for counter track with uuid %" PRIu64 in ReserveDescriptorCounterTrack() 155 PERFETTO_DLOG("New track reservation for child track with uuid %" PRIu64 in ReserveDescriptorChildTrack() 322 "Too many ancestors in parent_track_uuid hierarchy at track %" PRIu64 in ResolveDescriptorTrackImpl() 323 " with parent %" PRIu64, in ResolveDescriptorTrackImpl() 328 "Loop detected in parent_track_uuid hierarchy at track %" PRIu64 in ResolveDescriptorTrackImpl() 329 " with parent %" PRIu64, in ResolveDescriptorTrackImpl() 335 PERFETTO_ELOG("Unknown parent track %" PRIu64 " for track %" PRIu64, in ResolveDescriptorTrackImpl() 358 ") from track descriptors (old uuid: %" PRIu64 in ResolveDescriptorTrackImpl() [all …]
|
/external/llvm-project/openmp/runtime/test/ompt/synchronization/ |
D | master.c | 22 printf("%" PRIu64 ": x=%d\n", ompt_get_thread_data()->value, x); in main() 33 printf("%" PRIu64 ":" _TOOL_PREFIX in on_ompt_callback_master() 38 printf("%" PRIu64 ":" _TOOL_PREFIX in on_ompt_callback_master() 53 printf("%" PRIu64 ":" _TOOL_PREFIX in on_ompt_callback_thread_begin() 54 " ompt_event_thread_begin: thread_type=%s=%d, thread_id=%" PRIu64 "\n", in on_ompt_callback_thread_begin()
|
/external/vboot_reference/futility/ |
D | cmd_vbutil_firmware.c | 226 printf(" Size: %" PRIu64 "\n", in Verify() 228 printf(" Flags: %" PRIu64 " (ignored)\n", in Verify() 230 printf(" Data key algorithm: %" PRIu64 " %s\n", data_key->algorithm, in Verify() 234 printf(" Data key version: %" PRIu64 "\n", data_key->key_version); in Verify() 255 printf(" Size: %" PRIu64 "\n", in Verify() 259 printf(" Firmware version: %" PRIu64 "\n", in Verify() 262 printf(" Kernel key algorithm: %" PRIu64 " %s\n", in Verify() 266 printf(" Kernel key version: %" PRIu64 "\n", in Verify() 271 printf(" Firmware body size: %" PRIu64 "\n", in Verify()
|
/external/strace/ |
D | file_ioctl.c | 97 tprintf(", dest_offset=%" PRIu64 "}", in print_file_dedupe_range_info() 100 tprintf("{bytes_deduped=%" PRIu64 ", status=%d}", in print_file_dedupe_range_info() 144 tprintf(", src_offset=%" PRIu64 in file_ioctl() 145 ", src_length=%" PRIu64 in file_ioctl() 146 ", dest_offset=%" PRIu64 "}", in file_ioctl() 172 tprintf("src_offset=%" PRIu64 in file_ioctl() 173 ", src_length=%" PRIu64 in file_ioctl()
|
/external/erofs-utils/lib/ |
D | io.c | 146 erofs_err("Write posion[%" PRIu64 ", %zd] is too large beyond the end of device(%" PRIu64 ").", in dev_write() 154 erofs_err("Failed to write data into device - %s:[%" PRIu64 ", %zd].", in dev_write() 159 erofs_err("Writing data into device - %s:[%" PRIu64 ", %zd] - was truncated.", in dev_write() 243 erofs_err("read posion[%" PRIu64 ", %zd] is too large beyond" in dev_read() 244 "the end of device(%" PRIu64 ").", in dev_read() 251 erofs_err("Failed to read data from device - %s:[%" PRIu64 ", %zd].", in dev_read()
|
/external/llvm-project/openmp/runtime/test/ompt/parallel/ |
D | repeated_calls.c | 56 printf("%" PRIu64 ":" _TOOL_PREFIX in on_ompt_callback_thread_begin() 57 " ompt_event_thread_begin: thread_type=%s=%d, thread_id=%" PRIu64 "\n", in on_ompt_callback_thread_begin() 72 printf("%" PRIu64 ":" _TOOL_PREFIX in on_ompt_callback_parallel_begin() 73 " ompt_event_%s_begin: parent_task_id=%" PRIu64 in on_ompt_callback_parallel_begin() 75 "parallel_id=%" PRIu64 ", requested_%s=%" PRIu32 in on_ompt_callback_parallel_begin()
|
/external/llvm-project/mlir/lib/ExecutionEngine/ |
D | SparseUtils.cpp | 78 if (sscanf(line, "%" PRIu64 "%" PRIu64 "%" PRIu64, m, n, nnz) != 3) { in readHeader() 87 if (fscanf(file, "%" PRIu64 " %" PRIu64 " %lg\n", i, j, d) != 3) { in readItem() 188 sprintf(var, "MATRIX%" PRIu64, id); in getMatrix()
|