Searched refs:addr2line (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/tools/perf/util/
H A Dsrcline.c16 * Implement addr2line using libbfd.
150 static int addr2line(const char *dso_name, u64 addr, addr2line() function
196 static int addr2line(const char *dso_name, u64 addr, addr2line() function
207 scnprintf(cmd, sizeof(cmd), "addr2line -e %s %016"PRIx64, addr2line()
217 pr_warning("addr2line has no output for %s\n", dso_name); addr2line()
250 * Number of addr2line failures (without success) before disabling it for that
277 if (!addr2line(dso_name, addr, &file, &line, dso)) get_srcline()
/linux-4.1.27/scripts/
H A Ddecode_stacktrace.sh47 # Pass it to addr2line to get filename and line number
52 local code=$(addr2line -i -e "$vmlinux" "$address")
56 # addr2line doesn't return a proper error code if it fails, so
H A Dcheck_extable.sh34 # addr2line takes addresses in hexadecimal...
64 addr2line -fip -j ${alt_target_section} -e ${obj} ${alt_target_offset} | awk '{print "\t" $0}'
83 addr2line -fip -j ${section} -e ${obj} ${section_offset} | awk '{print "\t" $0}'
134 echo -e "${obj} does not contain debug information, the addr2line output will be limited.\n" \
/linux-4.1.27/arch/blackfin/kernel/
H A Dearly_printk.c244 early_shadow_puts("\nUse bfin-elf-addr2line to determine " early_trap_c()
/linux-4.1.27/arch/tile/kernel/
H A Dsingle_step.c241 P("Use the tile-addr2line command (see \"info addr2line\") to decode PCs.\n"); rewrite_load_store_unaligned()

Completed in 762 milliseconds