/linux-2.6.39/tools/perf/util/ |
D | values.c | 153 width = snprintf(NULL, 0, "%" PRIu64, values->value[i][j]); in perf_read_values__display_pretty() 168 fprintf(fp, " %*" PRIu64, in perf_read_values__display_pretty() 205 width = snprintf(NULL, 0, "%" PRIu64, values->value[i][j]); in perf_read_values__display_raw() 217 fprintf(fp, " %*d %*d %*s %*" PRIx64 " %*" PRIu64, in perf_read_values__display_raw()
|
D | python.c | 111 "ptid: %u, time: %" PRIu64 "}", in pyrf_task_event__repr() 174 return PyString_FromFormat("{ type: %sthrottle, time: %" PRIu64 ", id: %" PRIu64 in pyrf_throttle_event__repr() 175 ", stream_id: %" PRIu64 " }", in pyrf_throttle_event__repr()
|
D | annotate.c | 74 ", evidx=%d] => %" PRIu64 "\n", sym->start, sym->name, in symbol__inc_addr_samples() 473 printf("%*" PRIx64 ": %" PRIu64 "\n", BITS_PER_LONG / 2, in symbol__annotate_hits() 475 printf("%*s: %" PRIu64 "\n", BITS_PER_LONG / 2, "h->sum", h->sum); in symbol__annotate_hits()
|
D | session.c | 648 printf("... chain: nr:%" PRIu64 "\n", sample->callchain->nr); in callchain__printf() 669 printf("%" PRIu64 " ", sample->time); in perf_session__print_tstamp() 696 printf("(IP, %d): %d/%d: %#" PRIx64 " period: %" PRIu64 "\n", in dump_sample() 849 ui__warning("Processed %" PRIu64 " events and LOST %" PRIu64 in perf_session__warn_about_errors()
|
D | svghelper.c | 98 …fprintf(svgfile, "<svg width=\"%i\" height=\"%" PRIu64 "\" version=\"1.1\" xmlns=\"http://www.w3.o… in open_svg() 487 …fprintf(svgfile, "<line x1=\"%4.8f\" y1=\"%4.2f\" x2=\"%4.8f\" y2=\"%" PRIu64 "\" style=\"stroke:r… in svg_time_grid()
|
D | hist.c | 657 ret = snprintf(s, size, sep ? "%" PRIu64 : "%12" PRIu64 " ", period); in hist_entry__snprintf() 661 ret += snprintf(s + ret, size - ret, "%c%" PRIu64, *sep, nr_events); in hist_entry__snprintf() 663 ret += snprintf(s + ret, size - ret, "%11" PRIu64, nr_events); in hist_entry__snprintf()
|
D | top.c | 110 ret += SNPRINTF(bf + ret, size - ret, "%" PRIu64 "%s ", in perf_top__header_snprintf()
|
D | event.c | 447 dump_printf(": id:%" PRIu64 ": lost:%" PRIu64 "\n", in perf_event__process_lost()
|
D | header.c | 789 pr_debug("Failed to lseek to %" PRIu64 " offset for feature " in perf_file_section__process()
|
/linux-2.6.39/tools/perf/ |
D | builtin-sched.c | 196 printf("run measurement overhead: %" PRIu64 " nsecs\n", min_delta); in calibrate_run_measurement_overhead() 214 printf("sleep measurement overhead: %" PRIu64 " nsecs\n", min_delta); in calibrate_sleep_measurement_overhead() 614 printf("the run test took %" PRIu64 " nsecs\n", T1 - T0); in test_calibrations() 620 printf("the sleep test took %" PRIu64 " nsecs\n", T1 - T0); in test_calibrations() 813 die("hm, delta: %" PRIu64 " < 0 ?\n", delta); in replay_switch_event() 816 printf(" ... switch from %s/%d to %s/%d [ran %" PRIu64 " nsecs]\n", in replay_switch_event() 1045 die("hm, delta: %" PRIu64 " < 0 ?\n", delta); in latency_switch_event() 1218 printf("|%11.3f ms |%9" PRIu64 " | avg:%9.3f ms | max:%9.3f ms | max at: %9.6f s\n", in output_lat_thread() 1420 die("hm, delta: %" PRIu64 " < 0 ?\n", delta); in map_switch_event() 1712 printf(" TOTAL: |%11.3f ms |%9" PRIu64 " |\n", in __cmd_lat()
|
D | builtin-test.c | 311 pr_debug("perf_evsel__read_on_cpu: expected to intercept %d calls, got %" PRIu64 "\n", in test__open_syscall_event() 428 pr_debug("perf_evsel__read_on_cpu: expected to intercept %d calls on cpu %d, got %" PRIu64 "\n", in test__open_syscall_event_on_all_cpus() 564 pr_debug("event with id %" PRIu64 in test__basic_mmap()
|
D | builtin-stat.c | 213 fprintf(stderr, "%s: %" PRIu64 " %" PRIu64 " %" PRIu64 "\n", in read_counter_aggr()
|
D | builtin-lock.c | 796 pr_info("%15" PRIu64 " ", st->wait_time_total); in print_result() 797 pr_info("%15" PRIu64 " ", st->wait_time_max); in print_result() 798 pr_info("%15" PRIu64 " ", st->wait_time_min == ULLONG_MAX ? in print_result()
|
D | builtin-script.c | 252 pr_err("Samples misordered, previous: %" PRIu64 in process_sample_event() 253 " this: %" PRIu64 "\n", last_timestamp, in process_sample_event() 296 pr_err("Misordered timestamps: %" PRIu64 "\n", nr_unordered); in __cmd_script()
|
D | builtin-report.c | 142 dump_printf(": %d %d %s %" PRIu64 "\n", event->read.pid, event->read.tid, in process_read_event()
|
D | builtin-record.c | 720 "[ perf record: Captured and wrote %.3f MB %s (~%" PRIu64 " samples) ]\n", in __cmd_record()
|
D | builtin-top.c | 275 printf(" LOST %" PRIu64 " events, Check IO/CPU overload\n", in print_sym_table()
|
/linux-2.6.39/arch/x86/kvm/ |
D | lapic.c | 50 #define PRIu64 "u" macro
|