Home
last modified time | relevance | path

Searched refs:PRId64 (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.4/tools/perf/util/
Devent.h30 #define PRI_ld64 "l" PRId64
34 #define PRI_ld64 PRId64
Darm-spe.c180 [ARM_SPE_PMU_TYPE] = " PMU Type %"PRId64"\n",
Dperf_event_attr_fprintf.c75 #define p_signed(val) snprintf(buf, BUF_SIZE, "%"PRId64, (int64_t)(val))
Dintel-bts.c829 [INTEL_BTS_PMU_TYPE] = " PMU Type %"PRId64"\n",
833 [INTEL_BTS_CAP_USER_TIME_ZERO] = " Cap Time Zero %"PRId64"\n",
834 [INTEL_BTS_SNAPSHOT_MODE] = " Snapshot mode %"PRId64"\n",
Dintel-pt.c3030 [INTEL_PT_PMU_TYPE] = " PMU Type %"PRId64"\n",
3034 [INTEL_PT_CAP_USER_TIME_ZERO] = " Cap Time Zero %"PRId64"\n",
3037 [INTEL_PT_HAVE_SCHED_SWITCH] = " Have sched_switch %"PRId64"\n",
3038 [INTEL_PT_SNAPSHOT_MODE] = " Snapshot mode %"PRId64"\n",
3039 [INTEL_PT_PER_CPU_MMAPS] = " Per-cpu maps %"PRId64"\n",
Ds390-cpumsf.c745 pr_debug4("%s queue_nr:%d buffer:%" PRId64 " offset:%#" PRIx64 " size:%#zx rest:%#zx\n", in s390_cpumsf_run_decoder()
Dcallchain.c1306 printed = scnprintf(bf, bfsize, "%s%s:%" PRId64 "", (idx) ? " " : " (", str, value); in count_pri64_printf()
Dmachine.c2064 "%"PRId64"\n", (s64) ip); in add_callchain_ip()
/Linux-v5.4/tools/testing/selftests/ptp/
Dtestptp.c464 printf("system/phc clock time offset is %" PRId64 " ns\n" in main()
465 "system clock time delay is %" PRId64 " ns\n", in main()
/Linux-v5.4/tools/bpf/bpftool/
Djson_writer.c240 jsonw_printf(self, "%"PRId64, num); in jsonw_int()
/Linux-v5.4/tools/perf/
Dbuiltin-diff.c194 pr_debug("compute wdiff w1(%" PRId64 ") w2(%" PRId64 ")\n", in setup_compute_opt_wdiff()
334 "(%" PRIu64 " * " "%" PRId64 ") - (%" PRIu64 " * " "%" PRId64 ")", in formula_wdiff()
Dbuiltin-timechart.c521 "%"PRId64"\n", (s64) ip); in cat_backtrace()
/Linux-v5.4/tools/iio/
Diio_generic_buffer.c153 printf("%" PRId64 " ", val); in print8byte()
/Linux-v5.4/tools/testing/selftests/networking/timestamping/
Dtxtimestamp.c133 fprintf(stderr, " (USR %+" PRId64 " us)", in __print_timestamp()
/Linux-v5.4/arch/x86/tools/
Drelocs.c541 format = "%5d %016"PRIx64" %5"PRId64" %10s %10s %12s %s\n"; in print_absolute_symbols()
/Linux-v5.4/arch/x86/kvm/
Dlapic.c50 #define PRId64 "d" macro