Searched refs:PRId64 (Results 1 - 12 of 12) sorted by relevance
/linux-4.4.14/Documentation/ptp/ |
H A D | testptp.c | 510 printf("system/phc clock time offset is %" PRId64 " ns\n" main() 511 "system clock time delay is %" PRId64 " ns\n", main()
|
/linux-4.4.14/tools/perf/util/ |
H A D | intel-bts.c | 835 [INTEL_BTS_PMU_TYPE] = " PMU Type %"PRId64"\n", 839 [INTEL_BTS_CAP_USER_TIME_ZERO] = " Cap Time Zero %"PRId64"\n", 840 [INTEL_BTS_SNAPSHOT_MODE] = " Snapshot mode %"PRId64"\n",
|
H A D | intel-pt.c | 1983 [INTEL_PT_PMU_TYPE] = " PMU Type %"PRId64"\n", 1987 [INTEL_PT_CAP_USER_TIME_ZERO] = " Cap Time Zero %"PRId64"\n", 1990 [INTEL_PT_HAVE_SCHED_SWITCH] = " Have sched_switch %"PRId64"\n", 1991 [INTEL_PT_SNAPSHOT_MODE] = " Snapshot mode %"PRId64"\n", 1992 [INTEL_PT_PER_CPU_MMAPS] = " Per-cpu maps %"PRId64"\n",
|
H A D | session.c | 2003 fprintf(stdout, " cpu: %"PRId64, e->cpu); perf_event__process_id_index() 2004 fprintf(stdout, " tid: %"PRId64"\n", e->tid); perf_event__process_id_index()
|
H A D | machine.c | 1585 "%"PRId64"\n", (s64) ip); add_callchain_ip()
|
H A D | evsel.c | 1217 #define p_signed(val) snprintf(buf, BUF_SIZE, "%"PRId64, (int64_t)(val))
|
/linux-4.4.14/tools/perf/ |
H A D | builtin-diff.c | 152 pr_debug("compute wdiff w1(%" PRId64 ") w2(%" PRId64 ")\n", setup_compute_opt_wdiff() 292 "(%" PRIu64 " * " "%" PRId64 ") - (%" PRIu64 " * " "%" PRId64 ")", formula_wdiff()
|
H A D | builtin-timechart.c | 519 "%"PRId64"\n", (s64) ip); cat_backtrace()
|
/linux-4.4.14/tools/iio/ |
H A D | generic_buffer.c | 146 printf("%" PRId64 " ", val); print8byte()
|
/linux-4.4.14/Documentation/networking/timestamping/ |
H A D | txtimestamp.c | 99 fprintf(stderr, " (%+" PRId64 " us)", cur_ms - prev_ms); __print_timestamp()
|
/linux-4.4.14/arch/x86/kvm/ |
H A D | lapic.c | 51 #define PRId64 "d" macro 1297 apic_debug("%s: bus cycle is %" PRId64 "ns, now 0x%016" start_apic_timer()
|
/linux-4.4.14/arch/x86/tools/ |
H A D | relocs.c | 522 format = "%5d %016"PRIx64" %5"PRId64" %10s %10s %12s %s\n"; print_absolute_symbols()
|
Completed in 515 milliseconds