Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dvmlinux-kallsyms.c140 pr_debug("WARN: %#" PRIx64 ": diff end addr for %s v: %#" PRIx64 " k: %#" PRIx64 "\n", in test__vmlinux_matches_kallsyms()
157 pr_debug("WARN: %#" PRIx64 ": diff name v: %s k: %s\n", in test__vmlinux_matches_kallsyms()
160 pr_debug("WARN: %#" PRIx64 ": diff name v: %s k: %s\n", in test__vmlinux_matches_kallsyms()
173 pr_debug("ERR : %#" PRIx64 ": %s not on kallsyms\n", in test__vmlinux_matches_kallsyms()
225 pr_info("WARN: %" PRIx64 "-%" PRIx64 " %" PRIx64 " %s in kallsyms as", in test__vmlinux_matches_kallsyms()
228 pr_info(":\nWARN: *%" PRIx64 "-%" PRIx64 " %" PRIx64, in test__vmlinux_matches_kallsyms()
H A Dsample-parsing.c283 pr_debug("%s failed for sample_type %#"PRIx64", error %d\n", in do_test()
303 pr_debug("%s failed for sample_type %#"PRIx64", error %d\n", in do_test()
309 pr_debug("parsing failed for sample_type %#"PRIx64"\n", in do_test()
318 pr_debug("read_format %#"PRIx64"\n", read_format); in do_test()
/OK3568_Linux_fs/u-boot/tools/
H A Drelocate-rela.c49 PRIu32 " at %" PRIx64 "\n", in supported_rela()
108 fprintf(stderr, "%s: %s: seek to %" PRIx64 in main()
115 PRIx64 "\n", in main()
127 debug("Rela %" PRIx64 " %" PRIu64 " %" PRIx64 "\n", in main()
131 fprintf(stderr, "%s: %s: bad rela at %" PRIx64 "\n", in main()
140 PRIx64 " failed: %s\n", in main()
145 fprintf(stderr, "%s: %s: write failed at %" PRIx64 "\n", in main()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-mem.c166 fmt = "%d%s%d%s0x%"PRIx64"%s0x%"PRIx64"%s0x%016"PRIx64 in dump_raw_samples()
167 "%s%"PRIu64"%s0x%"PRIx64"%s%s:%s\n"; in dump_raw_samples()
169 fmt = "%5d%s%5d%s0x%016"PRIx64"%s0x016%"PRIx64 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()
195 "%s0x%"PRIx64"%s%s:%s\n"; in dump_raw_samples()
197 fmt = "%5d%s%5d%s0x%016"PRIx64"%s0x016%"PRIx64 in dump_raw_samples()
198 "%s%5"PRIu64"%s0x%06"PRIx64"%s%s:%s\n"; in dump_raw_samples()
H A Dbuiltin-kallsyms.c38 printf("%s: %s %s %#" PRIx64 "-%#" PRIx64 " (%#" PRIx64 "-%#" PRIx64")\n", in __cmd_kallsyms()
H A Dbuiltin-script.c622 printed += fprintf(fp, "%5s:0x%"PRIx64" ", perf_reg_name(r), val); in perf_sample__fprintf_regs()
841 printed += fprintf(fp, " 0x%"PRIx64, from); in perf_sample__fprintf_brstack()
848 printed += fprintf(fp, "/0x%"PRIx64, to); in perf_sample__fprintf_brstack()
939 printed += fprintf(fp, " 0x%"PRIx64, from); in perf_sample__fprintf_brstackoff()
945 printed += fprintf(fp, "/0x%"PRIx64, to); in perf_sample__fprintf_brstackoff()
986 pr_debug("\tblock %" PRIx64 "-%" PRIx64 " transfers between kernel and user\n", start, end); in grab_bb()
993 pr_debug("\tbrstack does not reach to final jump (%" PRIx64 "-%" PRIx64 ")\n", start, end); in grab_bb()
995 …pr_debug("\tblock %" PRIx64 "-%" PRIx64 " (%" PRIu64 ") too long to dump\n", start, end, end - sta… in grab_bb()
1000 pr_debug("\tcannot resolve %" PRIx64 "-%" PRIx64 "\n", start, end); in grab_bb()
1004 pr_debug("\tcannot resolve %" PRIx64 "-%" PRIx64 "\n", start, end); in grab_bb()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0001-use-uint32t-for-reply-queue-head-tail-values.patch61 megasas_init_firmware(uint64_t pa) "pa 0x%" PRIx64 " "
62 …ead, uint64_t tail, uint32_t flags) "queue at 0x%" PRIx64 " len %d head 0x%" PRIx64 " tail 0x%" PR…
63 … queue_len, uint32_t head, uint32_t tail, uint32_t flags) "queue at 0x%" PRIx64 " len %d head 0x%"…
65 megasas_initq_mapped(uint64_t pa) "queue already mapped at 0x%" PRIx64
68 megasas_qf_new(unsigned int index, uint64_t frame) "frame 0x%x addr 0x%" PRIx64
70 …int head, unsigned int tail, int busy) "frame 0x%x count %d context 0x%" PRIx64 " head 0x%x tail 0…
72 …ead, uint32_t tail, unsigned int busy) "frame 0x%x count %d context 0x%" PRIx64 " head 0x%" PRIx32…
75 megasas_qf_complete_noirq(uint64_t context) "context 0x%" PRIx64 " "
76 …t context, unsigned int head, unsigned int tail, int busy) "context 0x%" PRIx64 " head 0x%x tail 0…
77 +megasas_qf_complete(uint64_t context, uint32_t head, uint32_t tail, int busy) "context 0x%" PRIx64
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dhwint.h94 #undef PRIx64
95 #define PRIx64 GCC_PRI64 "x" macro
113 #define HOST_WIDE_INT_PRINT_HEX "%#" PRIx64
114 #define HOST_WIDE_INT_PRINT_HEX_PURE "%" PRIx64
115 #define HOST_WIDE_INT_PRINT_DOUBLE_HEX "0x%" PRIx64 "%016" PRIx64
116 #define HOST_WIDE_INT_PRINT_PADDED_HEX "%016" PRIx64
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dhwint.h94 #undef PRIx64
95 #define PRIx64 GCC_PRI64 "x" macro
113 #define HOST_WIDE_INT_PRINT_HEX "%#" PRIx64
114 #define HOST_WIDE_INT_PRINT_HEX_PURE "%" PRIx64
115 #define HOST_WIDE_INT_PRINT_DOUBLE_HEX "0x%" PRIx64 "%016" PRIx64
116 #define HOST_WIDE_INT_PRINT_PADDED_HEX "%016" PRIx64
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-move-fprintf-into-same-block-where-modname-and-symna.patch27 + fprintf(options.output, " > %s(%s+0x%" PRIx64 ") [%" PRIx64 "]\n",
32 - fprintf(options.output, " > %s(%s+0x%" PRIx64 ") [%" PRIx64 "]\n",
/OK3568_Linux_fs/kernel/arch/mips/tools/
H A Dloongson3-llsc-check.c152 fprintf(stderr, "%" PRIx64 ": LL not preceded by sync\n", pc); in check_ll()
163 fprintf(stderr, "%" PRIx64 ": LL has no matching SC\n", pc); in check_ll()
188 fprintf(stderr, "%" PRIx64 ": Branch target not a sync\n", in check_ll()
201 fprintf(stderr, "%" PRIx64 ": Section size not a multiple of 4\n", in check_code()
208 fprintf(stderr, "%" PRIx64 ": First instruction in section is an LL\n", in check_code()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dunwind-libdw.c115 pr_debug("unwind: %s:ip = 0x%" PRIx64 " (0x%" PRIx64 ")\n", in entry()
174 pr_debug("unwind: access_mem 0x%" PRIx64 " not inside range" in memory_read()
175 " 0x%" PRIx64 "-0x%" PRIx64 "\n", in memory_read()
184 pr_debug("unwind: access_mem addr 0x%" PRIx64 ", val %lx, offset %d\n", in memory_read()
H A Dsymbol_fprintf.c12 return fprintf(fp, " %" PRIx64 "-%" PRIx64 " %c %s\n", in symbol__fprintf()
38 return fprintf(fp, "[%#" PRIx64 "]", al->addr); in __symbol__fprintf_symname_offs()
H A Dsession.c1092 printf("..... %2d: %016" PRIx64 "\n", in callchain__lbr_callstack_printf()
1095 printf("..... %2d: %016" PRIx64 "\n", in callchain__lbr_callstack_printf()
1098 printf("..... %2d: %016" PRIx64 "\n", in callchain__lbr_callstack_printf()
1115 printf("..... %2d: %016" PRIx64 "\n", in callchain__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()
1154 printf(".... %-5s 0x%016" PRIx64 "\n", in regs_dump__printf()
1177 printf("... %s regs: mask 0x%" PRIx64 " ABI %s\n", in regs__printf()
1231 printf("...... time enabled %016" PRIx64 "\n", in sample_read__printf()
1235 printf("...... time running %016" PRIx64 "\n", in sample_read__printf()
[all …]
H A Dannotate.c304 return scnprintf(bf, size, "%-*s *%" PRIx64, max_ins_name, ins->name, ops->target.addr); in call__scnprintf()
443 return scnprintf(bf, size, "%-*s %.*s%" PRIx64, max_ins_name, in jump__scnprintf()
883 pr_debug3("%s: addr=%#" PRIx64 "\n", __func__, ms->map->unmap_ip(ms->map, addr)); in __symbol__inc_addr_samples()
887 …pr_debug("%s(%d): ERANGE! sym->name=%s, start=%#" PRIx64 ", addr=%#" PRIx64 ", end=%#" PRIx64 "\n", in __symbol__inc_addr_samples()
895 …pr_debug("%s(%d): ENOMEM! sym->name=%s, start=%#" PRIx64 ", addr=%#" PRIx64 ", end=%#" PRIx64 ", f… in __symbol__inc_addr_samples()
904 pr_debug3("%#" PRIx64 " %s: period++ [addr: %#" PRIx64 ", %#" PRIx64 in __symbol__inc_addr_samples()
1013 pr_debug2("BB with bad start: addr %"PRIx64" start %"PRIx64" sym %"PRIx64" saddr %"PRIx64"\n", in addr_map_symbol__account_cycles()
1351 color_fprintf(stdout, annotate__address_color(br), " %*" PRIx64 ":", addr_fmt_width, addr); in disasm_line__print()
1714 pr_debug("%s: handling sym %s addr %" PRIx64 " len %" PRIx64 "\n", __func__, in symbol__disassemble_bpf()
1945 pr_debug("%s: filename=%s, sym=%s, start=%#" PRIx64 ", end=%#" PRIx64 "\n", __func__, in symbol__disassemble()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/
H A Dtm-unavailable.c265 printf(" high = %#16" PRIx64 " low = %#16" PRIx64 " ", in tm_una_ping()
274 printf(" high = %#16" PRIx64 " low = %#16" PRIx64, in tm_una_ping()
H A Dtm-poison.c120 printf("Unknown value %#"PRIx64" leaked into f31!\n", unknown); in tm_poison_test()
168 printf("Unknown value %#"PRIx64" leaked into vr31!\n", unknown); in tm_poison_test()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A Dthumbnails.cpp297 LOGD_ANALYZER("type %d, mask %" PRIx64 "", it.first, it.second); in PipeNodesToStreamType()
304 LOGI_ANALYZER("owner %d matched type %d, before %" PRIx64 " after %" PRIx64 "", in PipeNodesToStreamType()
328 … LOGD_ANALYZER("Cannot find suitable stream for %d nodes after %" PRIx64 " before %" PRIx64 "", in ParseRequests()
350 LOGD_ANALYZER("type: %u, before: %" PRIx64 ", after: %" PRIx64 in DumpConfig()
361 LOGD_ANALYZER("type: %u, before: %" PRIx64 ", after: %" PRIx64 in DumpConfigs()
/OK3568_Linux_fs/kernel/tools/perf/ui/browsers/
H A Dmap.c33 ui_browser__printf(browser, "%*" PRIx64 " %*" PRIx64 " %c ", in map_browser__write()
132 mb.addrlen = snprintf(tmp, sizeof(tmp), "%" PRIx64, maxaddr); in map__browse()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dtypes_ext.h23 #define PRIxPA PRIx64
24 #define PRIxPASZ PRIx64
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dtypes_ext.h23 #define PRIxPA PRIx64
24 #define PRIxPASZ PRIx64
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dtypes_ext.h23 #define PRIxPA PRIx64
24 #define PRIxPASZ PRIx64
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dtypes_ext.h23 #define PRIxPA PRIx64
24 #define PRIxPASZ PRIx64
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dfindmask.c110 printf("Found mask with just %d deviations: 0x%" PRIx64 "\n", b, mask); in thread_func()
122 printf("Received signal... currently evaluating mask 0x%" PRIx64 "!\n", in signal_handler()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-test/fwts/fwts/
H A D0001-Add-correct-printf-qualifier-for-off_t.patch21 "K region in the %s table at 0x%" PRIx64 "..0x%" PRIx64 ".",

12345