Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/tools/perf/tests/
Dtime-utils-test.c26 pr_debug("Failed. ptime %" PRIu64 " expected %" PRIu64 "\n", in test__parse_nsec_time()
31 pr_debug("%" PRIu64 "\n", ptime); in test__parse_nsec_time()
50 pr_debug("Failed. Expected %" PRIu64 " to %" PRIu64 "\n", in test__perf_time__parse_str()
85 pr_debug("first_sample_time %" PRIu64 " last_sample_time %" PRIu64 "\n", in test__perf_time__parse_for_ranges()
104 pr_debug("bad range %d expected %" PRIu64 " to %" PRIu64 "\n", in test__perf_time__parse_for_ranges()
118 pr_debug("failed to skip %" PRIu64 "\n", d->skip[i]); in test__perf_time__parse_for_ranges()
123 pr_debug("failed to keep %" PRIu64 "\n", d->noskip[i]); in test__perf_time__parse_for_ranges()
Dhists_common.c182 pr_info("%2d: entry: %-8s [%-8s] %20s: period = %"PRIu64"\n", in print_hists_in()
209 pr_info("%2d: entry: %8s:%5d [%-8s] %20s: period = %"PRIu64"/%"PRIu64"\n", in print_hists_out()
Dperf-record.c194 pr_info("%" PRIu64" %d ", sample.time, sample.cpu); in test__PERF_RECORD()
199 pr_debug("%s going backwards in time, prev=%" PRIu64 ", curr=%" PRIu64 "\n", in test__PERF_RECORD()
Devent-times.c204 pr_debug(" %s: ena %" PRIu64", run %" PRIu64"\n", in test_times()
Dunit_number__scnprintf.c30 pr_debug("n %" PRIu64 ", str '%s', buf '%s'\n", in test__unit_number__scnprint()
Dopenat-syscall.c55 pr_debug("evsel__read_on_cpu: expected to intercept %d calls, got %" PRIu64 "\n", in test__openat_syscall_event()
Dopenat-syscall-all-cpus.c114 pr_debug("evsel__read_on_cpu: expected to intercept %d calls on cpu %d, got %" PRIu64 "\n", in test__openat_syscall_event_on_all_cpus()
Dsw-clock.c81 pr_debug("Couldn't open evlist: %s\nHint: check %s, using %" PRIu64 " in this test.\n", in __test__sw_clock_freq()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/
Ddirty_log_test.c285 pr_info("Dirtied %"PRIu64" pages\n", pages_count); in vcpu_worker()
303 "Page %"PRIu64" should have its dirty bit " in vm_dirty_log_verify()
317 "Set page %"PRIu64" value %"PRIu64 in vm_dirty_log_verify()
318 " incorrect (iteration=%"PRIu64")", in vm_dirty_log_verify()
342 "Clear page %"PRIu64" value %"PRIu64 in vm_dirty_log_verify()
343 " incorrect (iteration=%"PRIu64")", in vm_dirty_log_verify()
481 pr_info("Total bits checked: dirty (%"PRIu64"), clear (%"PRIu64"), " in run_test()
482 "track_next (%"PRIu64")\n", host_dirty_count, host_clear_count, in run_test()
509 printf(" -i: specify iteration counts (default: %"PRIu64")\n", in help()
511 printf(" -I: specify interval in ms (default: %"PRIu64" ms)\n", in help()
[all …]
Ddirty_log_perf_test.c254 printf(" -i: specify iteration counts (default: %"PRIu64")\n", in help()
364 pr_info("Test iterations: %"PRIu64"\n", iterations); in main()
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/
Dperf-time-to-tsc.c153 pr_debug("1st event perf time %"PRIu64" tsc %"PRIu64"\n", in test__perf_time_to_tsc()
155 pr_debug("rdtsc time %"PRIu64" tsc %"PRIu64"\n", in test__perf_time_to_tsc()
157 pr_debug("2nd event perf time %"PRIu64" tsc %"PRIu64"\n", in test__perf_time_to_tsc()
/kernel/linux/linux-5.10/tools/perf/util/
Dtop.c48 " exact: %4.1f%% lost: %" PRIu64 "/%" PRIu64 " drop: %" PRIu64 "/%" PRIu64 " [", in perf_top__header_snprintf()
75 ret += SNPRINTF(bf + ret, size - ret, "%" PRIu64 "%s ", in perf_top__header_snprintf()
Dtime-utils.c114 pr_debug("start time %" PRIu64 ", ", ptime->start); in perf_time__parse_str()
115 pr_debug("end time %" PRIu64 "\n", ptime->end); in perf_time__parse_str()
312 pr_debug("start time %d: %" PRIu64 ", ", i, ptime_buf[i].start); in percent_comma_split()
313 pr_debug("end time %d: %" PRIu64 "\n", i, ptime_buf[i].end); in percent_comma_split()
533 return scnprintf(buf, sz, "%"PRIu64".%06"PRIu64, sec, usec); in timestamp__scnprintf_usec()
541 return scnprintf(buf, sz, "%" PRIu64 ".%09" PRIu64, sec, nsec); in timestamp__scnprintf_nsec()
Dvalues.c227 width = snprintf(NULL, 0, "%" PRIu64, values->value[i][j]); in perf_read_values__display_pretty()
242 fprintf(fp, " %*" PRIu64, in perf_read_values__display_pretty()
279 width = snprintf(NULL, 0, "%" PRIu64, values->value[i][j]); in perf_read_values__display_raw()
291 fprintf(fp, " %*d %*d %*s %*" PRIx64 " %*" PRIu64, in perf_read_values__display_raw()
Ddwarf-aux.c1135 ret = strbuf_addf(buf, "@<%s+[%" PRIu64 "-%" PRIu64, in die_get_var_innermost_scope()
1139 ret = strbuf_addf(buf, ",%" PRIu64 "-%" PRIu64, in die_get_var_innermost_scope()
1199 ret = strbuf_addf(buf, "@<%s+[%" PRIu64 "-%" PRIu64, in die_get_var_range()
1203 ret = strbuf_addf(buf, ",%" PRIu64 "-%" PRIu64, in die_get_var_range()
Ddebug.c69 ret = fprintf(stderr, "[%13" PRIu64 ".%06" PRIu64 "] ", in veprintf_time()
Dordered-events.c154 pr("alloc size %" PRIu64 "B (+%zu), max %" PRIu64 "B\n", in alloc_event()
163 pr("allocation limit reached %" PRIu64 "B\n", oe->max_alloc_size); in alloc_event()
Dunits.c68 return scnprintf(buf, size, "%" PRIu64 "%c", n, unit[i]); in unit_number__scnprintf()
Dsession.c1089 printf("... LBR call chain: nr:%" PRIu64 "\n", total_nr); in callchain__lbr_callstack_printf()
1112 printf("... FP chain: nr:%" PRIu64 "\n", callchain->nr); in callchain__printf()
1124 printf("%s: nr:%" PRIu64 "\n", in branch_stack__printf()
1132 printf("..... %2"PRIu64": %016" PRIx64 " -> %016" PRIx64 " %hu cycles %s%s%s%s %x\n", in branch_stack__printf()
1141 printf("..... %2"PRIu64": %016" PRIx64 "\n", in branch_stack__printf()
1203 printf("... ustack: size %" PRIu64 ", offset 0x%x\n", in stack_user__printf()
1223 printf("%" PRIu64 " ", sample->time); in perf_evlist__print_tstamp()
1241 printf(".... group nr %" PRIu64 "\n", sample->read.group.nr); in sample_read__printf()
1284 printf("(IP, 0x%x): %d/%d: %#" PRIx64 " period: %" PRIu64 " addr: %#" PRIx64 "\n", in dump_sample()
1306 printf("... weight: %" PRIu64 "\n", sample->weight); in dump_sample()
[all …]
Dstat.c438 fprintf(config->output, "%s: %" PRIu64 " %" PRIu64 " %" PRIu64 "\n", in perf_stat_process_counter()
Devent.h28 #define PRI_lu64 "l" PRIu64
32 #define PRI_lu64 PRIu64
/kernel/linux/linux-5.10/tools/perf/ui/gtk/
Dprogress.c35 snprintf(buf, sizeof(buf), "%"PRIu64" / %"PRIu64, p->curr, p->total); in gtk_ui_progress__update()
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-mem.c167 "%s%"PRIu64"%s0x%"PRIx64"%s%s:%s\n"; in dump_raw_samples()
170 "%s0x%016"PRIx64"%s%5"PRIu64"%s0x%06"PRIx64 in dump_raw_samples()
194 fmt = "%d%s%d%s0x%"PRIx64"%s0x%"PRIx64"%s%"PRIu64 in dump_raw_samples()
198 "%s%5"PRIu64"%s0x%06"PRIx64"%s%s:%s\n"; in dump_raw_samples()
Dbuiltin-lock.c746 pr_info("%15" PRIu64 " ", st->avg_wait_time); in print_result()
747 pr_info("%15" PRIu64 " ", st->wait_time_total); in print_result()
748 pr_info("%15" PRIu64 " ", st->wait_time_max); in print_result()
749 pr_info("%15" PRIu64 " ", st->wait_time_min == ULLONG_MAX ? in print_result()
/kernel/linux/linux-5.10/tools/gpio/
Dgpio-watch.c90 printf("line %u: %s at %" PRIu64 "\n", in main()

123