Searched refs:PRId64 (Results 1 – 20 of 20) sorted by relevance
/Linux-v6.1/tools/testing/selftests/vm/ |
D | userfaultfd.c | 617 err("failed to exercise UFFDIO_CONTINUE error handling, ret=%d, mapped=%" PRId64, in continue_range() 662 err("UFFDIO_COPY retry error: %"PRId64, in retry_copy_page() 665 err("UFFDIO_COPY retry unexpected: %"PRId64, in retry_copy_page() 699 err("UFFDIO_COPY error: %"PRId64, in __copy_page() 703 err("UFFDIO_COPY error: %"PRId64, (int64_t)uffdio_copy.copy); in __copy_page() 1123 err("UFFDIO_ZEROPAGE error: %"PRId64, in retry_uffdio_zeropage() 1126 err("UFFDIO_ZEROPAGE error: %"PRId64, in retry_uffdio_zeropage() 1148 err("UFFDIO_ZEROPAGE error: %"PRId64, (int64_t)res); in __uffdio_zeropage()
|
/Linux-v6.1/tools/testing/selftests/ptp/ |
D | testptp.c | 511 printf("system/phc clock time offset is %" PRId64 " ns\n" in main() 512 "system clock time delay is %" PRId64 " ns\n", in main()
|
/Linux-v6.1/tools/perf/util/ |
D | event.h | 30 #define PRI_ld64 "l" PRId64 34 #define PRI_ld64 PRId64
|
D | hisi-ptt.c | 159 fprintf(stdout, " PMU Type %" PRId64 "\n", (s64) type); in hisi_ptt_print_info()
|
D | intel-bts.c | 838 [INTEL_BTS_PMU_TYPE] = " PMU Type %"PRId64"\n", 842 [INTEL_BTS_CAP_USER_TIME_ZERO] = " Cap Time Zero %"PRId64"\n", 843 [INTEL_BTS_SNAPSHOT_MODE] = " Snapshot mode %"PRId64"\n",
|
D | perf_event_attr_fprintf.c | 78 #define p_signed(val) snprintf(buf, BUF_SIZE, "%"PRId64, (int64_t)(val))
|
D | data-convert-json.c | 201 PRId64 "\n", (s64) ip); in process_sample_event()
|
D | intel-pt.c | 4038 [INTEL_PT_PMU_TYPE] = " PMU Type %"PRId64"\n", 4042 [INTEL_PT_CAP_USER_TIME_ZERO] = " Cap Time Zero %"PRId64"\n", 4045 [INTEL_PT_HAVE_SCHED_SWITCH] = " Have sched_switch %"PRId64"\n", 4046 [INTEL_PT_SNAPSHOT_MODE] = " Snapshot mode %"PRId64"\n", 4047 [INTEL_PT_PER_CPU_MMAPS] = " Per-cpu maps %"PRId64"\n",
|
D | s390-cpumsf.c | 745 pr_debug4("%s queue_nr:%d buffer:%" PRId64 " offset:%#" PRIx64 " size:%#zx rest:%#zx\n", in s390_cpumsf_run_decoder()
|
D | arm-spe.c | 1045 [ARM_SPE_PMU_TYPE] = " PMU Type %"PRId64"\n",
|
D | callchain.c | 1310 return scnprintf(bf, bfsize, "%s%s:%" PRId64 "", (idx) ? " " : " (", str, value); in count_pri64_printf()
|
D | machine.c | 2288 "%"PRId64"\n", (s64) ip); in add_callchain_ip()
|
/Linux-v6.1/tools/testing/selftests/net/ |
D | txtimestamp.c | 164 fprintf(stderr, "ERROR: %" PRId64 " us expected between %d and %d\n", in validate_timestamp() 173 fprintf(stderr, "%" PRId64 " ns", ts_delta); in __print_ts_delta_formatted() 175 fprintf(stderr, "%" PRId64 " us", ts_delta / NSEC_PER_USEC); in __print_ts_delta_formatted()
|
D | so_txtime.c | 215 fprintf(stderr, "send: pkt %c at %" PRId64 "ms dropped: %s\n", in do_recv_errqueue_timeout()
|
/Linux-v6.1/tools/bpf/bpftool/ |
D | json_writer.c | 246 jsonw_printf(self, "%"PRId64, num); in jsonw_int()
|
/Linux-v6.1/tools/perf/ |
D | builtin-diff.c | 204 pr_debug("compute wdiff w1(%" PRId64 ") w2(%" PRId64 ")\n", in setup_compute_opt_wdiff() 344 "(%" PRIu64 " * " "%" PRId64 ") - (%" PRIu64 " * " "%" PRId64 ")", in formula_wdiff()
|
D | builtin-timechart.c | 539 "%"PRId64"\n", (s64) ip); in cat_backtrace()
|
/Linux-v6.1/tools/iio/ |
D | iio_generic_buffer.c | 155 printf("%" PRId64 " ", val); in print8byte()
|
/Linux-v6.1/arch/x86/tools/ |
D | relocs.c | 598 format = "%5d %016"PRIx64" %5"PRId64" %10s %10s %12s %s\n"; in print_absolute_symbols()
|
/Linux-v6.1/arch/x86/kvm/ |
D | lapic.c | 52 #define PRId64 "d" macro
|