Home
last modified time | relevance | path

Searched refs:PRIx64 (Results 1 – 34 of 34) sorted by relevance

/linux-4.1.27/tools/perf/tests/
Dvmlinux-kallsyms.c140 pr_debug("%#" PRIx64 ": diff end addr for %s v: %#" PRIx64 " k: %#" PRIx64 "\n", in test__vmlinux_matches_kallsyms()
172 pr_debug("%#" PRIx64 ": diff name v: %s k: %s\n", in test__vmlinux_matches_kallsyms()
176 pr_debug("%#" PRIx64 ": %s not on kallsyms\n", in test__vmlinux_matches_kallsyms()
219 pr_info(" %" PRIx64 "-%" PRIx64 " %" PRIx64 " %s in kallsyms as", in test__vmlinux_matches_kallsyms()
222 pr_info(":\n*%" PRIx64 "-%" PRIx64 " %" PRIx64, in test__vmlinux_matches_kallsyms()
Dsample-parsing.c246 pr_debug("%s failed for sample_type %#"PRIx64", error %d\n", in do_test()
266 pr_debug("%s failed for sample_type %#"PRIx64", error %d\n", in do_test()
272 pr_debug("parsing failed for sample_type %#"PRIx64"\n", in do_test()
281 pr_debug("read_format %#"PRIx64"\n", read_format); in do_test()
Ddwarf-unwind.c57 pr_debug("failed: got unresolved address 0x%" PRIx64 "\n", in unwind_entry()
62 pr_debug("got: %s 0x%" PRIx64 "\n", symbol, entry->ip); in unwind_entry()
Dcode-reading.c106 fmt = "%s -d --start-address=0x%"PRIx64" --stop-address=0x%"PRIx64" %s"; in read_via_objdump()
145 pr_debug("Reading object code for memory address: %#"PRIx64"\n", addr); in read_object_code()
161 pr_debug("On file address is: %#"PRIx64"\n", al.addr); in read_object_code()
Dmmap-thread-lookup.c200 pr_debug("map %p, addr %" PRIx64 "\n", al.map, al.map->start); in mmap_events()
/linux-4.1.27/tools/perf/util/
Dunwind-libdw.c68 pr_debug("unwind: %s:ip = 0x%" PRIx64 " (0x%" PRIx64 ")\n", in entry()
130 pr_debug("unwind: access_mem 0x%" PRIx64 " not inside range" in memory_read()
131 " 0x%" PRIx64 "-0x%" PRIx64 "\n", in memory_read()
140 pr_debug("unwind: access_mem addr 0x%" PRIx64 ", val %lx, offset %d\n", in memory_read()
Dsession.c591 printf("..... %2d: %016" PRIx64 "\n", in callchain__lbr_callstack_printf()
594 printf("..... %2d: %016" PRIx64 "\n", in callchain__lbr_callstack_printf()
597 printf("..... %2d: %016" PRIx64 "\n", in callchain__lbr_callstack_printf()
614 printf("..... %2d: %016" PRIx64 "\n", in callchain__printf()
625 printf("..... %2"PRIu64": %016" PRIx64 " -> %016" PRIx64 "\n", in branch_stack__printf()
637 printf(".... %-5s 0x%" PRIx64 "\n", in regs_dump__printf()
660 printf("... %s regs: mask 0x%" PRIx64 " ABI %s\n", in regs__printf()
714 printf("...... time enabled %016" PRIx64 "\n", in sample_read__printf()
718 printf("...... time running %016" PRIx64 "\n", in sample_read__printf()
730 printf("..... id %016" PRIx64 in sample_read__printf()
[all …]
Devent.c254 n = sscanf(bf, "%"PRIx64"-%"PRIx64" %s %"PRIx64" %x:%x %u %s\n", in perf_event__synthesize_mmap_events()
697 return fprintf(fp, " %d/%d: [%#" PRIx64 "(%#" PRIx64 ") @ %#" PRIx64 "]: %c %s\n", in perf_event__fprintf_mmap()
706 return fprintf(fp, " %d/%d: [%#" PRIx64 "(%#" PRIx64 ") @ %#" PRIx64 in perf_event__fprintf_mmap2()
Dannotate.c102 return scnprintf(bf, size, "%-6.6s *%" PRIx64, ins->name, ops->target.addr); in call__scnprintf()
132 return scnprintf(bf, size, "%-6.6s %" PRIx64, ins->name, ops->target.offset); in jump__scnprintf()
493 pr_debug3("%s: addr=%#" PRIx64 "\n", __func__, map->unmap_ip(map, addr)); in __symbol__inc_addr_samples()
503 pr_debug3("%#" PRIx64 " %s: period++ [addr: %#" PRIx64 ", %#" PRIx64 in __symbol__inc_addr_samples()
760 color_fprintf(stdout, PERF_COLOR_MAGENTA, " %" PRIx64 ":", addr); in disasm_line__print()
991 pr_debug("%s: filename=%s, sym=%s, start=%#" PRIx64 ", end=%#" PRIx64 "\n", __func__, in symbol__annotate()
1042 "%s %s%s --start-address=0x%016" PRIx64 in symbol__annotate()
1043 " --stop-address=0x%016" PRIx64 in symbol__annotate()
1294 printf("%*" PRIx64 ": %" PRIu64 "\n", BITS_PER_LONG / 2, in symbol__annotate_hits()
1422 printed = fprintf(fp, "%#" PRIx64 " %s", dl->offset, dl->name); in disasm_line__fprintf()
Dunwind-libunwind.c458 " 0x%" PRIx64 "-0x%" PRIx64 "\n", in access_mem()
527 pr_debug("unwind: %s:ip = 0x%" PRIx64 " (0x%" PRIx64 ")\n", in entry()
Dsrcline.c207 scnprintf(cmd, sizeof(cmd), "addr2line -e %s %016"PRIx64, in addr2line()
299 } else if (asprintf(&srcline, "%s[%" PRIx64 "]", dso->short_name, addr) < 0) in get_srcline()
Dvalues.c200 width = snprintf(NULL, 0, "%" PRIx64, values->counterrawid[j]); in perf_read_values__display_raw()
218 fprintf(fp, " %*d %*d %*s %*" PRIx64 " %*" PRIu64, in perf_read_values__display_raw()
Dpython.c84 if (asprintf(&s, "{ type: mmap, pid: %u, tid: %u, start: %#" PRIx64 ", " in pyrf_mmap_event__repr()
85 "length: %#" PRIx64 ", offset: %#" PRIx64 ", " in pyrf_mmap_event__repr()
217 if (asprintf(&s, "{ type: lost, id: %#" PRIx64 ", " in pyrf_lost_event__repr()
218 "lost: %#" PRIx64 " }", in pyrf_lost_event__repr()
Dmap.c337 return fprintf(fp, " %" PRIx64 "-%" PRIx64 " %" PRIx64 " %s\n", in map__fprintf()
Dsymbol.c239 pr_debug4("%s: %s %#" PRIx64 "-%#" PRIx64 "\n", in symbol__new()
253 return fprintf(fp, " %" PRIx64 "-%" PRIx64 " %c %s\n", in symbol__fprintf()
Dsymbol-elf.c1037 pr_debug4("%s: adjusting symbol: st_value: %#" PRIx64 " " in dso__load_sym()
1038 "sh_addr: %#" PRIx64 " sh_offset: %#" PRIx64 "\n", __func__, in dso__load_sym()
Devsel.c349 r = scnprintf(bf, size, "mem:0x%" PRIx64 ":", addr); in __perf_evsel__bp_name()
471 int ret = scnprintf(bf, size, "raw 0x%" PRIx64, evsel->attr.config); in perf_evsel__raw_name()
1061 #define p_hex(val) snprintf(buf, BUF_SIZE, "%"PRIx64, (uint64_t)(val))
Dprobe-event.c325 pr_debug("Symbol %s address found : %" PRIx64 "\n", in find_alternative_probe_point()
474 pr_debug("try to find information at %" PRIx64 " in %s\n", addr, in find_perf_probe_point_from_dwarf()
1792 ret = e_snprintf(buf, 128, "0x%" PRIx64, (u64)tp->address); in convert_to_perf_probe_point()
Dcallchain.c842 printed = scnprintf(bf, bfsize, "%#" PRIx64, cl->ip); in callchain_list__sym_name()
Dsort.c1146 sprintf(p, ":%" PRIx64, in hist_entry__transaction_snprintf()
/linux-4.1.27/tools/perf/
Dbuiltin-mem.c83 fmt = "%d%s%d%s0x%"PRIx64"%s0x%"PRIx64"%s%"PRIu64 in dump_raw_samples()
84 "%s0x%"PRIx64"%s%s:%s\n"; in dump_raw_samples()
86 fmt = "%5d%s%5d%s0x%016"PRIx64"%s0x016%"PRIx64 in dump_raw_samples()
87 "%s%5"PRIu64"%s0x%06"PRIx64"%s%s:%s\n"; in dump_raw_samples()
Dbuiltin-top.c151 "Addr: %" PRIx64 "\n" in ui__warn_map_erange()
153 "Map: %" PRIx64 "-%" PRIx64 "\n" in ui__warn_map_erange()
154 "Symbol: %" PRIx64 "-%" PRIx64 " %c %s\n" in ui__warn_map_erange()
Dbuiltin-kmem.c446 pr_debug2("missing free at page %"PRIx64" (order: %d)\n", in perf_evsel__process_page_free_event()
546 snprintf(buf, sizeof(buf), "%s+%" PRIx64 "", sym->name, in __print_slab_result()
549 snprintf(buf, sizeof(buf), "%#" PRIx64 "", addr); in __print_slab_result()
Dbuiltin-trace.c1909 fprintf(f, "%s+0x%" PRIx64, al->sym->name, in print_location()
1912 fprintf(f, "0x%" PRIx64, al->addr); in print_location()
1914 fprintf(f, "0x%" PRIx64, sample->addr); in print_location()
Dbuiltin-timechart.c536 fprintf(f, "..... %016" PRIx64 " %s\n", ip, in cat_backtrace()
539 fprintf(f, "..... %016" PRIx64 "\n", ip); in cat_backtrace()
Dbuiltin-script.c386 printf("%16" PRIx64, sample->addr); in print_sample_addr()
/linux-4.1.27/tools/perf/ui/browsers/
Dmap.c29 slsmg_printf("%*" PRIx64 " %*" PRIx64 " %c ", in map_browser__write()
128 mb.addrlen = snprintf(tmp, sizeof(tmp), "%" PRIx64, maxaddr); in map__browse()
Dannotate.c148 printed = scnprintf(bf, sizeof(bf), "%" PRIx64 ": ", addr); in annotate_browser__write()
162 printed = scnprintf(bf, sizeof(bf), "%*" PRIx64 ": ", in annotate_browser__write()
/linux-4.1.27/arch/mips/kvm/
Dtlb.c35 #define PRIx64 "llx" macro
98 kvm_info("Lo0=0x%09" PRIx64 " %c%c attr %lx ", in kvm_mips_dump_host_tlbs()
103 kvm_info("Lo1=0x%09" PRIx64 " %c%c attr %lx sz=%lx\n", in kvm_mips_dump_host_tlbs()
130 kvm_info("Lo0=0x%09" PRIx64 " %c%c attr %lx ", in kvm_mips_dump_guest_tlbs()
135 kvm_info("Lo1=0x%09" PRIx64 " %c%c attr %lx sz=%lx\n", in kvm_mips_dump_guest_tlbs()
156 kvm_err("Couldn't get pfn for gfn %#" PRIx64 "!\n", gfn); in kvm_mips_map_page()
/linux-4.1.27/tools/perf/arch/powerpc/util/
Dskip-callchain-idx.c258 pr_debug("%" PRIx64 " dso is NULL\n", ip); in arch_skip_callchain_idx()
264 pr_debug("[DSO %s, sym %s, ip 0x%" PRIx64 "] rc %d\n", in arch_skip_callchain_idx()
/linux-4.1.27/arch/x86/tools/
Drelocs.c522 format = "%5d %016"PRIx64" %5"PRId64" %10s %10s %12s %s\n"; in print_absolute_symbols()
562 format = "%016"PRIx64" %016"PRIx64" %10s %016"PRIx64" %s\n"; in print_absolute_relocs()
/linux-4.1.27/tools/perf/ui/gtk/
Dannotate.c61 return scnprintf(buf, size, "%"PRIx64, start + dl->offset); in perf_gtk__get_offset()
/linux-4.1.27/arch/x86/kvm/
Dlapic.c52 #define PRIx64 "llx" macro
1209 PRIx64 ", " in start_apic_timer()
1211 "expire @ 0x%016" PRIx64 ".\n", __func__, in start_apic_timer()
1562 apic_debug("apic base msr is 0x%016" PRIx64 ", and base address is " in kvm_lapic_set_base()
1619 "0x%016" PRIx64 ", base_address=0x%0lx.\n", __func__, in kvm_lapic_reset()
/linux-4.1.27/tools/perf/bench/
Dnuma.c1178 printf(" #%2d / %2d: %14.2lf nsecs/op [val: %016"PRIx64"]\n", in worker_thread()